Forum Replies Created
-
AuthorPosts
-
SteveKeymasterThanks for sending us your files.
The reason all the meta boxes are showing is because none of the tabs are set as default. This information was missing from the docs, so I just updated it.
To Fix:
-Open one of your WorkFlow tab files (not the header file).
-Add this to the comment block:Default: trueThat should solve it.
Let us know if you need anything else.
SteveKeymaster@actiontwo– A few questions:
1) Where are you placing this code?
2) Does this line show any results:$page_setting[‘video-views’] = $page_setting[‘video-views’] + 1;
SteveKeymasterYes. That’s fine. Just zip it up and email to [email protected]
SteveKeymaster@vgrch– The meta boxes that show up are controlled by the include_meta_boxes function. Make sure only the meta-boxes you want to show up are listed in each one.
If you’re still having an issue, email your plugin to [email protected]
SteveKeymaster@actiontwo– What are you trying to do? Are you hooking into the piklist_pre_update_option filter?
SteveKeymaster@jimmyjazz– You are awesome! We really appreciate how much you want to contribute… and yes, there are definitely others out there.
Right now we are working on the next version, which we believe will be the candidate for Piklist v1.0. Once 1.0 is out, we will move to Github and start taking pull requests.
You can help this project and not have to submit a line of code. Here are some ideas >
SteveKeymaster@gospelnerd– Welcome to the Piklist Community!
Piklist doesn’t handle url rewriting. You may want to try a plugin like Caldera URL Builder. it’s a paid plugin so I suggest you write to the plugin author with your question before paying for it.
SteveKeymasterThis was such a good idea we added it to our WordPress Helpers plugin! Thanks.
SteveKeymaster@igor– We try really, really, really, really,really, really hard to keep Piklist backwards compatible while in beta. Sometimes, it may not be possible. But in most cases you should be fine.
SteveKeymaster@leepowers– Welcome to the Piklist community!
When registering Admin pages with Piklist you can take advantage of all the parameters/features Piklist adds, PLUS, you can use the standard WordPress parameters for add_menu_page() and add_submenu_page().
Check out the add_menu_page() parameter
$position, which lets you change the menu order.Let us know if you need more help.
SteveKeymaster@mcmaster– Glad it’s working for you. The WordPress function
remove_post_type_support()should have nothing to do with Piklist meta boxes.This is a great example of replacing the excerpt box with a WYSIWYG editor.
SteveKeymasterYes… doing things the Piklist way can become addictive. 😉
SteveKeymaster@bicho44– Piklist doesn’t allow you to create settings sections in the Customizer yet. However, any widgets created with Piklist will work in the Customizer.
SteveKeymasterDoes Piklist allow the admin menu to be edited, to hide page, post, etc.?
Piklist doesn’t do this. For projects that require this we have manually edited the$menuand$submenuglobals. We’ve heard good things about this plugin if you don’t want to write code.Does Piklist allow the user roles to be edited, to change or remove editor, author, etc.?
We would recommend using the Members plugin.Does Piklist allow different menu items to be shown dependent on the user role?
Piklist allows you to set this with Admin or Settings pages. WordPress already does this based on user capabilities when you register a post type or taxonomy.Does this help?
SteveKeymaster@jcrist– Right again!
We are using Easy Digital Downloads, and it automatically creates the My Account page.
-
AuthorPosts