ezweb
Forum Replies Created
-
New version seems great. Thank you!
It could be caused by front end ACF forms. We use them on all sites. And I’ve got a bit of a mess. I’m updating all sites with my “fix” now.
I use beaver builder so maybe that’s part of it not sure. But that’s not when trying to edit the site. It’s just viewing a page on the front end. It completely breaks the site.
I just wrapped everything in the instant_img_wp_media_enqueue function in a “if ( is_admin() ) {” so none of it runs if it’s not in the admin area. Not sure that’s the correct fix. But the site works.
This causes a fatal error on the frontend. I added an is_admin check to fix it.
I was using 7.4.
Forum: Plugins
In reply to: [WP Mailto Links - Protect Email Addresses] Fatal errorThank you for the quick update. That fixed it. Thank you for working on this plugin it’s one of the few we use on all sites.
Forum: Plugins
In reply to: [WP Mailto Links - Protect Email Addresses] Fatal errorSame here
Found the issue seems php allow_url_fopen needs to be on. Hope this helps someone ??
What ended up being the issue? I’m having the same issue now on a site where this was working. It’s not permissions so wondering how you resolved it if you did.
I found the problem on my install. The permissions on /wp-content/uploads/instant-images was d-wxr—-t. I reset to 755 and it works now.
I’m seeing the same issue. I’m getting this error in the console log:
SyntaxError: JSON.parse: unexpected character at line 1 column 1 of the JSON data[Learn More] instant-images.js:25:8345
value/p.onload
https://www.domain.com/wp-content/plugins/instant-images/dist/js/instant-images.js:25:8345Same as freshpony said it says it downloaded but gets stuck on resizing. I disabled all plugins but instant images.
Same here. None of the images added using acf-image-crop are loading. I use it on page header images so none of the page header images are loading. Downgrading to ACF pro 5.5.14 fixed it as a temp solution.
- This reply was modified 7 years, 4 months ago by ezweb.
I just confirmed that it’s working now. Thanks a ton love your plugin. Where can I donate?
It’s 5.5.5 that causes the problem. Downgrading to ACF pro 5.5.3 solves the issue.
Same issue here. Seems the update to ACF 5.5 broke it really hoping for a fix I love this plugin.