Site logo

[Resolved] My scroll back button stopped working

Home Forums Support [Resolved] My scroll back button stopped working

Home Forums Support My scroll back button stopped working

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #2463852
    Vranjes

    This started a few days ago and this is on several sites where I use GP theme. When I click, the page scrolls back very slow or it does not move at all. This is on separate posts, not on site home page. Can you help? Thanks.

    #2463950
    David
    Staff
    Customer Support

    Hi there,

    another plugin is add CSS smooth scroll behaviour to the site which is conflicting with the GP smooth-scroll.
    Add this CSS to stop that conflict:

    
    html, body {
        scroll-behavior: initial !important;
    }
    #2463977
    Vranjes

    Hi,
    Thank you for the reply. Can you identify which plugin this is? I do not have another plugin for this purpose and did not install any new these days.

    In any case, I have added the code to Customize and it seems it worked. Thank you again.

    #2464002
    David
    Staff
    Customer Support

    I think its coming from a Table of Contents plugin.

    #2464026
    Vranjes

    Thank you. This makes sense. In the sites with GP theme without Table of Contents plugin, there is no issues. Those with that plugin both had the issue. It is solved, and your help is greatly appreciated.

    #2464035
    David
    Staff
    Customer Support

    Glad to be of help

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.