Hi there!
How does a Youtube or Vimeo Link open in a new tab? The link is based on a button, an icon or an image or just a simple text link.
Thanks!
Bernd
Hi Bernd,
If you are using a Button element, then you can set that in the element options. If you want to create it manually, then you can try code like this:
<a href="URL of your video" target="_blank">This is a link to my video</a>
Best regards,
Rikard
Thanks, Rikard.
Sorry, my question was not complete. We want to open the link in a new tab and not in a lightbox. According to our experience, Enfold opens every Youtube oder Vimeo link generally in the lightbox.
Thanks
Bernd
Hi Bernd,
If you want to open the link in a new tab, then my answer above should do that for you. If you can’t get it working, then please post a link to where we can see the link in question, so that we can have a closer look. If we need to look at the backend, then please include admin WordPress login details in private as well.
Best regards,
Rikard
Hi Rikard.
Thanks. Again: The problem is, that the video opens in a lightbox and not in a new tab.
Best regards
Bernd
Hi,
Please try this instead:
<a class="noLightbox" href="link to your video" target="_blank" rel="noopener">This is a link to my video</a>
https://kriesi.at/documentation/enfold/lightbox/
Best regards,
Rikard
Great, that’s it. Thanks, Rikard.
Hi profil77,
We’re glad to hear that :)
Thanks for using Enfold and have a great day!
Best regards,
Nikko