08/21/2015 at 11:52 am
#343775
Keymaster
@ Douglas
To change this, you’ll need to edit the templates javascript. Here’s how…
Open the gridder.js file found here:
../wp-content/plugins/connections-gridder/
Search for this line:
$( _self._scrollTo() ).animate( { scrollTop: _me.position().top }, 0 );
Change it to this:
//$( _self._scrollTo() ).animate( { scrollTop: _me.position().top }, 0 );
Save the file and overwrite the original.
Also save the file as gridder.min.js and save over the original.
After you complete this, it will no longer scroll to the entry clicked.
Hope that helps!
PS. You’ll like have to force refresh the browser in order for the updated files to be downloaded and used by the browser.
