Hi,
I have a problem with a link in a widget text in the sidebar. It opens in a lightbox and does not open the page. Please see the link on the right sidebar that says “Toutes les vidéos”
I have deactivated the plugin lightbox but still have the bug :(
Thanks in advance for your help
Hey oliviad!
Links to youtube that aren’t to videos should be structure like this to tell the lightbox script not to grab them:
<a class="noLightbox" href="http://www.youtube.com/">Youtube</a>
Just note the noLightbox class that needs to be on the link.
Best regards,
Devin
HI
Thanks very much for that, it is now working :)