• Resolved Greg Ross

    (@gregross)


    It looks like my hosting provider is blocking SVG files when referenced from within CSS files (not sure why πŸ™ ).

    I added a fallback to a PNG file by a) creating a PNG version of the svg and b) changing the admin css as follows:

    i.mce-i-wppic-icon {
      background-image: url('../img/wppic.svg');
      background-image: url('../img/wppic.png');
    }

    https://ww.wp.xz.cn/plugins/wp-plugin-info-card/

Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)

The topic ‘Button image in TinyMCE not showing up’ is closed to new replies.