This topic has 6 replies, 3 voices, and was last updated 9 years, 11 months ago ago by Robert Hall
Hey, Just adding a child theme, disables the mobile nav.
Hello,
Please provide us with FTP and wp-admin panel credentials in Private Content.
Regards,
Eva Kemp.
Can’t really provide you ftp details for security concerns.
But it seems like its putting styles.css over responsive css
using this to enable child theme
add_action( ‘wp_enqueue_scripts’, ‘enqueue_child_theme_styles’, PHP_INT_MAX);
function enqueue_child_theme_styles() {
wp_enqueue_style( ‘parent-style’, get_template_directory_uri().’/style.css’ );
wp_enqueue_style( ‘child-style’, get_stylesheet_uri(), array(‘parent-style’) );
}
oh here’s the Admin details
Anything happening here?
Hello,
I’ve made some changes in your Child Theme. Check it.
Regards,
Robert Hall.
Tagged: break, child theme, mobile navigation, persuasive, themes, woocommerce, wordpress
The issue related to '‘Adding a child theme breaks mobile navigation.’' has been successfully resolved, and the topic is now closed for further responses