Ryan Mitchell
Forum Replies Created
-
Hi @whanklee,
Thank you for reaching out and reporting this issue. We’ve identified a possible cause and would like your help confirming it.
Could you please follow these quick steps?
- Go to Authors > Tools in your WordPress admin.
- Locate the Custom PHP box.
- Enter the following line of code:
add_filter( '_authorship/get_user_by/delete_cache', '__return_false' );- Save your changes and check if the issue is resolved.
Let us know how it goes—we’ll be here to help either way!
Thanks,
The Molongui Support Team
Thank you so much for this fantastic review, @dmc2026! We’re thrilled to hear that the plugin perfectly fits your goal of recognizing contributors as co-authors and integrates seamlessly with BetterDocs for your knowledge platform.
Providing a powerful author box solution with reliable support is our top priority, and we’re delighted we could quickly resolve the compatibility issue for you. It’s wonderful to know the plugin fully meets your expectations.
We truly appreciate you sharing your experience!
Hi @ahochberg,
We’ve already responded to your other support ticket on this topic but haven’t heard back, so I’m pasting our reply here for reference:
It appears you are running an outdated version of our Pro plugin, which is not compatible with the latest version of the free plugin.
To resolve this, please update the Pro plugin to the latest version. If you’re unable to update the Pro plugin, you can also revert the free plugin to the version you were using before the update.
Let us know if you need any further assistance.
Thanks for reporting this @cadlec!
You’re absolutely right — the version check using a direct string comparison stops working once WooCommerce reaches a two-digit major version like 10.0.0, because “10.0.0” < “3.0.0” evaluates incorrectly in plain string comparison.
We’ve updated the code to use
version_compare()instead. This ensures the plugin remains fully compatible with WooCommerce 10+ and all future versions.The fix will be included in the next release — thanks again for taking the time to point it out!
Hi @dreadsupp,
We’ve reproduced and fixed the issue you reported. A Pro plugin update (1.8.15) addressing this will be released soon.
Once the update is available, please install it and let us know if the issue is resolved on your end.
Thank you for bringing this to our attention—and for being such a great supporter of our plugin!
We’re marking this ticket as resolved for now, but feel free to reopen it if the issue persists after updating.
Thanks again!
Best regards,
The Molongui Support TeamHi Radek,
Thank you for reaching out and for the detailed explanation of the issue you’re experiencing. We’ll look into this and get back to you as soon as possible.
Just to clarify: Guest author pages are only available with the Pro plugin, so this does not affect the free version.
We hope the issue was just a glitch and everything is working fine now. Since we haven’t heard back from you, we’ll be closing this ticket for now.
If you still need any assistance or have additional questions, please don’t hesitate to reopen this ticket or create a new one. We’re happy to help!
Hi @megalopreneur,
Thanks for reaching out! Could you tell me when those issues occur? For example, do they happen on every page of your site, or only on specific ones like the search page?
Please let us know so I can assist
We hope the information and solution we provided resolved your issue. Since we haven’t heard back from you, we’ll be closing this ticket for now.
If you still need any assistance or have additional questions, please don’t hesitate to reopen this ticket or create a new one. We’re happy to help!
The issue reported in this thread was caused by custom code that was statically referencing an outdated file.
For future reference: Keep in mind that filenames—especially for CSS and JS assets—may change between versions. Always ensure compatibility when referencing them.
Since this has been addressed, we’re closing the ticket. Feel free to reopen if further assistance is needed.
Sure! You can open a support ticket with us here: https://www.molongui.com/help/support/
Anyway, you should clear all your cache (not just that page’s cache). Actually, that’s good practice after updating any theme or plugin in your site.
Hi @mattpramschufer,
Thank you so much for taking the time to share your feedback and suggestions with us—we truly appreciate users like you who care deeply about improving the plugin!
After carefully considering your request to separate guest authors and WP user authors in the post editor, we’ve concluded that maintaining a single, unified author selector is the best approach for the majority of users. Introducing two separate selectors could complicate the interface and create inconsistencies in how authors are managed.
However, we’ve added a flexible solution to address your needs! You can now control which author types appear in the selector using these filters:
molongui_authorship/search_registered_users: Prevent registered WP users from appearing as selectable authors.molongui_authorship/search_guest_authors: Does the same for guest authors.This way, you can tailor the author dropdown to match your workflow while keeping the interface clean and intuitive.
We hope this approach works well for you! If you have any questions or need further assistance, don’t hesitate to reach out. Thanks again for your thoughtful input—it’s feedback like yours that helps us grow and improve.
Hi Rian,
Apologies for the delayed response. Were you able to download the update successfully?
On our end, we haven’t been able to reproduce the issue in our testing environments, and no similar reports have come in from other users. However, if you’re still experiencing the problem, here’s a workaround:
- Manually download the latest plugin version from https://downloads.wordpress.org/plugin/molongui-authorship.zip
- Upload it to your WordPress dashboard: Plugins > Add New > Upload Plugin.
- WordPress will recognize it as an update and prompt you to confirm—proceed as usual.
Let us know if this resolves the issue or if you need further assistance. We’re happy to help!
Best regards,
The Molongui Support Team
Hi @sadieh,
Do you have a caching plugin? Maybe a server’s cache? I’d say your site is trying to load a stale file. Try clearing your cache and check if that fixes the issue.
Please let us know if this helps.
The Molongui Support Team
So, the issue is that the search results are displaying a long list of authors matching the entered string, correct? And this list is primarily populated with guest authors’ names, which you would never select as post authors in any case.
Would preventing guest authors from appearing in the search results be a suitable solution for you?