This website uses cookies to personalize your experience. By using this website you agree to our cookie policy.

Reply To: plugin displays terrible css and doesn't update options

#8286
Ernest MarcinkoErnest Marcinko
Keymaster

Hi!

The wp_head(); call is missing from your theme header.php file, thus plugins cannot access the site header to append scripts and stylesheets there. It’s a very important statement, it should not be missing.

Please contact the theme author to make this correction, it is mandatory for almost every plugin out there to work correctly.