HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.
CLEditor plugin - if you're using Bootstrap theme, small fix
OnlyAnExcuse
✭✭
Just realised this when I installed this plugin - there's a bit of text which obstructs the buttons when using the Vanilla Bootstrap theme in conjunction with it.
To resolve this, simply open main.less from your bootstrap theme folder, add the following code at the bottom of the file to hide it:
.sl_label {display:none;}
This will hide the offending text. Just in case it helps anyone else.
Note this is Vanilla 2.1.
Disregard above, made an error installing correct plugin. CLEditor isn't allowing posting in this theme and version.
Tagged:
0
Comments
Additional fix - the CLEditor and Bootstrap theme has the same issue I encountered in the following thread - the solution is the same: http://vanillaforums.org/discussion/21641/wysihtml5-with-bootstrap-and-2-1-vanilla-no-previewsave-draftpost-comment-buttons