• Hi,

    I downloaded and installed a template a long time ago and have been using it for at least a year now…

    I have all the regular tabs for post and pages… But then I have some additional tabs that came with the template called portfolio, crew & services… Setting the featured image was very important in everything I was doing on the site…

    Now all the sudden the featured image section where you would add or remove it is gone for everything except posts… Why did this happen? Like if I go into my portfolio and edit a job… There is no featured image section anymore…

    All pervious entries still have there old associated featured image… But any new ones there is no way to add it and if you wanted to edit an old one there would be no way to click on it…

    Any help would be massive… Thanks so much

Viewing 6 replies - 1 through 6 (of 6 total)
  • Moderator Jose Castaneda

    (@jcastaneda)

    THEME COFFEE MONKEY

    What plugin/theme are you using?

    Hi, I have the same problem.

    The plugin I use is :
    – Easy Digital Download.
    – FeedBurner.
    – Google analytics.

    It’s really strange.

    Hi, I solved my problem. The problem was the theme.
    Maybe try to re-upload your theme or watch for a new theme update.

    Thread Starter Action Turtle

    (@benjaminbernard)

    Yea I am using a custom theme… But the guys I got it from disappeared ?? I will try to re-upload it… Thanks

    Thread Starter Action Turtle

    (@benjaminbernard)

    Yea no luck re-loading the theme…

    If anyone knows how to re-enable the featured image in WP 3.9 that would be amazing!!!

    Also does anyone else notice that the dashboard is taking forever to load and tabs in the dashboard are taking forever… But the site itself if pretty snappy…

    Thread Starter Action Turtle

    (@benjaminbernard)

    Figured it out!!!

    Was in my theme functions… It was set for an array for only post and pages… I guess in previous versions its just ignored this and put the featured image on everything… But in 3.9 the fixed it so the code ran correctly and limited it to just the post and pages… Setting it to

    add_theme_support( 'post-thumbnails' );

    vs

    add_theme_support( 'post-thumbnails' );
    add_theme_support( 'post-thumbnails', array( 'post' ) );
    add_theme_support( 'post-thumbnails', array( 'page' ) );
    add_theme_support( 'post-thumbnails', array( 'post', 'movie' ) );

    Just thought to let you guys know… Thanks again…

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Updated to 3.9 and featured image went away :(’ is closed to new replies.