markoposavec
Forum Replies Created
-
Forum: Plugins
In reply to: [Lightbox with PhotoSwipe] Working on single images, not on galleriesI apologize. It appears that this particular server is doing something that disables proper functioning of LBWPS on classic galleries. I am not yet sure what it is. The HTML output itself is identical to any other classic WP gallery, can’t see anything wrong with it. As a side note, the Photoswipe v5 doesn’t work on that site; the lightbox opens, but no image appears. v4 works, but like I said, for single images only. Odd.
Incidentally, I’ve encountered the same behavior on another site (and a different server), but that one uses Breakdance builder and pulls the posts through a custom template — not much of a mystery there, I guess. I’ve contacted their support about it.
Just for testing, I’ve tried a couple of other lightbox plugins and they all worked. I’ll let you know what I find.
Dropping in here because I just had the same issue, also with Yoast.
Apparently, it’s the “URL Cleanup” section of Yoast SEO’s Advanced settings. Someone has turned on “Optimize Google Analytics utm tracking parameters” and “Remove unregistered URL parameters”.
Deactivating those fixed MailPoet shortcodes immediately. Makes sense when you think about it, but finding the culprit did take some digging.
Just ran into this problem again and found a simple CSS solution:
.wp-block-icb-image-compare .comparison-slider {
-webkit-user-select: none;
-ms-user-select: none;
user-select: none;
}Forum: Plugins
In reply to: [Image Watermark] ‘Cheatin uh’ errorIt works! I have changed the two files and now it’s flawless.
Thank you very much 🙂
Forum: Plugins
In reply to: [Image Watermark] ‘Cheatin uh’ errorIt is perhaps worth noting that the watermark application mechanism appears to have changed since the update: instead of reloading the Media Library page, it now displays a spinning circle-thing over the thumbnail just before it drops the “Cheatin uh?” error.
Switching to Twenty Sixteen is no good, so it’s probably not theme-related. I have also tried disabling other plugins and that didn’t help either.
All users of the site have the same problem.
Forum: Plugins
In reply to: [Image Watermark] ‘Cheatin uh’ errorTried it, didn’t work.
I have since updated WordPress and the theme to the latest version, but that didn’t help either.
What’s most puzzling is that the error just started appearing out of nowhere, no changes whatsoever were made at that time.