Move ngg_resource_manager_marker TO WP_FOOTER
-
We created an isolated page on our wordpress (i.e. Template Name: isolated) with no wp_head() and wp_footer() so nothing from the base theme corrupts it, however, NGG is overflows to isolated pages. It breaks the isolated page because jQuery is being called twice, and I don’t need the wrong version. I am tempted to just ditch the plugin but my client has so much on their photo galleries on the base theme content using it.
This part needs to be moved to when only wp_footer() is called… or remove it:
<!-- ngg_resource_manager_marker --><!-- ngg_resource_manager_marker --><script> (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){ (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o), m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m) })(window,document,'script','//www.google-analytics.com/analytics.js','ga'); ga('create', 'UA-72580165-1', 'auto'); ga('send', 'pageview'); </script><script type="text/javascript" src="https://blahblah.blah/wp-includes/js/jquery/jquery.js?ver=1.12.4"></script> <script type="text/javascript" src="https://blahblah.blah/wp-includes/js/jquery/jquery-migrate.min.js?ver=1.4.1"></script> <script type="text/javascript" src="https://blahblah.blah/wp-includes/js/jquery/ui/core.min.js?ver=1.11.4"></script> <script type="text/javascript" src="https://blahblah.blah/wp-includes/js/jquery/ui/widget.min.js?ver=1.11.4"></script> <script type="text/javascript" src="https://blahblah.blah/wp-includes/js/jquery/ui/mouse.min.js?ver=1.11.4"></script> <script type="text/javascript" src="https://blahblah.blah/wp-includes/js/jquery/ui/sortable.min.js?ver=1.11.4"></script> <script type="text/javascript" src="https://blahblah.blah/wp-includes/js/jquery/ui/draggable.min.js?ver=1.11.4"></script> <script type="text/javascript" src="https://blahblah.blah/wp-includes/js/jquery/ui/droppable.min.js?ver=1.11.4"></script> <script type="text/javascript" src="https://blahblah.blah/wp-includes/js/jquery/ui/selectable.min.js?ver=1.11.4"></script> <script type="text/javascript"> /* <![CDATA[ */ var thickboxL10n = {"next":"Next >","prev":"< Prev","image":"Image","of":"of","close":"Close","noiframes":"This feature requires inline frames. You have iframes disabled or your browser does not support them.","loadingAnimation":"http:\/\/www.thebusinessexcellenceforums.com\/wp-includes\/js\/thickbox\/loadingAnimation.gif"}; /* ]]> */ </script> <script type="text/javascript" src="https://blahblah.blah/wp-includes/js/thickbox/thickbox.js?ver=3.1-20121105"></script> <script type="text/javascript"> /* <![CDATA[ */ var userSettings = {"url":"\/","uid":"0","time":"1510768921","secure":""}; /* ]]> */ </script> <script type="text/javascript" src="https://blahblah.blah/wp-includes/js/utils.min.js?ver=4.5.11"></script> <script type="text/javascript" src="https://blahblah.blah/wp-admin/js/editor.min.js?ver=4.5.11"></script> <script type="text/javascript" src="https://blahblah.blah/wp-includes/js/underscore.min.js?ver=1.8.3"></script> <script type="text/javascript" src="https://blahblah.blah/wp-includes/js/shortcode.min.js?ver=4.5.11"></script> <script type="text/javascript" src="https://blahblah.blah/wp-admin/js/media-upload.min.js?ver=4.5.11"></script> <script type="text/javascript" src="https://blahblah.blah/wp-content/plugins/vg-postcarousel/includes/js/owl.carousel.js?ver=4.5.11"></script>
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Move ngg_resource_manager_marker TO WP_FOOTER’ is closed to new replies.