Forum Replies Created
-
AuthorPosts
-
SteveKeymaster@jeremyebrown– Sorry but we’re holding off indefinitely. Focusing on Piklist itself.
SteveKeymaster@razeel– Welcome to the Piklist community!
You might want to try something like this. Instead of switching tabs, maybe switch the metaboxes in the tabs. Check out the “Assign meta-box access to user role, “no-role”, if the page template is selected”. Instead of getting the $active_template, you would pull the taxonomy term.
SteveKeymaster@williamhawk– thanks for using Piklist. Would you be able to post some code and image? I’m not clear on what you need.
SteveKeymasterYou can use it now. There are a few more things we need to add before we can release on wordpress.org.
SteveKeymaster
SteveKeymaster@noobie– looks like a bug. Suggest you change the editor to a text area. Or since it’s a widget, get rid of the repeater. Just add multiple widgets if you need.
SteveKeymaster
SteveKeymaster@tomhodg– the $post_array is the post object as an array. Post objects do not include meta.
You would have to use
get_post_meta($post_array['ID'], 'fn_text', true)
SteveKeymasterHi all–
Sorry, we haven’t responded quickly. We’ve been busy working with our clients… and every one of them has Piklist installed.
Kevin and I build websites and web apps with Piklist every day… seriously, EVERY day.
Feel free to check out the Beta release and let us know what you think >
SteveKeymaster@bimbaim– You can create that code anywhere in the plugin or theme if you want. Then reference those functions in the Piklist parts/ folder.
SteveKeymaster@cedaly1968– I just pushed version 0.9.9.13 which fixes this issue. Thanks!
-
AuthorPosts