• So, I’ve had troubles with add_theme_support('post-thumbnails') in the past, but this is entirely new.
    My team is working on a project and the meta box to add a featured image only shows up on one team member’s working copy. He’s on a windows machine, whereas the rest of us are on macs.
    I’ve disabled all plugins, and enabled the Twenty Eleven theme. It still doesn’t work.
    If I do it on another project (disabling plugins and enabling Twenty Eleven), still locally, it works perfectly…

    If anyone has any clue what’s going on here, assistance is much appreciated.

    Thanks!

Viewing 6 replies - 1 through 6 (of 6 total)
  • the meta box to add a featured image only shows up on one team member’s working copy

    Meta box? Do you mean the Set featured image link? Or the media popup?

    Thread Starter Mitchell Bundy

    (@mitchbundy)

    The “Set featured image” link.
    I do a dump of the $_wp_theme_features global at init and post-thumbnails is set to true. ><

    Try adding define('CONCATENATE_SCRIPTS', false ); to the bottom of your wp-config.php file (just before the require_once line).

    Thread Starter Mitchell Bundy

    (@mitchbundy)

    no dice :'(

    Then remove that line. It’s not a Mac-specific issue as WordPress has a lot of Mac users, so it’s something specific to your local network/machines. Firewall? AV software?

    Thread Starter Mitchell Bundy

    (@mitchbundy)

    I’m really not sure what’s going on here. Aiya.

    A fresh pair of eyes (and brain) is going to have a look at it, I’ll post back here if/when we resolve it. Thanks for your help though, this is the biggest head scratcher I’ve had in a while.

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘post-thumbnails support works… sometimes’ is closed to new replies.