PDA

View Full Version : Homepage galleries


bsharp
Jun-13-2009, 07:54 AM
I've changed the watermarks on all my galleries. However, I am unable to find the gallery that is displayed on my homepage. In the past I could go to Control Panel, then click on Homepage, and be able to see all of the galleries on my site. Now it only shows what I can show on my homepage.

Question: Where can I find a listing of all galleries - even those not shown on my website? I know there are others that I am not able to see.

Thanks,
Brad
http://bradsharp.smugmug.com/

jfriend
Jun-13-2009, 09:38 AM
First, you need to fix an error in your CSS that is preventing some things from working. Change the paren you have at the end of this rule to a closing brace:



.gallery_6034034 .caption {
padding:30;
margin: 20 Auto;
width: 300px;
font-weight:200;
}
Then, add this near the end of your CSS so you can see the full gallery listing when you are logged in:

.loggedIn #categoriesBox {display:block;}

bsharp
Jun-14-2009, 11:06 PM
Your help was direct, simple, easy to understand, and most important - it worked great.

Thanks,:clap