Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #292354

    Hello

    Sorry for not being able to work this one out but I have tried-

    I have uploaded a logo but it is not showing.

    Please help.

    Regards
    Arran

    • This topic was modified 10 years, 4 months ago by arrantawhara.
    #292488

    Hey arrantawhara!

    Please add following code to Quick CSS in Enfold theme options under General Styling tab

    @media only screen and (max-width: 989px) and (min-width: 768px) {
    .responsive .av_mobile_menu_tablet .main_menu {
    display: block;
    }}

    and please re-update the theme via FTP – http://vimeo.com/67209750

    Cheers!
    Yigit

    #292667

    Hey Yigit

    Thank you for the media query fix!

    I have updated the theme via ftp, the problem with the logo not showing is still there though.

    Thank you
    Arran

    #292787

    Hey!

    Have you modified the header.php file at all? The logo container isn’t getting rendered at all which is a bit strange.

    Just to rule it out, try deactivating all active plugins in case there is a plugin conflict with the theme options and front end generation.

    Cheers!
    Devin

    #292794

    Hi Devin

    Deactivated all plugins, no change.

    I am certain I have done no changes in the header.php file- other than take away the enfold logo.

    Thank you for your reply.

    Arran

    #292799

    What do you mean by taking away the enfold logo? Did you add your own logo following this guide: http://kriesi.at/documentation/enfold/add-your-own-logo/

    #292802

    Ahh sorry, I meant using that guide I took away the default logo and replaced with my own. Sorry.

    #292970

    Hi!

    There was following code in Functions.php file of your child theme, which removes the logo

    add_filter('avf_logo_final_output', 'avia_remove_default_logo', 10, 6);
    function avia_remove_default_logo($logo, $use_image, $headline_type, $sub, $alt, $link){
    return '';
    }

    I removed it and it shows up fine now. Please review your website

    Regards,
    Yigit

    #293167

    How can that code be there? I am not advanced enough to write something like that.

    Thank you for the fix.

    #293235

    Hi!

    Maybe you got the code by searching through the forum in an attempt to fix the logo issue and forgot about it. Anyway, glad it is fixed. :)

    Regards,
    Ismael

Viewing 10 posts - 1 through 10 (of 10 total)
  • The topic ‘Logo not showing’ is closed to new replies.