• Hi,

    i’m not sure if it was done on purpose but

    – theme is missing the open body tag
    <body <?php body_class(); ?>> should be on header.php

    – on response_meta_tags()
    it should be initial-scale=1.6, maximum-scale=1.0, width=device-width
    the actual version gives warnings on chome console

    – plusone.js is missing
    you culd
    wp_register_script( ‘plusone’ , ‘https://apis.google.com/js/plusone.js&#8217;);
    on response_scripts()

  • The topic ‘A few fixes maybe’ is closed to new replies.