Ovo će web mjesto raditi na ograničen način, dok obavljamo održavanje stranice. Ako neki članak ne riješi tvoj problem i ako želiš postaviti pitanje, naša zajednica za podršku spremna je pomoći na Twitteru @FirefoxSupport i na Redditu /r/firefox.

Pretraži podršku

Izbjegni prevare podrške. Nikad te nećemo tražiti da nas nazoveš, da nam pošalješ telefonski broj ili da podijeliš osobne podatke. Prijavi sumnjive radnje pomoću opcije „Prijavi zlouporabu”.

Saznaj više

the black & white of wp accessibility plugin doesn't work on firefox

  • 8 odgovora
  • 3 imaju ovaj problem
  • 10 prikaza
  • Posljednji odgovor od nancygraph

more options

i ve installed the wp accessibility plugin on my site and when i try to turn on the black and white function, my screen turns white and nothing works. I have to close the browser and open it again. This happens only on mozilla

i ve installed the wp accessibility plugin on my site and when i try to turn on the black and white function, my screen turns white and nothing works. I have to close the browser and open it again. This happens only on mozilla

Svi odgovori (8)

more options

i've already tried this css code! it didn't work! thank you anyway!

more options

Do you want to give a link to a page demonstrating this problem? I installed the plugin, enabled the toolbar, and experimented with the button (see attached) and didn't notice a problem, but I suspect you have a very different theme than I do.

more options

the contrast works, the black and white doesn't. http://www.sofostech.gr blade theme by greatives. :)

more options

ps sorry the theme is betheme by muffin group

more options

.real-accessability-grayscale { filter: grayscale(100%); /* Firefox 35+ */ }

this is the solution!

more options

Okay, this actually is a different plugin from the one I tested:

https://wordpress.org/support/plugin/real-accessability

It uses SVG to construct the filter and my Firefox is not loading it, saying the image is not found. But it seems to work on their site:

https://realmedia.co.il/

I don't understand SVG well enough to fix that problem. Instead, I recommend the workaround from the following forum post about Real Accessibility:

https://wordpress.org/support/topic/black-white-on-firefox-4301-doesnt-work

You can add that at the end of the CSS file http://sofostech.gr/wp-content/plugins/real-accessability/real-accessability.css

I'm not sure of the easiest way to edit that; if all else fails, I would use FTP to download the file, edit, and upload again.

Actually, when I reloaded, I see you found that same solution.

more options

unfortunately it was a false post request at the very beggining. i've installed the wp accassibility and since i had problems i tried the real accessability. sorry and thank you very much for your help!