• You have used div tag in the wp_head. Its wrong, it causes problem to other plugins, functions, Like PWA manifest file is not being detected due to this wrongly used method. Please change it.

    Your file path: best-preloader\inc\php\functional.php
    <div id=”preloader”>
    <div id=”preloader-background”></div>
    <div id=”preloader-status”></div>
    </div>

  • The topic ‘Do not use div tag inside wp_head’ is closed to new replies.