DenisCGN
Member
Posted 10 months ago #
Hello,
I cant make the plugin work, nothing happens. I created Taxonomies and set them to my CustomPostType called bierbild.
I activate the plugin, select the taxonomies for my CPT but nothing happens.
Any suggestion?
Cheers,
Denis
I use the Twenty Eleven 1.4 Theme
http://wordpress.org/extend/plugins/radio-buttons-for-taxonomies/
Hi Denis,
In another thread Jacob points out a problem with my code
http://wordpress.org/support/topic/plugin-radio-buttons-for-taxonomies-plugin-not-working-with-fix?replies=1
whereby the get_taxonomy method in my class is on the same hook as you are probably using to register taxonomies, which sometimes seems to work and sometimes not.
I am working on a pretty major update that should be released in the next couple of days. I've changed my method to run on a slightly later hook so this problem will hopefully be solved.
Sorry for the tardy reply, I'm subscribed to my forum now so I should get notifications of support issues.
-kathy
Denis,
Version 1.1 was just released to the repo. I hope this will solve your problem!
Cheers,
-k
Since it has been 4 months and several updates since my early code, I am marking this as resolved.
rapidz
Member
Posted 2 months ago #
Hi Kathy,
I'm not sure if the OP ever did actually get this resolved, but we've run into issues. We've got the latest version of WP installed and the latest version of Radio Buttons for Taxonomies plugin installed.
We've managed to get the taxonomy to behave as radio buttons, but when we try and add a new term on the 'add new post' page, nothing happens. There are no jQuery errors, and having inspected the page, there is no actual ajax request being initiated.
Any help would be much appreciated.
Hi Rapidz,
While I never heard back from the OP I'm pretty sure version 1.1 fixed his issue.
The issue you describe is totally different from the OP's and popped up on either my blog or github. I have attempted to solve it. I would really, really appreciate if you could test this version and let me know if it works for you. I just like to have a second person test things before I push the fix out into the WP repo.
https://github.com/helgatheviking/Radio-Buttons-for-Taxonomies/archive/1.3beta.zip
cheers,
-k
rapidz
Member
Posted 2 months ago #
Thank you, this worked exactly how we needed it to.
Ok, thanks for confirming that for me. I just pushed out the updated version in the WP repo.