Forum Replies Created
-
AuthorPosts
-
November 10, 2014 at 11:13 am in reply to: how to add piklist_admin_pages without post type, independent admin pages ? #2720
SteveKeymaster@ajayphp– An Admin page that saves data is a Settings Page. If you want to save data to the Piklist About Page, you would make it a settings page.
SteveKeymaster@ajayphp– If you’re using a WordPress admin page with settings then
piklist_pre_update_optionwill work.November 10, 2014 at 11:06 am in reply to: how to add piklist_admin_pages without post type, independent admin pages ? #2715
SteveKeymaster@ajayphp– Please look at how we built the About page for Piklist in wp-admin. The code is located in
/parts/admin-pages/November 10, 2014 at 11:04 am in reply to: do not want the post new item created as Auto-draft #2714
SteveKeymaster@ajayphp– Thank you for posting your code. I don’t see a bug. If you want to disable “post revisions” and “autosave”, this is the WordPress way to do it >
November 10, 2014 at 11:01 am in reply to: how to convert post field post_content as normal content area instead of editor #2711
SteveKeymaster@ajayphp– Leave
supportsthe way it was. When you create your FIELD, use thetextareafield instead ofeditor.
SteveKeymaster@ajayphp– Please do not duplicate tickets. Closing this ticket since it is a duplicate of this one >
November 10, 2014 at 10:57 am in reply to: Custom Post Type archives and posts giving a 404. Piklist bug? #2709
SteveKeymaster@cosmocanuck– Sometimes when you register a Post Type with WordPress you also need to flush the permalnks. This means going to the SETTINGS > PERMALINKS page in wp-admin. This is a WordPress issue, not Piklist.
SteveKeymaster@ajayphp– Sorry, I’m confused. Do you want to save POST data, or OPTIONS? You mention “post data”, but show a url ending in options.php.
SteveKeymaster@ajayphp– The doc has been updated. Thanks for letting us know. What does biztel_sms_send_update() do? What is on line 81? $old_data is data that was saved, was there anything saved?
Please provide more information in your tickets. It will allow us to help you faster.
SteveKeymaster@ajayphp– You don’t have to just use Piklist hooks, you can also use WordPress actions as well. Try this >
SteveKeymaster@ajayphp- Why do you want a colorpicker on a page that does not save data?
SteveKeymaster@ajayphp– Please deactivate all other plugins except the one you wrote and see if you get the error. Then check your plugin. Most of the time this error occurs because you have characters (including spaces) before or after the opening and closing php tags.
SteveKeymasterDoes the color picker work in the demo?
-
AuthorPosts