Forum Replies Created
-
AuthorPosts
-
SteveKeymasterUnfortunately, we’re not familiar with the RoyalSlider plugin and how they register shortcodes. If they do it the WordPress way it should work.
July 30, 2019 at 8:27 pm in reply to: Piklist Plugin Not Working Properly In WordPress 5.1.1 Version #9476
SteveKeymasterYes… we’re working on it everyday.
SteveKeymasterThat is a very cool way to solve that issue. A real creative use of Piklist. Good job!
SteveKeymasterI’d love to see it. Send over screenshots if you can.
Steve
SteveKeymasterYou may also run into a rendering issue with the browser. We’ve seen that happen.
800+ repeater fields is probably not the best user experience. Some suggestions:
1) Break them up under different Workflow tabs:
https://piklist.github.io/docs/tutorials/workflows/building-first-workflow/2) Use a Post Type instead, and have 800+ posts.
Good luck!
SteveKeymasterGlad you figured it out!
Piklist does not support Gutenberg yet. You have to use the Classic Editor plugin https://wordpress.org/plugins/classic-editor/
SteveKeymasterThere is a bug with this type of field that should be addressed in the next major release of Piklist.
For the time being, I suggest you remove
,’field’ => ‘writer’. Piklist will keep the values ofwriterNameandwriter-linkedinin order, so you can pull each usingget_post_metaand sync the keys.Let me know if you still have questions.
SteveKeymasterThere is a bug with this type of field that should be addressed in the next major release of Piklist.
For the time being, I suggest you remove
,’field’ => ‘writer’. Piklist will keep the values ofwriterNameandwriter-linkedinin order, so you can pull each usingget_post_metaand sync the keys.Let me know if you still have questions.
July 23, 2019 at 1:33 pm in reply to: Piklist Plugin Not Working Properly In WordPress 5.1.1 Version #9460
SteveKeymasterPiklist does not yet support WordPress 5.0+. When using it with 5.0+ it’s best to use the Classic Editor plugin:
SteveKeymasterHere’s what I recommend:
1. Follow these instructions but instead of installing the latest version, install one version up. https://piklist.github.io/docs/faq/update-script-not-running/
2 keep doing that. Install one version at a time. You don’t have to follow those instructions after the first update, meaning you don’t have to delete anything from the database.You can get all they older versions here: https://wordpress.org/plugins/piklist/advanced/
SteveKeymasterYou can get all they older versions here: https://wordpress.org/plugins/piklist/advanced/
SteveKeymasterHere’s what I recommend:
1. Follow these instructions but instead of installing the latest version, install one version up. https://piklist.github.io/docs/faq/update-script-not-running/
2 keep doing that. Install one version at a time. You don’t have to follow those instructions after the first update, meaning you don’t have to delete anything from the database.Let’s see if that works
SteveKeymasterGreat. Marking this resolved
SteveKeymasterWere you prompted for the upgrade script? Did you run it?
SteveKeymasterI split this out into a new topic since it’s not related to the original.
So, I’m not 100% clear on the issue, but here are two things I noticed:
1) There’s no benefit to having one file in a group field. Just use the field.
2) Usingget_post_metawith the last parameter set totruewill only return one value. Change it tofalse: -
AuthorPosts