Forum Replies Created
-
AuthorPosts
-
SteveKeymaster@jdhunter– Glad things are working now. Is this the tutorial you were having issues with? https://piklist.github.io/docs/tutorials/admin-pages/creating-a-simple-admin-page/
SteveKeymasterThat’s odd, but glad it’s working now. Let us know if you need any other help.
SteveKeymasterWelcome to the Piklist community!
By assigning a
fieldto agroup, the data is saved as an array totdoc_section. So, to retrieve the data use:get_post_meta($post->ID, 'tdoc_section')You can then loop through the data.
SteveKeymasterThanks for the update. Let us know if you need help… or if you find a plugin that conflicts with Piklist.
SteveKeymasteryup… looks like you found a bug. The Piklist 2.0 rewrite will correct that.
SteveKeymaster@giles– There was an issue with the docs, which is now corrected. They should be working as expected.
Let me know if you need help locating any information: https://piklist.github.io/docs/
SteveKeymasterLooking at it now. That is some pretty generic css they have. You may want to reach out to them and ask them to make it more specific to their plugin.
div.inside div, p { padding: 2px 2px 2px 4px; }
SteveKeymaster@jcrist– This is the first time this issue was reported. Please try deactivating other plugins and switching to a default theme to see if there are any conflicts. Please let us know what you find.
SteveKeymasterThis has been fixed in Piklist 1.0.6, which is now available on wordpress.org.
SteveKeymasterWe can reproduce and we’re looking into it.
SteveKeymasterI can’t reproduce, and this is the first report. Are you registering a custom post type with custom post statuses? If so, please post your code here.
SteveKeymasterPiklist v1.0.5 now does this automatically. Just add your translations to your .po file and Piklist will translate everything including the comment block titles.
SteveKeymasterAs per your email Piklist works as expected with Divi. Using these steps: https://webcusp.com/how-to-display-custom-fields-value-in-posts-with-divi-builder/
SteveKeymasterThis reply has been marked as private.
SteveKeymaster@laymonk– Piklist does everything the WordPress way, so you can use Post Types registered with the standard WordPress functions. The advantage to doing it with the Piklist filter is to gain access to other features, which are listed here.
-
AuthorPosts