Tinymce messed up since update?

Posted in: Newspaper
Post count: 181

Hello,

Since i’ve updated the theme, tinymce has messed up changing the fonts of the back-end such as ‘wp-admin/post-new.php’.

In the HTML of the backend editor it says:

<body id="tinymce" class="mce-content-body content post-type-post post-status-pending post-format-standard mceContentBody wp-editor html5-captions" onload="window.parent.tinymce.get('content').fire('load');" contenteditable="true">

In the css of the backend editor now, it says:

element.style {
}
html .mceContentBody {
max-width: 700px;
max-width: 1074px;
font-family: 'PT Sans', sans-serif;
font-size: 16px;
line-height: 27px;
}
body {
font-family: Georgia, "Times New Roman", "Bitstream Charter", Times, serif;
font-size: 13px;
line-height: 19px;
color: #333;
margin: 10px;
}
body {
background-color: #FFFFFF;
color: #000000;
font-family: Verdana,Arial,Helvetica,sans-serif;
font-size: 11px;
scrollbar-3dlight-color: #F0F0EE;
scrollbar-arrow-color: #676662;
scrollbar-base-color: #F0F0EE;
scrollbar-darkshadow-color: #DDDDDD;
scrollbar-face-color: #E0E0DD;
scrollbar-highlight-color: #F0F0EE;
scrollbar-shadow-color: #F0F0EE;
scrollbar-track-color: #F5F5F5;
}
body[Attributes Style] {
-webkit-user-modify: read-write;
word-wrap: break-word;
-webkit-line-break: after-white-space;
}
user agent stylesheetbody {
display: block;
margin: 8px;
}

And i can’t change ‘html .mceContentBody’, so the font is to normal? Even when i deactivate the cache plugin ‘W3 Cache’, it still doesn’t change.

Any help?
Thanks 🙂

Post count: 6600

Hi,

Have you tried disabling all plugins? I believe you use a plugin for this so please do that and see if this issue is still there.

Thanks

Post count: 181

I’ve tired disabling all my plugins, but the issue is still there.
Any other solutions? 🙂

Thanks.

Post count: 55

Hi Lucian,

I guess I have the same problem here. Before I update yesterday I had loading a custom CSS for the backend (editor-style.css) and it was working fine.

After the update the custom CSS file stopped working.

I am using the same plugins and installation now and before. The only change was just the parent theme update itself.

Any idea?

Thanks,

Post count: 55

It seems to be loading the LESS CSS by default.

I found now a part of the frontend with problems, loading the “LESS” CSS.

I rolled back to the theme previous version and the error was gone as well and now the backend is respecting my custom CSS again (editor-style.css).

Thanks,

Post count: 181

Any help peeps? 🙂

Post count: 854

hy,
have you try rbaccaro solution?

thanks rbaccaro for sharing this wit us, appreciated.

Gee95 if you want to modify the css of the back end look here: http://screencast.com/t/e8vUszQi

Thanks for you message.
Radu A.

Post count: 181

I’ve been messing around and it is using the LESS_CSS styling.

If i delete td_less_editor-style.php the font changes, but if i edit the file Radu said here: http://screencast.com/t/e8vUszQi the font doesn’t change?

Is there a way i can disable the backend using the LESS_CSS styling and use the default WordPress styling with Newspaper V 4.1 (released 29th July)?

Thanks 🙂

Post count: 854

hi,
right now there is no way.

how come it works fore me and not for you.

Thanks for you message.
Radu A.

Post count: 181

I’m not sure?

Currently I’ve deleted ‘td_less_editor-style.php’ and it works again, the style is back to normal. Do I need that file? or am I okay to use the theme without it?

Thanks 🙂

Post count: 780

@Gee95 td_less_editor-style.php is the style compiler for tinymce. If you like the tinymce with no style, you can delete it. It is only used for the editor in the backend.

Hope this helps,
Radu O.

Viewing 11 posts - 1 through 11 (of 11 total)
You must be logged in to reply to this topic.