New Landing How can we help? Atelier back to previous page in browser reloads page

Viewing 3 posts - 16 through 18 (of 18 total)
  • Posted in: Atelier
  • #248855
    Swift Ideas – Ed
    Keymaster
    Post count: 15264

    If you disable performance options in Theme Options, you can then edit the /js/functions.js file, and change the bottom 5 lines to this:

    window.onpageshow = function(event) {
        if ( event.persisted && jQuery('body').hasClass("sf-preloader") ) {
            window.location.reload();
        }
    };

    – Ed

    #248907
    hansvanderwoerd
    Member
    Post count: 36

    Many thanks Ed,

    it’s working fine!

    #249254
    David Martin – Support
    Moderator
    Post count: 20834

    Thanks Ed!

Viewing 3 posts - 16 through 18 (of 18 total)

You must be logged in and have valid license to reply to this topic.

License required for the following item
Login and Registration Log in · Register