Viewing 5 replies - 1 through 5 (of 5 total)
  • Hello daveystarr,

    We will do an update soon. If you are a commercial user, please write to this email [email protected] for receiving the updated version.

    I had the same problem as both daveystarr and #2. This code solved my problem for the short term until the fix is published, which I hope will be soon. It also solves the issue where Internet Explorer shows “Waiting for…” in the title tab, which is a needed fix for the reloaded page. I put this in the page head.

    It refreshes the page and so reloads the slider at slide #1 when the page has lost focus and regains it – as when returning from another tab.

    <script language="javascript">
     var title_var = document.title;
     var loadcount = 0;
    
            window.onfocus = function(){
             var title_var = document.title;
                 if(loadcount == 1){
                 location.reload(true);
                 }
            document.title = title_var;
            }
    
            window.onblur = function(){
            loadcount = 1;
            }
     </script>

    Hello notawizard,
    Can we see the link or screenshot to understand what is the problem?

    Hello Huge-IT support – thanks for your reply.

    I have had to use another slider for now. I was using slide off animation. Version 3.06.

    It did as Daveystarr described sometimes, and other times when you went away from the page and came back to it, by clicking on the tab, the pictures did not move but the dots changed rapidly (about twice per second). Eventually, sometimes, the pictures would start to move again. Sometimes they would change erratically before recovering.

    Refreshing the page restarted the slider so it worked normally – hence the interim “fix”.

    Dear notawizard, if you intend to use our plugin, please describe your problem, and with screenshot send to the developers via this email: [email protected] and they will help you to solve the problem.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Slider Glitch after clicking on other browser tabs’ is closed to new replies.