Title: Would Feature Request be available going forward? (Exclude pages, or post types)
Last modified: August 30, 2016

---

# Would Feature Request be available going forward? (Exclude pages, or post types)

 *  [Stephen Katz](https://wordpress.org/support/users/smk224/)
 * (@smk224)
 * [10 years, 8 months ago](https://wordpress.org/support/topic/feature-request-395/)
 * This is great but I’m sure many users would benefit greatly from implementation
   of any of these features.
 * * Ability to exclude certain pages (by pageid, or in a metabox in each post/page
   settings)
 * * Ability to exclude from certain post types. (i believe this alone should be
   good enough for me)
 * Adding the snippet on each page that i want it on is really not ideal because
   then i have to go do it for many pages. I’m sure most people are on the same 
   boat, when they want to only monitor 98% of their webpages, but for the remaining
   2%, would prefer that the chat doesn’t load at all to save script loading time.
 * Could these features be implemented going forward?
 * Thank you very much!
 * [https://wordpress.org/plugins/zopim-live-chat/](https://wordpress.org/plugins/zopim-live-chat/)

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

 *  [Mykill73](https://wordpress.org/support/users/mykill73/)
 * (@mykill73)
 * [10 years, 7 months ago](https://wordpress.org/support/topic/feature-request-395/#post-6748642)
 * This is working for me…at least for one page. Put into the functions file of 
   your theme…?
 *     ```
       add_action( 'wp_print_scripts', 'my_deregister_javascript', 100 );
       		function my_deregister_javascript() {
       		if ( !is_page('manual') ) {
           	remove_action('wp_footer', array( 'Zopim_Widget', 'zopimme' ) );
            	remove_action( 'plugins_loaded', array( &$this, 'load_textdomain' ) );
       		wp_deregister_script( 'zopim' );
       	}
   
       	}
       ```
   
 *  [jasondrhodes](https://wordpress.org/support/users/jrnetwork/)
 * (@jrnetwork)
 * [10 years, 2 months ago](https://wordpress.org/support/topic/feature-request-395/#post-6748683)
 * Hi [@mykill73](https://wordpress.org/support/users/mykill73/), with your code
   above for the functions.php file, how have you specified a particular page there.
 * I have a few pages on a wordpress website where I don’t want the zopim chat to
   appear, such as leadin / landing pages etc.
 * Thanks.

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

The topic ‘Would Feature Request be available going forward? (Exclude pages, or 
post types)’ is closed to new replies.

 * ![](https://ps.w.org/zopim-live-chat/assets/icon.svg?rev=1522846)
 * [Zendesk Chat](https://wordpress.org/plugins/zopim-live-chat/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/zopim-live-chat/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/zopim-live-chat/)
 * [Active Topics](https://wordpress.org/support/plugin/zopim-live-chat/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/zopim-live-chat/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/zopim-live-chat/reviews/)

 * 2 replies
 * 3 participants
 * Last reply from: [jasondrhodes](https://wordpress.org/support/users/jrnetwork/)
 * Last activity: [10 years, 2 months ago](https://wordpress.org/support/topic/feature-request-395/#post-6748683)
 * Status: not resolved