Title: Admin panel &#8211; display bug
Last modified: August 31, 2016

---

# Admin panel – display bug

 *  Resolved [clementben](https://wordpress.org/support/users/clementben/)
 * (@clementben)
 * [10 years, 3 months ago](https://wordpress.org/support/topic/admin-panel-display-bug/)
 * Hello,
 * I just installed the plugin but in admin panel > conversation windows, the field
   to answer to the user doesn’t appear. I checked the video, it should be on the
   bottom of the page, but it is not the case…
 * So if you have any piece of advice I would be pleased because I can not use the
   plugin!
 * Best regards
 * Clément
 * [https://wordpress.org/plugins/yith-live-chat/](https://wordpress.org/plugins/yith-live-chat/)

Viewing 3 replies - 1 through 3 (of 3 total)

 *  Plugin Author [YITHEMES](https://wordpress.org/support/users/yithemes/)
 * (@yithemes)
 * [10 years, 3 months ago](https://wordpress.org/support/topic/admin-panel-display-bug/#post-7063793)
 * Hi,
    the reply box appears only if you are in an active conversation.
 *  Plugin Author [YITHEMES](https://wordpress.org/support/users/yithemes/)
 * (@yithemes)
 * [10 years, 3 months ago](https://wordpress.org/support/topic/admin-panel-display-bug/#post-7063801)
 * Hi,
    another user has a similar issue. Try to edit the file “wp-content/plugins/
   yith-live-chat/assets/css/ylc-console.css” and change the CSS rule:
 *     ```
       .update-nag,
       #wpfooter,
       #screen-meta-links,
       #message,
       .error{
           display: none !important;
       }
       ```
   
 * with this
 *     ```
       .update-nag,
       #wpfooter,
       #screen-meta-links,
       #message,
       .error,
       .notice{
           display: none !important;
       }
       ```
   
 * Let me know if this works
 *  [rcasolino](https://wordpress.org/support/users/rcasolino/)
 * (@rcasolino)
 * [9 years, 10 months ago](https://wordpress.org/support/topic/admin-panel-display-bug/#post-7063868)
 * Not working yet

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Admin panel – display bug’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/yith-live-chat_c6e6f3.svg)
 * [YITH Live Chat](https://wordpress.org/plugins/yith-live-chat/)
 * [Support Threads](https://wordpress.org/support/plugin/yith-live-chat/)
 * [Active Topics](https://wordpress.org/support/plugin/yith-live-chat/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/yith-live-chat/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/yith-live-chat/reviews/)

 * 3 replies
 * 3 participants
 * Last reply from: [rcasolino](https://wordpress.org/support/users/rcasolino/)
 * Last activity: [9 years, 10 months ago](https://wordpress.org/support/topic/admin-panel-display-bug/#post-7063868)
 * Status: resolved