Button image in TinyMCE not showing up
-
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'); }
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.