Title: Easing setting does not take effect
Last modified: January 10, 2021

---

# Easing setting does not take effect

 *  Resolved [alexanderschmidt](https://wordpress.org/support/users/alexanderschmidt/)
 * (@alexanderschmidt)
 * [5 years, 4 months ago](https://wordpress.org/support/topic/easing-setting-does-not-take-effect/)
 * Dear Support
 * I have the plugin installed and just did an update to WordPress 5.6
    Since the
   update, it seems that the easing setting does not take effect. It is set to “
   EaseInQuint” but the effect “Linear” is applied on my webpage.
 * Here is an example: [https://valueinsights.ch/-itil-v3-goes-into-retirement-by-january-1-2022/](https://valueinsights.ch/-itil-v3-goes-into-retirement-by-january-1-2022/)
 * All links in the table of contents are supposed to smooth scroll with EaseInQuint
   instead of Linear (just like before the upgrade to WordPress 5.6)
    May I kindly
   ask you to have a look?
 * Many thanks and best Regards,
    Alex
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Feasing-setting-does-not-take-effect%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

Viewing 15 replies - 1 through 15 (of 15 total)

 *  Plugin Author [malihu](https://wordpress.org/support/users/malihu/)
 * (@malihu)
 * [5 years, 4 months ago](https://wordpress.org/support/topic/easing-setting-does-not-take-effect/#post-13888891)
 * Hello,
 * This is not about WordPress 5.6. What else did you update? Did you update your
   theme or other plugin(s)?
 * I’m saying this because another script in your site manipulates jquery easings.
 *  Thread Starter [alexanderschmidt](https://wordpress.org/support/users/alexanderschmidt/)
 * (@alexanderschmidt)
 * [5 years, 4 months ago](https://wordpress.org/support/topic/easing-setting-does-not-take-effect/#post-13890790)
 * Hi
 * True that, I updated WP Bakery Page Builder first. However, when I tested the
   page it was not generating this issue.
    Then I went on with the update of WordPress
   and this is when I started seeing the issue. And then I updated many other plugins
   that needed updating.
 * I have set the checkbox that should prevent other plugins from running similar
   scripts and as far as I know, I should have no others, which are influencing 
   this.
 * I did not update my theme, and btw I am using one called Unicon.
 * Where do you suspect the issue lies?
 * Thanks and Regards,
    Alex
 *  Plugin Author [malihu](https://wordpress.org/support/users/malihu/)
 * (@malihu)
 * [5 years, 4 months ago](https://wordpress.org/support/topic/easing-setting-does-not-take-effect/#post-13893638)
 * I think the issue lies in either “WP Bakery Page Builder” or theme in combination
   with the updated WordPress. Both your theme and wpbakery have smooth scrolling
   scripts.
 * Can you check with your theme and wpbakery, if there’s a way to disable their
   smooth scrolling functionality?
 *  Plugin Author [malihu](https://wordpress.org/support/users/malihu/)
 * (@malihu)
 * [5 years, 4 months ago](https://wordpress.org/support/topic/easing-setting-does-not-take-effect/#post-13893703)
 * Update: I think the issue comes from the following script in your theme:
 * `...themes/unicon/framework/js/jquery.easing.min.js`
 * I believe the problem was caused by the script above in combination with WordPress
   5.6 which has an updated version of jquery library. I think jquery.easing.min.
   js conflicts with the latest jquery library.
 * Can you disable the script above (even as a test)?
 *  Thread Starter [alexanderschmidt](https://wordpress.org/support/users/alexanderschmidt/)
 * (@alexanderschmidt)
 * [5 years, 4 months ago](https://wordpress.org/support/topic/easing-setting-does-not-take-effect/#post-13897595)
 * Maaaaan, you are good 🙂 Thanks a lot. That was it.
    Works fine now 🙂 Have a
   great day! Alex
 *  Plugin Author [malihu](https://wordpress.org/support/users/malihu/)
 * (@malihu)
 * [5 years, 4 months ago](https://wordpress.org/support/topic/easing-setting-does-not-take-effect/#post-13898419)
 * You’re welcome 🙂
    Thanks for the feedback!
 *  [andreas.kastl](https://wordpress.org/support/users/andreaskastl/)
 * (@andreaskastl)
 * [5 years, 3 months ago](https://wordpress.org/support/topic/easing-setting-does-not-take-effect/#post-13929121)
 * Hello!
    I have the same problem but with theme “THE7”.
 * Do you have an idea where I can find here the “problem-js”?
 * Many thanks!
 *  Plugin Author [malihu](https://wordpress.org/support/users/malihu/)
 * (@malihu)
 * [5 years, 3 months ago](https://wordpress.org/support/topic/easing-setting-does-not-take-effect/#post-13929390)
 * [@andreaskastl](https://wordpress.org/support/users/andreaskastl/) Hi. Please
   post your page/site URL so I can check what happens.
 *  [andreas.kastl](https://wordpress.org/support/users/andreaskastl/)
 * (@andreaskastl)
 * [5 years, 3 months ago](https://wordpress.org/support/topic/easing-setting-does-not-take-effect/#post-13929428)
 * URL:
    [https://kastl-designs.at/DH/produkte/fahrtechnik/](https://kastl-designs.at/DH/produkte/fahrtechnik/)
 * with the sidemenu you can test it.
 * PS: it’s a testsite and passwordprotected: Dorninger1!
 * Many Thanks!
 *  Plugin Author [malihu](https://wordpress.org/support/users/malihu/)
 * (@malihu)
 * [5 years, 3 months ago](https://wordpress.org/support/topic/easing-setting-does-not-take-effect/#post-13930051)
 * [@andreaskastl](https://wordpress.org/support/users/andreaskastl/) I think the
   easing code that causes the issue is in:
 * `...themes/dt-the7/js-lite/main.min.js`
 * This file is part of your theme and it’s minified, so I think you need to contact
   your theme developer and ask them about this and how to remove the custom easing
   js code.
 *  [andreas.kastl](https://wordpress.org/support/users/andreaskastl/)
 * (@andreaskastl)
 * [5 years, 3 months ago](https://wordpress.org/support/topic/easing-setting-does-not-take-effect/#post-13930924)
 * Hi!
    You’re right this is the correct .js which prevents the settings from your
   plugin.
 * I don’t think that the theme author change anything so i searched the scroll 
   type I want to use in this JS and add a letter e.g. “easeInOutQuintZ” and than
   it works.
 * It’s not a nice sollution but it works.
 * Many Thanks!
 *  Plugin Author [malihu](https://wordpress.org/support/users/malihu/)
 * (@malihu)
 * [5 years, 3 months ago](https://wordpress.org/support/topic/easing-setting-does-not-take-effect/#post-13933349)
 * [@andreaskastl](https://wordpress.org/support/users/andreaskastl/) Great! Thanks
   for the feedback 🙂
 *  Plugin Author [malihu](https://wordpress.org/support/users/malihu/)
 * (@malihu)
 * [5 years, 3 months ago](https://wordpress.org/support/topic/easing-setting-does-not-take-effect/#post-13967021)
 * Update regarding this issue:
 * Plugin version 1.7.2 (released just now) has a new option “Force scroll type/
   easing”. Enabling this option in plugin settings fixes the issue with easing,
   without the need to remove the outdated scripts and libraries.
 * Cheers 🙂
 *  Thread Starter [alexanderschmidt](https://wordpress.org/support/users/alexanderschmidt/)
 * (@alexanderschmidt)
 * [5 years, 3 months ago](https://wordpress.org/support/topic/easing-setting-does-not-take-effect/#post-13968441)
 * Amazing, thanks a lot for your great support.
    All the best, Alex
 *  [andreas.kastl](https://wordpress.org/support/users/andreaskastl/)
 * (@andreaskastl)
 * [5 years, 3 months ago](https://wordpress.org/support/topic/easing-setting-does-not-take-effect/#post-13971688)
 * One of the best support ever!
 * It works great with my theme (THE7).
 * TANKS!!!!!!

Viewing 15 replies - 1 through 15 (of 15 total)

The topic ‘Easing setting does not take effect’ is closed to new replies.

 * ![](https://ps.w.org/page-scroll-to-id/assets/icon-256x256.png?rev=1401043)
 * [Page scroll to id](https://wordpress.org/plugins/page-scroll-to-id/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/page-scroll-to-id/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/page-scroll-to-id/)
 * [Active Topics](https://wordpress.org/support/plugin/page-scroll-to-id/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/page-scroll-to-id/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/page-scroll-to-id/reviews/)

 * 15 replies
 * 3 participants
 * Last reply from: [andreas.kastl](https://wordpress.org/support/users/andreaskastl/)
 * Last activity: [5 years, 3 months ago](https://wordpress.org/support/topic/easing-setting-does-not-take-effect/#post-13971688)
 * Status: resolved