-
Search Results
-
Topic: Remove all CSS
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’ );
}I have two search taxonomies – “style” and “mood” that are set up in a search form as checkboxes. Items can have multiple moods, but only one style. The search isn’t working properly, because it’s not screening out empty terms. Here’s a link:
http://violetweddings.com/wedding-styles/
Steps to replicate:
1. Click on the “style” filter up at the top to expand it
2. Check “modern” and “rustic”. That filters out only the items that have modern or rustic styles, and it works properly.
3. Now expand the “mood” filter and click on “whimsical”. Nothing happens because there are no items that are either modern or rustic AND whimsical. So the whimsical choice shouldn’t be an option.As you can see from the screenshot below, I have the “hide empty terms” box checked, but it doesn’t appear to be working. Is there something else I need to do like check the hierarchical box?
Hi there
Great plugin working great.
I have one big issue
I need to have two different resluts.php pages and I cant get it to work.
I know how to style the existing template results.php to my liking, but I need two completly different reults pages that pass different variables (url) to detail pages.
I tried duplicating the ‘results.php page and changing the name to ‘results_two.php’ and then changing the shortcode from
[searchandfilter id=’1046′ show=’results’ ]
to
[searchandfilter id=’1046′ show=’results-two’ ]
But this does not work.
Can you please explain to me how to get this working?
Thanks in advance.
Topic: Styling checked filter state
We are using radio buttons as the filters, these are styled with CSS to look like simple buttons. This CSS is on sf-item-XX li.
We would like to change the background colour and essentially make an active state when then filters checkbox is checked. So the CSS on li item updates. Apologies if there are already solutions to this, I feel like this could be a common request.
Ideally, the solution would not rely on specific item IDs, as new categories can obviously be created and added to this filter. All help and ideas much appreciated.
Thanks very much
Topic: Broken links in Pro CSS file
I was running a check for broken links on my site and discovered quite a few coming from this plugin, all from the CSS file. Here is the list of 404 Not Founds discovered. They appear to all be looking for image files in a folder that were not included with the plugin. I hope this is useful for you.
../plugins/search-filter-pro/public/assets/css/images/ui-bg_glass_100_fdf5ce_1x400.png style: .ui-state-focus,.ui-state-hover,.ui-widget-content .ui-state-focus,.ui-widget-content .ui-state-hover,.ui-widget-header .ui-state-focus,.ui-widget-header .ui-state-hover
../plugins/search-filter-pro/public/assets/css/images/ui-bg_glass_65_ffffff_1x400.png style: .ui-state-active,.ui-widget-content .ui-state-active,.ui-widget-header .ui-state-active
../plugins/search-filter-pro/public/assets/css/images/ui-bg_highlight-soft_75_ffe45c_1x100.png style: .ui-state-highlight,.ui-widget-content .ui-state-highlight,.ui-widget-header .ui-state-highlight
../plugins/search-filter-pro/public/assets/css/images/ui-bg_diagonals-thick_18_b81900_40x40.png style: .ui-state-error,.ui-widget-content .ui-state-error,.ui-widget-header .ui-state-error
../plugins/search-filter-pro/public/assets/css/images/ui-icons_222222_256x240.png style: .ui-icon,.ui-widget-content .ui-icon
../plugins/search-filter-pro/public/assets/css/images/ui-bg_highlight-soft_100_eeeeee_1x100.png style: .ui-widget-content
../plugins/search-filter-pro/public/assets/css/images/ui-bg_gloss-wave_35_f6a828_500x100.png style: .ui-widget-header
../plugins/search-filter-pro/public/assets/css/images/ui-bg_glass_100_f6f6f6_1x400.png style: .ui-state-default,.ui-widget-content .ui-state-default,.ui-widget-header .ui-state-default
../plugins/search-filter-pro/public/assets/css/images/ui-bg_diagonals-thick_20_666666_40x40.png style: .ui-widget-overlay
../plugins/search-filter-pro/public/assets/css/images/ui-bg_flat_10_000000_40x100.png style: .ui-widget-shadow
../plugins/search-filter-pro/public/assets/css/images/ui-icons_ffffff_256x240.png style: .ui-widget-header .ui-icon
../plugins/search-filter-pro/public/assets/css/images/ui-icons_ef8c08_256x240.png style: .ui-state-active .ui-icon,.ui-state-default .ui-icon,.ui-state-focus .ui-icon,.ui-state-hover .ui-icon
../plugins/search-filter-pro/public/assets/css/images/ui-icons_228ef1_256x240.png style: .ui-state-highlight .ui-icon
../plugins/search-filter-pro/public/assets/css/images/ui-icons_ffd27a_256x240.png style: .ui-state-error .ui-icon,.ui-state-error-text .ui-icon