Page 1 of 1

Remove Slideshow?

PostPosted: Fri Apr 25, 2008 4:02 pm
by jlamarca
Hi, I asked this before, and got 400 views and no responses:)

Is it possible to remove the slideshow, in other words remove the link in the upper right corner to the slideshow? I want to do this because it's important to me that viewers see my image captions, and the slideshow of course does not have captions.

I'd also like to remove the 'recent' link, as it's of little use to me.

Thanks!

http://www.pbase.com/jlamarca

Re: Remove Slideshow?

PostPosted: Fri Apr 25, 2008 6:10 pm
by jehan
Unfortunately, for your needs, there is not a way to disable the "slideshow" feature or the "recent" feature. Sorry.

Re: Remove Slideshow?

PostPosted: Fri Apr 25, 2008 11:15 pm
by jlamarca
Thanks.

For those of you who are curious, It looks as though Jehan is right. I've actually just spoken with a professional web developer, and he concurred that there is no way to remove any of the links in the header.

Re: Remove Slideshow?

PostPosted: Sun Apr 27, 2008 9:24 pm
by flemmingbo
EDIT - SOrry!! Disregard my reply below, it's too late for me to write replies apparently :) If you hide the treepath you end up hiding the entire treepath, not just "recent"


The treepath is controlled by class "treepath" so you can hide that if you like by doing:

.treepath
{
display:none;
}

in your css. Can't remember if the slideshow link can be hidden, I'll have a look and get back to you.

regards,

Flemming