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

    It seems you are missing something please try the below steps again with the tab plugin I have tested it on my local WordPress and it’s working…

    1.install Insert Script In Headers And Footers plugin.
    2.you can find it in settings>Insert Script In Headers And Footers and paste the following script in “Scripts in Footer” textarea.

    <script type=”text/javascript”>
    jQuery(function () {
    jQuery(‘.tabcall’).on(‘click’, function(event) {
    event.preventDefault();
    var tabid = jQuery(this).attr(‘tab-id’);
    jQuery(‘[data-toggle=”tab”][href=”#’ +tabid + ‘”]’).trigger(‘click’);
    })
    });
    </script>

    3.now copy and paste the following code in tab description

    link

    you have to just change the tabs_desc_9_2 last digit of id according to your tabs sequence eg. tabs_desc_9_3 and run the It.
    test it and please let me know.

    Thank you

    Thread Starter mwiedner

    (@mwiedner)

    Hi

    Apologies if I am missing something, but what do you mean by:

    “3.now copy and paste the following code in tab description

    link

    you have to just change the tabs_desc_9_2 last digit of id according to your tabs sequence eg. tabs_desc_9_3 and run the It.
    test it and please let me know.”

    Should ‘link’ be a code instead?

    Thank you for your help.

    Hi @mwiedner,

    please share the url where you are using accordion so we can give you code according to your each tab id and you will have to simply put that code in the description area. then your issue will be resolve

    please paste the below code in the tab description.

    <a tab-id="tabs_desc_9_2" class="tabcall" data-toggle="tab">link</a>

    Thank you

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Link to Another Tab’ is closed to new replies.