• Resolved szaw

    (@szaw)


    Hello,

    problem is never ending loading page.

    I did try this solution:

    Add below php code into your current active child theme’s functions.php file or you can use Code Snippets plugin for use below php code.

    add_action(‘wp_footer’, ‘custom_script’);
    function custom_script() {
    ?><script type=”text/javascript”>
    jQuery(window).load(function() {
    jQuery(‘#preloader-background’).hide();
    });
    </script><?php
    }

    but it didn`t help. Is there any more solutions?

    Thank you.

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Never ending loading’ is closed to new replies.