Title: [Plugin: Quick Chat] JQuery problems
Last modified: August 20, 2016

---

# [Plugin: Quick Chat] JQuery problems

 *  Resolved [ZoiX](https://wordpress.org/support/users/zoix/)
 * (@zoix)
 * [14 years, 4 months ago](https://wordpress.org/support/topic/plugin-quick-chat-jquery-problems/)
 * Hi there,
 * Quick Chat is all I want, anyway I have a problem and I don’t know how to solve.
   
   When I install Quick Chat all the jQuery scripts doesn’t work: sliders, tabs,
   etc.
 * I’m using jQuery 1.7.1 and I’m seeing that Quick Chat is using the noConflict
   mode, but the solution doesn’t work for me :/
 * A final comment: I installed another plugin for shortcodes, it is using jQuery
   and I had the same issue, but in the plugin admin panel I disabled the call to
   jQuery and it fixes the issue. Maybe it can works, but I don’t know how to do
   that.
 * Thank you all.
 * [http://wordpress.org/extend/plugins/quick-chat/](http://wordpress.org/extend/plugins/quick-chat/)

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

 *  Plugin Author [Marko-M](https://wordpress.org/support/users/marko-m/)
 * (@marko-m)
 * [14 years, 3 months ago](https://wordpress.org/support/topic/plugin-quick-chat-jquery-problems/#post-2490581)
 * Hello,
    I’ve had some issues not being able to reply when you’ve posted your 
   question and then totally forgot about it. Don’t know are you still using having
   this issue but here’s my response.
 * My educated guess is that your theme or some plugin is loading its own copy of
   jQuery (usually very old version) and that when Quick Chat loads proper WP provided
   jQuery version, javascript on your site breaks. If you are still on this issue
   you can post your site link and I will debug using Firebug so we will know for
   sure.
 * Once again sorry for the delay,
    Marko
 *  Thread Starter [ZoiX](https://wordpress.org/support/users/zoix/)
 * (@zoix)
 * [14 years, 3 months ago](https://wordpress.org/support/topic/plugin-quick-chat-jquery-problems/#post-2490582)
 * Marko!
 * In my theme I had a mistake, and you’re right. I just include <?php wp_enqueue_script(“
   jquery”); ?> and delete all my own calls to another jQuery libraries and work
   perfect!
 * Thank you for your kindness and don’t worry for the delay, it is completely understandable.
 *  [Kesava](https://wordpress.org/support/users/kesava/)
 * (@kesava)
 * [14 years, 3 months ago](https://wordpress.org/support/topic/plugin-quick-chat-jquery-problems/#post-2490585)
 * I need some clarification on this. On my site, the username and message box shows,
   but the actual chat history window does not show.
 * If this is a Jquery problem then how can I fix it without breaking my theme?
 * My theme is loading jquery from [http://domain.com/wp-includes/js/jquery/jquery.js?ver=1.7.1](http://domain.com/wp-includes/js/jquery/jquery.js?ver=1.7.1)
 * If this is a Jquery issue then how would I correct it?
 * Thanks
 *  Plugin Author [Marko-M](https://wordpress.org/support/users/marko-m/)
 * (@marko-m)
 * [14 years, 3 months ago](https://wordpress.org/support/topic/plugin-quick-chat-jquery-problems/#post-2490587)
 * Hi,
    I’m publishing Quick Chat 3.20 with some bug fixes today so you should try
   installing it to see are your problems resolved. Anyways if Quick Chat is failing
   it rarely does that silently without error message. It would help to look at 
   your browser Javascript console while your page is loading and what error is 
   displayed there. If you find the error message you can post here, and I’ll see
   what can be done. Quick Chat works fine on clean WP install so disabling other
   plugins and enabling one by one usually gives some info.
 * Regards,
    Marko
 *  [FolioVision](https://wordpress.org/support/users/foliovision/)
 * (@foliovision)
 * [14 years, 3 months ago](https://wordpress.org/support/topic/plugin-quick-chat-jquery-problems/#post-2490589)
 * Hello Marko,
 * I tested version 3.31 and I had to disable your jQuery loading function:
 *     ```
       remove_action('wp_enqueue_scripts', 'quick_chat_jquery');
       remove_action('admin_enqueue_scripts', 'quick_chat_jquery');
       ```
   
 * Otherwise the jQuery library for wp-admin was not loading and post editing had
   several issues (buttons not working etc.). WP was version 3.2.1.
 * Thanks,
    Martin

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

The topic ‘[Plugin: Quick Chat] JQuery problems’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/quick-chat.svg)
 * [Quick Chat](https://wordpress.org/plugins/quick-chat/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/quick-chat/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/quick-chat/)
 * [Active Topics](https://wordpress.org/support/plugin/quick-chat/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/quick-chat/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/quick-chat/reviews/)

 * 5 replies
 * 4 participants
 * Last reply from: [FolioVision](https://wordpress.org/support/users/foliovision/)
 * Last activity: [14 years, 3 months ago](https://wordpress.org/support/topic/plugin-quick-chat-jquery-problems/#post-2490589)
 * Status: resolved