• Hello,

    today I switched to SSL on my site https://minecraftplace.net/ – it is working.

    But take a look at the CSS it isnt displayed anymore.

    For example:
    <link rel='stylesheet' id='td-theme-css' href='https://minecraftplace.net/themes/Newspaper/style.css?ver=6.7.1' type='text/css' media='all' />

    the directory wp-content is missing in the url. As a result WordPress does not find the stylesheets.

    Please help me, I do not know anything more.

Viewing 2 replies - 1 through 2 (of 2 total)
  • That’s strange. I take it you have already updated the site url to include https and the https re-direct is not configured by some other manner:

    https://codex.wordpress.org/Changing_The_Site_URL

    If you are doing any caching via plugin or otherwise try clearing the cache. You can also try by disabling plugins or reverting to a default theme if perhaps the issue is theme or plugin related.

    If none of that helps you might try this plugin which can help with detecting and editing broken links:

    https://wordpress.org/plugins/broken-link-checker/

    Good luck and let us know when you find the solution! Cheers.

    Hello @derfeliix

    Neither https://minecraftplace.net/themes/Newspaper/style.css nor http://minecraftplace.net/themes/Newspaper/style.css are valid because the link is not correct. There is no such directory on your server.

    Your CSS file(s) is located at http://minecraftplace.net/wp-content/themes/Newspaper/style.css which is also accessible at https://minecraftplace.net/wp-content/themes/Newspaper/style.css

    You need to edit your theme / child theme to point at the correct url for the CSS files.

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

The topic ‘CSS Errors after SSL’ is closed to new replies.