Enable beez3 as your template
login on the front end
click to edit an article
All icons on the editor toolbar to be present
icons for the xtd-editor buttons are missing
joomla 3.6.2
Labels |
Added:
?
|
They must defined in media/editors/tinymce/skins/lightgray/skin.min.css
Protostar imports media/jui/less/icomoon.less which defines the needed classes.
TinyMCE got it's own version of icomoon (named tinymce) https://github.com/joomla/joomla-cms/tree/staging/media/editors/tinymce/skins/lightgray/fonts and the buttons are using that one. The problem that exist is that tinyMCE got two versions of that font with the one having a lot less icons and Joomla is using that as default for the desktop.
To test edit tinymce.php and https://github.com/joomla/joomla-cms/blob/staging/plugins/editors/tinymce/tinymce.php#L798
replace
$smallButtons = 'toolbar_items_size: "small",';
with
$smallButtons = '';
Category | ⇒ | Plugins Templates (site) |
Status | New | ⇒ | Confirmed |
So long and farewell
Status | Confirmed | ⇒ | Closed |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2016-12-09 15:34:47 |
Closed_By | ⇒ | brianteeman |
The classes for the images are not defined.