Thread Starter
Chuckie
(@ajtruckle)
Thread Starter
Chuckie
(@ajtruckle)
For some reason it seems the plugin uses dash icons. I don’t understand why the plugin area was ok but not my actual toolbar.
I used these:
i.mce-i-ltr::before {
font: normal 20px/1 dashicons !important;
content:"\f10c" !important;
}
i.mce-i-rtl::before {
font: normal 20px/1 dashicons !important;
content:"\f320" !important;
}
Until I have a resolution provided by the author.
Thread Starter
Chuckie
(@ajtruckle)
Update:
On the Plugin settings area the font for the buttons in “tinymce’
But on the actual bbPress toolbar it seems they are dashicons. If i tried a font of ‘tinymce’ it doesn’t work and shows a square.
Not sure why this happens.
But on the actual bbPress toolbar it seems they are dashicons. If i tried a font of ‘tinymce’ it doesn’t work and shows a square.
This has nothing to do with the TinyMCE Advanced plugin. It is handled by WordPress 🙂
If you change the “glyph font” you will also need to change the UTF character the icon corresponds to. The CSS you pasted above seems correct. Are you sure it’s not overridden by another bit of !important CSS?
-
This reply was modified 6 years, 6 months ago by
Andrew Ozz.
Thread Starter
Chuckie
(@ajtruckle)
I managed to get something working for this. But I prefer the v5 icons. In v4 of the toolbar the arrow (whilst pointing the correct way) is in the same place as for LTR.
But in v5 toolbar it goes on the other side of the paragraph symbol on the button which is more logical. Oh well!