• Resolved martinjacobson

    (@martinjacobson)


    Hello, I have three WordPress installations all on the same server (Lunarpages). I have tested this with vanilla themes and with no plugins loaded and the behavior is the same on all three WordPress installations. . Immediately upon update to 4.4, I have been unable to successfully add images to posts using the media library.

    When using the Media Library in Post or Admin locations, the Media Library is unable to load any images in the tiled images mode. It doesn’t appear to be a database problem since the images display correctly as long as they already exist in a post, I just can’t add new content.

    Any files which are uploaded can be shown if I switch to the list view in the Media Library admin pane, but unfortunately that doesn’t help, since I can’t use the list view when adding media to a post.

    Any help would be much appreciated.

    Some images of the problem:
    Media Library not loading in tile view

    Media Library loading in list view

Viewing 15 replies - 16 through 30 (of 44 total)
  • Thread Starter martinjacobson

    (@martinjacobson)

    Thanks for the update, glad your problem is solved.
    I don’t have a must-use plugins directory. ??
    I am hopeful that there’s something I can find like this, though.

    Thread Starter martinjacobson

    (@martinjacobson)

    I reverted to WP 4.4. This fixed the issue.
    Obviously not a long-term solution. Anyone know why 4.4 would behave differently than 4.4.1 in such a way that the media library cannot display images in the post or Featured Image media modal?

    I have exactly the same problem with the Media Library and I also haven’t found a good solution. I hope someone wil have a solution soon.

    Thread Starter martinjacobson

    (@martinjacobson)

    This problem persists in 4.4.2. ??
    Wishful thinking that the update would fix it. Still cannot insert images into my posts, making it very annoying to add content to my 3 photo-based Web sites.

    Same problem, 4.4.2 on local environment. I deactivated every single plugin to no avail. List view is OK but grid fails.

    I’m running a child theme and somehow erased everything in functions.php except <?.

    I fixed it to <?php and now it works.
    I read on another thread that a trailing space in a user’s functions.php cause his issue.

    Jon (Kenshino)

    (@kenshino)

    Lord Jon

    @martinjacobson

    Just a shot in the dark…….. Try putting

    define('CONCATENATE_SCRIPTS', false);

    into your wp-config.php file, you can put it right beneath

    define('WP_DEBUG', false);
    Thread Starter martinjacobson

    (@martinjacobson)

    @jon (Kenshino)

    Gave it a try, did not change the behavior. Thanks for the idea.

    Thread Starter martinjacobson

    (@martinjacobson)

    @nicoleamurray
    Glad you got your issue fixed. Mine is not theme dependent, I have the same exact behavior on three sites with three different themes. Same behavior with stock themes (2015 etc) or the themes I want to use.

    I got the same error in WP 4.4.2 and discovered that in my functions.php used the wrong hook to run remove_menu_page.
    (admin_init instead of admin_menu)

    I am having the issue where media loads to the media library but imagery won’t load on to blog posts. I updated and am using version 4.4.2. I don’t do or know coding. Any fixes?

    Thread Starter martinjacobson

    (@martinjacobson)

    @jespert, glad you got yours fixed. My issue is not theme-related, though.

    Thread Starter martinjacobson

    (@martinjacobson)

    Sure would be nice to figure out how to enable the list view for the media modal in posts and featured image… wordpress is essentially useless for me at this point. I haven’t been able to add content to my sites since December. :-\

    @divinestyle, I’m having the same issue as you describe. Did you find a remedy? I have an image-heavy site, so pictures in my posts are essential. Until repair, I’m out of business. I appreciate all you can share!

    @curtainqueen, I did find a solution after no response from wordpress.

    I had a wordpress expert look at my site. Check your plugins are up to date and your theme is up to date. There are channel logs (think that is correct?) where the media can be an issue with your theme.

    Contact theme provider if you up date and still doesn’t work correct. Then I turned off all plugins and loaded one by one. Check which ones are compatible with your wordpress version (3 of mine weren’t but only 1 caused the conflict with media).

Viewing 15 replies - 16 through 30 (of 44 total)
  • The topic ‘Media Library won't load display images’ is closed to new replies.