PDA

View Full Version : All of my pictures inside my Sub-Galleries vanashed


Earle
Apr-20-2006, 08:19 AM
It is like gone up in smoke...
I can see my pictures when I am logged in, but when I am not logged in, I cannot see any of the pictures under my Galleries.
1. On my home page I click on Galleries in the navagation bar
2. I see Four Albums I click on any of these and nothing comes up

So...did I mess something up in my CSS or my HTML?
I am not exactly sure and I have gone over it many, many times, but I just cannot figure it out.

I guess now would be the PERFECT time to ask for help :wink

cmason
Apr-20-2006, 08:29 AM
make sure you have set the Galleries to Public in the "Customize Gallery" settings

Andy
Apr-20-2006, 09:07 AM
y'think it could be this code? :evil

#galleriesBox {display:none;}
.loggedIn #galleriesBox {display:block;}
#categoriesBox {display:none;}
.loggedIn #galleriesBox {display:block;}

Earle
Apr-20-2006, 04:06 PM
y'think it could be this code? :evil

#galleriesBox {display:none;}
.loggedIn #galleriesBox {display:block;}
#categoriesBox {display:none;}
.loggedIn #galleriesBox {display:block;}

Thank you,
That was just what I needed!