WordPress Plugin – CSS not loading

Plugins are not loading the CSS files.

The CSS of the theme is loading just fine but the plugin CSS does not load.

Read More

If relevant, the website is: http://de.rundertisch.org/

Related posts

Leave a Reply

2 comments

  1. I had a similar problem where the style did load but wasn’t working correctly. I solved it by replacing:

    <body>
    

    with

    <body <?php body_class(); ?>>