NextGen Gallery hack
If you have installed the NextGen Gallery & find it slightly annoying the page scrolls back to the top when you’re clicking back to the page, here is the fix you’re looking for:
FTP to your site and find the following file:
wp-content/nextgen-gallery/shutter/shutter-reloaded.js
Search for and comment out the following two lines:
document.documentElement.style.overflowX = ”;
window.scrollTo(0,t.Top);
Unfortunately, if you auto-update the […]