Wordpress Plugin - CSS not loading

css, themes, wordpress

Solution

wp_head(); was missing from header.php before

also don't forget wp_footer(); in footer.php before

Problem

Plugins are not loading the CSS files. The CSS of the theme is loading just fine but the plugin CSS does not load. If relevant, the website is: http://de.rundertisch.org/

Original source