Child theme doesnt work as expected
-
Hi!
Im using the free Astra theme.
I experiencing some issues with the Child theme that I generated from your site.
Somehow things in header does not turn out that well using the child theme when using the following scripts in astra-child/functions.php (I want to run tablet breakpoints for desktop):
add_filter( ‘astra_tablet_breakpoint’, function() {
return 10077;
});add_filter(‘astra_is_header_footer_builder_active’, ‘is_header_footer_builder_active_callback’);
function is_header_footer_builder_active_callback() {
return false;
}Please, what can I do wrong?
Thank you. Great theme!
Viewing 9 replies - 1 through 9 (of 9 total)
Viewing 9 replies - 1 through 9 (of 9 total)
- The topic ‘Child theme doesnt work as expected’ is closed to new replies.