• Hi,
    I’m using the free version of Tabs – Responsive Tabs with Accordions

    I want to create a link from page1 that opens a specific tab (for example tab3) in another page (page2).

    How can I do that?

Viewing 7 replies - 1 through 7 (of 7 total)
  • Plugin Author biplob018

    (@biplob018)

    Its possible with custom jQuery. Look like

    <script>
    jQuery(‘.class’).click(function() {
    window.open(‘desire link’);
    });
    </script>

    Thread Starter Faisal Khamis

    (@faisalkhamis)

    Where should I put this code?
    I’m not a developer

    • This reply was modified 6 years, 5 months ago by Faisal Khamis.
    Plugin Author biplob018

    (@biplob018)

    kindly share your website url where You add my shortcode because there have id and also confirm that which button you want to add link with link so i can give you exact jQuery.

    Do you using any page builder ? if not also mention it.

    Thread Starter Faisal Khamis

    (@faisalkhamis)

    In this page there is a tab called (Our Projects) which has a link in the last line. This link opens a pdf file but I want it to send the user to the second tab (UTC Fire & Security)

    • This reply was modified 6 years, 5 months ago by Faisal Khamis.
    Plugin Author biplob018

    (@biplob018)

    Add into your page so it will works to define your tabs to link. I also remind you .ctu-ulimate-style-3 li:nth-child(2) here 3 is style id and nth-child(2) means its works at second tabs. You can change as you want. also check your url. So i hope you can also create as like you.

    <script>jQuery('.ctu-ulimate-style-3 li:nth-child(2)').click(function() {
    window.open('https://www.ahqsa.com/ahq-gallery/', '_self');
    });</script>
    • This reply was modified 6 years, 5 months ago by biplob018.
    Thread Starter Faisal Khamis

    (@faisalkhamis)

    Which page? The first or the second page?
    What about the link? What should I put in it?

    [ Please do not bump. ]

    • This reply was modified 6 years, 5 months ago by Faisal Khamis.
    Plugin Author biplob018

    (@biplob018)

    Kindly check the last code where I give you with already added the link.

    Kindly see where I added your link. You can change it also. Just added into my plugins any tabs description box or add into that page where you using my plugin shortcode so its will be works.

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘How to link to a specific tab’ is closed to new replies.