• Resolved amberadmin

    (@amberadmin)


    Let me start by saying that I have been working with Gutenberg until very recent and I am very happy of the result, it is amazing to see how fast the website is with it.

    I have used some of your blocks and so far everything is looking great. But I just added the Tabs block for 4 different items I need, and found that when clicking to select a tab, the whole page scrolls up. Maybe there is a bug causing this, but page should remain in place.

    Thanks,

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hi,

    It seems like it’s a conflict with another JS file, I think that’s related to zohoform or your theme. Can you tell me what theme are you using currently?

    Cheers,

    Thread Starter amberadmin

    (@amberadmin)

    Hi,

    Thanks for you prompt response, I checked and found there is a conflict with another plugin I am using to allow smooth scrolling on other pages where I need it.

    Still have to find a solution though.

    Regarding the Theme. I am using Generated Press (free version), on which I created my own childtheme.

    The plugin that is generating the conflict is Page scroll to id.

    Thread Starter amberadmin

    (@amberadmin)

    Hi,

    I found the solution,
    The plugin has a option to exclude selectors from having the smooth scrolling behavior, to which it is necessary to add the following one “a[class=’ui-tabs-anchor’]”.

    Explanation: The Page scroll to id looks for all “a” (anchor points) and adds them to the smooth scrolling behavior. Therefore after adding the Advance Gutenberg Tabs, which have an “a” element under the “li” element of the tabs the behavior is added to them.

    • This reply was modified 6 years, 10 months ago by amberadmin.
Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Tabs Block autoscrolling’ is closed to new replies.