Title: Small problem in Genesis Framework
Last modified: April 18, 2020

---

# Small problem in Genesis Framework

 *  [siamnaulak](https://wordpress.org/support/users/siamnaulak/)
 * (@siamnaulak)
 * [6 years, 1 month ago](https://wordpress.org/support/topic/small-problem-in-genesis-framework/)
 * Hi,
 * I really like Sermon Manager, but I have one issue with Genesis Framework ([https://www.studiopress.com/features/](https://www.studiopress.com/features/)).
 * When I enabled “Full Width Content” in my theme customizer ([https://imgur.com/ZaitiH7](https://imgur.com/ZaitiH7)),
   the Sermon Manager displayed full width, that’s what I want.
 * BUT, the Primary Sidebar doesn’t hide and it moves down below the Sermon Manager,
   both on archive page and single page. I will be really happy if someone can help
   me.
 * Archive page – [https://imgur.com/9N6BFJD](https://imgur.com/9N6BFJD)
    Single
   page – [https://imgur.com/wyAwOwB](https://imgur.com/wyAwOwB)
 * PS: I am working in my localhost, so I cannot provide the link

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

 *  [Mike Matenkosky](https://wordpress.org/support/users/hikinmike/)
 * (@hikinmike)
 * [6 years, 1 month ago](https://wordpress.org/support/topic/small-problem-in-genesis-framework/#post-12694821)
 * Sounds like you need to enable “Theme Compatibility” in the Sermon Manager Settings
   > Advanced.
 *  Thread Starter [siamnaulak](https://wordpress.org/support/users/siamnaulak/)
 * (@siamnaulak)
 * [6 years, 1 month ago](https://wordpress.org/support/topic/small-problem-in-genesis-framework/#post-12696105)
 * Thank you [@hikinmike](https://wordpress.org/support/users/hikinmike/) for the
   tips.
 * But, when I enabled “Theme Compatibility”, Archive layout broke, whereas the 
   Single page is ok…
 * Archive layout with Theme Compatibility disabled – [https://imgur.com/5MdCHaE](https://imgur.com/5MdCHaE)
   
   Archive layout with Theme Compatibility enabled – [https://imgur.com/mrYwGFV](https://imgur.com/mrYwGFV)
 * Single page with Theme Compatibility enabled – [https://imgur.com/o4tazCJ](https://imgur.com/o4tazCJ)
 *  [Mike Matenkosky](https://wordpress.org/support/users/hikinmike/)
 * (@hikinmike)
 * [6 years, 1 month ago](https://wordpress.org/support/topic/small-problem-in-genesis-framework/#post-12698081)
 * You can hide the sidebar using CSS, but I can’t see your site live so I can’t
   help and the developers are NOT monitoring this forum.
 *  Thread Starter [siamnaulak](https://wordpress.org/support/users/siamnaulak/)
 * (@siamnaulak)
 * [6 years, 1 month ago](https://wordpress.org/support/topic/small-problem-in-genesis-framework/#post-12698229)
 * [@hikinmike](https://wordpress.org/support/users/hikinmike/) I tried to hide 
   using css, but no luck.
 * Wait, I will upload online so that you can check the site.
    -  This reply was modified 6 years, 1 month ago by [siamnaulak](https://wordpress.org/support/users/siamnaulak/).
 *  Thread Starter [siamnaulak](https://wordpress.org/support/users/siamnaulak/)
 * (@siamnaulak)
 * [6 years, 1 month ago](https://wordpress.org/support/topic/small-problem-in-genesis-framework/#post-12698278)
 * Hi Mike [@hikinmike](https://wordpress.org/support/users/hikinmike/)
 * I had uploaded in my demo server. Please check here [http://173.237.190.2/~siamnaulak/ebcchurch/sermons/](http://173.237.190.2/~siamnaulak/ebcchurch/sermons/)
 *  [Mike Matenkosky](https://wordpress.org/support/users/hikinmike/)
 * (@hikinmike)
 * [6 years, 1 month ago](https://wordpress.org/support/topic/small-problem-in-genesis-framework/#post-12698308)
 * Thanks for posting it live, it helps!
 * Loos like you are trying to hide it by using this:
 *     ```
       .wpfc-genesis .sidebar {
       	display: none;
       }
       ```
   
 * The `.wpfc-genesis` is not part of the `.sidebar`. If you are not using the sidebar
   at all, you can simply use `.sidebar {display: none;}`. If you using the sidebar
   on other parts of your site, you can use this. That will hide just the sermon
   stuff:
 *     ```
       .tax-wpfc_preacher .sidebar,
       .tax-wpfc_bible_book .sidebar,
       .tax-wpfc_service_type .sidebar,
       .single-wpfc_sermon .sidebar,
       .post-type-archive-wpfc_sermon .sidebar {display: none;}
       ```
   
 *  Thread Starter [siamnaulak](https://wordpress.org/support/users/siamnaulak/)
 * (@siamnaulak)
 * [6 years, 1 month ago](https://wordpress.org/support/topic/small-problem-in-genesis-framework/#post-12699400)
 * Dear Mike,
 * It works… You are a genius!! I really appreciate your help. I’ve spent lots and
   lots of my time trying to find out this but failed.
 * [http://173.237.190.2/~siamnaulak/ebcchurch/sermons/](http://173.237.190.2/~siamnaulak/ebcchurch/sermons/)
 * The amazing thing is that it hides any plugin, not just the Sermon Manager plugin.
 * Thank you once again…
 *  [Mike Matenkosky](https://wordpress.org/support/users/hikinmike/)
 * (@hikinmike)
 * [6 years, 1 month ago](https://wordpress.org/support/topic/small-problem-in-genesis-framework/#post-12702292)
 * Glad it worked out!

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

The topic ‘Small problem in Genesis Framework’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/sermon-manager-for-wordpress_688896.
   svg)
 * [Sermon Manager](https://wordpress.org/plugins/sermon-manager-for-wordpress/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/sermon-manager-for-wordpress/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/sermon-manager-for-wordpress/)
 * [Active Topics](https://wordpress.org/support/plugin/sermon-manager-for-wordpress/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/sermon-manager-for-wordpress/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/sermon-manager-for-wordpress/reviews/)

## Tags

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

 * 8 replies
 * 2 participants
 * Last reply from: [Mike Matenkosky](https://wordpress.org/support/users/hikinmike/)
 * Last activity: [6 years, 1 month ago](https://wordpress.org/support/topic/small-problem-in-genesis-framework/#post-12702292)
 * Status: not resolved