-
AuthorPosts
-
June 26, 2018 at 7:40 pm #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, 4 months ago by jurgen1979.
June 27, 2018 at 6:33 am #978253Hey 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,
RikardJune 27, 2018 at 3:21 pm #978452Hi 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.
June 28, 2018 at 5:35 am #978734Hi,
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,
RikardJune 28, 2018 at 4:28 pm #978943That is weird … It all looks ok here …
June 28, 2018 at 5:29 pm #978968Hey,
According to this site – https://downforeveryoneorjustme.com/, your website is down. Do you have some sort of IP restriction maybe?
Regards,
YigitJune 29, 2018 at 10:45 am #979252but …
July 1, 2018 at 8:19 am #979707Hi,
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,
RikardJuly 4, 2018 at 1:19 pm #981162Sorry … did not notice that I’ve got an error here because I left the reply-field empty …
User + Psw in Private ContentJuly 5, 2018 at 11:57 am #981540Hi,
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,
MikeJuly 5, 2018 at 1:09 pm #981574yes 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
July 6, 2018 at 1:31 am #981784Hi,
Thanks @Guenni007Best regards,
Mike -
AuthorPosts
- You must be logged in to reply to this topic.