Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1421805

    Piranhabar_web
    Participant

    Hi guys,

    I’m wondering how is it possible for me to l have one of my tab toggles link to an external url when clicked.

    Eg, when I click on the table titled ‘Insta’, it links our external instgram page.
    http://2016testing.piranhabar.ie/wordpress/branded_content/gavin_kelly/

    Many thanks guys

    #1421845

    Jade
    Moderator

    Hi there,

    Please add this code in the custom JS:

    jQuery('.page-id-3646 #x-section-1 .x-nav li:nth-child(3) a').attr('href','YOUR_INSTAGRAM_URL');
    jQuery('.page-id-3646 #x-section-1 .x-nav li:nth-child(3) a').removeAttr('data-cs-tab-toggle');

    Hope this helps.

    #1427280

    Piranhabar_web
    Participant

    Amazing, thanks so much Jade 🙂

    #1427655

    Rad
    Moderator

    You’re welcome!