These weren't issues on these sites with Joomla 4.*. These just happened with the upgrade from 4.4 to 5.
The solution does solve the problem
Go to:
/public_html/plugins/editors/tinymce/src/PluginTraits/PluginTrait.php
On the PluginTrait.php, locate
449 ['title' => 'None', 'value' => 'float-none'],
And, Replace with:
449 ['title' => 'None', 'value' => 'float'],
Hopefully it will be fixed.
The solution does solve the problem
Go to:
/public_html/plugins/editors/tinymce/src/PluginTraits/PluginTrait.php
On the PluginTrait.php, locate
449 ['title' => 'None', 'value' => 'float-none'],
And, Replace with:
449 ['title' => 'None', 'value' => 'float'],
Hopefully it will be fixed.
Statistics: Posted by theartistep — Tue May 28, 2024 8:26 pm