Forum Replies Created
-
AuthorPosts
-
November 16, 2016 at 11:00 pm in reply to: Creating a CPT in a plugin – what am I doing wrong? #7555
SteveKeymasterFixed! Thanks, guys.
SteveKeymasterIf you remove all the text domains from this file does it work?
piklist/parts/meta-boxes/submitdiv.phpOctober 30, 2016 at 10:25 pm in reply to: Error in saving taxonomy from front-end form for custom post type #7477
SteveKeymasterJust replace ‘foo’ with the name of your Post Type.
SteveKeymaster@pwolfert– Welcome to the Piklist community!
Just to confirm, this issue is resolved in the next version of qTranslate?
October 30, 2016 at 10:21 pm in reply to: Trying to get property of non-object (Clean install) when adding CPT #7475
SteveKeymasterPlease try this:
SteveKeymaster
SteveKeymasterCan you try changing Line 218 in piklist/parts/meta-boxes/submitdiv.php to:
touch_time( ( $action === 'edit' ), 1 );
Let us know if that works.
SteveKeymaster@clubdeuce– I’m not sure how Piklist would do that since it’s not building the metabox. Guessing you would need to adjust the css.
SteveKeymasterThe formatting didn’t come through correctly, but you may want to remove the field name once you define a group.
For example, you can change this:
‘type’ => ‘group’ ,’field’ => ‘preview_url’
to this:
‘type’ => ‘group’
SteveKeymaster@lonestar15– Welcome to the Piklist community!
Registering users is not 100% ready yet… sorry.
SteveKeymasterAre you using this field for Posts? I can’t reproduce it.
October 30, 2016 at 10:01 pm in reply to: Use piklist to render a custom WP_Customizer control #7468
SteveKeymaster@clubdeuce– Sorry, but Piklist does not support the Customizer yet.
SteveKeymaster@megamack– Welcome to the Piklist community!
Do you have any Piklist plugins installed? I can’t reproduce the issue.
October 30, 2016 at 9:52 pm in reply to: Hidden Field in Repeater Field Default Value Bug (with sample code) #7466
SteveKeymaster@rick– Default field values are only set on the first field in a repeater. This may be something we change in the future by adding an option, but right now that’s how it works.
SteveKeymasterThe built in Demos has Taxonomies as radio buttons. Just change the type to
select. -
AuthorPosts