Viewing 6 replies - 1 through 6 (of 6 total)
  • I have exactly the same issue.
    I tried this method but it doesn’ help:
    https://www.ads-software.com/support/topic/plugin-nextgen-gallery-firefox-36-compatbility-issue-clicking-on-gallery-scrolls-page-up-to-top?replies=25

    It seems i have only one shutter-reloaded.js and “document.documentElement.style.overflowX = ”;” has been deleted..

    It drives me crazy ??

    Problem solve:

    Edit: wp-content/plugins/nextgen-gallery/view/imagebrowser.php

    Paste this code:

    <?php
    /**
    Template Page for the image browser
    
    Follow variables are useable :
    
    	$image : Contain all about the image
    	$meta  : Contain the raw Meta data from the image
    	$exif  : Contain the clean up Exif data
    	$iptc  : Contain the clean up IPTC data
    	$xmp   : Contain the clean up XMP data 
    
     You can check the content when you insert the tag <?php var_dump($variable) ?>
     If you would like to show the timestamp of the image ,you can use <?php echo $exif['created_timestamp'] ?>
    **/
    ?>
    <?php if (!defined ('ABSPATH')) die ('No direct access allowed'); ?><?php if (!empty ($image)) : ?>
    
    <div class="ngg-imagebrowser" id="<?php echo $image->anchor ?>">
    <a>anchor ?>"/>
    
    	<h3><?php echo $image->alttext ?></h3>
    
    	<div class="pic"><?php echo $image->href_link ?></div>
    	<div class="ngg-imagebrowser-nav">
    		<div class="back">
    			</a><a>previous_pid ?>" href="<?php echo $image->previous_image_link ?>#<?php echo $image->anchor ?>"><?php _e('Back', 'nggallery') ?></a>
    		</div>
    		<div class="next">
    			<a>next_pid ?>" href="<?php echo $image->next_image_link ?>#<?php echo $image->anchor ?>"><?php _e('Next', 'nggallery') ?></a>
    		</div>
    		<div class="counter"><?php _e('Picture', 'nggallery') ?> <?php echo $image->number ?> <?php _e('of', 'nggallery')?> <?php echo $image->total ?></div>
    		<div class="ngg-imagebrowser-desc"><p><?php echo $image->description ?></p></div>
    	</div>	
    
    </div>	
    
    <?php endif; ?>

    Hi,
    I’ have the same problem:
    https://www.autoaspillo.com/fotogallery/rodi
    I’ve tried to paste the code but doesn’t seem to work.
    Can you please help?
    Best
    gabriella

    Did you delete and re-create the gallery ? I had to to make it work.

    When i click on your pictures there is nothing happening (but scrolling on top).

    No I haven’t recreated the gallery…didn’t know I have to do it.
    Let start again and try.
    Thanks for support,
    ga

    Uhm…seems to have the same problems. I have created a new gallery:
    https://www.autoaspillo.com/prova/

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘[Plugin: NextGEN Gallery] Imagebrowser jump’ is closed to new replies.