• I logged in today to upload more comics to my site and discovered the set featured image button was completely gone from comic easel, including being missing from the screen options. It reappears if I uninstall comic easel, but not if I change themes, I have no other plugins installed and as far as I recall I’ve made no changes since the last time I used comic easel. Anyone know how I can get it to reappear?

    https://www.ads-software.com/plugins/comic-easel/

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author Frumph

    (@frumph)

    …this is with using the comicpress theme?

    You mean for comic posts or for regular ones? Because the latest WP update seems to have moved the widget to right below the post entry field in the regular post form.

    Plugin Author Frumph

    (@frumph)

    this could happen if *another* plugin removes postimagediv metabox – this is what I do with comic easel

    remove_meta_box('postimagediv', 'comic', 'side');
    	if ( current_theme_supports( 'post-thumbnails', 'comic' ) && post_type_supports('comic', 'thumbnail') )
    		add_meta_box('postimagediv', __('Set Comic/Featured Image'), 'post_thumbnail_meta_box', 'comic', 'side', 'high');
    Plugin Author Frumph

    (@frumph)

    still showing above the publish box for me ;/ weird.. featured image box location

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Set Featured Image button missing only in comic easel.’ is closed to new replies.