Viewing 12 posts - 1 through 12 (of 12 total)
  • Author
    Posts
  • #978107

    Hello
    My client uses a lot of Youtube videos on his site and all of them open in a lightbox, like they should. Perfect.

    However: he also wants to link to his Youtube-channel … But that doesn’t work because that link … opens also in a lightbox :-)

    How can we avoid that? How can we make a link to Youtube.com?

    I found something about adding class=”noLightbox” to the link, but that doesn’t seem to work :-)

    Thanks guys!

    • This topic was modified 6 years, 3 months ago by jurgen1979.
    #978253

    Hey jurgen1979,

    I’m not sure how you are linking exactly, but if yo want to create a manual link then you can try something like this in a text or code block element:

    <a href="link to youtube channel">Link text</a>

    Best regards,
    Rikard

    #978452

    Hi Rikard, that’s just the whole point: that doesn’t work …

    Please check out http://www.kristien.be. The link is at the bottom in the footer in 3th column … I’ve put your name in it.

    #978734

    Hi,

    Thanks for the feedback, though your site is not loading on my end. I just get a blank page. Are you having other problems with it maybe?

    Best regards,
    Rikard

    #978943

    That is weird … It all looks ok here …

    #978968

    Hey,

    According to this site – https://downforeveryoneorjustme.com/, your website is down. Do you have some sort of IP restriction maybe?

    Regards,
    Yigit

    #979252

    but …

    down?

    #979707

    Hi,

    It’s working now, thanks. Could you please provide us with a temporary admin login so that we can take a closer look? You can post the details in the Private Content section of your reply.

    Best regards,
    Rikard

    #981162

    Sorry … did not notice that I’ve got an error here because I left the reply-field empty …
    User + Psw in Private Content

    #981540

    Hi,
    You could try editing the js/avia.js on line 550 and remove “youtube\.com”

    if(!url.match(/(jpg|gif|jpeg|png|\.tif|\.mov|\.swf|vimeo\.com|youtube\.com)/) ) span_class = "overlay-type-extern";

    or the easier solution is you use a link shortener, such as https://goo.gl/
    I created a test link for you under the other one to demonstrate.

    <a href="https://goo.gl/67u9gx">YouTube Short Link</a>

    Best regards,
    Mike

    #981574

    yes my test did it as Mike said:
    <a href="https://goo.gl/67u9gx" target="_blank" rel="noopener">Youtube Channel</a>

    same shit different name. Must work without any extra css or code

    #981784

    Hi,
    Thanks @Guenni007

    Best regards,
    Mike

Viewing 12 posts - 1 through 12 (of 12 total)
  • You must be logged in to reply to this topic.