Pixelpost

Authentic Photoblog Flavour


Go Back   Pixelpost Forum > DEVELOPMENT > Template design and Front-End Code

Post Reply
 
Thread Tools
  #1  
Old 10-10-2005, 07:21 PM
rekkid Offline
forum loafer
 
Join Date: Apr 2005
Posts: 6
To thumb nav or not

I'm doing a little redesign/new template for my site, and I'm trying to decide if I want a thumbnail nav system or not.

Do you as photoblog owners perfer the thumbs?

and do you as photoblog viewers perfer the thumbs?

and if you want to take a peak at my site to see if thumbs fit in or not, here's the URL:

http://www.idontblameyou.com


Thanks

Allen
Reply With Quote
  #2  
Old 10-10-2005, 07:27 PM
Connie
Guest
 
Posts: n/a
Allen,

when I think about my "viewing habitude" at photoblogs, I usually use the thumbnails and click on those which seem interesting to me, which attract my attention

I find them useful
Reply With Quote
  #3  
Old 10-10-2005, 07:35 PM
Joe[y]'s Avatar
Joe[y]+ Offline
Team Pixelpost
 
Join Date: Mar 2005
Location: UK
Posts: 3,101
Send a message via MSN to Joe[y]
design wise they aren't the most pretty things if not used right.

but functionality-wise, as connie showed - they're brilliant for navigation.

its' win-win. or lose-lose - depending on what way you look at it!
Reply With Quote
  #4  
Old 10-10-2005, 09:26 PM
raminia's Avatar
raminia+ Offline
Team Pixelpost
 
Join Date: Jan 2005
Location: FL, US
Posts: 3,706
Send a message via Yahoo to raminia
I hate photoblogs without thumbs. What they thing? people are heavily interested in their site to visit it every day on everypost? ummm ... I have no time for visiting my favorate site regularly, even with feed reader.
I do use thumbs and I like archive pages with thumbs not date and name of photos.
__________________
Photoblog: http://pblog.raminia.com Powered by Pixelpost 1.7
Reply With Quote
  #5  
Old 10-10-2005, 10:23 PM
blinking8s's Avatar
blinking8s+ Offline
über loafer
 
Join Date: Oct 2004
Location: Bowling Green, Ky
Posts: 3,428
Send a message via ICQ to blinking8s Send a message via AIM to blinking8s Send a message via MSN to blinking8s Send a message via Skype™ to blinking8s
ok, so ive been looking at my stats pretty heavy, users are much more likely to browse deeper into your blog the first time if you have thumbs

but design wise, im just not a fan of them, they greatly help usability though
__________________
i should say more clever stuff
Reply With Quote
  #6  
Old 10-28-2005, 08:09 PM
Andrewmorrell's Avatar
Andrewmorrell Offline
forum loafer
 
Join Date: Sep 2005
Location: Shaker Heights, OH, USA
Posts: 15
Thumbnail Help!

Hi all...

How do I get my template - sugar - to display thumbnails by default?

Thanks in advance.

Andrew Morrell

http://www.andrewmorrell.com
Reply With Quote
  #7  
Old 10-28-2005, 08:56 PM
Connie
Guest
 
Posts: n/a
Andrew, your website loads very strange in Opera. only some parts of the image...

the HTML-validator brings 21 errors! Better clean your template before you add more code and maybe more errors!

follow the advice of http://validator.w3.org/check?uri=ht...ss=1&verbose=1 and you will get a clean code

after that you may enter <IMAGE_THUMBNAIL_ROW> for example...
read the tag-list, you find it in the doc-folder...

RTFM ;=)
Reply With Quote
  #8  
Old 10-28-2005, 10:33 PM
dannisnokiller's Avatar
dannisnokiller Offline
pixelpost guru
 
Join Date: Sep 2005
Posts: 107
i like thumbs.

a alot.

-danN
Reply With Quote
  #9  
Old 11-01-2005, 02:44 PM
Andrewmorrell's Avatar
Andrewmorrell Offline
forum loafer
 
Join Date: Sep 2005
Location: Shaker Heights, OH, USA
Posts: 15
Thanks Connie!

Yeah I know - I'm a non-coder in a coder's world. Thanks for the tips and suggestions. I have cleaned up the code some (from 22 errors to 8), but am still bamboozled on how to get the thumbnail row to show up as the default formatting when a user goes to my image-template.

I have the image-thumbnail-row tag on my image-template page, but a user has to activate that on every page-view.

Any ideas?

Thanks in advance!
Reply With Quote
  #10  
Old 11-01-2005, 04:28 PM
Connie
Guest
 
Posts: n/a
Thumbs up

1)
your thumbnails are in a id-selector which is not defined at all in your css

Code:
<div id="thumbs">
2)
for sure you must delete closing tags like </a> which have no opening tag
because otherwise all the rest of the markup is wrong and so it is absolutely possible that some elements are just not visible...

3)
for sure you must change
Code:
id="image"
to
Code:
class="image"
because you cannot use an id more than one time

4)
for sure you should not mix <center>-tags with centering css, <center> is deprecated...

unfortunately you must clean all errors before you can try to get the result which you want to acchieve

good luck!
Reply With Quote
Post Reply


Thread Tools




All times are GMT. The time now is 07:16 AM.

Powered by vBulletin® Version 3.7.3
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd. | Style Design: d3 designs