• Hello. I’m using Chocolat on a multisite. I already have my login screen customized so I don’t need MS Custom Login. I am using a child theme for Chocolat. What can I put in the child theme’s functions.php to get rid of the popup that recommends MS Custom Login. Every time a new subsite is created and chocolat chosen as the theme, it pops up.

    Thank You

Viewing 1 replies (of 1 total)
  • Hello. Try commenting out these lines in functions.php.

    // 2.1.0.4 – TGM Plugin Activation
    if ( current_user_can( ‘edit_theme_options’ ) ) {
    require_once( get_template_directory() . ‘/admin/inc/tgm-plugin-installer.php’ );
    }

Viewing 1 replies (of 1 total)
  • The topic ‘MS Custom Login nag’ is closed to new replies.