Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #1293284

    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

    #1293719

    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

    #1293876

    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

    #1294234

    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

    #1294553

    Hi Rikard.
    Thanks. Again: The problem is, that the video opens in a lightbox and not in a new tab.
    Best regards
    Bernd

    #1294969

    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

    #1295007

    Great, that’s it. Thanks, Rikard.

    #1295158

    Hi profil77,

    We’re glad to hear that :)
    Thanks for using Enfold and have a great day!

    Best regards,
    Nikko

Viewing 8 posts - 1 through 8 (of 8 total)
  • The topic ‘Open Video in a new tab’ is closed to new replies.