• Resolved sclosson

    (@sclosson)


    After installing this plugin, I notice inside the folder structure there is a missing svg that is being called in a filter, the SVG is called desaturate.svg and is expected to be in this folder:

    /wp-content/plugins/wp-accessibility-helper/assets/css/

    It is being called within this file in the same folder:

    /wp-content/plugins/wp-accessibility-helper/assets/css/wp-accessibility-helper.min.css

    with this bit of code here: filter:url(desaturate.svg#greyscale);

    Though the desaturate.svg file does not exist in that folder, so I thought maybe something happened to it, but after downloading this plugins zip file and looking for it in there, it does not exist there either. Can I get this svg please? Or maybe the code for calling it should be removed inside the minified css file?

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter sclosson

    (@sclosson)

    Hello, just following up on this plugin support question. Can we get the desaturate.svg file that is being referenced here?

    Plugin Author Alex Volkov

    (@vol4ikman)

    Hello,

    sorry for delay =)

    I pushed the new plugin version with svg fix.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Missing desaturate.svg file within css folder’ is closed to new replies.