• Resolved oncletom

    (@oncletom)


    Still in order to reduce the page payload, I’d like to remove the CSS loaded by your plugin.

    So I have also 2 proposals for this:

    1) load the CSS through wp_enqueue_stylesheet
    It can be combined by WP-Minify or other script to reduce HTTP request number

    2) propose an option not to load the custom CSS
    As it can be found in WP-Pagenavi.

    Thanks a lot 🙂

Viewing 1 replies (of 1 total)
  • Plugin Contributor Alex Mills

    (@viper007bond)

    1) Not an option as it’s dynamic.

    2) You’ll find things won’t look right and will break if you do this.

    If you don’t want the CSS loaded though, just add this to your theme’s functions.php file:

    remove_action( 'wp_head', array(&$VipersVideoQuicktags, 'Head') );
Viewing 1 replies (of 1 total)
  • The topic ‘[Plugin: Viper's Video Quicktags] Option not to load the custom CSS’ is closed to new replies.