Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1414780

    Newable
    Participant

    Hi

    I am making a page using the tabbed tour element in visual composer.
    When changing the tabs the whole page moves up and down and doesn’t settle in the correct place.
    I think it is affected by the footer, I have tried making a fixed footer with no progress.

    MY development url is : – http://s603725186.websitehome.co.uk/yfm/bsc2/

    Please help.

    Thanks

    Steve Williams
    Web solutions manager – Newable

    #1414989

    Thai
    Moderator

    Hi Steve,

    To fix this issue, please add the following code under Customizer > Custom > Global Javascript:

    jQuery(function($) {
      $('.vc_tta-tab a, .vc_tta-panel-heading a').off('click touchend touchstart');
    });

    Hope it helps 🙂

    #1415108

    Newable
    Participant

    Thank you very much it works a treat.

    Best regards

    Steve

    #1415178

    Jade
    Moderator

    You’re most welcome, Steve.