Hi, does the plug-in (still) work with the current WP version properly? Are the issues from the (only) other support request here solved by now? Or is it maybe part on one of your other plug-ins now?
Thank you!
Hi
Here is an example:
Setup:
Width in HTML: 863
New Image Size: entry_without_sidebar
Before:
<a href="https://www.mydomain.com/wp-content/uploads/2017/06/kerakoll-microresina.jpg"><img class="alignnone wp-image-27049 size-entry_with_sidebar" title="Solution Microresina décorative" src="https://www.mydomain.com/wp-content/uploads/2017/06/kerakoll-microresina-863x328.jpg" alt="La solution Microresina" width="863" height="328" /></a>
After Analyse and HTML update:
<a href="https://www.mydomain.com/wp-content/uploads/2017/06/kerakoll-microresina.jpg"><img class="alignnone wp-image-27049 size-entry_without_sidebar" title="Solution Microresina décorative" src="https://www.mydomain.com/wp-content/uploads/2017/06/kerakoll-microresina-863x423.jpg" alt="La solution Microresina" width="863" height="423" /></a>
– size-entry_with_sidebar is changed to size-entry_without_sidebar: it’s ok
– kerakoll-microresina-863×328.jpg is changed to kerakoll-microresina-863×423.jpg: it’s ok too
But when I launch another time the Analyse, the same image is listed in the “Top Update” column:
Before
:
<a href="https://www.mydomain.com/wp-content/uploads/2017/06/kerakoll-microresina.jpg"><img class="alignnone wp-image-27049 size-entry_without_sidebar" title="Solution Microresina décorative" src="https://www.mydomain.com/wp-content/uploads/2017/06/kerakoll-microresina-863x423.jpg" alt="La solution Microresina" width="863" height="423" /></a>
After
:
<a href="https://www.mydomain.com/wp-content/uploads/2017/06/kerakoll-microresina.jpg"><img class="alignnone wp-image-27049 size-entry_without_sidebar" title="Solution Microresina décorative" src="https://www.mydomain.com/wp-content/uploads/2017/06/kerakoll-microresina-863x423.jpg" alt="La solution Microresina" width="863" height="423" /></a>
As you can see the Before and After are the… same.
Why? maybe it’s because the original width of the image was 863px…
Maybe you’ll can check if (Before and after are the same) {do not show it}
because it means that no changes will be applied.
What do you think about that?
Thanks
]]>First off, great initiative with this plugin!
Any chance you could add a way to have the plugin update image links via their image class?
By default, WordPress adds the featured-image type as a class, and it would save a lot of time and effort, if we could just replace ‘attachment-medium’ with our newly-generated featured image types.
This is especially important with images that have a variable width (either the height was fixed, or the image was smaller than the dimensions of the featured-image default.
]]>