Umesh Kumar
Forum Replies Created
-
That seems to be working ok as well, unless I’m missing some info.
Robin, Do you see any error in console?
@greega, Can you give me the link to image? Also, please add details about resizing dimensions you’ve set in Smush.
Also, there aren’t any stats in Media Library for the optimised images? Please give me a screenshot of Media Library.
Thanks, Umesh
@greg155, That seems to be maintenance file. And it is generally removed after the plugin update.
So you should be fine, if you re-activate the plugin.
Let me know how it goes.
Thanks, Umesh
@robinroelofsen, Hey I’m trying to replicate the issue you reported.
I tried using the basic form with an additional text field, it worked out fine for me. Are you using some extra fields in there? Can you give ma screenshot or any other additional details to replicate this issue.
Here is the form on Twenty seventeen.
Thanks, Umesh
@kronos1705, Oh like that. Aware of this little bug, should be fixed in future release.
Thanks, Umesh
@flizzywp, No. If users aren’t uploading images to your site, you don’t need to add anything to your privacy policy regarding Smush.
Anyone else stumbling upon this, we’ve updated it in plugin readme as well under Privacy.
PRIVACY
Smush does not interact with end users on your website. The only input option Smush has is to a newsletter subscription for site admins only.Smush uses a third-party email service (Drip) to send informational emails ( Opt-in) to the site administrator. The administrator’s email address is sent to Drip and a cookie is set by the service. Only administrator information is collected by Drip.
Smush sends images to the WPMU DEV servers to optimize them for web use. This includes the transfer of EXIF data. The EXIF data will either be stripped or returned as it is. It is not stored on the WPMU DEV servers.
Thanks, Umesh
Hello @kronos1705,
Thanks for the great review, Also I’d like to help you out with the remaining stuff you mentioned in there.
“when loading images (the status “optimized” is displayed incorrectly),
extra functionality (whether SEO, or simply – to weight the product).”
Can you give me a screenshot for the same? So that I can check what exactly you’re talking about.Thanks, Umesh
Hey @cellbubble,
Though would update you on this. All the tests are looking good, just working on GDPR compliance.
New Release should be available sometime in next week starting.
So sorry to keep you waiting for that long.
Thanks, Umesh
Hey @cellbubble,
It’s still under testing, Can’t put it out without finishing all of it.
Excuse the delay, but need to make sure that the release goes all smooth.
Thanks, Umesh
Hey @cellbubble,
New release is already under Testing process, and I’m hoping that it’d be finished soon.
It Shouldn’t take too long.
Thanks, Umesh
Hey @clau123,
I’m so sorry that you’re facing any such issue though I highly doubt that it’s possible.
If you’re using free version, the optimisation is lossless only so that should make 0 changes to look and feel of the image.Can you possibly contact us via: https://premium.wpmudev.org/contact/ so that I can check if this is really the case.
Otherwise, you can just install https://www.ads-software.com/plugins/regenerate-thumbnails/ and bulk regenerate all the images. That should restore the images for you.
Thanks, Umesh
@cellbubble, No only the readme and plugin description was updated 2 days ago.
Plugin update is being tested, and will be available soon.Thanks, Umesh
Hey @tungoanh,
If the issue is really hampering your site, for the time being you can add this code to Smush plugin.
/** * Dequeue Smush media script. * * Add it in Smush plugin so that it can be overwritten after update */ function smush_dequeue_media_script() { wp_dequeue_script( 'smush-media-view' ); } add_action( 'wp_print_scripts', 'smush_dequeue_media_script', 100 );
After the update it’ll be overwritten purposely as the issue would be fixed in next release.
Thanks, Umesh
Hi @cellbubble.
I’m really sorry for this, it’s a known issue. It’s planned to be fixed in near future release, if it’s really causing you trouble, you can add this code to your Smush plugin file.
/** * Dequeue Smush media script. * * Add it in Smush plugin so that it can be overwritten after update */ function smush_dequeue_media_script() { wp_dequeue_script( 'smush-media-view' ); } add_action( 'wp_print_scripts', 'smush_dequeue_media_script', 100 );
After the update it’ll be overwritten purposely as the issue would be fixed in next release.
Thanks, Umesh