wordpress v4.5.2, quick chat v4.13
The problem is that the plugin itself is displayed on the page, but messages are not sent and smiles are not active. With all of this in the admin (admin Komanata) chat works fully
<?php echo do_shortcode( '[quick-chat height="200" room="default" userlist="1" userlist_position="left" smilies="1" send_button="1" loggedin_visible="1" guests_visible="1" avatars="0" counter="1"]' ); ?> 
wp_head();andwp_footer();on the problem page are present? - alenkins<?php wp_head(); echo do_shortcode( '[quick-chat height="200" room="default" userlist="1" userlist_position="left" smilies="1" send_button="1" loggedin_visible="1" guests_visible="1" avatars="0" counter="1"]' ); wp_footer(); ?><?php wp_head(); echo do_shortcode( '[quick-chat height="200" room="default" userlist="1" userlist_position="left" smilies="1" send_button="1" loggedin_visible="1" guests_visible="1" avatars="0" counter="1"]' ); wp_footer(); ?>is the minimum code with which I earned your plugin for authorized and unauthorized users on the latest version of WP - alenkins