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

the image itself is a plugin, nothing happens when you click a button

<?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"]' ); ?> 
  • Putting an earlier version of wordpress'a tried, without any changes. - jester
  • calls to wp_head(); and wp_footer(); on the problem page are present? - alenkins
  • @alenkins, yes, there are. - jester
  • <?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
  • @alenkins Please post your comment as a response. - Nicolas Chabanovsky

1 answer 1

 <?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(); ?> 

This is the minimum code in the single.php template, with which your plugin for authorized and unauthorized users on the latest "clean" version of WP (with no other installed plugins) earned me