Plugin Support
qtwrk
(@qtwrk)
Hi,
Yes , as long as your-custom-made webp fits the form
e.g. original page —> /wp-contents/uploads/2020/09/09/some.jpg
then you need to make webp —> /wp-contents/uploads/2020/09/09/some.jpg.webp
then plugin will replace to webp on supported section.
hmmmmm , to disable the check , you will need to manually edit the code
add a return; here ought do it
Best regards,
hmmmmm , to disable the check , you will need to manually edit the code
add a return; here ought do it
Still showing duplicate images.
e.g. original page —> /wp-contents/uploads/2020/09/09/some.jpg
then you need to make webp —> /wp-contents/uploads/2020/09/09/some.jpg.webp
The images have been uploaded in this format only, so that issue is solved.
If the duplicate issue cannot be solved in this manner, is it possible for the cron to pull the images which have been added recently instead of continuing with the old sequence?
Plugin Support
qtwrk
(@qtwrk)
Hi,
If images are classified as duplicate BEFORE you did this change , you will need to destroy all and re-optimize them
It will need to finish current list before it can get new ones…
Best regards,
Issue solved after deleting and reoptimizing.
Thanks