game-ryo
Forum Replies Created
-
Thanks for confirming the fix works.
I’ve updated the WordPress plugin repository with the fix. The new version is now available for download.
Thanks for reporting the issue and helping test the solution.
Best regards,
Hi, Thanks for the bug report.
I’ve fixed the PHP 8.2 dynamic property warning and uploaded the updated version to GitHub:
https://github.com/game-ryo/acf-multiple-taxonomy
Please download and test the fix. If everything works correctly, I’ll update the WordPress plugin repository.
Let me know how it goes.
Thanks,
- This reply was modified 8 months, 4 weeks ago by game-ryo.
Sorry for the delay in response. I have just updated the plugin to ver. 1.0.8.
@360zen justinmaurerdotdev
Thank you for resolving the issue as you did last time.Forum: Plugins
In reply to: [ACF: Multiple Taxonomy] nonce invalid ajax requestI just updated ACF: Multiple Taxonomy to version 1.0.7.
>> signelazer
Thank you for finding and reporting the problem. I would still be unaware of the situation if you had not started the topic.
>> justinmaurerdotdev.
Thank you for resolving the issue so precisely. Your code and pull request helped me to fix the problem quickly.
Please let me know if there are any more problems.
Once again, thank you both.Forum: Plugins
In reply to: [ACF: Multiple Taxonomy] nonce invalid ajax requestMy apologies, I have been away from WordPress for a while and did not realize the changes that needed to be addressed were in the ACF. I will try to fix it as soon as possible. However, I have to work now, so please wait a day or so.
Forum: Plugins
In reply to: [ACF: Multiple Taxonomy] Extend to Relationship FieldIf multiple taxonomies are specified for filtering posts, it would also be necessary to specify whether they are AND or OR.
I assume that such a feature has not been implemented because it would complicate the UI.
Anyway, the Relationship field is a field in the original ACF, so it is outside the scope of the Multiple Taxonomy field.
Forum: Plugins
In reply to: [ACF: Multiple Taxonomy] Include in a themeACF: Multiple Taxonomy is released under the GPL-2.0 license, so you can freely use the files and code.
https://github.com/game-ryo/acf-multiple-taxonomy
You should be able to include this plugin into your theme in the same way as the link you showed.
Forum: Plugins
In reply to: [ACF: Multiple Taxonomy] Media Library ProblemI’m sorry for not getting back to you sooner.
I have fixed performance issues with the Media Library.
The bottleneck after the fix is the number of term choices.
For example, in my environment, with about 12k terms as field selections, it took 5-6 seconds to display them in the Media Library.
Depending on how many terms are set as choices in the field for your 144k images, 20k or fewer terms would be acceptable.
Let me know if the problem still needs to be resolved.