I'm not sure if this bug was introduced by me somewhere along the way or not or we might be using an old version of mightmag as I have tested a video on your demo site by manually adding a youtube embed and initializing its container with fitvidsjs and youtube's fullscreen works flawlessly.
I'm just mentioning it here in case there was a bug in old mightmag version which you might have fixed.. I'll try downloading the latest version of mightmag and compare it with the old zip i have via some text diff tool/utility to find changes.
In case you know anything please let me know.
If I find the problem I'll mention the solution here in case someone else faces it again in future.
Please do not make this thread public tho. We don't want the general public to know the site is using wordpress.
Hi,
I'm not sure if this bug was introduced by me somewhere along the way or not or we might be using an old version of mightmag as I have tested a video on your demo site by manually adding a youtube embed and initializing its container with fitvidsjs and youtube's fullscreen works flawlessly.
I'm just mentioning it here in case there was a bug in old mightmag version which you might have fixed.. I'll try downloading the latest version of mightmag and compare it with the old zip i have via some text diff tool/utility to find changes.
In case you know anything please let me know.
If I find the problem I'll mention the solution here in case someone else faces it again in future.
Please do not make this thread public tho.
We don't want the general public to know the site is using wordpress.
Hi there,
the bug was was fixed in version 1.3, you can check the full changelog out, for reference on the files involved.
Hope it helps
Regards
djwd
Regards
djwd
It helped a bit.
Had to remove the animation classes.
wow.min.js
Changed
$('.content-sidebar-wrap').addClass('animated fadeInUp').css('visibility','visible').show();
To
$('.content-sidebar-wrap').css('visibility','visible').show();
Thanks for sharing your fix!
Regards
djwd
Regards
djwd
No problem.
Thanks too! :)