Disable WPSolr default css and js for Facets
- prakashreddy.imduriParticipant1 year, 3 months ago #33707
Hi, Can we disable this css and js, I tried using wp dequeue but didnt worked for this. Can you pls suggest
Tried below code, didnt worked
wp_dequeue_style('js/ion.rangeSlider/css/ion.rangeSlider.skinFlat.css' ); wp_deregister_style('js/ion.rangeSlider/css/ion.rangeSlider.skinFlat.css' ); wp_dequeue_style('js/ion.rangeSlider/css/ion.rangeSlider.css' ); wp_deregister_style('js/ion.rangeSlider/css/ion.rangeSlider.css' ); wp_dequeue_style('template/facet-ion-range-slider/wpsolr-facet-ion-range-slider.css' ); wp_deregister_style('template/facet-ion-range-slider/wpsolr-facet-ion-range-slider.css' );
prakashreddy.imduriParticipant1 year, 3 months ago #33786I added it in functions.php file, where I generally dequeued many other plugins css, but not working with wpsolr
Viewing 4 posts - 1 through 4 (of 4 total)
You must be logged in to reply to this topic.