Okay
  Public Ticket #4310906
Open menu link in new tab
Open

Comments

  •  6
    stevenl66 started the conversation

    Hi, 

    Is it possible to open menu items in new tabs?

    I have a 'mailto' link in the header that I'd like to open in a new tab and I can't find an option to enable this functionality. 

    Thanks

    Steve

    Attached files:  header-screenshot.png

  •  6
    stevenl66 replied

    Solved this by adding a custom class and using javascript:

    <script type="text/javascript">
    jQuery(document).ready(function($) {
      $('.mailto-header a').attr('target', '_blank');
    });
    </script>

    This seems to be working as expected.

  •  6
    stevenl66 replied
  •  3,270
    Austin replied

    Hi Steven,

    Thank you for getting in touch.

    I'm glad you were able to sort this out. Feel free to contact us if you have any other queries.

    Cheers,

  •  3,270
    Austin replied

    Hi Steven,

    Following up on the above ticket, you can set links in the header to open in another tab by checking the option in the screenshot below.7878702635.png

    If you can not see it, you will need to activate the link target option in the screen options. Here's a screenshot of the same.4701699252.png

    I hope that helps.

    Cheers,