PDA

View Full Version : HELP! Galleries page...


tripwater
Mar-03-2010, 04:31 PM
I have added various CSS and JS code to get HTML only pages for my contact page and to have a slideshow on my homepage but not elsewhere. I wanted my galleries page to load with standard galleries thumbs. But now I notice that my Galleries page is empty due to one of my settings. I did a search in my code for .galleries ( css) and I dont see any code that would hide my galleries page. All other html only pages I used the .gallery_gallerynumber to change things which I would think would leave my .galleries alone from function that looks for the string galleries in the url.

Any help would would be great thanks
http://www.lensitself.com/galleries

jfriend
Mar-03-2010, 05:47 PM
Remove the extraneous comma in your CSS (shown in red):

.galleries #galleriesBox,
.galleries #categoriesBox,
{
display: block;
}

tripwater
Mar-04-2010, 03:42 AM
Remove the extraneous comma in your CSS (shown in red):

.galleries #galleriesBox,
.galleries #categoriesBox,
{
display: block;
}


thank you thank you thank you! :clap