12/22/2015 at 3:24 pm
#358957
Keymaster
@ Steve
Hmmm, yeah, that is not quite working right on your site. My guess is it is conflicting with other javascript on the page. What is supposed to happen is that it is support to scroll the entry that was clicked to the top of the page. So that conflict seems to be making it not possible to accurately determine the top of the page in Gridder.
The only fix I can think of is to disable that scroll effect in Gridder. To do this, delete the gridder.min.js file found in this folder:
../wp-content/plugins/connections-gridder/
Now open the gridder.js file and delete this line:
$( _self._scrollTo() ).animate( { scrollTop: _me.position().top }, 0 );
Save the file. That should disable the auto scroll in Gridder which should stop the jump to the top.
Hope that helps, let me know.
-
This reply was modified 10 years, 8 months ago by
Steven Zahm. Reason: Correct "No" to "Now"
