Forum Replies Created
-
AuthorPosts
-
SteveKeymasterDoes it save if you disable this function,
homepage_sticky_date_normalized()?
SteveKeymasterLet’s try a few things:
1) Change
,'field' => 'post_content'to any other field name. The default editor field is also called post_content.
2) Same with,'field' => 'upload_media'. Change that as well.
3) Remove,'scope' => 'post_meta', you don’t need it since you are already on a post screen.Let us know if that helps.
SteveKeymasterIs
post_clearancea taxonomy?
SteveKeymaster@dami95– Welcome to the Piklist community!
We need a little help reproducing:
1. Please export your W3 Total Cache settings and email to [email protected]
2. Let us know which version of Piklist you are using.
3. Let us know step-by-step instructions to reproduce.Thanks!
SteveKeymaster@jmayhak– You can do this with the latest beta v0.9.9.x and a validation rule.
1. Download and install v0.9.9.x.
2. Activate Demos
3. Add New Demo
4. Go to VALIDATION tab
5. Check out the field “Grouped/Add-More with Limit”. It does what you want.Let us know if you need any help
December 1, 2015 at 4:24 pm in reply to: How to display add more field in oder detail page of woocommerce #5184
SteveKeymasterDoes this work?
$meta = get_post_custom($post->ID);
SteveKeymasterAwesome! Closing ticket.
December 1, 2015 at 3:41 pm in reply to: How to display add more field in oder detail page of woocommerce #5180
SteveKeymasterSorry, I’m not following. Are you saying this is empty?
$upload_orders = get_post_meta($post->ID, 'upload_order_attch', false);
SteveKeymaster@akamise– Would you be comfortable giving me access to your site? If so, please email a login and pw to [email protected]
SteveKeymaster@egamipeaks– Your field as written above is still not working. But I’m also not sure if it’s written correctly.
1. What is the purpose of the field “secret”?
2. Why are there two add_mores?
SteveKeymasterThis issue is fixed in our latest beta v0.9.9x. You can grab it here.
Also, were so happy you think Piklist is great! Would you mind telling the world by leaving a quick 5 Star review on WordPress.org? It really helps the project.
SteveKeymasterWhich version of Piklist are you using?
SteveKeymaster@akamise– Welcome to the Piklist community!
I think this is still an issue. However, do you really need nested groups? In most cases the parent group doesn’t need the
fieldparameter.If you post your field code here we can take a look.
SteveKeymasterAre you sure you’re running v1.9.3?
I can’t find
if ( !isset( $wp_filter[$filter][$priority] ) ) {here:
http://plugins.svn.wordpress.org/wp-helpers/tags/1.9.3/wp-helpers.php -
AuthorPosts