• Resolved stevenatsalt

    (@stevenatsalt)


    I’ve got a contact plugin installed called vfb-pro, I style it myself so I include in the functions.php file “wp_deregister_style(‘vfb-pro’);”
    but I’m getting a Missing style warning on every page, any chance to ignore this? Or am I missing something?

    Thanks!

Viewing 1 replies (of 1 total)
  • Plugin Author John Blackbourn

    (@johnbillion)

    WordPress Core Developer

    If you’re deregistering a style which is a dependency of another then you’ll get an error, because you’re breaking the dependency system.

    There’s not really a great way to deal with this. You could re-register the style with the same name and a src of 1 (which is a hack), or just ignore the error if you know what you’re doing.

    Otherwise I’d try opening a thread on the main support forums.

Viewing 1 replies (of 1 total)
  • The topic ‘Missing Styles’ is closed to new replies.