Forums Forums Search & Filter Pro Remove all CSS

Viewing 3 posts - 1 through 3 (of 3 total)
  • Anonymous
    #25338

    Hi

    How i can remove all the CSS? There are some major conflicts with jQuery UI library. Following doesn’t do it. Any ideas? Thanks.

    add_action( ‘wp_print_styles’, ‘deregister_my_styles’, 100 );

    function deregister_my_styles() {
    wp_deregister_style( ‘search-filter-chosen-styles-css’ );
    wp_deregister_style( ‘search-filter-plugin-styles-css’ );
    }

    Ross Moderator
    #25340

    Hey David

    Please check the FAQs – 3rd question down – http://www.designsandcode.com/wordpress-plugins/search-filter-pro/faqs/ – it looks like the names are incorrect, with an additional -css tagged on to the end of them.

    You have actually mentioned a bug in S&F 1.4.3 – I’ve tidied up the CSS for S&F 2.0 (out later on today) so the jQuery UI styles are only applied to Search & Filter forms (they are just used for the datepicker) – I think with the new version there won’t be a conflict.

    Thanks

    Anonymous
    #25392

    Great, that’s worked. Thank you!

Viewing 3 posts - 1 through 3 (of 3 total)