Comments 6stevenl66 started the conversation19 hours agoHi, 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. ThanksSteveAttached files: header-screenshot.png 6stevenl66 replied19 hours agoSolved 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. 6stevenl66 replied19 hours agoAlso found this response:https://themenectar.ticksy.com/ticket/142808 3,270Austin replied18 hours agoHi 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,270Austin replied18 hours agoHi 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. 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. I hope that helps. Cheers, Sign in to reply ...
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
Solved this by adding a custom class and using javascript:
This seems to be working as expected.
Also found this response:
https://themenectar.ticksy.com/ticket/142808
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,
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.
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.
I hope that helps.
Cheers,