Forum Replies Created

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • in reply to: Reordering not working on images with update #7479
    bobstew
    Member

    I’m using it for a custom post-type called “report”

    in reply to: Reordering not working on images with update #7462
    bobstew
    Member

    I’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:

    Meta box does not update when post is Published

    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.

    in reply to: Reordering not working on images with update #7460
    bobstew
    Member

    I’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

    in reply to: Reordering not working on images with update #7455
    bobstew
    Member

    Oh -this may be due to an update of WPML.

Viewing 4 posts - 1 through 4 (of 4 total)