Forums

Viper's Video Quicktags
[resolved] Option not to load the custom CSS (2 posts)

  1. oncletom
    Member
    Posted 1 year ago #

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

  2. 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') );

Topic Closed

This topic has been closed to new replies.

About this Plugin

About this Topic