nicinabox / superslides

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

Problem on refreshing @ Slide no. #4(last one) #331

Open shakti0786 opened 9 years ago

shakti0786 commented 9 years ago

Hi, I've a major issue,when the slider ends and #4Slide arrives.If I refresh the page on that last slide,the whole slider disappears! Only pagination controls left at the bottom.To make it normal again,I've to go to the URL of page and then change the No. of slide from there like #1- #2.And refresh the page again,then only the slider re-appears,else it stays vanished. Please help me out asap. Thanks in advance.

rajasajidmanzoor commented 9 years ago

Hello, I am having the same issue. Kindly let me know if you have found any solution

rajasajidmanzoor commented 9 years ago

OK, I have fixed this by using

$(function() {
      var $slides = $('#slides');
      $slides.superslides({hashchange:false});
        });
ghostrydr commented 9 years ago

Do you have a live example or fiddle of this issue?