Forum Replies Created
-
AuthorPosts
-
November 5, 2015 at 5:08 pm in reply to: Is it possible to hook a cpt to a custom admin page with piklist #4884
SteveKeymaster@irene– There are two ways to do this in Piklist:
1) The piklist function can work in any file, so you can use this outside the /parts/ folder:piklist('field', array( 'type' => 'text' ,'field' => 'text' ,'label' => __('Text', 'piklist-demo') ,'help' => __('You can easily add tooltips to your fields with the help parameter.', 'piklist-demo') ,'attributes' => array( 'class' => 'regular-text' ) ));2) In the latest Beta, you can use a Piklist form. Take a look at these two files:
–The form.
–Embedding the formYou can get the latest beta here>
Let us know if you need any help with this.
November 5, 2015 at 5:04 pm in reply to: Term meta box fields not showing in category creation #4883
SteveKeymasterUnderstood. We marked this as a feature request. Will look into it after v1.0 is out.
SteveKeymasterGlad you resolved this with Kevin! Closing ticket.
SteveKeymasterGreat! Closing ticket.
SteveKeymasterThis has been fixed in the latest version of Piklist, v0.9.9.x, and you can download it here.
Otherwise, you can fix this by:
-Opening this file: piklist/includes/class-piklist-wordpress.php and commenting out this line://add_filter('get_meta_sql', array('piklist_wordpress', 'get_meta_sql'), 101, 6);
SteveKeymaster
@kplaneta is correct. Follow this doc on building Workflows.
SteveKeymasterThis reply has been marked as private.November 4, 2015 at 11:29 pm in reply to: Is it possible to hook a cpt to a custom admin page with piklist #4872
SteveKeymaster@irene– I’m not 100% clear on your need. Please give a little more details or provide a screenshot.
November 4, 2015 at 11:28 pm in reply to: Term meta box fields not showing in category creation #4871
SteveKeymasterTerm fields do not show up for new terms. We didn’t implement because the area WordPress leaves doesn’t have enough room for some Piklist fields.
SteveKeymasterIf you remove the Workflow does it work? Try temporarily renaming the workflows/ folder to disable them.
SteveKeymasterGreat! Closing this ticket.
SteveKeymaster@mcmaster– Thanks for sending the credentials. Just released v1.9.1 which fixes the issue.
SteveKeymasterUpdated in v1.9.1
SteveKeymasterThis is fixed in WP Helpers v1.9.1
-
AuthorPosts