Viewing 1 replies (of 1 total)
  • AddWeb Solution

    (@addweb-solution-pvt-ltd)

    Hello oskargrzyb,

    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
    }

    Hope this will helps you.

    Thanks.

Viewing 1 replies (of 1 total)
  • The topic ‘Loading’ is closed to new replies.