Title: Does not work with GenerateBlocks Plugin
Last modified: February 5, 2021

---

# Does not work with GenerateBlocks Plugin

 *  Resolved [dave57](https://wordpress.org/support/users/dave57/)
 * (@dave57)
 * [5 years, 4 months ago](https://wordpress.org/support/topic/does-not-work-with-generateblocks-plugin/)
 * When I use a container from GenerateBlocks Plugin, Responsive Block Control does
   not work to hide it on any of the settings. Block inside of the container work
   fine.
 * Thanks
 * Dave
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fdoes-not-work-with-generateblocks-plugin%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

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

 *  Plugin Author [landwire](https://wordpress.org/support/users/landwire/)
 * (@landwire)
 * [5 years, 4 months ago](https://wordpress.org/support/topic/does-not-work-with-generateblocks-plugin/#post-14012920)
 * Hi Dave,
    unfortunately I do not know the GenerateBlocks plugin at all. But as
   far as I could read on their plugin description they do bring their own logic
   to hide blocks. Maybe this is colliding with the code of my plugin?
 * Unfortunately I cannot guarantee that my plugin works with all other plugins 
   out there.
 * If it helps you can use the filter to switch off CSS logic and write your own
   CSS to override any conflict that the GenerateBlocks plugin might create. My 
   plugin will then just output its classes.
 *     ```
       function override_responsive_block_control_add_css() {
             return false;
         }
         add_filter('responsive_block_control_breakpoints', 'override_responsive_block_control_add_css');
       ```
   
 * I hope this helps.
    Best, Sascha
 *  Plugin Author [landwire](https://wordpress.org/support/users/landwire/)
 * (@landwire)
 * [5 years, 4 months ago](https://wordpress.org/support/topic/does-not-work-with-generateblocks-plugin/#post-14012949)
 * Look out for the following style of classes in the markup: rbc-is-hidden-on-mobile,
   rbc-is-hidden-on-tablet, rbc-is-hidden-on-desktop, rbc-is-hidden-on-wide. They
   should be set by my plugin. If they are not maybe ask GenerateBlocks how they
   are dealing with classes/props on their blocks.
 *  Plugin Author [landwire](https://wordpress.org/support/users/landwire/)
 * (@landwire)
 * [5 years, 2 months ago](https://wordpress.org/support/topic/does-not-work-with-generateblocks-plugin/#post-14300535)
 * Closing this as there was no reply in 2 months.

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

The topic ‘Does not work with GenerateBlocks Plugin’ is closed to new replies.

 * ![](https://ps.w.org/responsive-block-control/assets/icon.svg?rev=2236128)
 * [Responsive Block Control - Hide blocks based on display width](https://wordpress.org/plugins/responsive-block-control/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/responsive-block-control/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/responsive-block-control/)
 * [Active Topics](https://wordpress.org/support/plugin/responsive-block-control/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/responsive-block-control/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/responsive-block-control/reviews/)

 * 3 replies
 * 2 participants
 * Last reply from: [landwire](https://wordpress.org/support/users/landwire/)
 * Last activity: [5 years, 2 months ago](https://wordpress.org/support/topic/does-not-work-with-generateblocks-plugin/#post-14300535)
 * Status: resolved