Hello @jjnw
Thank you for the feedback and for leaving a review. There is no “they” currently, it’s just me (hello, I am Arun 👋).
I experimented with price quite a bit and the current price came out of these experiments. Most people need the tool maybe once or twice. They have a website with images that need alt text. Paying for the tool is much much cheaper than hiring someone to do it manually.
If price is the issue, I can offer you a discount. However, not the levels that you have quoted. That would not be fair to customers who already purchased at the full price.
Thanks again for the feedback and the five stars 🙏
Thread Starter
JJNW
(@jjnw)
Thank you for the offer, but all’s good now.
I only needed caption removed easily from my all my main post images, and your pro version for $$ offers that, but inflationary pressures (wars, pandemics, food insecurity, global warming) forced me to reconsider and be inventive (desire is the mother of invention).
So, after thinking about it for a moment, I just use CSS to remove those captions:
span.aft-image-caption {
display: none !important;
}
figcaption.block-editor-rich-text__editable.rich-text {
display: none !important;
}
Though I still wanted to have control of images in the post itself with text captions to explain images, so I left figcaption
alone 😉
And that my friends is how you beat inflation.
That works and glad you have a solution!