 
	
		
		
		
		
			
- 
		AuthorPosts
- 
		
			
				
July 11, 2019 at 8:46 pm #1117877Hi, the logo in the header/nav is not showing up in Chrome, but appears on Firefox and Safari. Any idea as to why? July 11, 2019 at 10:59 pm #1117891i do not see your private content – but i suppose it is a svg file – which needs a width setting on chrome. July 12, 2019 at 8:09 am #1117960Hi, Please try the following in Quick CSS under Enfold->General Styling: div .logo { z-index: 2 !important; }Make sure that you clear the cache from your plugin and reload the site. Best regards, 
 RikardJuly 12, 2019 at 4:24 pm #1118118Nope it didn’t work. I went through the plugins and it looks like WP Rocket is the culprit. Have you seen this issue before? July 12, 2019 at 9:05 pm #1118192Hi Snerp, Best regards, 
 VictoriaJuly 12, 2019 at 9:07 pm #1118196Ya, I finally figured it out and you’re correct it was the lazyload feature. Here is the fix: Place the code in your child themes functions.php 
 function rocket_lazyload_exclude_src( $src ) {
 $src[] = ‘Logo_4.png’;
 return $src;
 }
 add_filter( ‘rocket_lazyload_excluded_src’, ‘rocket_lazyload_exclude_src’ );July 12, 2019 at 9:29 pm #1118207Hi Snerp, Glad you got it working! And thank you for sharing! Best regards, 
 VictoriaJune 23, 2020 at 2:10 pm #1224874Hello I have an issue with the logo acting strange in Chrome. It appears how I want in Firefox and Edge but the black version of the logo gets stretched in Chrome. Any idea how to get it looking the same as it does in the other browsers after you scroll? June 24, 2020 at 6:08 am #1225021Hi sensiblekaren, I can’t see any difference when comparing your site in Chrome and Firefox, could you try loading it in an incognito window to see if that helps? If not then please post a screenshot or screencast highlighting the problem you are seeing. Best regards, 
 RikardNovember 5, 2021 at 11:25 pm #1327980Hi 
 I have the same issue, logo is not loading on Chrome and Explorer, but loads on Firefox. Is there a fix? No new plugins were added in.November 6, 2021 at 4:13 pm #1328028
- 
		AuthorPosts
- You must be logged in to reply to this topic.
