Imagely
Forum Replies Created
-
Hi @thedeerkami,
Could you please try deleting NGG ( and also make sure by FTP that the entire
nextgen-galleryfolder is removed ) then re-download NGG from https://wordpress.org/support/plugin/nextgen-gallery/ and manually install it new from your site’s"Dashboard -> Plugins -> Add new -> Upload plugin"to see if that’ll change anything?Posting it for the record after it was resolved in a private thread.
The issue got fixed by reinstalling the plugin. For odd reasons, it was using a legacy leftover module that should have not longer existed since 2014 year.Hi everyone,
Yesterday, we have released NextGen Gallery 3.30 that should have resolved the problem with setting the thumbnail crop.
We don’t have such an option to remove comments either so that’s not us. Only the forum moderators can remove posts or block threads in case these violate the forum guidelinesbut they usually leave commentaries when doing that so that’s odd.
Yesterday, we have released NextGen Gallery 3.30 that should have resolved the problem with setting the thumbnail crop.
@carldwood, @thedrewseum, @hefin,
Just duplicating our reply in this thread to ensure it is visible.
I see there is wpnonce mentioned in the error, in our past release
V3.29 – 09.28.2022 Fixed: Added nonce verification to some legacy XHR handlers.We fixed some similar issues, we got a couple other reported, I have a beta I am testing now and seems to fix the issue.
If any of you want to test the beta, which we will really appreciate too, as we plan a release this Wednesday if all goes well, reach out via https://www.imagely.com/contact/ ask for the “nonce beta” and we will provide it.
Thanks.
Hi @josch87,
This looks like a warning that doesn’t functionally affect anything so respectively it is safe to just hide it.
Please login by an FTP client like FileZilla to your site’s file’s host and in your
wp-config.phpfile on the server, replace this linedefine('WP_DEBUG', true);with this
ini_set('display_errors','Off'); define('WP_DEBUG', false); define('WP_DEBUG_DISPLAY', false);Once done, this should hide the warnings and that’ll help you have a clean page while editing your sitemap.
- This reply was modified 3 years, 10 months ago by Imagely.
We are sorry but NextGen doesn’t come with such a possibility or workaround. We can only register it as a feature request at this point.
Thanks for your understanding
Hi @carldwood,
Could you please let us know if you host your site with Bitnami?
Could you please let us know if you use AJAX pagination for Basic Thumbnails? In this case, it may be worth checking to ensure you don’t have any other Lazy Loading feature enabled by a different plugin such as Jetpack “Lazy load images” from “Jetpack — Settings — Performance” because it is known to conflict with NextGen’s.
You can reach our support team at https://www.imagely.com/contact/ and we’ll have a direct look at it.
Thanks
None of these are functionally affecting and in fact they shouldn’t display unless you have PHP Strict Standards enabled on your server because we purposefully suppress the errors for this function return within the code.
Feel free to simply deactivate WP Debug mode by replacing the following line from your wp-config.php file:
define('WP_DEBUG', true);with:
ini_set('display_errors','Off'); ini_set('error_reporting', E_ALL ); define('WP_DEBUG', false); define('WP_DEBUG_DISPLAY', false);- This reply was modified 3 years, 10 months ago by Imagely.
The code looks fine. Could you please make sure you are passing an existing gallery ID via the
galleryidparameter?You can check Manage Galleries for that.
In this case, please make sure you use the latest version of it 3.14.0 because it specifically contains font loading changes.
That’s odd. Could you please try completely deleting the image then re-upload it to see if that’ll change anything?