• Fantastic plugin Darren. It would be great to have this multisite! I would echo the need described in this post. For me the roles issue isn’t as important as being able to turn them off/on to the child themes/sites. That would be killer. Do you have any workarounds that might suffice until this feature would come about?

    Thanks much,

    Mike

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Darren Cooney

    (@dcooney)

    @mchildress
    Only thing I can think of is to use the filter but that only works if you have a parent theme.

    
    add_filter('gbm_disabled_blocks', function(){
        return ['core/buttons', 'core/columns', 'core/freeform', 'core/table'];
    });
    
    Thread Starter mchildress

    (@mchildress)

    Thanks Darren. I have a parent theme but it’s not the same theme as my child theme. Same framework but different theme. I use GeneratePress for our multisite. Would the parent and the child have to be using the same theme? If not, how do I implement the plugin and the filter exactly? Thank you again.

    Thread Starter mchildress

    (@mchildress)

    Hi Darren – Just wanted to check back with you. I added that filter to the child theme functions.php file and activated the plugin on the parent theme. Not sure if I’m using it right or not. Thanks for any light you could shed.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Multisite Network Activated to Child Sites’ is closed to new replies.