• Hi,

    I uploaded logo for my website and the site name is not shown now in the header.

    How can I fix this?

    Thanks

Viewing 12 replies - 1 through 12 (of 12 total)
  • This is the default functionality of the theme. I would suggest simply incorporating your site’s title into your logo. That’s how it’s done on the demo site seen here:
    https://themes.kadencethemes.com/pinnacle/

    You may be able to retain the site title with the logo through the use of a child theme, but I think it would be best just to put it into the logo.

    Hopefully that helps!

    Thread Starter sapunce

    (@sapunce)

    Thanks for the idea. I was wondering if this is different in the premium version?

    The same applies to the premium version. The site title is more of a fallback if you haven’t had the chance to create a logo for your site, or if something is to happen to the image you’re using.

    When the theme developer sees this thread, he’ll let us know if you can change this with a Child Theme.

    There is a function where you can filter the site title output and so using a child theme it would be pretty straightforward to have both an image and text. Where it starts to get tricky is if you want to change that image based on the header type (transparent vs non-transparent) which are options already inside the theme if your just using a logo. Same with retina vs non-retina logo version.

    Kadence Themes

    Thread Starter sapunce

    (@sapunce)

    The problem comes because I want to display the site name in different languages (using polylang)

    You can set differnet images per language.

    Kadence Themes

    Thread Starter sapunce

    (@sapunce)

    That’s awesome, but I’m not sure how can I do that?

    This will be accomplished with CSS. If you can post a link to your site, along with links to the image that you want to show up for your second language site, then I will help you with writing it.

    Thread Starter sapunce

    (@sapunce)

    This is my site https://themagicoftraveling.com/en/ and this logo can be used for both languages just for the PoC https://themagicoftraveling.com/wp-content/uploads/2016/06/cropped-5.png and Later I will add the text to the pic.

    Thanks Kevin

    I’m confused. Which image do you want to switch?
    You would want two of the same exact size images with whatever differences you want to make per language then you would upload the defualt one into the theme options and change that for the other laguage with css.

    Kadence Themes

    Thread Starter sapunce

    (@sapunce)

    Yes the images will be one and the same as size. The difference will be in the language of the sitename.

    ok, well i’m confused by your images then but here regardless:

    html[lang="en-US"] #kad-banner #logo .kad-lg {
        background: url('https://themagicoftraveling.com/wp-content/uploads/2016/06/cropped-5.png') !important;
        background-size: contain!important;
        background-position: left center!important;
        background-repeat: no-repeat!important;
    }

    ^ that would change it for EN version.

    Kadence Themes

Viewing 12 replies - 1 through 12 (of 12 total)
  • The topic ‘Site title not shown when my logo is enabled’ is closed to new replies.