Forum Replies Created
-
AuthorPosts
-
SteveKeymaster@talhamalik– This code is working for me. Try changing
’field’ => ‘text’to something else since “text” is too generic and might be conflicting with another field of the same name.’field’ => ‘my_text_box’.
SteveKeymaster@onebob– The Timepicker field has been temporarily disabled in Piklist until we work out some details. I just removed the docs from the User Guide to limit future confusion. Sorry.
SteveKeymaster@jsperi– WordPress doesn’t have the equivalent to
get_post_metafor terms… but Piklist does. We added aget_term_metafunction that works just likeget_post_meta. Use the get_post_meta docs as a guide, and replace $post_id with the $term_id.If you still have problems let us know, we’re here to help.
SteveKeymaster@ralmestro– We currently do not have a Google maps option or plugin.
SteveKeymaster@jsperl– Frontend forms are not completed yet. Showing field data on the front end is the same as any meta. For Post Meta use would use get_post_meta.
Broken links should be fixed.
SteveKeymaster@oakwood– A basic explanation of how Piklist does this is the
scopeparameter >. Just because a field is displaying and saving on the post screen, doesn’t mean the data needs to go a “Post”. Scope allows you to save the data anywhere. In this case we are passing the User ID, and setting'scope' => 'user_meta'.
SteveKeymaster@ralmestro– Thanks for the detailed steps. We were able to reproduce. Working on a fix!
SteveKeymaster@bospaddestoel– A few things:
1) @Jason is correct. You are adding support for “author”, and then using
hide_meta_boxto remove it.
2) In the plugin header please includePlugin Type: Piklist, as specified here >
3) If you want meta boxes and fields to show up, then you need to create them. Use this tutorial to get started.
SteveKeymaster@ralmestro– Confirmed the first bug, but cannot reproduce the second. Please post your code so we can take a look.
SteveKeymaster@pupppet– Is the widget being created from a plugin or theme? Are you using a Windows or Linux server?
SteveKeymaster@nabil_kadimi– We cannot reproduce this bug. Please post your code and details to reproduce.
SteveKeymasterWhich version of Piklist was it working on before the upgrade?
-
AuthorPosts