• Resolved Deb Shadovitz

    (@debshadovitz)


    I just updated to WordPress 4.8
    I have Customizr Pro 1.3.6 and see there is another update I have to do.
    But….
    I just hit update to add to a post I have been changing often for months and go this error.

    Failed to load content css: https://talesoftravelandtech.com/wp-content/themes/customizr-pro/addons/wfc/front/assets/css/dyn-style.php?is_customizing=false

    I have never had a problem with this site before.
    I left the page so it didn’t update.
    The page: https://talesoftravelandtech.com/my-next-long-term-travel-packing-list-2017/

    I have pro support but thought maybe it’s good to post it here too.

Viewing 6 replies - 16 through 21 (of 21 total)
  • Theme Author presscustomizr

    (@nikeo)

    Hi @techteacherscoza, this problems occurs for old version of Customizr Pro. I understand that your key has expired and you can’t afford to upgrade the pro theme, in this case I would recommend to use the latest Customizr free theme.
    Best regards,

    Matt

    (@techteacherscoza)

    Thank you for getting back to me. Is there no fix I can implement in the code?

    If I do go with the free version, what functionality will I lose then?

    Theme Author presscustomizr

    (@nikeo)

    There’s no easy way to fix this problem without upgrading. I know a way of course, but this is an “hack”, complex to implement, and it wouldn’t be right to propose it as permanent fix.
    Swithing to the free, and from what I can see your current site, you will only lose hover effect on the post grid on home. But you don’t seem to use many other pro features like custom fonts or, unlimited featured pages, custom side menu, etc.

    Matt

    (@techteacherscoza)

    I’ll give it a try thanks for getting back to me.

    Hello members that can not afford a new license (this is one of those cases where the unlimited plan would have been worth each penny);

    I’m about to suggest a solution that would make developers puking on the keyboard:

    Just hide the message via PHP function

    /********************************************************/ 
    /* Apply Custom CSS to Admin Area
    /********************************************************/ 
    add_action('admin_head', 'custom_remove_error_message');
    
    function custom_remove_error_message() {
      echo '<style>
        .mce-widget.mce-notification.mce-notification-error.mce-has-close {
    	  display: none;
    	}
      </style>';
    }
    // https://css-tricks.com/snippets/wordpress/apply-custom-css-to-admin-area/

    that’s it.! Paste it into your child-theme/function.php.

    Hope this helps
    Giorgio

    • This reply was modified 7 years, 7 months ago by Giorgio25b.
    • This reply was modified 7 years, 7 months ago by Giorgio25b. Reason: The first suggestion was a css trick that would not override WP core style.css, via php function we can do it!
    • This reply was modified 7 years, 7 months ago by Giorgio25b.

    I am still having this problem. Latest customizr pro, I”ve got a thread there with it too. At first I thought it was fixed with deactivating a plugin, but I was mistaken.

Viewing 6 replies - 16 through 21 (of 21 total)
  • The topic ‘Error: `Failed to load content css’ is closed to new replies.