Navigation

    Digital Liberation Forums

    • Register
    • Login
    • Search
    1. Home
    2. Categories
    3. Plugin Support
    4. jQuery Smooth Scroll
    Log in to post
    • Newest to Oldest
    • Oldest to Newest
    • Most Posts
    • Most Votes
    • G

      Scroll Not Working Properly With My Theme
      • GreenMtGirl

      2
      2
      Posts
      3
      Views

      anand

      Sorry, I can't access the link you shared as it's a link to draft post. Let me share a published post or page.

    • Shawn Jackson

      Disable script on 1 page
      • Shawn Jackson

      2
      2
      Posts
      3
      Views

      anand

      It's currently not supported. You might need Google tag manager for this kind of features or probably another plugin.

    • João Brum

      How I config a anchor menu??
      • João Brum

      2
      2
      Posts
      5
      Views

      anand

      Hello,

      Instead of hyperlink use anchor link in menus. However, cross page smooth scroll is not possible at the moment.

    • P

      back to top button
      • phil59

      4
      4
      Posts
      45
      Views

      C

      Update! Removing the ' signs around the 'wp_head' so it just looks like wp_head makes the errors go down to 2. The last error messages I get are the following:

      Unexpected token 'add_action(' at line 5 col.1
      Unexpected token 'remove_my_class_action''

      How does this get fixed? Thanks 🙂

    • H

      Smooth Scrolling via menu not working
      • hagbard_23

      2
      2
      Posts
      2
      Views

      anand

      hi @hagbard_23

      When I visited your site I got the following WordPress error:

      There has been a critical error on your website. Learn more about debugging in WordPress.

      Are you using any non Roman characters or spaces in ID? If so, that might be the issue.

    • E

      Conflict with slider forward and backward arrows
      • epiphany

      2
      2
      Posts
      19
      Views

      anand

      Hello,

      You may exclude your slider by finding their I'd and adding them here and also in script.min.js:
      https://github.com/anandkumar/jquery-smooth-scroll/blob/bb391ee37be26309da2d543fce94ee53a5815ca8/js/script.js#L48

      Notice how #tab or #collapse is there; you will need to append that.

      If your site is live share the URL so I could help better.

    • MD. Kamrul Hasan Khan

      Scroll to section
      • MD. Kamrul Hasan Khan

      3
      3
      Posts
      65
      Views

      M

      1.) your section needs an anchor
      2.) your button needs the link to the ancor

    • L

      Include Anchor Name in URL
      • luukee

      2
      2
      Posts
      80
      Views

      anand

      Hello Luke,

      Could you elaborate the question?

    • Nick

      Draw Attention imagemap
      • Nick

      2
      2
      Posts
      74
      Views

      anand

      Hello Nick,

      If your site is live on the internet please share the link. You might need to update/modify the plugin file as it binds all links with #. The plugin might be generating such link.

    • A

      jQuery Smooth Scroll Freezes Submenu
      • AJD

      3
      3
      Posts
      273
      Views

      A

      Thanks Anand, much appreciated.

    • U

      JQuery Smooth Scroll does not work with special characters in anchor
      • umitest

      2
      2
      Posts
      191
      Views

      anand

      Hello Michal,

      It's a known issue. I can't update the plugin now to fix it, as it is on low priority. The reason behind is it does not affect front-user experience. Also, there is actually no benefit IMO.

      You may use A-Z, a-z and 0-9 characters for ids.

    • A

      jQuery Smooth Scroll makes scroll-to-top 0px
      scroll to top vantage • • Andrei Alisen

      2
      2
      Posts
      247
      Views

      anand

      I do not understand what you are trying to achieve. Isn't the scroll to top button already built into the theme you mentioned? Or do you want to disable the "scroll to top" functionality in the plugin?

    • W

      Smooth scroll effecting Tabs
      • webross

      2
      2
      Posts
      200
      Views

      anand

      Hello,

      You may exclude your tabs by adding them here and also in script.min.js:
      https://github.com/anandkumar/jquery-smooth-scroll/blob/bb391ee37be26309da2d543fce94ee53a5815ca8/js/script.js#L48

      Notice how #tab or #collapse is there.

    • J

      Works great but disables my slide up gallery
      • joosbox

      5
      5
      Posts
      443
      Views

      anand

      Hi,

      Ideally, your theme should get a bug fix release.

      However to exclude those div ids modify the following line in your script.js. https://github.com/anandkumar/jquery-smooth-scroll/blob/bb391ee37be26309da2d543fce94ee53a5815ca8/js/script.js#L48

      Notice how #collapseand #tab is excluded. Also for production site you want to modify the corresponding codes in script.min.js.

      There is a cache with the solution. You need to keep a backup of the modifications otherwise it will be lost with the plugin update.

      HTH.

    • V

      Update: 0.10.3 [06.04.2018] WP 4.9.5
      • Vintage Heavy Metal

      5
      5
      Posts
      502
      Views

      anand

      Thanks for taking action and reporting the issue.

    • T

      jQuery Smooth Scroll suddenly don't work anymore
      • tom

      5
      5
      Posts
      480
      Views

      anand

      Hello Tom,

      You are welcome.