Caută ajutor

Avoid support scams. We will never ask you to call or text a phone number or share personal information. Please report suspicious activity using the “Report Abuse” option.

Learn More

Acest fir de discuție a fost arhivat. Adresează o întrebare nouă dacă ai nevoie de ajutor.

Sticky logo doesn't show

  • 5 răspunsuri
  • 1 are această problemă
  • 22 de vizualizări
  • Ultimul răspuns de cor-el

more options

I've recently built my wordpress site and for some reason firefox is not reading my sticky logo. The website in question is rentfluff.com and I'm attaching a screenshot of how the sticky logo displays in chrome and safari for your reference. I appreciate your help. Thanks in advance.

I've recently built my wordpress site and for some reason firefox is not reading my sticky logo. The website in question is rentfluff.com and I'm attaching a screenshot of how the sticky logo displays in chrome and safari for your reference. I appreciate your help. Thanks in advance.

Toate răspunsurile (5)

more options

Can you attach a screenshot?

  • Use a compressed image type like PNG or JPG to save the screenshot
  • Make sure that you do not exceed the maximum size of 1 MB

You can reload web page(s) and bypass the cache to refresh possibly outdated or corrupted files.

  • Hold down the Shift key and left-click the Reload button
  • Press "Ctrl + F5" or press "Ctrl + Shift + R" (Windows,Linux)
  • Press "Command + Shift + R" (Mac)

Start Firefox in Safe Mode to check if one of the extensions (Firefox/Tools > Add-ons > Extensions) or if hardware acceleration is causing the problem.

  • Switch to the DEFAULT theme: Firefox/Tools > Add-ons > Appearance
  • Do NOT click the Reset button on the Safe Mode start window
more options

Please find screenshot attached. Thank you.

more options

I'm seeing this logo in Firefox and in Google Chrome:

  • http://rentfluff.com/wp-content/uploads/2015/07/fluff_logo_homepage_2015.svg

That is a different logo that what your screenshot shows, so I'm not sure about the difference in your case.

What code do you get when you check the logo in the Inspector (right-click: Inspect Element)?


<img src="http://rentfluff.com/wp-content/uploads/2015/07/fluff_logo_homepage_2015.svg" alt="">
more options

Thank you for your reply. Once you scroll down the page the menu bar should change and the logo should change to this one http://rentfluff.com/wp-content/uploads/2015/07/fluff_tilted_logo.svg (screenshot attached) Please have a look in chrome or safari and you'll see what I mean. Thanks again, Isabel.

more options

I'm not sure if Firefox supports content for images.

You can try to ask advice at the Stack Overflow forum site.


.site-header-sticky .gbtr_logo img{content: url('http://rentfluff.com/wp-content/uploads/2015/07/fluff_tilted_logo.svg');}
.site-header-sticky .gbtr_first_menu_inside{margin-right: 0px !important;}

@-moz-document url-prefix() { 
.site-header-sticky .gbtr_logo img::after{
content: url('http://rentfluff.com/wp-content/uploads/2015/07/fluff_tilted_logo.svg');
}
}