Home › Support › eCommerce Gem › Logo
Tagged: English
This topic contains 20 replies, has 13 voices, and was last updated by David986 5 months, 1 week ago.
-
AuthorPosts
-
February 7, 2018 at 11:16 am #8366
Hi! When I add logo (150x150px PNG) trough customize function after clicking publish I get blank site. After reverting to only site title and tagline it gets back to normal. What should I do to display my logo?
February 7, 2018 at 11:55 am #8367Hi @lnowaczyk
This is the strange issue. We will check our theme and get back to you. Can you email us your site URL through https://promenadethemes.com/contact-us/
Thanks.
February 7, 2018 at 6:10 pm #8368I’ve uploaded your logo https://promenadethemes.com/wp-content/themes/promenade-themes/images/logo.png and it causes the same issue (blank site with top header only). Did you manage to reproduce the same bug? Do you have any suggestions?
February 8, 2018 at 5:48 am #8369Hi @lnowaczyk
It is because of the small bug in theme. We have modified the function to display a logo of the site to make it easily override through child themes and missed following code on this theme.
Please add following lines of codes on functions.php to fix the issue you have encountered.
if ( ! function_exists( 'ecommerce_gem_the_custom_logo' ) ) : /** * Displays custom logo. * * @since 1.0.0 */ function ecommerce_gem_the_custom_logo() { if ( function_exists( 'the_custom_logo' ) ) { the_custom_logo(); } } endif;
We are extremely sorry for the trouble. Feel free to contact us if you need further help.
Thank you.
February 8, 2018 at 12:53 pm #8370It worked like a charm. Thank you for solving this.
February 8, 2018 at 3:20 pm #8371Thanks for your kind cooperation and patience.
July 8, 2019 at 9:01 am #12344Excellent one, thanks for this.
July 14, 2021 at 6:33 am #19817The only caption here states Logo and there is nothing much that needs to be got by us at this stage. Here you will also see some stuff about https://www.essaywritingland.com/thesisdissertation-proposal/ so we hope it will be good enough for us as there are many who need it for a good enough reason.
August 4, 2021 at 6:26 am #20106Yes I also faced the similar issue several times last time it happened with my https://spotcanineclub.com/ blog logo and then I fixed it by taking guide of WordPress expert.
August 11, 2021 at 10:17 am #20181This is a very informative blog for me. I am very much benefited after reading this blog. Keep sharing.
August 20, 2021 at 3:43 am #20285Are you facing this issue with every logo image I mean you can try different logo images just to understand the real issue or you can visit https://proremovalsrotherham.co.uk/ to learn about it.
August 23, 2021 at 10:23 am #20339Thanks for sharing such great information https://www.tellthebell.kim/, I highly appreciate your hard-working skills as the post you published have some great information which is quite beneficial for me, I hope you will post more like that in the future.
September 7, 2021 at 4:22 am #20540Did you ever find a solution for this? I’m in the same situation. Still getting same error. https://www.mymilestonecard.biz/
September 10, 2021 at 3:06 pm #20606September 10, 2021 at 3:09 pm #20607 -
AuthorPosts
You must be logged in to reply to this topic.