PDA

View Full Version : Prices page not showing up


someotherphotodude
Oct-22-2009, 08:15 AM
I'm in the process setting up my site. I'm new to CSS and I could use a little help here. I can see the prices page when I'm logged in but when I am logged out the only thing that I can see is my header. My photo's and and descriptions are gone. I've tried several different permutations of settings in the customize gallery tool. :dunno

I also would like to make the pictures not clickable at all. Any help would be appreciated.

Here is my prices page

http://www.shuttersightphotography.com/Info/Prices/9997313_CEcga

Allen
Oct-22-2009, 09:13 AM
I'm in the process setting up my site. I'm new to CSS and I could use a little help here. I can see the prices page when I'm logged in but when I am logged out the only thing that I can see is my header. My photo's and and descriptions are gone. I've tried several different permutations of settings in the customize gallery tool. :dunno

I also would like to make the pictures not clickable at all. Any help would be appreciated.

Here is my prices page

http://www.shuttersightphotography.com/Info/Prices/9997313_CEcga
Remove the red.

/* things you can hide on page */
.gallery_9997313.nophotos h3, /* if no photos in gallery */
.gallery_9997313 #albumNav_top,
.gallery_9997313 #albumNav_bottom,
.notLoggedIn .gallery_9997313 .journal_entry, /* hides photos in gallery */
.notLoggedIn .gallery_9997313 #breadcrumb {display: none;}

See #12 here
12) Remove clickability of your images from one or more galleries (useful for journal style galleries used for things like pricing, about me, etc...):
http://www.dgrin.com/showthread.php?t=135068

someotherphotodude
Oct-22-2009, 12:17 PM
Thanks! Worked like a charm :clap