Nirvana gives Failed to load content css: http://xxxx.com/wp-admin/admin-a

  • Author
    Posts
  • #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

    #47011

    it 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)

    #47105
    Zed
    Cryout Creations mastermind

    We 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.
    #47309

    The 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!

    #47314
    Zed
    Cryout Creations mastermind

    Nirvana’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.
Viewing 5 posts - 1 through 5 (of 5 total)

The topic ‘Nirvana gives Failed to load content css: http://xxxx.com/wp-admin/admin-a’ is closed to new replies.