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 🙂
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,
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,
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.
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 🙂
