-
AuthorPosts
-
June 11th, 2017 at 07:27 #46891
Failed to load content css: http://xxx.com/wp-admin/admin-ajax.php/?action=dynamic_styles
Getting this error on editor pages now after wordpress 4.8 update. Seems to be other cryout themes doing the same thing
June 12th, 2017 at 18:15 #47011it is caused by
// Synchronizing the tinymce width with the content width
add_filter(‘tiny_mce_before_init’, ‘nirvana_dynamic_editor_styles’, 10);
function nirvana_dynamic_editor_styles($settings){
$settings[‘content_css’] .= “,”.admin_url(‘admin-ajax.php’) .”/?action=dynamic_styles”;
return $settings;
}from nirvana/admin/admin-functions.php (in WP4.8 there were changes in TinyMCE AFAIK – perhaps Nirvana need a fix)
June 13th, 2017 at 15:22 #47105ZedCryout Creations mastermindWe are aware of this problem with WordPress 4.8. We’ll publish an update correcting it very soon.
If you like our creations, help us share by rating them on WordPress.org.
Please check the available documentation and search the forums before starting a topic.June 15th, 2017 at 14:21 #47309The last update you put out there has now made my edit post or add new post format wonky… it does not fill the page anymore.. it looks like the margins are off. When I preview or view post it looks fine.. it is the backend (dashboard) side that is all off! I posted in several other forums regarding this… Please fix!!
everything is shoved to the left in the post content box where you create or edit a post or page!
June 15th, 2017 at 16:36 #47314ZedCryout Creations mastermindNirvana’s 1.4.2 update includes two changes related to the content editor:
- a fix for the “Failed to load content CSS” error above
- a revamp for the theme’s editor styling which tries to recreate the same appearance of the content as on the frontend into the editor itself (to give a feel about how your content will actually look and fit on the site). This includes the available content width and text and background colours.
If you dislike this second change we’ve also put an option under the theme’s Miscellaneous settings with which the editor styling can be turned off.
If you like our creations, help us share by rating them on WordPress.org.
Please check the available documentation and search the forums before starting a topic. -
AuthorPosts
The topic ‘Nirvana gives Failed to load content css: http://xxxx.com/wp-admin/admin-a’ is closed to new replies.