Okay
  Public Ticket #2999405
Back to home
Closed

Comments

  • VISHNU JOORY started the conversation

    hi there

    I have my site working in chrome, when I click through to a section then use the back browser page it goes to homepage, In Safari I am getting a black screen.....

    thanks

  •  1,806
    Support replied

    Hello,

    First, make sure that you are running version 1.2 of the theme

    If you do, plz try the refresh the cache in Safari.

    Finally, if it still does not work:

    try adding in FirstLoad() function, /js/scripts.js file the following code

    window.addEventListener( "pageshow", function ( event ) {       

          var historyTraversal = event.persisted || ( typeof window.performance != "undefined" && window.performance.navigation.type === 2 );      

          if( historyTraversal ) {           

              // Handle page restore.           

              window.location.reload();        

         } 

    });

    hard refresh the content (Ctrl+F5) before testing.

    if the problem still persists plz send us wp admin access with full rights using Appearance -> Editor


    Thank you.

    Clapat Support

    https://www.clapat.com/

    Review Envato Item Support Policy