Go on have a look....

Messages
1,041
Edit My Images
No
www.danmonaghan.co.uk

OK...after some great advise on here and pm (cheers mattyh) i decided to take the word press plunge and create a web site.....it is my first time but would like some feedback.
It is still being revised but as a first web site (a chance to showcase my more desirable photos) it does what i want it to.

In the future i'd like to be more specific i.e large wedding section and portrait section.

The about section needs work...re-phrasing.

TBH it nice to be able to say to people have a look at my web site and not just look at flickr!!! :)

cheers

Dan
 
To be honest, I quite like it. nice pictures and easy interface. I always liked left side menu but I know some people prefer top level menu...personal preference though.
 
I like it too, nice and simple and easy to navigate....

The only thing im not a fan of, is the drop down menu and images on the right hand side.....

What gallery have you used?
 
Dan, I like it a lot. Very classy layout; nice and simple.

Some layout problem with titles overlapping buttons on top of some pics.

Also "about" section should drop the history bit, and focus on specialities and more of a sales pitch.

Just my thoughts...
 
I have to agree with David, once I've arrived at the first page there is no guidance on where to go so the user has to just play around with the menus.
I would recommend a bit of intro text on the home page (and tell the user they are at the home page) and some links in the text to the different areas of the site that you want them to look at.
I'm no pro, those are just my thoughts as a web user.

I really like the whole gallery setup though, very classy.
 
Forgot to say that your "music" category pictures are fantastic, they've got a really nice feel to them.
 
you've almost got it, all you need to do is float the image to the left and add a bit or margin around it to space it away from the text, something like this should do the trick

HTML:
<img width="266" height="430" alt="" src="http://www.danmonaghan.co.uk/wp-content/uploads/IMG_9938-633x1024.jpg" title="IMG_9938" style="float:left;margin:0 10px 10px 0;">

or with the styles moved to a css include, the HTML it would be..
HTML:
<img width="266" height="430" alt="" src="http://www.danmonaghan.co.uk/wp-content/uploads/IMG_9938-633x1024.jpg" title="IMG_9938" class="leftImage">
and the CSS would be
HTML:
.leftImage {style="float:left;margin:0 10px 10px 0;"}

I've omitted the current classes from the example as they don't seem to be doing anything :shrug:
 
Last edited:
Back
Top