Title: Responsivize just one section?
Last modified: August 21, 2016

---

# Responsivize just one section?

 *  Resolved [rickaltman](https://wordpress.org/support/users/rickaltman/)
 * (@rickaltman)
 * [11 years, 10 months ago](https://wordpress.org/support/topic/responsivize-just-one-section/)
 * I would like to know if it is possible to apply this great plug-in to just one
   section of a website, instead of all of it. Thanks…
 * [https://wordpress.org/plugins/responsive-menu/](https://wordpress.org/plugins/responsive-menu/)

Viewing 1 replies (of 1 total)

 *  [peterfeatherstone](https://wordpress.org/support/users/peterfeatherstone/)
 * (@peterfeatherstone)
 * [11 years, 10 months ago](https://wordpress.org/support/topic/responsivize-just-one-section/#post-5101619)
 * Hi rickaltman,
 * You could filter it out by the particular page you want, using something like
   this:
 *     ```
       if( !is_home() ) {
           remove_action( 'wp_footer', array( 'ResponsiveMenu', 'displayMenuHtml' ) );
       }
       ```
   
 * Of course you will have to create your own filters in the if clause to specify
   exactly how you want this.
 * A shortcode is being developed but I can’t give an estimation on when this will
   be ready as I am currently very busy.
 * Many thanks
 * Peter

Viewing 1 replies (of 1 total)

The topic ‘Responsivize just one section?’ is closed to new replies.

 * ![](https://ps.w.org/responsive-menu/assets/icon-256x256.png?rev=1782326)
 * [Responsive Menu - Create Mobile-Friendly Menu](https://wordpress.org/plugins/responsive-menu/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/responsive-menu/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/responsive-menu/)
 * [Active Topics](https://wordpress.org/support/plugin/responsive-menu/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/responsive-menu/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/responsive-menu/reviews/)

 * 1 reply
 * 2 participants
 * Last reply from: [peterfeatherstone](https://wordpress.org/support/users/peterfeatherstone/)
 * Last activity: [11 years, 10 months ago](https://wordpress.org/support/topic/responsivize-just-one-section/#post-5101619)
 * Status: resolved