Viewing 6 replies - 1 through 6 (of 6 total)
  • Plugin Author launchinteractive

    (@launchinteractive)

    Hi cr33py. Thats an odd result.

    How are you enqueuing your stylesheets?
    Are you able to email me a link to your website?

    Thread Starter cr33py

    (@cr33py)

    Hi lunchinteractive,

    Okay well :D. I emailed you all the datas i have, i am using this plugin with default settings and never changed anything beside http/2 push.

    Plugin Author launchinteractive

    (@launchinteractive)

    Thanks cr33py,

    It looks like your theme or a plugin is including the css with a blank media type. The only way I’ve managed to reproduce this is if I set a blank media type..

    wp_register_style( 'test', get_template_directory_uri() . '/css/test.css', array(), 1, '');
    wp_enqueue_style( 'test' );

    Does any of your styles show as a blank string when you disable MMR?

    Thread Starter cr33py

    (@cr33py)

    hey Lunchinteractive,

    thank you for this hint, sometimes youre just blind by code :), js_composer animate.css generated this issue. Thank you.

    • This reply was modified 7 years, 1 month ago by cr33py.
    Plugin Author launchinteractive

    (@launchinteractive)

    Great, I did think I could set the media type to “all” when its blank but I’m on the fence if its necessary. I’m thinking it may be an unexpected behaviour.

    Thread Starter cr33py

    (@cr33py)

    I wait for the VC Support. But it seems i am not the only one having this problem and they are lets say uncooperative to accept global Problems reported outside of their support”system”. Lets see how it goes 🙂

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘W3C Error media=””’ is closed to new replies.