9 years ago
Topic

Hi!

I always work with CodeMirror or ACE Editor to edit code in the joomla backend. But when i use SEBLOD and Joomla 3.x.x the editors show the code always centered and i cant really code.

You have the same problems? Anyone has any idea to solve this problem?

Thx for your help

Get a VIP membership
9 years ago
1
Level 1

Can you post a screenshot?

Sounds like a CSS styling issue. You can inspect the markup, looking for
"text-align:center;" etc

9 years ago
0
Level 2

Hey! It was a text-align:center in cck.admin.css line6 3

div.cck_forms.cck_admin div.cck_form.cck_form_wysiwyg_editor {text-align: center} i changed it to left and now it works fine. Thx!

9 years ago
0
Level 1

I had the same issue ... why seblod needs this css?

div.cck_forms.cck_admin div.cck_form.cck_form_wysiwyg_editor {

  text-align: center;

}

179 Posts
carin
6 years ago
1
Level 1

This issue is still not addressed. Setting the editor to CodeMirror makes it near impossible to work with e.g. the Free Text field because the editor in that field is unusable when CodeMirror is your chosen editor. And it gets worse - you have to set the editor in the global configuration because SEBLOD does not take the user settings into account, hence you even have to set an user specific editor in your backend for every single user in your system if you want a default editor that is not "no editor" ... kinda nightmare

4229 Posts
Kadministrator
6 years ago
0
Level 2

Please report this on the github.

Get a VIP membership