Forum Replies Created
-
AuthorPosts
-
SteveKeymasterGreat! Closing ticket.
SteveKeymasterNo. Should be fine. Working for me. Try pulling at the get_terms() function and making it work. Once you get it to work you can put it back into your field.
SteveKeymasterIt’s working for me.
When you click on ALL USERS in the left menu, is your taxonomy listed in the sub menu?
SteveKeymasterThis is done in the Piklist Demos so you can use that as a reference. You need to set
object_type.'object_type' => 'user'
Taxonomies can’t be registered for users and Post Types. Once you register the taxonomy you can assign it to Posts and Pages using the standard WordPress function
register_taxonomy_for_object_type()
`function my_register_taxonomy_for_cpts() { register_taxonomy_for_object_type('testtax', 'post'); register_taxonomy_for_object_type('testtax', 'page'); } add_action('init', 'my_register_taxonomy_for_cpts');December 21, 2015 at 5:41 pm in reply to: Piklist (group) add more editor is placed in out of the box #5397
SteveKeymasterThanks!
SteveKeymaster@friendlyfire– Thank you so much for the kind note!
If you have the time, could you post this on WordPress.org with a 5 Star rating? It really helps the project.
SteveKeymaster@kplaneta– We’ll look into it. But I’m not sure it will be fixed before we finish our unit tests, which is probably a few weeks away.
SteveKeymasterThanks for the video. It really helped a lot. We’ll get this fixed in the next version while we write our unit tests.
In the meantime, try saving the data individually, not as an array. Remove this:
,'field' => 'teacher_page'
You will have to change your frontend code, but it shouldn’t be a big deal.
Let me know if that helps.
SteveKeymaster@kplaneta– Are you using the latest beta v0.9.9.x? This is working pretty quick for me.
SteveKeymasterJan–
Please go to the TOOLS > HELPERS > DEVELOP. Copy everything from “WP Helpers database settings” and email to us at [email protected]
It will help us reproduce the issue.
SteveKeymaster@horecny– Please try the beta. Let us know if that fixes the issue.
December 17, 2015 at 1:16 pm in reply to: How to display add more field in oder detail page of woocommerce #5372
SteveKeymaster@hozefasmile– What I’m seeing on your page is your GROUP code, not what I wrote. Try using the code I wrote on a non-woocommerce page. Does it work?
SteveKeymaster@vayu– This is only supported in the latest beta, v0.9.9.x.
December 17, 2015 at 1:13 pm in reply to: post meta group of fields – always duplicating content #5370
SteveKeymasterGreat. Closing ticket.
-
AuthorPosts