Forum Replies Created
-
AuthorPosts
-
December 9, 2016 at 12:48 am in reply to: Parameters in custom validation rules callback returning 0 and empty array #7631
SteveKeymasterDocs updated: https://piklist.com/learn/doc/piklist_validation_rules/
Thanks!
SteveKeymasterGroups within a group does get tricky.
Can you illustrate what layout you want to accomplish?
December 9, 2016 at 12:40 am in reply to: Help Icon not shown on front end form when not logged in #7629
SteveKeymasterDid you implement the fix I posted?
SteveKeymaster@andersonorui– You don’t need to use an actual ‘field’ with a group. Try removing
'field' => 'poll'and'field' => 'personality'and see if you can get that to work. Also groups within groups with conditions are not supported yet.
SteveKeymaster@waqar865– Welcome to the Piklist community!
Those screenshots didn’t come through. Can you use an upload service like this >
SteveKeymaster@xeiter– Unfortunately, that’s not how Piklist works. The folder structure is pretty important.
A few things;
1) When you say add-ons, what do you mean? With Piklist, add-ons are like the built-in Demos.2) You should NOT INCLUDE PIKLIST IN YOUR PLUGIN. I typed that in all caps for a reason… it’s super important. We don’t approve of it, and never will. Here’s why >
Hope that helps.
SteveKeymasterThis reply has been marked as private.November 21, 2016 at 12:08 pm in reply to: using piklist_post_types with custom tax will not show in tax archive #7576
SteveKeymasterYou can remove the generator using this function:
remove_action('wp_head', array('piklist_theme', 'version_in_header'));
SteveKeymasterYou will, Dameer… you will. 🙂
SteveKeymaster@xeiter– Welcome to the Piklist community!
The built-in WordPress demos are an add-on that has their own parts directory:
piklist/add-ons/piklist-demos/parts/meta-boxes/some-file.phpYou can add another like this:
piklist/add-ons/another-add-on/parts/meta-boxes/another-file.php
SteveKeymasterHi Everyone– Sorry for the slow down in responses here. The reason is quite simple… both Kevin and I have been busy with client work, and they ALL USE PIKLIST. If Piklist died, it would effect both our incomes dramatically.
We hope to pick up speed over the next few weeks so please hang in there.
PIKLIST IS NOT DEAD… NOT EVEN CLOSE.
SteveKeymasterAre you registering the post type with the Piklist filter or WordPress function?
-
AuthorPosts