Viewing 8 replies - 1 through 8 (of 8 total)
  • Plugin Author Konstantinos Kouratoras

    (@kouratoras)

    Hi Sibeesh!
    Can you try re-saving the plugin’s options and try again?

    Thread Starter Sibeesh Venu

    (@sibeesh)

    Yes I tried it. But didn’t work. Is there anyone who is having the same issue? I am not sure whether the problem is with the plugin or my theme. Can you please check it once? Thanks in advance.

    Thread Starter Sibeesh Venu

    (@sibeesh)

    I have reinstalled the plugin, now it is not showing in the home page too :(. Any idea? Thank you.

    Plugin Author Konstantinos Kouratoras

    (@kouratoras)

    Are you getting any errors in your browser’s console?

    Thread Starter Sibeesh Venu

    (@sibeesh)

    Yes I am getting an error as Uncaught ReferenceError: jQuery is not defined

    Thread Starter Sibeesh Venu

    (@sibeesh)

    //</script> <script>var $nocnflct = jQuery.noConflict();
    			$nocnflct(function () {
    			    $nocnflct.scrollUp({
    				scrollName: 'scrollUp', // Element ID
    				scrollClass: 'scrollUp scrollup-link scrollup-right', // Element Class
    				scrollDistance: 300, // Distance from top/bottom before showing element (px)
    				scrollFrom: 'top', // top or bottom
    				scrollSpeed: 300, // Speed back to top (ms )
    				easingType: 'linear', // Scroll to top easing (see https://easings.net/)
    				animation: 'fade', // Fade, slide, none
    				animationInSpeed: 200, // Animation in speed (ms )
    				animationOutSpeed: 200, // Animation out speed (ms )
    				scrollText: '<id class="fa fa-arrow-circle-up fa-2x"></id>', // Text for element, can contain HTML
    				scrollTitle: false, // Set a custom link title if required. Defaults to scrollText
    				scrollImg: false, // Set true to use image
    				activeOverlay: false, // Set CSS color to display scrollUp active point
    				zIndex: 2147483647 // Z-Index for the overlay
    			    });
    			});</script>

    This is where I am getting error. Please check. Thanks in advance

    Thread Starter Sibeesh Venu

    (@sibeesh)

    So Do I want to load any jQuery file? Is there any option to load the file by default in this plugin?

    Plugin Author Konstantinos Kouratoras

    (@kouratoras)

    It should load jQuery library by default.

    Can you disable all other plugins (except for Smooth Scroll Up) and check if it works?

Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘Scroll option shows only in Home page’ is closed to new replies.