Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #878327
    mtusa
    Participant

    Hi! We have set up a “tour” element on one of our pages that allows tabs. When you visit the page, it rotates the images through.

    1. How do we stop rotating through images? ( we just want to see the images of the selected tab )

    2. Also, when you click on a tab it automatically scrolls up to top or sometimes even past the images. How do you stop that?

    Thank you!

    #878330
    mtusa
    Participant
    This reply has been marked as private.
    #879147
    Nico
    Moderator

    Hi There,

    Thanks for writing in! Regretfully, at this time I am not entirely certain what it is you would like to accomplish based on the information given in your post. If you wouldn’t mind providing us with a little more clarification on what it is you’re wanting to do (a link to a similar example site would be very helpful, or perhaps some screenshots), we’ll be happy to provide you with a response once we have a better understanding of the situation.

    Thanks

    #880007
    mtusa
    Participant

    We added a Tour element to a content band to have vertical tabbed content. The left side has the tabs and right is the content for each tab. When you visit the page Documents, the content on right is scrolling through the images/content of each tab and I don’t want it to do that.

    This is a website I found on a forum support message #814112. http://www.katrinaarcher.com/kats-work/the-tree-of-souls/ On here there content doesn’t rotate through it just stays on the selected tab. (which is what we want)

    We are also have a similar issue with switching between tabs. When switching between tabs, it will scroll the page down so the tabbed content is no longer visible. I would expect no scrolling on tab selection.

    Hope this helps.

    #881122
    Rad
    Moderator

    Hi there,

    Please add this code to Admin > Appearance > Customizer > Custom > Global CSS

    jQuery ( function( $ ) {
    
    $(document).ready ( function() {
    
    setTimeout( function() {
    
    $('.vc_tta-tab a').on('click', function() {
    
    $('html, body').stop();
    
    } );
    
    }, 300 );
    } );
    
    } );

    Hope this helps.

    #882176
    mtusa
    Participant

    That did not work. its still the same.

    #883134
    Darshana
    Moderator

    Hi there,

    Upon checking, I see that the tabs are working fine now. Could you please try clearing your cache before testing the page again and let us know how it goes.

    Thanks!

    #888231
    mtusa
    Participant

    Thank you! it worked for the automatically scrolling through the images (except still doing it on mobile view) but when you click on each tab it jumps the page down where you cannot see the images.

    Also i would like the clicked tab to be solid to indicate you are on that tab.

    1. how do i stop the content from going off the page when you click a tab?

    2. How do i make the clicked/selected tab solid color?

    3. On the mobile view, the content still rotates through the images. How do we fix that?

    Thank you

    #889228
    Rupok
    Member

    Hi there,

    Thanks for writing back. It seems your screenshots referring another page and I can see the Tab is working fine on your given URL. Would you provide us the exact URL so that we could check?

    Cheers!

    #889990
    mtusa
    Participant
    This reply has been marked as private.
    #890798
    Nico
    Moderator

    Hi There,

    I could see a of lot of Javascript errors in your console. Would you mind testing for plugin conflict or script conflict. You can do this by deactivating all third party plugins, and seeing if the problem remains. If it’s fixed, you’ll know a plugin caused the problem, and you can narrow down which one by reactivating them one at a time.

    Let us know how it goes. Thanks.

    #891784
    mtusa
    Participant

    I figured out how to stop the continuous scrolling through all images but when you click a tab it shifts the page up. I deactivated all third party plugins and the problem is still reoccurring when you click a tab it moves the page past the viewing area.
    Please advise.

    Thank you!

    #892818
    Rad
    Moderator

    Hi there,

    That’s weird, even direct coding isn’t working.

    And it looks like it scrolls while having the pushState(), which means it’s intentional feature, though, I don’t remember X having this. Would you mind backup up your site before I continue checking? I may disable all features and switch theme during the test.

    Thanks!

    #1024238
    mtusa
    Participant

    What is the easiest way to back up our website? We are still having the issue of the page moving up when clicking a tab. Please advise on how we can back up our website so that you can check to see what’s wrong.
    Sorry for the delay in response but we are now just getting to a point to back it up and fix this issue.

    Thank you!

    #1024604
    Joao
    Moderator

    Hey there,

    You can export the Customizer settings and import them after. What I would recommend however, is to backup your database since all settings (including plugins) are stored in it (you can use https://wordpress.org/plugins/backupwordpress/). If you have a child theme or made template modifications, save them in your computer and upload them when you have done reinstalling.

    Hope that helps.

    Joao

  • <script> jQuery(function($){ $("#no-reply-878327 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>