• Resolved moin creator

    (@moin-creator)


    Hi, everyone.
    I’m making my first demo-website using WordPress 4.3 with X-theme and Visual Composer.

    After I added Tour or Tabs in Content Bands and click sections, my page automatically scrolls down until the end of the content in that section and tried to hold it’s position on that place.

    I search for troubleshooting to fix this issue, but I couldn’t.. so, I’m asking help here.

    This is my web page link, which I am having trouble with:
    link here

    Wish I can get help from anyone, so I can complete my first website.

    Thank you and have a great day.

    Best.

Viewing 4 replies - 1 through 4 (of 4 total)
  • Hi, I’ve the same problem. I try to find a solution but I can’t fix this. I am stepping stone to the request.
    thanks

    Thread Starter moin creator

    (@moin-creator)

    Hi, Vasalln.
    One of the Themeco Staff solved this problem.

    I guess this will help you, too.
    add this JavaScrip under Custom > JavaScrip in the Customizer.

    [ Moderator note: code fixed. Please wrap code in the backtick character or use the code button. ]

    jQuery( function($) {
    
    $(document).on('click', 'li.vc_tta-tab a', function( e ){
    $('html, body').stop();
    });
    $(document).on('click', 'li', function( e ){
    $('html, body').stop();
    });
    $(document).on('click', '.vc_tta-panel-title', function( e ){
    $('html, body').stop();
    });
    });

    Moin You are a legend!

    Thank you very much. I can confirm this works.

    Dear moin creator, Thanks!
    This sollution HELPED ME, thank you so much, eternaly greatefull ??

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Visual Composer – Tour and Tab section problem when click it.’ is closed to new replies.