• Resolved smaffulli

    (@smaffulli)


    I’m working on a new website where the css seems to be failing to load properly. I see lots of errors

    Error in parsing value for ‘background-color’. Declaration dropped.
    Elements matching selector: .header-one .top-header

    On Firefox I also see this error in the console

    Source map error: Error: request failed with status 404
    Resource URL: https://<stealth>/wp-content/themes/gutener/assets/bootstrap/css/bootstrap.min.css?ver=5.6
    Source Map URL: bootstrap.min.css.map

    the theme is the latest version and the css.map file is not in the theme.

    :~/workspace/gutener$ fgrep -r bootstrap.min.css.map *
    themes.svn.www.ads-software.com/gutener/1.3.0/assets/bootstrap/css/rtl/bootstrap.min.css:/*# sourceMappingURL=bootstrap.min.css.map */
    themes.svn.www.ads-software.com/gutener/1.3.0/assets/bootstrap/css/bootstrap.min.css:/*# sourceMappingURL=bootstrap.min.css.map */
    :~/workspace/gutener$ find . -iname bootstrap.min.css.map
    :~/workspace/gutener$

    Any clue of what’s going on?

Viewing 1 replies (of 1 total)
  • Theme Author keonthemes

    (@keonthemes)

    Hello,

    Those are the messages about missing .map files and the WordPress[dot]org repo is not allowed to add those files in the theme.
    So, you may need a source mapping plugin to handle this.

    Thanks.

Viewing 1 replies (of 1 total)
  • The topic ‘Source map error: Error: request failed with status 404’ is closed to new replies.