• Resolved mnb0

    (@mnb0)


    I just wanted to add that there is one difference when comparing the source code of the pages with turning nextGen on and off. When NextGen is turned on, the following code snippet changes its place and appears much lower.

    <div class="acwp-toolbar " id="acwp-toolbar" tabindex="0" aria-label="Pasek dodatkowych narz?dzi dost?pno?ci"></div>	<script type="text/javascript">
    		function genesisBlocksShare( url, title, w, h ){
    			var left = ( window.innerWidth / 2 )-( w / 2 );
    			var top  = ( window.innerHeight / 2 )-( h / 2 );
    			return window.open(url, title, 'toolbar=no, location=no, directories=no, status=no, menubar=no, scrollbars=no, resizable=no, copyhistory=no, width=600, height=600, top='+top+', left='+left);
    		}
    	</script>

    When I make a copy of the code of the entire page and move this snippet to where it shows up when NextGen is turned off, everything works fine.

  • The topic ‘Nextgen problem – suggestion’ is closed to new replies.