• On going problem. child theme (twentyfifteen-child) works perfectly except images will not load in the media library. Images I originally uploaded to the parent theme Library remain in the child theme presentation online (mobile and desktop), but I cannot upload new images or access existing images. Other dashboard features work. All images upload and display properly in the Media Library of the parent twenty fifteen theme. Child theme code below. Thanks.

    style.css

    /*
    Theme Name: Twenty Fifteen Child
    Theme URI:https://seattlesmarty.com/wp-content/themes/twentyfifteen-child/
    Author: Jeff Larsen
    Author URI: https://www.seattlesmarty.com
    Template:twentyfifteen
    Description: Twenty Fifteen Child Theme
    Version: 1.0.0
    License: GNU General Public License v2 or later
    License URI: https://www.gnu.org/licenses/gpl-2.0.html
    Tags: black, blue, gray, pink, purple, white, yellow, dark, light, two-columns, left-sidebar, fixed-layout, responsive-layout, accessibility-ready, custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-images, microformats, post-formats, rtl-language-support, sticky-post, threaded-comments, translation-ready
    Text Domain: twentyfifteen-child
    */

    functions.php

    <?php
    add_action( 'wp_enqueue_scripts', 'theme_enqueue_styles' );
    function theme_enqueue_styles() {
    wp_enqueue_style( 'parent-style', get_template_directory_uri() . '/style.css' );
    }
    ?>

    https://www.seattlesmarty.com

  • The topic ‘Images will not load in child theme media library’ is closed to new replies.