Title: Multisite Compatibility
Last modified: August 30, 2016

---

# Multisite Compatibility

 *  Resolved [paulluxford](https://wordpress.org/support/users/paulluxford/)
 * (@paulluxford)
 * [10 years, 7 months ago](https://wordpress.org/support/topic/multisite-compatibility-36/)
 * Hi there,
 * Is this plugin multisite compatible? I am using it on a new multisite install
   and when I click on “network activate” it says that I need Genesis installed,
   which I do.
 * Any help would be greatly appreciated.
 * Thank you
 * Paul
 * [https://wordpress.org/plugins/genesis-dambuster/](https://wordpress.org/plugins/genesis-dambuster/)

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

 *  Plugin Author [Russell Jamieson](https://wordpress.org/support/users/powerblogservice/)
 * (@powerblogservice)
 * [10 years, 7 months ago](https://wordpress.org/support/topic/multisite-compatibility-36/#post-6696484)
 * Hi Paul,
 * Genesis needs not only to be installed; it needs to be active too.
 * I have not checked the plugin out on a multi-site installation.
 * I will set one up, run some tests and get a fix out over the weekend.
 * FYI: The way it detects Genesis on plugin activation is as follows
 *     ```
       public function is_genesis_present() {
       		return substr(basename( TEMPLATEPATH ), 0,7) == 'genesis' ; //is genesis the current parent theme
       }
       ```
   
 *  Plugin Author [Russell Jamieson](https://wordpress.org/support/users/powerblogservice/)
 * (@powerblogservice)
 * [10 years, 7 months ago](https://wordpress.org/support/topic/multisite-compatibility-36/#post-6696485)
 * When I wrote “active” above, I meant that either the Genesis framework or a Genesis
   child theme needs to be current theme.
 *  Thread Starter [paulluxford](https://wordpress.org/support/users/paulluxford/)
 * (@paulluxford)
 * [10 years, 7 months ago](https://wordpress.org/support/topic/multisite-compatibility-36/#post-6696518)
 * Hi Russell,
 * Thank you for your reply. Sorry I forgot to mention that I have Genesis installed
   and I have a child theme active.
 * I look forward to using your plugin on my multisite.
 * Really appreciate your help 🙂
 * Paul
 *  Plugin Author [Russell Jamieson](https://wordpress.org/support/users/powerblogservice/)
 * (@powerblogservice)
 * [10 years, 7 months ago](https://wordpress.org/support/topic/multisite-compatibility-36/#post-6696628)
 * Hi Paul,
 * I ran some tests of Dambuster on a multisite installation.
 * I found that:
 * 1) When the theme on the main site was TwentyFifteen I was able to reproduce 
   the problem as you described it
 * 2) However when I set the current theme on the Network main site to Genesis I
   was able to “Network Activate” Genesis Dambuster successfully
 * My recommendation is that you “Network Enable” the plugin to make it available,
   and then allow each site to choose whether or not to activate the plugin, and
   how to configure it.
 * Does that make sense?
 *  [Dan & Jennifer](https://wordpress.org/support/users/danstuff/)
 * (@danstuff)
 * [10 years, 5 months ago](https://wordpress.org/support/topic/multisite-compatibility-36/#post-6696702)
 * Hey Russel,
 * Just a thought – since the plugin is intended only for Genesis but there could
   be a lot of non-Genesis thems installed in a multisite network (as we have in
   ours), could you surround the plugin with a function check for existence of Genesis?
 * That way the plugin could be network activated and available to all sites on 
   the network, and it would automatically be active ONLY when a genesis theme is
   activated, but without generating errors on non-Genesis themes. Users often change
   themes, i.e. Twenty Fifteen, then back to a Genesis theme, and so on.
 * Thanks!
 *  Plugin Author [Russell Jamieson](https://wordpress.org/support/users/powerblogservice/)
 * (@powerblogservice)
 * [10 years, 5 months ago](https://wordpress.org/support/topic/multisite-compatibility-36/#post-6696703)
 * [@dan](https://wordpress.org/support/users/dan/) & Jennifer
 * No problems. I will add this in the next release which will be in the next week
 *  Plugin Author [Russell Jamieson](https://wordpress.org/support/users/powerblogservice/)
 * (@powerblogservice)
 * [9 years, 12 months ago](https://wordpress.org/support/topic/multisite-compatibility-36/#post-6696747)
 * The plugin runs fine of a WordPress multisite.
 * In fact all testing now takes on a WordPress multsite installation with a separate
   site for each supported Genesis child theme
 *  [winoman](https://wordpress.org/support/users/winoman/)
 * (@winoman)
 * [9 years, 5 months ago](https://wordpress.org/support/topic/multisite-compatibility-36/#post-8540374)
 * Hi, I have a multisite install, and i’ve the beaver theme activated.
    When i 
   try to activate the plugin on site or network-wide basis, i get an ‘acces denied’
   warning.
 * Do i also need to install and activate the genesis framework?
    I assumed this
   was already build in the beaver theme.
    -  This reply was modified 9 years, 5 months ago by [winoman](https://wordpress.org/support/users/winoman/).

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

The topic ‘Multisite Compatibility’ is closed to new replies.

 * ![](https://ps.w.org/genesis-dambuster/assets/icon-256x256.png?rev=1211827)
 * [Genesis Dambuster](https://wordpress.org/plugins/genesis-dambuster/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/genesis-dambuster/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/genesis-dambuster/)
 * [Active Topics](https://wordpress.org/support/plugin/genesis-dambuster/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/genesis-dambuster/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/genesis-dambuster/reviews/)

## Tags

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

 * 8 replies
 * 4 participants
 * Last reply from: [winoman](https://wordpress.org/support/users/winoman/)
 * Last activity: [9 years, 5 months ago](https://wordpress.org/support/topic/multisite-compatibility-36/#post-8540374)
 * Status: resolved