Forum Replies Created
-
AuthorPosts
-
SteveKeymasterThis is probably doable with some creative code, but currently not built into Piklist.
SteveKeymasterWhat do you mean “Nested Addmore”? Check out the ADVANCED tab in Piklist Demos and see if anything there works for you.
SteveKeymaster@oakwood– Unfortunately, you’re going to have to wait until we release our contact manager to see how we do that magic. 😉
SteveKeymasterPlease make sure you are using the appropriate folder structure for your theme >
If so, please post some of your code so we can take a look.
SteveKeymasterWe found this as well in some of our projects. WordPress doesn’t like
'slug' => 'order'. I added to the docs for future reference >
SteveKeymaster
SteveKeymaster@Jason– pages are just another post_type. Anything you can do with posts you can do with pages.
SteveKeymaster@Jason– There was a typo in the doc, which is now fixed >. Use the page template file name WITHOUT “.php”.
Also, this is not javascript, ajax, etc based, though it probably will be in the future. The page must be saved first with the proper page template for this to work.
SteveKeymaster@iwillhappy1314– I just updated our doc to reflect registering multiple post types. Let me know if it solves your issue.
SteveKeymaster@pupppet– Widgets are grouped by theme or plugin name. Can you post of screenshot of your widget page?
SteveKeymaster@Jason– I was referring to your original post: “The post-relate currently uses a checklist format for selecting multiple posts. I’d like to make a Select so only one can be chosen. What’s the best way to go about doing this?”
SteveKeymaster@dennis977– We’re currently having issues with Windows machines. Hope to get this fixed in the next few weeks.
SteveKeymaster@Jason– Though we don’t love recommending this, your best option right now is to overwrite the post relate field, and change
'type' => 'checkbox'to'type' => 'select':parts/fields/post-relate.phpJust make sure you update this every time you update Piklist, until we get this flushed out.
-
AuthorPosts