• Hi! I have an issue with jQuery.scrollUp, button doesn’t work and there is a warning in a browser console ‘jQuery.scrollUp() is not a function’.
    Solution for me was in the file js/float-to-top-button.js the whole script starts with ‘jQuery(document).ready(function($) {‘, but within this function all jQuery entities renamed from ‘jQuery(…)’ to ‘$(…)’

  • The topic ‘Some issues’ is closed to new replies.