Title: Loading
Last modified: August 22, 2016

---

# Loading

 *  Resolved [jackhorror](https://wordpress.org/support/users/jackhorror/)
 * (@jackhorror)
 * [11 years, 8 months ago](https://wordpress.org/support/topic/loading-11/)
 * My content is loaded but the LOADING keeps flashing! No matter what, and i tried
   twenty twelve and many other themes
 * [http://test0.atspace.tv/](http://test0.atspace.tv/)

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

 *  Thread Starter [jackhorror](https://wordpress.org/support/users/jackhorror/)
 * (@jackhorror)
 * [11 years, 8 months ago](https://wordpress.org/support/topic/loading-11/#post-5320550)
 * I found that there is a conflict with the ShiftNav – Responsive Mobile Menu plugin
 *  Plugin Author [numixtech](https://wordpress.org/support/users/numixtech/)
 * (@numixtech)
 * [11 years, 8 months ago](https://wordpress.org/support/topic/loading-11/#post-5320647)
 * Hello [@jackhorror](https://wordpress.org/support/users/jackhorror/),
 * Yes you were right shiftnav and our plugin are conflicting due to priorities 
   of appending elements to body with jquery.
 * To fix loading issue, please change one setting for shiftnav from **Appearance-
   > Shiftnav** and under **General Settings** tab uncheck the checkbox for option“**
   Shift Body**“.
 * This will fix loading issue but you may find one more issue that shiftnav menu
   part will not animate with page. It will stay at top and blink when page is loaded.
   To fix it please add following code at the end of your theme functions.php file.
 *     ```
       add_action( 'wp_footer', 'shiftnav_element_move', 1000 );
       function shiftnav_element_move() { ?>
       	<script type="text/javascript">
       	jQuery(document).ready(function($) {
       		$( '#shiftnav-toggle-main, #wpadminbar, .shiftnav' ).appendTo( '.animsition' );
       	});
       	</script>
       	<?php
       }
       ```
   
 * I have tested this with free version of shiftnav plugin. I hope this helps.
 * Thanks.

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

The topic ‘Loading’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/page-transition_458bac.svg)
 * [Page Transition](https://wordpress.org/plugins/page-transition/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/page-transition/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/page-transition/)
 * [Active Topics](https://wordpress.org/support/plugin/page-transition/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/page-transition/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/page-transition/reviews/)

 * 2 replies
 * 2 participants
 * Last reply from: [numixtech](https://wordpress.org/support/users/numixtech/)
 * Last activity: [11 years, 8 months ago](https://wordpress.org/support/topic/loading-11/#post-5320647)
 * Status: resolved