Forum Replies Created
-
AuthorPosts
-
SteveKeymaster@shayneol– Please provide step-by-step details on how to reproduce. Feel free to overly detailed. Which post type? Which field? What should I do? What am I looking for?
SteveKeymaster@shayneol– I just installed your theme and was able to publish a Calendar, Leadership and Ministry. Is there anything special I need to do to reproduce your issue?
October 9, 2015 at 4:23 pm in reply to: Using Setting page Repeat fields data on user profile page to select. #4503
SteveKeymaster@rcreators– Great job!
You can also use array_combine at the field level.
INSTEAD OF:
'choices' => $user_department['departments']USE:
'choices' => array_combine($user_department['departments'], $user_department['departments'])Piklist is very flexible.
SteveKeymasterIn Piklist v0.9.9 we changed the way Workflow tabs were built. Settings tabs were supposed to be backwards compatible, but apparently they are not. We will work on a fix, but will not have it released until Monday.
The easiest way to fix your tabs is to build them using the new Workflow process. It’s very easy, and documented here. You will need to follow all the steps, but honestly it should be very quick.
I just pushed an update to WP Helpers so you can use that as a guide as well.
Let us know if you have any questions.
SteveKeymasterPlease zip up your code and email to [email protected]
SteveKeymaster@shayneol— Please zip up your code and email to [email protected] It will be easier to debug that way.
SteveKeymaster@mnlearth– You cannot upload zip files on this site. You need to email to [email protected]
SteveKeymaster@shayneol– I was not able to reproduce your issue. Here are a few things that might help:
1) Turn on wp_debug and see if you get any errors.
2) Deactivate all other plugins and change your theme to twentyfifteen.
3) Change your editor field to something simpler like a text field.Let us know if any of these things help.
SteveKeymaster@sschat– Good to hear from you…it’s been a while. 😉
Can you post your code for creating your new users column so we can debug?
SteveKeymasterTry removing
,'scope' => 'post', and see if that fixes the issue.99% of the time you do not have to set
scopein the admin. ‘scope’ => ‘post’ is telling Piklist to save the fieldtest_editor_01to thewp_poststable, except WordPress can’t do that because there is no column with that name.
SteveKeymasterNice! Closing ticket.
SteveKeymaster@mnlearth– Welcome to the Piklist Community!
Thank you for testing the beta.
Would you be able to zip up your plugin and email to [email protected] ? It would be much easier to debug.
SteveKeymaster@shayneol– Did you see the button to run the Piklist upgrade script?
If no, please pull the latest version from trunk and try again.
Let us know if that fixes the issue.
SteveKeymasterHi Donna– Let me know if the latest works for you >
-
AuthorPosts