• Resolved nimmolo

    (@nimmolo)


    It seems that on my install, Crosspostr is causing the “Featured Image” metabox (ie., post thumbnail upload box) not to appear on Page edit screens. It does still appear on Post edit screens.

    I did check, and it’s also not a check box option in the pulldown “Screen Options” box on the top of the edit screen.

    Post thumbnail support is enabled in theme functions via
    add_theme_support( 'post-thumbnails' );

    I’ve also checked for plugin and theme conflicts by disabling all other plugins and switching to the default twentyfifteen theme. It does seem to be caused by this plugin in the two installs I’ve tested it on, unless I’m overlooking something.

    I’ve enabled the debug log for both WP and this plugin, and i’m not finding any errors. Most peculiar!

    In any case the plugin is fantastic in every other respect.

    https://wordpress.org/plugins/tumblr-crosspostr/

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Meitar

    (@meitar)

    Good catch. There was a bug introduced in the most recent version (0.7.19) where I cautiously tried enabling Post Thumbnail support myself if the theme didn’t do it. This turns out to have been a bad idea, not only because of a legit “oops” bug, but also because it isn’t something the plugin really needs in the first place. If themes add support for it, this plugin uses it, but if they don’t, it works fine, anyway. So I’ve reverted that one hunk and released version 0.7.20 a few seconds ago, which should resolve the problem.

    Thanks for your eagle eye on this. 🙂

    Thread Starter nimmolo

    (@nimmolo)

    Many thanks for such a quick fix!!! :)))

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Featured Image metabox hidden on Page edit screens’ is closed to new replies.