Denis
Forum Replies Created
-
Forum: Plugins
In reply to: [WebP Conversion] Originals deleted even with it turned offHi @marfeee,
Thank you for your detailed report and for pointing this out — I really appreciate it.
Just to clarify the current behavior: when the option “Remove original media files after conversion” is disabled, the plugin does not permanently delete the main original image. Instead, the original file is moved to a separate folder: /uploads/webpc-backup.
All additional original image sizes (generated by WordPress) are removed, so in the main
/uploadsdirectory you will only see the converted WebP images. The original full-size image remains in the webpc-backup folder.This backup allows you to restore the original image at any time while the plugin is active, using:
- the “Restore” button on the attachment page, or
- “Restore Original for Selected” in the Media Library.
If the plugin is deactivated, the original files will still remain safely stored in the webpc-backup folder.
Forum: Plugins
In reply to: [WebP Conversion] Error while deleting imagesHi,
Thank you for finding the error and puplishing it here. Just fixed the issue. Please update plugin to the latest version.
Best Regards,
DenysForum: Plugins
In reply to: [WebP Conversion] Critical error when deleting imagesHi,
Thank you for finding the error and puplishing it here. Just fixed the issue. Please update plugin to the latest version.
Best Regards,
DenysForum: Plugins
In reply to: [WebP Conversion] Solution for : Error while deleting an imageHi @anissneo,
Thank you for the solution, already fixed the issue. Please update plugin to the latest version.
Best Regards,
DenysForum: Reviews
In reply to: [WebP Conversion] Error & dead?Hi @bokibe,
Thanks for reporting this and sorry for the trouble. You’re right – the previous version had a bug that could cause fatal errors when deleting media files while plugin is enabled.
This issue has now been fixed in the latest update (v2.2). Media files can be deleted normally without disabling the plugin.
If you try the latest version, I’d appreciate your feedback.
Best regards,
Denis- This reply was modified 4 months, 1 week ago by Denis.
Forum: Plugins
In reply to: [WebP Conversion] Error when activatingHello Chargin,
Unfortunately, no — even the very first version of the plugin requires PHP 8.1 or higher. The Imagick library used for image conversion depends on PHP 8.1, so it wouldn’t work correctly on PHP 8.0 or lower.
If upgrading your PHP version is not an option right now due to compatibility with older plugins, the only workaround would be to run the plugin on a separate site or environment with PHP 8.1+.
Best regards,
DenisForum: Plugins
In reply to: [WebP Conversion] Error when activatingHello Chargin,
Yes, this issue could happen if your PHP version was below 8.1. Previously, the plugin required PHP 7.1 as the minimum, but the Imagick library used for conversion required at least PHP 8.1. This mismatch could cause the error you experienced.
Updating your PHP version to 8.1 (or higher) should resolve the problem.
In the latest update, I’ve aligned the plugin’s minimum PHP requirement with the libraries — now it’s PHP 8.1 — so such incompatibilities will no longer occur.Thank you for reporting this!
Best regards,
DenisForum: Plugins
In reply to: [WebP Conversion] Issue after converting to WebP – Image IDs being changedHello Wilson,
Thank you again for your valuable feedback and for pointing me in the right direction!
I’ve just released a new update of the plugin where this issue has been fixed. From now on, instead of creating a new attachment, the plugin updates the existing one directly. This means the media ID will remain the same after conversion, so your links and references will no longer break.
I really appreciate your help in making the plugin better!
Best regards,
DenisForum: Plugins
In reply to: [WebP Conversion] Compatible with Elementor?Hey Firelight,
Yes, my plugin also updates the image URLs directly in the database, so the converted WebP images remain even if the plugin is deactivated. However, this functionality was not tested with Elementor yet.
It works perfectly with Woocommerce and ACF, but with Elementor, I can’t confirm full compatibility at this moment. However, I plan to test it with Elementor in the near future and, if needed, add dedicated compatibility improvements.Forum: Plugins
In reply to: [WebP Conversion] Issue after converting to WebP – Image IDs being changedHello Wilson,
Thank you very much for your kind words and for taking the time to provide detailed feedback!
Regarding the image ID change you’ve noticed: my plugin creates a new WebP version of the existing image as a separate attachment in the media library. During the conversion process, the original image is replaced with this newly created WebP file, which results in a new media ID being assigned.
This approach ensures the WebP version maintains full compatibility and functionality within WordPress, but I understand how this ID change might affect links or references on your site.
I want to let you know that I’m already working on a new version of the plugin and actively researching if there is a way to replace the image file without changing the media ID. I hope to improve this behavior in upcoming updates.
Thanks again for your valuable feedback!
Best regards,
Denis