Hi @tiabradford,
“No conflict” is available for Flexslider only. If you’re using R. Slides, Coin slider or Nivo slider as library for your slideshow, it won’t be available.
Is possible to preview the link you shared to see what’s going on? The site is behind a login
Regards
Yes, the login requirement has been removed. Thank you for your help.
Thanks! The slideshow seems to be using Nivo slider. I don’t see error in the browser console but if I click over a slide image, this is displayed on the bottom of the page which suggests the CSS for the Easy Fancybox lightbox is not loading.
Please double check the Easy fancybox CSS is loading correctly and if the issue continues, edit your slideshow to use Flexslider slider.
Regards
Hello,
I tried changing the to the Flexslider, but the same issue happens, even in no conflict mode. I’m not quite sure how to check if the CSS is loading correctly.
This is the error I get in the browser inspector:
JQMIGRATE: Migrate is installed, version 3.4.1. Missing data from PHP (wpNotesArgs). Uncaught (in promise) Error: A listener indicated an asynchronous response by returning true, but the message channel closed before a response was received.
I tried using all the methods listed under Easy Fancybox for conflict resolution, but none of them worked.
I also tried using different lightbox plugins, but the same issue persists.
Hi @tiabradford,
Please double check the following:
I noticed your site loads another fancybox CSS instance but through X Pro Elementor Addons plugin which may explain why the CSS from Easy FancyBox plugin isn’t loading. To confirm my guess, please deactivate (NOT uninstall) X Pro Elementor Addons and see if the slideshow works better then.
This is how your images should open correctly: https://ibb.co/gyt6Fxp
I disabled the lightbox in Xpro, but it still does not load correctly. And yes, as in my first post, it works fine when Xpro is disabled.
Hi @tiabradford
Is there a free version of this XPO Elementor Addon that we can download and test?
Hi @tiabradford,
I’m testing an alternative solution. May you try adding this code into your theme’s functions.php file? It should load the missing fancybox CSS with a different handle (to skip the override from XPO Elementor Addons)
function enqueue_fancybox_custom() {
wp_enqueue_style(
'fancybox-custom-handle',
'https://canflexinc.com/canflex-staging-/wp-content/plugins/easy-fancybox/fancybox/1.5.4/jquery.fancybox.min.css'
);
}
add_action('wp_enqueue_scripts', 'enqueue_fancybox_custom');
Regards
-
This reply was modified 2 years, 6 months ago by
htmgarcia.
Oh my goodness! Thank you so much! The code snippet worked perfectly. I appreciate your time and patience to work with me. π
You’re welcome, thanks @tiabradford
If you appreciate the support here, please consider leaving a positive review to help keep MetaSlider going: https://ww.wp.xz.cn/support/plugin/ml-slider/reviews/