Having trouble with scrolldown

I am having trouble with the scrolldown when clicking on the navigation menu. The scrolldown works perfectly on the home page. After going to any of the pages, when I click on any of the menu links it goes to the home page,not to particluar location, the scrolldown is not working for the menu. I tried the animate() function:

if(window.location.hash.length>0){
        jQuery('html,body').animate({scrollTop: jQuery('#latest-offers').offset().top}, 800);
    }

Any ideas why this happens?

Related posts