• Resolved dweeb

    (@dweeb)


    I tried to insert a logo and the name of the site according to the instructions given in a resolved thread.
    In my case when I replaced the code with the new code (as given) the result is a blank page – nothing visible.
    I can get the logo to show okay, or the site title, but not the both.
    So what did I do wrong?

    And, if I can get both the logo as well as the title on the page, how could I get the logo on the left and the title on the middle of the page?

Viewing 2 replies - 1 through 2 (of 2 total)
  • Theme Author TT Themes

    (@tomastoman)

    Hi,

    please verify that your modified “header.php” code looks exactly like this:

    <div class="title-box">
            <p class="site-title"><a href="<?php echo esc_url( home_url( '/' ) ); ?>"><?php bloginfo( 'name' ); ?></a></p>
            <a href="<?php echo esc_url( home_url( '/' ) ); ?>"><img class="header-logo" src="<?php echo esc_url($seasun_options_db['seasun_logo_url']); ?>" alt="<?php bloginfo( 'name' ); ?>" /></a>
          </div>

    If possible, please post here a link to your website so I could provide you the appropriate custom CSS for centering your site title – it depends on chosen Header Layout in Theme Options, etc.

    Best regards,
    Tomas Toman

    Thread Starter dweeb

    (@dweeb)

    Thanks, I resolved it actually by making my own header (which includes the logo as well as the text) and put it in there – looks and works fine on desktop as well as mobile.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Logo in header area not working’ is closed to new replies.