Title: [Plugin: Quick Chat] Quick-chat breaks Lightbox Plus
Last modified: August 20, 2016

---

# [Plugin: Quick Chat] Quick-chat breaks Lightbox Plus

 *  Resolved [onepack](https://wordpress.org/support/users/onepack/)
 * (@onepack)
 * [13 years, 7 months ago](https://wordpress.org/support/topic/plugin-quick-chat-quick-chat-breaks-lightbox-plus/)
 * I use lightbox Plus for making a modal login and feedback form on the site but
   on the page with the chat this doensn’t work.
 * The rest of the pages is no prob because I use in functions.php:
 *     ```
       wp_deregister_script( 'quick-chat-load' );
       wp_deregister_script( 'quick-chat-c00kie' );
       ```
   
 * If I remove the above lines all jQuery javascripts on the site frontend break.
 * I’m calling the lightbox forms and other custom jquery like this but it doens’t
   help:
 *     ```
       var $jqw = jQuery.noConflict();
       $jqw(document).ready(function(){
       ```
   
 * [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)
 * [13 years, 7 months ago](https://wordpress.org/support/topic/plugin-quick-chat-quick-chat-breaks-lightbox-plus/#post-3080988)
 * Hello,
    does browser console show any error when lightbox plus brakes?
 *  Thread Starter [onepack](https://wordpress.org/support/users/onepack/)
 * (@onepack)
 * [13 years, 7 months ago](https://wordpress.org/support/topic/plugin-quick-chat-quick-chat-breaks-lightbox-plus/#post-3081001)
 * No errors to be seen in Firebug or the developer-toolbar in Firefox.
    Actually
   all the jQuery related javascript that is used on the frondend stops working.
   Not only lightbox but also the font-resizer and toggle functionality. However,
   other small non-jquery scripts work like normal.
 *  Plugin Author [Marko-M](https://wordpress.org/support/users/marko-m/)
 * (@marko-m)
 * [13 years, 7 months ago](https://wordpress.org/support/topic/plugin-quick-chat-quick-chat-breaks-lightbox-plus/#post-3081066)
 * Hi onepack,
    you’ve marked other issue as solved, is this issue still actual?
 *  Thread Starter [onepack](https://wordpress.org/support/users/onepack/)
 * (@onepack)
 * [13 years, 7 months ago](https://wordpress.org/support/topic/plugin-quick-chat-quick-chat-breaks-lightbox-plus/#post-3081068)
 * Hi Marko,
 * No I’m sorry to report that it’s still actual. On the page with the chat all 
   jquery breaks like I described up here. I don’t get any real errors but I’m now
   checking with firebug. Maybe I can find something.
 *  Thread Starter [onepack](https://wordpress.org/support/users/onepack/)
 * (@onepack)
 * [13 years, 7 months ago](https://wordpress.org/support/topic/plugin-quick-chat-quick-chat-breaks-lightbox-plus/#post-3081069)
 * I went to check the firebug console and found out it is because of the custom
   function where jquery 1.4.4 is included in the frontend to make some older scrips
   work.
    I completely forgot about this until I checked the firebug and immediately
   removed this function and it works now. I will update the theme’s outdated scripts
   so they work as well.

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

The topic ‘[Plugin: Quick Chat] Quick-chat breaks Lightbox Plus’ 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/)

## Tags

 * [breaks](https://wordpress.org/support/topic-tag/breaks/)
 * [jquery](https://wordpress.org/support/topic-tag/jquery/)

 * 5 replies
 * 2 participants
 * Last reply from: [onepack](https://wordpress.org/support/users/onepack/)
 * Last activity: [13 years, 7 months ago](https://wordpress.org/support/topic/plugin-quick-chat-quick-chat-breaks-lightbox-plus/#post-3081069)
 * Status: resolved