-
AuthorPosts
-
July 17, 2014 at 4:23 am #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.
July 17, 2014 at 2:40 pm #292488Hey 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!
YigitJuly 17, 2014 at 10:27 pm #292667Hey 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
ArranJuly 18, 2014 at 3:41 am #292787Hey!
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!
DevinJuly 18, 2014 at 3:52 am #292794Hi 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
July 18, 2014 at 3:54 am #292799What 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/
July 18, 2014 at 4:10 am #292802Ahh sorry, I meant using that guide I took away the default logo and replaced with my own. Sorry.
July 18, 2014 at 2:32 pm #292970Hi!
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,
YigitJuly 18, 2014 at 10:43 pm #293167How can that code be there? I am not advanced enough to write something like that.
Thank you for the fix.
July 19, 2014 at 4:51 am #293235 -
AuthorPosts
- The topic ‘Logo not showing’ is closed to new replies.