Faced such a problem: after activating the plugin - the site below the header does not want to load. I deactivate - everything works again. File header.php:

<head> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta charset="utf-8"> <title> <?php wp_title(''); ?> </title> <?php wp_head(); ?> </head> 

The result is the following: enter image description here

Styles that are registered in function.php are not connected.

    1 answer 1

    Include errors in the browser or see logs.

    See additionally .

    You can also by disabling plug-ins and switching to the default theme to find who is to blame.

    See Instructions for finding the culprit in paragraphs 3-6 .