Okay
  Public Ticket #2717084
Page not load
Closed

Comments

  • Sarah Grappasonno started the conversation

    Hello,

    When I go back with the browser button on Iphone it loads only the hero image at the top and the hero image of the next page at the bottom, the rest of the page is empty. I added jQuery (window) .unload (function () {}); in /js/scripts.js but it still doesn't work.

    Can you please help me? 

    Best regards


  •  1,803
    Support replied

    Hello Sarah,

    Does it happen on our live demo or only on your site?

    in any case try adding at the beginning of the /js/scripts.js file:

    jQuery(function ($) {
    $(window).bind("pageshow", function(event) {
        if (event.originalEvent.persisted) {
            window.location.reload(); 
        }
    });

    and hard refresh the page after making the changes


    Thank you.

    Clapat Support

    https://www.clapat.com/

    Review Envato Item Support Policy