• Hi Ben,
    Thank you very much for having shared a so amazing theme!
    I don’t understand why, sometimes, the header logo is not shown (sometimes, at different moments, also the footer logo is not shown).
    I’ve tried several times to delete and change it, without a good result.
    Please, could you help me?
    Thank you
    Ines

Viewing 3 replies - 1 through 3 (of 3 total)
  • Theme Author Ben Sibley

    (@bensibley)

    Hi Ines,

    Thanks for the kind words!

    Could you share a link to your site? I haven’t seen this issue before, so I’d like to check it out and see what’s happening.

    Thread Starter inesm

    (@inesm)

    Hi Ben,
    I set your theme Mission News in more than one site.

    The issue appears “random”, sometimes the logo in the header disappeared while you can see it in the bottom. For example, see https://torino.pictures (it has been missing for the last 10 days only in the header).

    Quite the opposite, in the site https://sportjournal.pictures the logo is missing since yesterday, top and bottom.
    Please see the screenshots below:
    – cache copy on may 16
    https://pirunel.net/SJP_with-logo_may16.jpg
    – site home page as you can see it today (and the panel)
    https://pirunel.net/SJP_without-logo_and-panel_may22.jpg

    I hope this can help and look forward to hearing from you ??
    Ines

    Theme Author Ben Sibley

    (@bensibley)

    Thank you! I see what’s happening now.

    I made a change to the header.php file a few months ago that has unfortunately affected site’s that are using a child theme with a modified header.php file. I should have done that more carefully, so my apologies for creating this error.

    To fix it, locate the following code in your child theme’s header.php file:

    get_template_part( 'logo' );

    And change it to this:

    get_template_part( 'logo', '', array('source' => 'header') );

    For your site that has an issue with the footer logo, you can repeat the same steps, but replacing the code with this:

    get_template_part( 'logo', '', array('source' => 'footer') );

    I hope that makes sense. Please let me know how these edits work for you.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Logo non showing (sometimes)’ is closed to new replies.