jfriend
Dec-08-2008, 05:12 PM
I would like the featured galleries on my home page. Now, when I go under the homepage tab, i see where to click that, but it does not show up. So, I have changed something somewhere ........ any ideas where I should look?
With much appreciation,
l.
In the future, please either always include your site link in your posting or just configure dgrin to automatically put it in your signature. It's hard for us to help if we don't know your site or have to searching to try to find it.
Assuming your site is http://microcosm.smugmug.com/ which I found through previous posts of yours, then you have some CSS which is hiding the featured galleries on your homepage.
To allow the featured galleries to be visible on your homepage, you need to change this CSS of yours:
.homepage #galleriesBox,
.homepage #categoriesBox,
.homepage #featuredBox {
display: none;
}
to this:
.homepage #galleriesBox,
.homepage #categoriesBox {
display: none;
}
And, you need to enable the featured galleries for your homepage in the "Homepage Layout" button at the top of the screen as it is currently not enabled.
vBulletin® v3.8.5, Copyright ©2000-2012, Jelsoft Enterprises Ltd.