Support » Fixing WordPress » wordpress 3.8 error on add new post >> insert featured images

Viewing 10 replies - 1 through 10 (of 10 total)
  • Thread Starter afarianto

    (@afarianto)

    if click Set featured image on add new post , wordpress can’t open new window for showing media library, we try with google chrome

    Same issue here i can’t see featured image widget right side in wp admin panel can you please help …

    Hello,

    I am also having issues with this. When clicking set featured image, WordPress does not insert into the post. Tested with Google Chrome and Safari. Just upgraded to WP 3.8

    I also a smililar problem, after upgrading it to 3.8. The images are not seen in media library or when you insert in the post.

    same here, also after upgrade to 3.8
    I’m missing alot of menu choices on the left, when i look in “Plugins” it tells me all plugins are deactivated, themes are gone… it’s a mess.
    in opera 17, google chrome and explorer 9

    Will everyone except the original poster please post their own topics!

    Got it !
    IN MY CASE (not necessarily everyone)…
    For safety reasons I had renamed my wp-content to wp-container.
    After removing that and naming it back to wp-content, i had everything i couldn’t see back.
    The only thing that i had to do is activate all plugins, reactivate my theme and change all url’s in the pages and posts from http://www.example.com/container/uploads/example.jpg to
    http://www.example.com/wp-content/uploads/example.jpg

    Maybe this helps a few people..

    Kind regards,
    Marco

    VERY unlikely anyone else has done the same thing.

    73,456,581 wordpress sites worldwide. Statistically…. it is likely

    Since WordPress 3.8 post feature images are only supported as an option in your wordpress theme. So, in order to activate this option, you must simply add this line to your theme’s function.php file :

    add_theme_support('post-thumbnails');

    Should work like a charm from there!

Viewing 10 replies - 1 through 10 (of 10 total)
  • The topic ‘wordpress 3.8 error on add new post >> insert featured images’ is closed to new replies.