Forum Replies Created
-
AuthorPosts
-
January 4, 2019 at 4:37 pm in reply to: Organize fields with columns without being in a group? #9285
SteveKeymasterI updated the docs to highlight this information:
https://piklist.github.io/docs/fields/types/group/January 4, 2019 at 4:22 pm in reply to: Organize fields with columns without being in a group? #9284
SteveKeymasterYou can use a group field and have all the values save seperately.
In this example, if you leave off
,'field' => 'address_group', all the fields will be saved as separate meta:
https://piklist.github.io/docs/fields/types/group/
SteveKeymaster@brenthardinge– Thanks for the offer!
If we feel we need beta users we’ll announce it on our blog:
https://piklist.com/category/news/January 3, 2019 at 7:45 pm in reply to: Is it possible to have tabs without reloading the page? #9278
SteveKeymasterNo need to feel bad.
Let us know if you have any other questions.
January 3, 2019 at 6:43 pm in reply to: Is it possible to have tabs without reloading the page? #9274
SteveKeymasterPiklist doesn’t have this feature, but you can easily use jQuery tabs:
https://jqueryui.com/tabs/Just add all your code to one parts/ files and use the appropriate markup.
Let me know if you have questions.
SteveKeymaster@dewebkiller– Welcome to the Piklist community!
The best way to do this is to redirect the form after submission using the
Redirectcomment block parameter. There are examples in the docs: https://piklist.github.io/docs/comment-block-parameters/#redirect
SteveKeymasterPiklist does not play nice with Gutenberg yet:
December 27, 2018 at 12:41 am in reply to: Piklist + Divi are crashing the admin Pages in WP dashboard #9267
SteveKeymasteryes, 1.0.2 addresses the list table issue.
Glad it’s working for you.
Going to mark this resolved.
December 22, 2018 at 2:32 pm in reply to: cpt fields not publish b/c of publish button is not active #9265
SteveKeymasterI’m not following this. Please zip up your plugin and email to [email protected]
December 19, 2018 at 10:53 pm in reply to: cpt fields not publish b/c of publish button is not active #9258
SteveKeymaster@nahoma12– Welcome to the Piklist community!
Based on the screenshots, your custom CPT is using Gutenberg, which Piklist does not support.
To change your CPT to the classic editor, when you register your post type:
-setshow_in_restto false.
-make sure thesupportsarray doesn’t include editorIf you’re confused feel free to post the code you used to register your post type and we’ll fix it up for you.
December 13, 2018 at 11:16 am in reply to: Piklist + Divi are crashing the admin Pages in WP dashboard #9252
SteveKeymasterHave you put in a ticket with Divi? The fatal error is coming from the theme.
SteveKeymasterYou need to create your own plugin:
1) Create this folder:wp-content\plugins\blogs
2) Moveblogs.phpto this folder
3) Include the file header code listed here inmy-piklist-plugin.php
4) Move any other code fromblogsover to this folder.Let me know if you have any other questions.
SteveKeymaster
SteveKeymaster@courtens– you should never make changes or additions to any plugins. When you update them your code will be deleted.
The only way to restore it is from a backup. Check with your host to see if they have backups.
December 2, 2018 at 3:00 pm in reply to: Creating a Settings page, doesn't work/strange behaviour #9242
SteveKeymasterGreat! Marking this resolved
-
AuthorPosts