When I try to scroll up with the button, nothing happened.
I’ve seen errors in google console related to this case:
Uncaught TypeError: m.easing[this.easing] is not a function
at init.run (affasi_js.min.js:16)
at i (affasi_js.min.js:16)
at Function.m.fx.timer (affasi_js.min.js:16)
at kb (affasi_js.min.js:16)
at HTMLHtmlElement.g (affasi_js.min.js:16)
at Function.dequeue (affasi_js.min.js:15)
at HTMLHtmlElement.<anonymous> (affasi_js.min.js:15)
at Function.each (affasi_js.min.js:13)
at m.fn.init.each (affasi_js.min.js:13)
at m.fn.init.queue (affasi_js.min.js:15)
Hi,
In almost all cases this king of issues are caused by plugins, code entered in theme panel or theme files. Try as a quick test to deactivate all plugins except theme plugins, check if this has any effect on the issue.
If you entered code in the theme panel or files, temporarily remove it and check the results. The theme by default does not provide any errors, so something must be causing this theme feature to break.
Thanks
Hi Simion,
Thanks for your reply.
First I tried to disable all plugins (except theme plugins). Nothing happened.
After that I looked for the custom codes. I using only one JS for the facebook page plugin, it doesn’t affect the scrollup button.
And then I looked for my sidebar ad and I realized that the problem was caused by the sidebar ad. It’s a dinamic ad so I feel sad because I have to use a simple picture instead.
So the sidebar ad code was causing the conflict. It must contain some code that affects the theme in some way. The theme supports other ads then Adsense
– https://forum.tagdiv.com/using-other-ads-non-adsense-ads/
But some ad codes could cause issue like in this situation.
Thanks