Skip to content
This repository has been archived by the owner on May 31, 2021. It is now read-only.

How to Deactivate Aqua Page Builder #186

Open
paroney opened this issue Jun 15, 2015 · 2 comments
Open

How to Deactivate Aqua Page Builder #186

paroney opened this issue Jun 15, 2015 · 2 comments

Comments

@paroney
Copy link

paroney commented Jun 15, 2015

I need to deactivate all plugins in WordPress to allow use of "Network Setup", but the "deactivate" option is not working against the Aqua Page Builder plugin (all others deactivated OK).
Any ideas?

@paroney
Copy link
Author

paroney commented Jun 15, 2015

Hi - this issue was theme related. Once I switched to Twenty Eleven them - I was able to deactivate.

@WPsmart
Copy link

WPsmart commented Jun 30, 2015

check your theme have TGM activation plugin.

        array(
            'name'                  => 'Aqua PAge Builder',
            'slug'                  => 'aqua-page-builder',
            'source'                => get_stylesheet_directory() . '/assets/tgm-plugins/plugins/aqua-page-builder.zip',
            'required'              => true,
            'version'               => '',
            'force_activation'      => true,
            'force_deactivation'    => false,
            'external_url'          => ''
        ),

if 'force_activation' => true, you cant deactivate plugin

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants