Remove Smooth Scrolling

Posted in: Newspaper
Post count: 4

Hey there,

How does one go about removing the new smooth scrolling feature? Many of my users are complaining about it.

Thanks!

Post count: 854

hi,

search for this code :

if (td_detect.is_chrome === true || td_detect.is_ie10 || td_detect.is_ie11) {
        td_smooth_scroll();
    }

and comment it out like here : http://screencast.com/t/pBTbcKztcKrA

Thanks for you message.
Radu A.

Post count: 249

And by commenting it out you mean remove, right?

Post count: 38

He mean comment adding // at line start, like:

//if (td_detect.is_chrome === true || td_detect.is_ie10 || td_detect.is_ie11) {
 //       td_smooth_scroll();
 //   }

So this way if you want put it back just uncomment and done!

Post count: 341

Smooth scrolling is nice!

Post count: 249

Thanks for clarifying that mixvice!

Post count: 52

Looking for a way to get rid of it, Thanks!

I think the smooth scrolling is great unless you’re on a Mac, since they have smooth scrolling by default, so it is really uncomfortable to use the theme on a Mac right now.

I think smooth scrolling is a big usability issue for my visitors who use a Mac, so I am removing it. I encourage TagDiv to remove it completely as well since I believe this is something the operating system should take care of.

Post count: 60

A lot of my users are also complaining about the same. I commented the lines above but the smooth scrolling is still there. Looks like its calling from js/td_external.js as well?

Post count: 6600

Hi,

Please note that if you use the speed booster plugin the theme loads other minified version of site.js file which contains all the js put together.
In this case you will need to create a new site.min.js file with the smooth scrolling function disabled, please follow this topic for this: https://forum.tagdiv.com/topic/minifying-site-js-with-wp_booster-after-chances-to-td_login-js/
Hope this helsp!

Thanks

Post count: 52

Just upgraded after a few months and went through my ritual of tweaking everything. Thought I would document this for anyone who wants to know.

I removed the smooth scrolling call from the following three files and that seemed to do it for me:

site.min.js
td_site.min.js
td_site.js

Doing a multi-file search reveals two other files that are calling the smooth scroll function, but this did it for me.

Post count: 30

Is there anyway these files can be updated and included with the theme as soon as possible? I am hearing from users with Macs that this smooth scrolling does not work with Macs. If that is the case, there should be an option built into the theme to easily disable it or just disable it for Macs.

Post count: 52

I’m with you on that! I’m really not sure why tagdiv decided to fundamentally change the way that users interact with their browsers by adding that smooth scrolling javascript. I would think it would be ideal to remove it from the theme and let users who want such a feature to find a plugin and use that.

Post count: 6600

Hi,

Sorry for the inconvenience! We currently have this on our attention and try to find the best implementation for it, however I would need more details about the issues you experience on Macs as the smooth scrolling feature should not work on Mac default browser.

Thanks

Post count: 30

I’ve reached out to the person who was having the issue and it was with Chrome 39 on a Mac. Is it because the smooth scrolling is enabled for Chrome which compounds with the Smooth Scrolling for Mac?

I’ve commented out the JS but have had to turn off the speed booster because I didn’t want to deal with messing with the minified versions. This is why it would be nice to have the ability to turn this off built into the theme… OR at least make it work so it doesn’t mess up on Macs using Chrome.

Thanks,

Post count: 6600

Hi,

This happens as it only has been disabled on safari browsers. We will consider this and use another implementation for this in next theme versions.
Sorry for the inconvenience!

Thanks for the message!

Post count: 1

Please remove the smooth scrolling or atleast make it an option. I am a new user from today and I really dont like it! Chrome on Mac.

Post count: 7909

Hi,

It will be an option in Theme Panel to disable smooth scroll in version 5 of the theme.

Thanks!

Viewing 17 posts - 1 through 17 (of 17 total)
You must be logged in to reply to this topic.