PDA

View Full Version : photo navigator


stilllife
Sep-18-2007, 09:42 AM
I have searched but have not found how to remove the navigator on my slideshow. The one that allows the viewer to pause, move forward or backward. I do I make it so the viewer does not see it?

oxy8384
Sep-18-2007, 11:14 AM
...where you initialize the the variables for the slideshow, make sure to add:
slideControls = false;

Bill

Allen
Sep-18-2007, 07:31 PM
I have searched but have not found how to remove the navigator on my slideshow. The one that allows the viewer to pause, move forward or backward. I do I make it so the viewer does not see it?
:wave Welcome to Dgrin.

Are you referring to the slideshow style in a gallery? Provide a link
to a gallery on your site like this and we'll see if we can get you
some CSS to hide it.

stilllife
Sep-19-2007, 05:32 AM
:wave Welcome to Dgrin.

Are you referring to the slideshow style in a gallery? Provide a link
to a gallery on your site like this and we'll see if we can get you
some CSS to hide it.

my gallery url is http://www.stilllifepix.com/gallery/3475427

Allen
Sep-19-2007, 05:39 AM
my gallery url is http://www.stilllifepix.com/gallery/3475427
See if this works. Add to your CSS.


.gallery_3475427 .toolsbox {display: none;}

stilllife
Sep-19-2007, 07:47 AM
See if this works. Add to your CSS.


.gallery_3475427 .toolsbox {display: none;}

That did not seem to work either.

oxy8384
Sep-19-2007, 07:58 AM
It's toolsbox, not toolbox...

I know, I know - who calls it a toolsbox? It's a toolbox, right?:rolleyes

Except here...

Bill

stilllife
Sep-19-2007, 10:48 AM
It's toolsbox, not toolbox...

I know, I know - who calls it a toolsbox? It's a toolbox, right?:rolleyes

Except here...

Bill

I tried both and neither worked.

Allen
Sep-19-2007, 11:00 AM
I tried both and neither worked.
Remove these from your CSS and it works. They go in the javascript.

showImagePreview = false;

useLightbox = false;