Add this code to your functions.php file..
function childtheme_disable_themed_login() {
remove_theme_support( 'app-login' );
}
add_action( 'appthemes_init',...
Add this code to your functions.php file..
function childtheme_disable_themed_login() {
remove_theme_support( 'app-login' );
}
add_action( 'appthemes_init',...
For those of you that are following this thread (and need a solution), here is what I had to do, in oder to get the notification working: unfortunately it's yet another plug-in to install
Download...
Hello Support,
What are the steps to create a Child theme for Quality Control?
Thank you.
Bernhard