Forum Replies Created
-
AuthorPosts
-
SteveKeymasterThat would be using a text box and some type of search functionality. You can either pass the search parameter to the url and use
get_posts()to pull the data (similar to what WordPress search does). Or you can use a combination of javascript and the rest api to do this. Piklist helps you create the form, but you would need to build the search.
SteveKeymasterPiklist doesn’t have a built-in filtering option because we want you to have options. You can easily use CHOSEN or SELECT2:
https://piklist.github.io/docs/tutorials/fields/using-chosen/
https://piklist.github.io/docs/tutorials/fields/using-select2/
SteveKeymasterTo get a list of post titles, you would need something like this: https://github.com/piklist/piklist/blob/develop/add-ons/piklist-demos/parts/meta-boxes/field-add-more-two-levels.php#L193-L208
SteveKeymasterAlso, I have never seen yellow bars like that. That is not default Piklist behavior.
SteveKeymasterIt looks like someone forked Piklist and probably included it in another plugin or your theme. We don’t support or condone either of those methods.
You may have to go through your code (either download it or via sftp), and search for “piklist”.
SteveKeymasterGreat. Marking this resolved
SteveKeymasterPiklist uses the standard WordPress settings api to create settings page. Here is a tutorial: https://piklist.github.io/docs/tutorials/settings/building-settings-pages/
SteveKeymaster@nuralamsiddikashik– Can you provide a screenshot of what you are referencing? Piklist doesn’t use a UI, it’s code-based, so I’m not 100% clear what you are talking about. Thanks!
SteveKeymasterYou wrote originally that “It requires an “id” attribute,”. What requires an “id” attribute? RoyalSlider?
If so, does that plugin have a filter that you can change it with?
SteveKeymasterPiklist does not fully support WordPress 5.0+ yet. You can try using the Classic Editor plugin and see if that helps:
SteveKeymasterYou could also pass
['_post']['ID']as a query parameter in the url
SteveKeymaster@wije– Welcome to the Piklist community!
Piklist is a framework that allows you to build awesome things with WordPress. I’m guessing your developer built a Testimonials feature with Piklist. Without seeing the actual code for the field and the theme it will be difficult to debug.
Do you have access to the code?
SteveKeymasterWhat version of WordPress are you using?
August 19, 2019 at 4:49 pm in reply to: After revision restoration data from fields of type 'group' disappear #9487
SteveKeymasterSo, you’re saying:
1) Save group data(BEFORE format)
2) Save changes again
3) Restore a revision (AFTER format)correct?
-
AuthorPosts