• Hey All,

    I am using the theme and see it throws the error in console:
    Failed to load resource: the server responded with a status of 404 (Not Found)

    In relation to this file:
    /wp-content/themes/activello/inc/css/bootstrap.min.css.map

    Are you aware of this?

Viewing 5 replies - 1 through 5 (of 5 total)
  • Hi @squidstack,

    I hope you are well today and thank you for your question.

    I have tested it on my test site and it’s working fine for me using latest version of Activello theme without displaying any error message in the console.

    Could you please share me your site URL where it’s displaying so that i can troubleshoot it?

    Kind Regards,
    Vinod Dalvi

    Thread Starter squidstack

    (@squidstack)

    Vinod –

    The theme is ‘working’ perfectly, that is not the issue. The issue is with the error in the console log. See this photo:

    View post on imgur.com

    The warning are also from the theme but aren’t an issue.

    site:
    squidstack.com

    I visited your shared site on chrome and firefox browsers but not getting any error like that.

    Which browser are you using?

    The information provided on the following page may help you to resolve it.

    https://stackoverflow.com/questions/21773376/bootstrap-trying-to-load-map-file-how-to-disable-it-do-i-need-to-do-it

    Thread Starter squidstack

    (@squidstack)

    The source map has an error in safari. Is this a known bootstrap css preprocessor error?

    Think bootstrap 4 will fix it?

    I removed the line:
    /*# sourceMappingURL=bootstrap.css.map */

    from the min and regular css file to get the error to stop.

    Are the css warnings that safari encounters because of safari’s lack of support for certain css methods? such as this one:

    *vertical-align: middle; /* Improves appearance and consistency in all browsers */

    The wild card within the brackets is invalid for CSS in safari. This css issue is probably another thread but just something I was thinking about.

    Think bootstrap 4 will fix it?

    May be but not sure the bootstrap 4 is still in alpha phase.

    Are the css warnings that safari encounters because of safari’s lack of support for certain css methods?

    Yes

    The wild card within the brackets is invalid for CSS in safari. This css issue is probably another thread but just something I was thinking about.

    Yes but it works on other browser so in short some hacks are specific to the browsers and browsers that don’t support these hacks may display warnings in the browser console but there isn’t anything to worry as this will not affect the site functionality.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Error Loading Resource’ is closed to new replies.