NynAcm
Forum Replies Created
-
Forum: Plugins
In reply to: [WP Image Zoom] LazyLoad Conflicts MoreI also just wanted to mention, visit any of the Collection pages, that’s where it’s being used.
Thanks!
Forum: Plugins
In reply to: [WP Image Zoom] LazyLoad Conflicts MoreThanks Diana,
Sorry for the delay on this, the site is now live so you can see issue #2 in action: http://piedmontejewelry.com/.
Let me know if that helps, and still makes sense with my original situation.
Forum: Plugins
In reply to: [WP Image Zoom] LazyLoad Conflicts MoreOn Issue #1 – LazyLoad Conflicts
I have resolved that by going into your PHP file:
image-zoooom.php
And locating the script, and added this before the Bind rule:jQuery("img.unveil").unveil(0, function() { jQuery(this).load(function() { jQuery("img.zoooom").image_zoom(options); }); });So for anyone who has different lazyloads, you have to identify what is calling the img, and then once loaded, re-execute the zoooom call.
Issue #2 is still present.
Thanks!
This works!
Thank you Very much, I must have missed that option.
Thank you Robert,
I have tried all of these, to no avail. I have your plug-in working on other sites on the same framework and updates, and versions.
• All plugins deactivated
• Default theme Activated
• Only Leaflet ActivatedStill breaks the Visual Editor
Still getting the Same Error
I was very thorough, and i even had to rebuild my widgets due to this.As explained above, it’s having trouble loading in the Icon into the visual editor in order to auto place the shortcode.
Is there something I can do to deactivate it in the settings? Or a piece of code I can insert to block it from loading into the visual editor?