Forum Replies Created
-
AuthorPosts
-
SteveKeymaster@beng– Currently, we don’t allow a description on the inner group. Try using the
helpparameter:'help' => __('description for text_field_in_group'),
SteveKeymasterThis sounds like standard “Posts” and “Categories”. What’s the difference?
SteveKeymasterWith Piklist you can easily create your own Field Templates, so the markup is exactly what you want.
SteveKeymasterPiklist uses a 12 column grid system. You can easily define the width by using:
'columns' => '12
SteveKeymasterYou can use the
limitvalidation rule to limit the number of file uploads.
SteveKeymaster@vayu– In the latest beta you don’t have to set the first status as “Draft”. The “Publish” status will only show up for default statuses.
January 27, 2016 at 11:20 pm in reply to: Nested addmore repeater fields – aka page builder – displaying on the frontend #5773
SteveKeymaster@pwwwpwww– This is great. You need to create two loops…which you did.
Closing Ticket.
SteveKeymaster@stemuedendron– Glad you got this to work! Just a few things:
1) WordPress doesn’t use ID’s or Classes on the settings sections, so neither does Piklist… we do everything the WordPress way.
2) This “may” effect other features of Piklist that depend on fields rendering in a certain order. Just be aware of that.
SteveKeymasterThe example you gave did not use
['geregistreerde_naam'], it accessed the array within it…[0]
SteveKeymasterAre the Piklist Demos working? They use custom statuses.
SteveKeymasterGuessing you want the name?
$post_array['_post_meta']['geregistreerde_naam'];
SteveKeymasterYeah! This code is wrong:
$post_array['_post_meta']['geregistreerde_naam'][0];
Recheck the
$post_arrayto find the value you need:print_r($post_array);
SteveKeymasterThis looks like legacy code to support older version of WordPress. We are setting the border-left color. Will remove in next version. Thanks for noticing! (pun intended)
SteveKeymasterLocalhost shouldn’t effect it. Make sure you have not typos, and enable wp_debug.
SteveKeymasterNot sure I’m following. That looks like a Piklist created admin notice. Whats the conflict?
-
AuthorPosts