Indeed those words are from my support page. They fall under the Paid (donation based) support section. Many users have availed of that and have received support via email. I don’t see this as a demand for payment when it is completely optional to avail of that route of support.
Almost all other users ask for support in these forums. I wouldn’t be surprised if these also include other developers and professionals.
When you submitted the support form, you checked the box confirming you donated, which you hadn’t. As I mentioned in the previous post, I responded to your email within an hour.
As you’ve referenced the code above, I’d like to help clarify with the hope that you’d change your mind on this review/rating.
echo_crp is the function from my plugin that displays the Related Posts wherever it is included in the theme. This allows advanced users to have better control over where they would like to display the posts.
On the site you mentioned in the email, from what I can see, the output where you’ve mentioned has issues is under “Instant Pot Favorites”. This doesn’t come from echo_crp().
echo_crp() outputs the “You might also like” section. You’ll note that there are no category links in this section as echo_crp doesn’t output any category links. These posts are wrapped in the a div
tag with the crp_related
class.
This image with the HTML code where you’ve pointed there are the category links causing issues has HTML that is not created echo_crp().
A quickest way to verify this, would be to delete the echo_crp code above from your theme:
<?php if ( function_exists( 'echo_crp' ) ) { echo_crp(); } ?>
Alternatively, you can deactivate the plugin. Before doing so, please ensure that the function_exists portion of the code above is present or the entire code is deleted as not doing so could cause errors on the site.
Unfortunately, I understand from the follow-up email you sent me, that you might in fact delete my plugin for your client and move on, which I can understand.
On a separate note, this plugin is free, open source and the code is in Github. A few developers have contributed small and large fixes over the years as is the case with many open source WordPress plugins (or open-source software in general).
I’m sure you’ll appreciate in checking your client’s site and responding to your emails and this review, I’m spent a considerable amount of time. And, all of this, is of course, for free.
I don’t believe there is anything to fix in the plugin, at least based on the email you sent me and the time I’ve spent analysing the outputs. Obviously, if there is something to fix in my plugin, I’d be more than happy to do so.