Forum Replies Created
Viewing 4 posts - 1 through 4 (of 4 total)
-
AuthorPosts
-
bobstewMemberI’m using it for a custom post-type called “report”
bobstewMemberI’ve disabled all the plugins except pikList and I’m still having the problem. Also I noticed that I did have custom-fields enabled as part of defining the post type
'report' => array( 'labels' => piklist('post_type_labels', 'Report') ,'title' => __('Enter a new Report Title') , 'supports' => array( 'title' , 'editor' , 'post-formats' , 'thumbnail' , 'custom-fields' , 'excerpt' , 'author' , 'revisions' )So I took that out. I also put this code in functions:
function fix_metabox() {remove_post_type_support( 'report', 'custom-fields', 100 ); } add_action( 'init' , 'fix_metabox' );I did that because of this post:
I’m using pikList 0.9.9.9
Now 50% of the time the reordering will get saved – the rest of the time it orders by input date ( I think). Anyway – its acting a bit flakey.
bobstewMemberI’ve disabled WPML and the reordering of images in the metabox field is not working. Also it seems to limit me to 10 images. This all occurred after updating to WP 4.6.1
bobstewMemberOh -this may be due to an update of WPML.
-
AuthorPosts
Viewing 4 posts - 1 through 4 (of 4 total)