Home Forums Basel support forum Child Theme gives 404s -> missing editor-style.css

Child Theme gives 404s -> missing editor-style.css

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

    thanaxix
    Participant

    Hello,

    Child theme seems to be missing editor-style.css.

    In order to avoid all those 404s you have to change your child theme’s code from:
    add_editor_style( get_stylesheet_directory_uri() . ‘/css/editor-style.css’ );
    to
    add_editor_style( get_template_directory_uri() . ‘/css/editor-style.css’ );

    Cheers

    #5262

    Artem Temos
    Keymaster

    Hello,

    Thank you so much for using our theme and reporting us about this problem. We will fix this in our next update.

    Kind Regards
    Xtemos

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