Hello,
I need to use Advanced Responsive Video Embedder for my videos as it is compatible with the SEO Video Plugin and the built in one is not.
http://wordpress.org/plugins/advanced-responsive-video-embedder/
It works really well accept when I want to use “thumb” mode which does a LightBox effect. It doesn’t work. The problem is that it uses ColorBox for this effect and there is an incompatibility with PrettyPhoto. Here is a Page that shows the problem.
http://www.geistinteractive.com/colorbox-test/
Here is the js error that occurs
[Error] TypeError: ‘null’ is not an object (evaluating ‘n[3]’)
(anonymous function) (jquery.prettyPhoto.js, line 7)
complete (jquery-1.9.0.min.js, line 3)
f (jquery-1.9.0.min.js, line 1)
fireWith (jquery-1.9.0.min.js, line 1)
u (jquery-1.9.0.min.js, line 1)
tick (jquery-1.9.0.min.js, line 3)
Is there any way that we can get prettyPhoto and colorBox to co-exist?
Thanks
Todd
Hey toddgeist!
You can disable the prettyPhoto plugin entirely. Edit js > avia.js file, find this code on line 54:
//activates the prettyphoto lightbox
$(container).avia_activate_lightbox({callback:'avia_lightbox_callback'});
Replace it with:
//activates the prettyphoto lightbox
//$(container).avia_activate_lightbox({callback:'avia_lightbox_callback'});
You can also refer to Dude’s response here. He is using FancyBox instead of the prettyPhoto lightbox plugin.
Best regards,
Ismael
Sorry, can you include the link to Dude’s response? Can’t find it
Thank
you!
Hey!
It should be this one https://kriesi.at/support/topic/problem-loading-the-retina-images/#post-188304
Best regards,
Yigit