Viewing 8 replies - 1 through 8 (of 8 total)
  • Hi @seekfind2,

    Thank you for contacting us! Can you please try to follow this doc https://docs.themeisle.com/article/572-how-to-fix-the-logo-issue-in-responsiveboat-when-using-zerif-pro and let me know if it helps you?
    If no, please let me know what is your site URL so I can see the issue?

    Thank you,
    Rodica

    Thread Starter seekfind2

    (@seekfind2)

    Hi and thanks for the response! The domain is: https://www.ionizationlabs.com

    As per the logo, it would be useful to know exactly what lines on which the instances mentioned below are found.


    How to fix the logo issue in ResponsiveBoat when using Zerif Pro

    If you are using ResponsiveBoat, one of our child themes for Zerif Lite, but you upgraded to Zerif Pro you may experience some issues with the logo. We had some changes done in Zerif Pro, to use the core WordPress logo option, and unfortunately, that is interfering with ResponsiveBoat.

    As many of our users have changed the files of the child theme, updating it, without any backup means losing the changes. This is why we can’t update the child theme with this fix.

    To have the logo back on your site, you can do this small change in the ResponsiveBoat theme files:

    From the main folder of the child theme, open the header.php file, look for this line:

    $zerif_logo = get_theme_mod(‘zerif_logo’);
    and replace them with this lines:

    $logo = get_theme_mod ( ‘custom_logo’ );
    if ( ! empty( $logo ) ) {
    $zerif_logo = wp_get_attachment_image_url( $logo, ‘full’ );
    }
    Make sure you replace all the occurrences of the first line as it appears more than once in the header.php file. Then save the file.”

    Swapped at home, but it did not help … ??

    (sorry for my English) ??

    Regards
    wotik

    Ok, Let’s try this… Using Responsive Boat theme, Logo appears as in customization panel. Big title goes to default and red button display “features”
    But…if I substitute “bib title” file with original from zerif lite, then title and button works BUT LOGO DISAPPEARS!

    ANY IDEAS????
    thanks for any help in advance

    (please excuse my english)

    I’ve tried the same thing, but my logo no longer appears on some of my pages. It does appear on my blog page. Also, I uploaded a new favicon and that seems to be different on different pages as well (the old one still shows up)??

    Can someone please help?

    https://www.constructionoptimize.com

    Ahh, that’s getting confused. Can one person tell me the results of what happens after using the doc we suggested? Is it working or not? If it’s not working than did it fix anything or it’s same as before? Let us know. ??

    I’ve tried that code. I’m still having logo and favicon issues with this new update.

    Hello,

    ResponsiveBoat is a child theme of zerif so would you please try to replace header.php file of this theme with the header.php of parent theme(i.e. Zerif)

    Let me know if it works.

Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘Logo Doesn’t Show’ is closed to new replies.