Viewing 4 replies - 1 through 4 (of 4 total)
  • Thread Starter furzmaus

    (@furzmaus)

    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.

    Thread Starter furzmaus

    (@furzmaus)

    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 4 years, 6 months ago by furzmaus.
    Thread Starter furzmaus

    (@furzmaus)

    Changed the Theme, problem solved. ??

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Content overlapping with Header’ is closed to new replies.