nicinabox / superslides

A fullscreen, hardware accelerated slider for jQuery.
http://archive.nicinabox.com/superslides
MIT License
1.51k stars 443 forks source link

navigation to a slide by a regular link doesn't seem to work since latest build #139

Open pixelman opened 11 years ago

pixelman commented 11 years ago

In the latest build a have this new issue with urls. Seems like navigating to a specific slide by using a url is broken. Before It worked well. See Ex. http://www.naert-degrande.be/slideshows?nr=1#3 http://www.naert-degrande.be/slideshows?nr=1#4

In my new project I use the latest build 0.6.3 I want to use a tabbed navigation on top to switch to a specific slide. I also tried to use a .current to highlight my current tab. But no succes yet. Sorry I'm just a designer ;) http://www.projectsaclagro.be/dev/meulewater2.html

Any suggestions? Thankx

pixelman commented 11 years ago

I did found a not so nice solution… Had to fight with my CSS to create it. I had to use a background image instead of a css color. Not so webdev 2013 :( http://www.projectsaclagro.be/dev/meulewater2.html

Problem is now, each time the page loads it jumps to the slide underneath the tabs (which is the restyled slides-pagination). Since it "fires-up" superslides and "id's" are used as anchors in html. As a result it doesn't always show the tabbed navigation. (So refresh a few time if it doesn't)

I have a few questions here:

thankx Pixelman.