widgetfactory / jce

JCE - A Content Editor for Joomla
https://www.joomlacontenteditor.net
GNU General Public License v2.0
35 stars 12 forks source link

Disable this in JCE 2.8.4 RC3 #68

Closed ghost closed 4 years ago

ghost commented 4 years ago

Describe the bug Not possible to disable this "? Help" text in red sircle. in JCE 2.8.4 RC3 Untitled

Expected behavior A way to disable it. Do not show this "? mark and Help text" in red sircle.

Screenshots added screenshots to help explain problem, our users dont want to see this "? mark and Help" text in red sircle.

Additional context Ryan, is there any way to disable it? Our users don't want to see this. JCE 2.8.4 RC3 and Joomla 3.9.14

ryandemmer commented 4 years ago

There is no specific option for disabling the Help button, but this can be done with some css.

Create a plugin.css file in media/jce/css folder and add the following:

#help {
    display: none;
}