Join the AMA (Ask Me Anything) with the Firefox leadership team to celebrate Firefox 20th anniversary and discuss Firefox’s future on Mozilla Connect. Mark your calendar on Thursday, November 14, 18:00 - 20:00 UTC!

Este site está com funcionalidades limitadas enquanto realizamos manutenção para melhorar sua experiência de uso. Se nenhum artigo resolver seu problema e você quiser fazer uma pergunta, nossa comunidade de suporte pode te ajudar em @FirefoxSupport no Twitter e /r/firefox no Reddit.

Pesquisar no site de suporte

Evite golpes de suporte. Nunca pedimos que você ligue ou envie uma mensagem de texto para um número de telefone, ou compartilhe informações pessoais. Denuncie atividades suspeitas usando a opção “Denunciar abuso”.

Saiba mais

Esta discussão foi arquivada. Faça uma nova pergunta se precisa de ajuda.

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

  • 8 respostas
  • 3 têm este problema
  • 10 visualizações
  • Última resposta de 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

Todas as respostas (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!