搜尋 Mozilla 技術支援網站

防止技術支援詐騙。我們絕對不會要求您撥打電話或發送簡訊,或是提供個人資訊。請用「回報濫用」功能回報可疑的行為。

了解更多

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

  • 8 回覆
  • 3 有這個問題
  • 10 次檢視
  • 最近回覆由 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

所有回覆 (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!