The old stylesheet for enhancingcss.css is still running on my site, but I cannot edit it and nothing is showing in the style editor box.
]]>The checkbox “Add style to The Visual Editor” is not working anymore in WordPress 3.8+
]]>Hi,
Like Enhancing JS, it would be very interesting to import other css files from the plugin!
It could be a free text area where to write a list of external css files urls to link in the header of the pages, i.e https://fonts.googleapis.com/css?family=Ubuntu:300,500,300italic,500italic
If would avoid to use @import directly from the css code, which delay the css loadings and make all the pages longer to display! (cf. https://www.google.com/url?sa=t&rct=j&q=%40import&source=web&cd=6&cad=rja&ved=0CHUQFjAF&url=http%3A%2F%2Fwww.stevesouders.com%2Fblog%2F2009%2F04%2F09%2Fdont-use-import%2F&ei=tEQtUPGxOvTc4QSxlYDwAg&usg=AFQjCNEgks6FNn586ANOQ9zvfWaFy4Nd0g&sig2=MoqgwKeV8CLPSrvtppHSZw)
Thanks
Unable to save custom css and checkbox setting: jumps to theme selection without saving anything…
]]>Hi,
You should automatically remove any background image while editing posts within TinyMCE, to avoid visual confusion!
To do so, just add body.mceContentBody { background: none !important; }
while generating the CSS…
Thanks
A bug with multilingual plugin like WPML causes style not to be included!
Please just replace the obsolete get_infoblog('url')
at lines 62 and 64 of EnhancingCSS.php file with site_url()
…
Thanks
Awesome! This is a very handy plugin to customise themes
]]>