MyBB Community Forums

Full Version: Text Editor Broken
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2
(2016-12-23, 02:03 PM)Sharree Wrote: [ -> ]Go to AdminCP > Templates & Styles > Themes > Modern v2 > global.css

copy and paste all of the global.css here and I'll take a look at it.

Hi!

I would be glad to paste that, but it seems my web-browser crashes pasting the whole chunk of it.. Do you want me show you a particular section?
(2016-12-23, 02:11 PM)Akshaj Nalavade Wrote: [ -> ]
(2016-12-23, 02:03 PM)Sharree Wrote: [ -> ]Go to AdminCP > Templates & Styles > Themes > Modern v2 > global.css

copy and paste all of the global.css here and I'll take a look at it.

Hi!

I would be glad to paste that, but it seems my web-browser crashes pasting the whole chunk of it.. Do you want me show you a particular section?

CTRL + F "Editor"

and grab whatever styling has "editor" in it.
(2016-12-23, 02:14 PM)Sharree Wrote: [ -> ]
(2016-12-23, 02:11 PM)Akshaj Nalavade Wrote: [ -> ]
(2016-12-23, 02:03 PM)Sharree Wrote: [ -> ]Go to AdminCP > Templates & Styles > Themes > Modern v2 > global.css

copy and paste all of the global.css here and I'll take a look at it.

Hi!

I would be glad to paste that, but it seems my web-browser crashes pasting the whole chunk of it.. Do you want me show you a particular section?

CTRL + F "Editor"

and grab whatever styling has "editor" in it.
here we go

@import url(images/modern/css/editor.min.css);
body {
    text-align: left;
    padding: 0;
    margin: 0;
    font-family:'PT Sans',Vedrana,sans-serif;
    font-size: 14px;
    background-image: none;
    background-color: #fff;
}

.sceditor-button {
      background-color: #3498DB;
    background-image:none;
    border:1px solid rgba(0,0,0,0.13);
    border-radius:3px;
    color:#f5f5f5;
    padding:6px 12px
}

.sceditor-button:hover {
  background-color: #353434;
  color:#fff;
}

.sceditor-group{
    margin:0 10px 10px 0
}

.sceditor-toolbar .sceditor-group:nth-child(2){
    float:right
}

.sceditor-group .sceditor-button{
    border-radius:0;
    border-width:1px 1px 1px 0
}

.sceditor-group .sceditor-button:first-child{
    border-left-width:1px;
    border-radius:3px 0 0 3px
}

.sceditor-group .sceditor-button:last-child{
    border-radius:0 3px 3px 0;
    border-right-width:1px
}

.sceditor-dropdown {
    background-color: #f5f5f5;
    border: 2px solid #efefef;   
    border-radius:0 0 3px 3px;
    position:absolute;
    z-index: 77777;
}

.sceditor-dropdown input[type="text"]{
    margin:0 6px
}

.sceditor-dropdown input[type="button"]{
    margin:4px auto
}

.sceditor-dropdown > * > *{
    display:block;
    font-size:13px;
    padding:6px 14px;
    white-space:nowrap
}

.sceditor-maximize {
  z-index: 77777;
  padding: 10px 10px 0px;
}

.sceditor-container.sceditor-maximize iframe, .sceditor-container.sceditor-maximize textarea {
    border: 1px solid #CCC;
}

.sceditor-container iframe, .sceditor-container textarea {
  border: 2px solid rgba(0, 0, 0, 0.17) !important;
  background: #fff !important;
  border-radius: 3px;
}

.editor {
    background: #f1f1f1;
    border: 0;
}

.editor_control_bar {
    background: #fff;
    border: 2px solid rgba(0, 0, 0, 0.17);
}

.post .editor_control_bar {
    background: #f5f5f5;
}

}

.sceditor-container iframe, .sceditor-container textarea {
  padding: 5px;
}

.sceditor-container iframe:focus, .sceditor-container textarea:focus, textarea:focus {
    border-color: #3498DB;
}

@Sharree

Any solutions? As I know you personally I am willing to give Admin if you allow me to do so, it can help to ease out the pressure to find problem through these half chunks..
what is your forum url ?
(2016-12-23, 03:39 PM).m. Wrote: [ -> ]what is your forum url ?

creatorshangout.net
(2016-12-24, 06:33 AM)Akshaj Nalavade Wrote: [ -> ]
(2016-12-23, 03:39 PM).m. Wrote: [ -> ]what is your forum url ?

creatorshangout.net

Strange that you do not even have the MyBB copyright at the very least (which is removal and personal choice). What reason would you replace the copyright and have it copyright a different site that will not provide you decent support for this software? You might want to add the MyBB link somewhere to ensure support from the staff. Have you tried going to your theme and select different types of text editors?
Pages: 1 2