Hi – I need to open a video in a lightbox window from a link in the header.
I’ve tried adding a text link as a menu item with and without adding ‘lightbox’ to the rel box. I gave up and tried overlaying a small image over the header with a straight youtube link but no joy. I’ve tried disabling lightbox form the theme options and using a third party plugin but again no joy.
The lightbox is definitely working as video links in posts and pages work fine.
Is there something stopping lightbox code working from the header block?
Many thanks,
Jon.
Hi kops!
Send us a link to your page and we’ll take a look. You can set your reply as private if you wish.
Be sure to deactivate all plugins while testing.
Best regards,
Elliott
Hi Elliot – details below :)
Hey!
Try opening up /enfold/js/avia.js and change line 1010 from this.
var links = $(options.autolinkElements, this);
To this.
var links = $(options.autolinkElements, jQuery('body'));
Regards,
Elliott
You rock. Thank you.