So I updated everything and now the slider is all screwed up, shown here: http://screencast.com/t/f9OpXQsG
And the infinite scroll has a large delay when scrolling ever since the smooth scrolling has been added with the update.
Please advise!
It’s showing I have 4.0.2 http://screencast.com/t/c6KHkNpR2l but in the theme update files its showing only to 4.0 – http://tagdiv.com/td_deploy/Newspaper/changed_files_3.9.2_4.0.html so am I missing files that I need to add or change? This is very urgent so please get back to me asap.
Hi,
Please send us an URL to see this issue, or if you can give us wp-access, please send an e-mail at contact@tagdiv.com with your username and password, also please specify all your issues and include a link to this topic.
Thanks
Main Slider issue: was fixed from a user in the 4.0 forum post. Whether it was clearing CloudFlare or changing the number of homepage slide limit, it’s fixed.
Infinite Scroll issue: this seems to be improved a bit after clearing Cloudflare’s cache but since smooth scrolling is added, the user is able to scroll like a maniac since it is so smooth (nicely done) if they wanted, which slows down the infinite load. Is there a way to disable smooth scrolling at all?
Hi,
Search for this code in the site.js file :
if (td_detect.is_chrome === true || td_detect.is_ie10 || td_detect.is_ie11) {
td_smooth_scroll();
}
Remove it or comment it out like here : http://screencast.com/t/pBTbcKztcKrA
Thanks
