Title: Loading
Last modified: July 19, 2018

---

# Loading

 *  [oskargrzyb](https://wordpress.org/support/users/oskargrzyb/)
 * (@oskargrzyb)
 * [7 years, 10 months ago](https://wordpress.org/support/topic/loading-24/)
 * Hi
 * after today update I have never ending loading 🙁
    [https://3dgeodezja.pl/](https://3dgeodezja.pl/)
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Floading-24%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

Viewing 1 replies (of 1 total)

 *  [AddWeb Solution](https://wordpress.org/support/users/addweb-solution-pvt-ltd/)
 * (@addweb-solution-pvt-ltd)
 * [7 years, 10 months ago](https://wordpress.org/support/topic/loading-24/#post-10508797)
 * Hello oskargrzyb,
 * Add below php code into your current active child theme’s **functions.php** file
   or you can use [**Code Snippets**](https://wordpress.org/plugins/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.

 * ![](https://i0.wp.com/themes.svn.wordpress.org/flash/1.4.12/screenshot.jpg)
 * Flash
 * [Support Threads](https://wordpress.org/support/theme/flash/)
 * [Active Topics](https://wordpress.org/support/theme/flash/active/)
 * [Unresolved Topics](https://wordpress.org/support/theme/flash/unresolved/)
 * [Reviews](https://wordpress.org/support/theme/flash/reviews/)

 * 1 reply
 * 2 participants
 * Last reply from: [AddWeb Solution](https://wordpress.org/support/users/addweb-solution-pvt-ltd/)
 * Last activity: [7 years, 10 months ago](https://wordpress.org/support/topic/loading-24/#post-10508797)
 * Status: not resolved