PDA

View Full Version : Gallery problem


jnick
May-29-2008, 08:11 PM
I finally finished the brute end of cutomizing my site, in regards to banner, navigation and slideshow. I still need to tweak it a bit, however, now I am ready to start activating the links.

I have activated two of the links so far, those being "Home" and "Photos". The "Home" link works just fine. However, I follwed the tutorial and have uploaded one gallery. It appears that this gallery is NOT under the /galleries directory and therefore won't show. What exactly did I do wrong?

Also, I have hid the gallery, categories, and featured boxes from my homepage. However, I would like for at LEAST the gallery box to show when I log-in. Again, I read the tutroail/searched the forum and added the code to my CSS. Yet, I must have done something wrong becasue It's not showing up when I log in :(.

My site is http://jnick.smugmug.com

Any help would be greatly appreciated!

Thank you!

richW
May-29-2008, 08:43 PM
I finally finished the brute end of cutomizing my site, in regards to banner, navigation and slideshow. I still need to tweak it a bit, however, now I am ready to start activating the links.

I have activated two of the links so far, those being "Home" and "Photos". The "Home" link works just fine. However, I follwed the tutorial and have uploaded one gallery. It appears that this gallery is NOT under the /galleries directory and therefore won't show. What exactly did I do wrong?

Also, I have hid the gallery, categories, and featured boxes from my homepage. However, I would like for at LEAST the gallery box to show when I log-in. Again, I read the tutroail/searched the forum and added the code to my CSS. Yet, I must have done something wrong becasue It's not showing up when I log in :(.

Any help would be greatly appreciated!

Thank you!Were you using this tutorial? http://dgrin.smugmug.com/gallery/2160039

If so, you will need to send the galleryBox back out on to the homepage for it to work. Link to your site so we can take a look...

jnick
May-29-2008, 08:54 PM
Whoops...I completely forgot the link! Sorry about that! I have edited the OP with the link.

Thank you!

richW
May-29-2008, 09:07 PM
Go into your control panel under the 'homepage' tab and send the galleries box back out to the homepage.

Change this:

.loggedIn #galleriesBox {display: block !important}

to this:

.loggedIn #galleriesBox,
.loggedIn #categoriesBox {display: block !important}

This will allow only you to see the galleries on the homepage when logged in. For all other viewers they will need to go here: http://jnick.smugmug.com/galleries

jnick
May-30-2008, 05:07 AM
Rich, you indeed are a support hero...or beast, take your pick :D

Thank did the trick. Thank you!!!