I think I found the problem… looks like a bug.
Just wondering cause the theme (v1.61) works just fine on another website of mine.
function sydney_header_clone() {
$front_header_type = get_theme_mod(‘front_header_type’,’nothing’);
$site_header_type = get_theme_mod(‘site_header_type’);
if ( ( $front_header_type == ‘nothing’ && is_front_page() ) || ( $site_header_type == ‘nothing’ && !is_front_page() ) ) { ?>
<div class=”header-clone”></div>
<?php }
The class header-clone is missing on all the other sites.
Just need to find out now how I can fix this… any ideas appreciated. Thank you!
Hello,
Did you try to activate the parent theme?
Kind Regards, Roman.
Hi @romanbon
Yes, I tried the parent theme.
I am wondering what’s wrong because it perfectly works on my other website.
-
This reply was modified 6 years, 1 month ago by
furzmaus.
Changed the Theme, problem solved. 🙁