• Resolved levanne

    (@levanne)


    Hi,

    I am using Getwid’s tabs in one of my pages and it is making the footer bar sticky when I am on certain tabs. You can switch between tabs and scroll the page to see what I’m talking about, it’s hard to explain!

    Do you know how I can fix it?

    Thanks!

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

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Contributor motopress

    (@motopress)

    @levanne your footer depends on the height of the content. There is no issue with tabs.

    Thread Starter levanne

    (@levanne)

    No, if you click on the third tab (“Université 3”), you will see a different behaviour than if you click on the first two tabs when scrolling the page. The third behaviour is the right one, depending on content height. The content height is the same in all those tabs as I duplicated them from the first one.

    Plus, it stops doing that when I deactivate Getwid…

    Plugin Support dimned

    (@dimned)

    Hi @levanne,
    We have manage to replicate the issue and we will fix it in the next update release. Meanwhile you may try using adding the style below to Appearance > Customize > Additional CSS

    .wp-block-getwid-tabs__tab-content.is-active-tab {
        width: auto;
       height: auto;
       overflow: visible;    
    }
    
    .wp-block-getwid-tabs__tab-content {
       width: 1px;
       height: 1px;
       overflow: hidden;
       top: 0;
    }
    Plugin Support dimned

    (@dimned)

    Hi @levanne,
    We have just released an updated version where the issue with Tabs has been fixed. Please update the Getwid plugin and let us know if it was helpful.
    It would be much appreciated if you review the plugin here https://wordpress.org/support/plugin/getwid/reviews/

Viewing 4 replies - 1 through 4 (of 4 total)

The topic ‘Bug creating scrolling issues’ is closed to new replies.