Child Theme won't show images in the media library

Home Forums WordPress Theme Support BfastMag Pro Child Theme won't show images in the media library

This topic contains 1 reply, has 1 voice, and was last updated by  erhan.dikkaya 4 years, 2 months ago.

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #10544

    Hi there,

    when I activate the child theme of bfastmag pro (** with no additonal changes to the theme **), and I try to go to the media library, it doesn’t show any images. The little circle keeps running showing that it is still processing, but it never ends up showing any images. When I switch back to the parent theme, and the media library displays fine.

    At following, here my functions.php from the child theme:

    function child_theme_styles() {
    wp_enqueue_style( 'parent-style', get_template_directory_uri() . '/style.css' );
    wp_enqueue_style( 'child-theme-css', get_stylesheet_directory_uri() .'/style.css' , array('parent-style'));
    
    }
    add_action( 'wp_enqueue_scripts', 'child_theme_styles' );?> 

    Could you please help me

    Best regards,
    Erhan

    #10545

    *update: please close that topic. I’ve found the error. I had an additional “?>” within the functions.php which caused this.

Viewing 2 posts - 1 through 2 (of 2 total)

Only Verified Customer of this Theme Can post reply to this Support Topic! .