Rich Text Box not showing
PermalinkWas wondering if someone could help, I have a site running the latest 5.7 release (5.7.4.2) and when I add a new content block to the site the rich text box tools don't show up, so I can add text but no controls so I can't save.
There is a workaround by inspecting the text box element it has a hidden submit box which can be used to save, and then editing the block brings up the full controls so I can save.
Anyone else had this issue?
There are no console errors thrown in firebug, however the website error log (apache) shows this when I entered the dashboard to check the configuration for the text editor (probably unrelated):
PHP Fatal error: Call to undefined method Concrete\\Core\\Application\\Service\\UserInterface\\Help::disableThisHelpNotification() in /var/www/concrete/concrete5.7.4.2/concrete/tools/help/dismiss.php on line 10, referer:http://mywebsiteurl.com/index.php/dashboard/system/basics/editor...
Are you using a custom theme?
If you are using a custom theme, if you switch to the default Elemental theme, does the problem go away?