I would like to have the image buttons (bullets below slider) On, but the navigation buttons (Prev, Next) Off. However, setting Nav Buttons Off also turns off Image Buttons (even if they are set to On).
I would like to have the image buttons (bullets below slider) On, but the navigation buttons (Prev, Next) Off. However, setting Nav Buttons Off also turns off Image Buttons (even if they are set to On).
I'm seeing the same behavior on our site. Does anyone know how to resolve this issue?
dbonomo, I never heard anything else regarding this, either. (I'm actually not using vSlider anymore, but wanted to let you know that someone is listening.)
Thanks for the reply Nyhm, I actually found a little css hack that you can use to make the buttons disappear but keep the nav around. I used:
#cs-navigation-homepage {
display: none; /**gets overridden by the .js, but here it is anyways**/
visibility: hidden;
}
I'll have to check this on all versions of IE before I roll it out to our prod server, but so far, so good.
Also, just out of curiosity, what are you using as a replacement for vslider? In the past, I've used various jQuery plugins and actually found that I liked them more.
That's a clever fix, thanks for following up.
I made a design decision not to have any slider on my site(s). Maybe I'll look at vSlider again if I want one in the future.
I've switched to showing slides (screenshots) with jQuery ColorBox. See it in action at Island Forge.
This topic has been closed to new replies.