• Hello,

    I have downloaded and activated Plugin Organizer, then I tried to enable/disable the plugins I didn’t want in certain pages, but it doesn’t have any effect.

    I tried to disable all, enable all, but the plugins are always Enable same way. What is causing this conflict? I have last wordpress version, I desativated some plugins by myself (to test if there was any incompatiblity, such as Cache plugins), but there is not effect and Plugin Organizer doesn’t work.

    I can share my website and admin login for you to test it please. It’s very important for me to Plugin Organizer to work.

    Thanks,

Viewing 10 replies - 1 through 10 (of 10 total)
  • Thread Starter djous

    (@djous)

    can i get an update?

    i use wp rocket to optimize cache and code, is this related wirh it?

    Plugin Author Jeff Sterup

    (@foomagoo)

    It is most likely your caching plugin. Disable that plugin and clear all of the cache and see if Plugin Organizer works.

    Thread Starter djous

    (@djous)

    Already did that. Cleared cache, desativated WP Rocket plugin,l and still all plugins are loaded. Of course all is configured in page/post type.

    I can see that plugins are still being loaded using a code in my functions.php that shows which plugins are being loaded.

    Plugin Author Jeff Sterup

    (@foomagoo)

    What does the function in your functions.php file look at to determine which plugins are being loaded?

    Thread Starter djous

    (@djous)

    This is the function code I use in functions.php:

    # Finding handle for your plugins
    function display_script_handles() {
    global $wp_scripts;
    if(current_user_can('manage_options')){ # Only load when user is admin
    foreach( $wp_scripts->queue as $handle ) :
         $obj = $wp_scripts->registered [$handle];
         echo $filename = $obj->src;
         echo ' : <b>Handle for this script is:</b> <span style="color:green"> '.$handle.'</span><br/><br/>';
    endforeach;
    }
    }
    add_action( 'wp_print_scripts', 'display_script_handles' );

    Also, since I plugin organizer doesnt work or doesnt have any effect, im using another plugin called Freesould Desactive Plugin, it works good!

    Plugin Author Jeff Sterup

    (@foomagoo)

    Did you put the MU plugin in place? if you want to send me login credentials so I can trouble shoot it my email is foomagoo at gmail dot com.

    Thread Starter djous

    (@djous)

    Hello @foomagoo

    I have sent you an email. Waiting an answer.

    Thanks,

    Plugin Author Jeff Sterup

    (@foomagoo)

    You needed to turn on the ignore protocol option. Your site is loading over https but the admin is seeing the permalink as http so it was causing a problem. If you enable plugin organizer all of the plugins will be disabled on the page you referenced now.

    Thread Starter djous

    (@djous)

    Hello @foomagoo

    It worked, but in Post Type Plugins, is still loading plugins in Posts that I desativated…

    • This reply was modified 6 years, 7 months ago by djous.
    • This reply was modified 6 years, 7 months ago by djous.
    Thread Starter djous

    (@djous)

    @foomagoo

    I tested the option “Override Post Type settings” in a specific Post (article), and the config is the same as the “Post Type settings”, but now the plugins are desativated.

    Why this is happening? If the Post Type settings already have the plugins desativated for ALL Post type, why I need to click “Override Post Type settings” to take effect?

    • This reply was modified 6 years, 7 months ago by djous.
Viewing 10 replies - 1 through 10 (of 10 total)

The topic ‘Plugin Organizer doesn’t work / doesn’t have any effect’ is closed to new replies.