PDA

View Full Version : Featured Galleries and Category page


tatteberry
Dec-08-2008, 03:01 PM
Should have left well enough alone but ...

I had the slideshow on the homepage, the galleries linked to a page with my categories. Which was working fine for months.

Then I decide I want my four featured galleries on my homepage along with the slideshow, and the galleries page still displaying nothing but my categories.

A few hours later, I finally manage to get my homepage back to it was before I started on this madness, but can't get the galleries page working again.

I am hopelessly, utterly lost.

I'd still like to have the homepage with featured galleries, and the galleries page displaying categories. But at this point, if I can just get my galleries page working again I'll consider myself something like happy.

thanks!

http://toddatteberry.smugmug.com/

toddatteberry.com

tatteberry
Dec-08-2008, 03:11 PM
Okay, through wishcraft or blind luck I have the pages back to where I started. So now to ask properly as I should have done first ...

How do I get my featured galleries to show on the homepage? Whilst at the same time, displaying on the galleries page (linked in the navbar), only categories?

http://toddatteberry.smugmug.com/

http://toddatteberry.com

Allen
Dec-08-2008, 03:12 PM
Should have left well enough alone but ...

I had the slideshow on the homepage, the galleries linked to a page with my categories. Which was working fine for months.

Then I decide I want my four featured galleries on my homepage along with the slideshow, and the galleries page still displaying nothing but my categories.

A few hours later, I finally manage to get my homepage back to it was before I started on this madness, but can't get the galleries page working again.

I am hopelessly, utterly lost.

I'd still like to have the homepage with featured galleries, and the galleries page displaying categories. But at this point, if I can just get my galleries page working again I'll consider myself something like happy.

thanks!

http://toddatteberry.smugmug.com/

toddatteberry.com
This should be all you need, is the featured box turned on?
Look under "homepage layout" button.


.homepage #galleriesBox,
.homepage #categoriesBox,
.galleries #featuredBox {
display: none;
}

.galleries #bioBox {
display: none;
}

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

You should not need the loggedIn stuff to show your galleries on
your homepage, just go the galleries page. You also have some text
in your CSS without comment tags around it. Either delete it or add
the comment tags.

/*
If you want to have the galleries show up on your homepage when
you are logged in, you can add the following below this code:
*/

tatteberry
Dec-08-2008, 06:56 PM
That did it! Thank you sir.

Guardian27
Dec-14-2008, 03:01 PM
Seems not to work for me, can someone help me?

Allen
Dec-14-2008, 03:16 PM
Seems not to work for me, can someone help me?
What exactly are you missing? The featured box? Is it checked under the
"homepage layout" button?