Forums › Forums › Search & Filter Pro › Prohibition sign again in search and filter product
- This topic has 25 replies, 2 voices, and was last updated 4 years, 12 months ago by Trevor.
-
Anonymous(Private) November 13, 2019 at 5:24 pm #226556
I always had the correct results but at the bottom of the results appears more pages with more products that does match the search. For example. I search “desmaquillante” and I only have 1 result in page 1 (that is correct). The problem is that there are more pages with product when it should be only page 1 with the 1 search result that match my search and nothing else. Also there is the prohibition sign issue.
This is what I mean when I say the result is correct but there should be only page 1, not page 1…4. https://www.ia-incosmetics.com/wp-content/uploads/2019/11/mas-busqueda.jpg
Trevor(Private) November 14, 2019 at 6:54 pm #226780The cursor is called the ‘not-allowed’ cursor and comes from this theme file:
https://www.ia-incosmetics.com/wp-content/themes/xstore/css/bootstrap.min.css?ver=1.0
This is the CSS:
input[type="radio"][disabled], input[type="checkbox"][disabled], input[type="radio"].disabled, input[type="checkbox"].disabled, fieldset[disabled] input[type="radio"], fieldset[disabled] input[type="checkbox"] { cursor: not-allowed; }
So, add this CSS to stop this I think, in our form:
.searchandfilter input[type="radio"][disabled], .searchandfilter input[type="checkbox"][disabled], .searchandfilter input[type="radio"].disabled, .searchandfilter input[type="checkbox"].disabled { cursor: default; }
You need to add this somewhere in custom css for your theme.
Anonymous(Private) November 14, 2019 at 7:42 pm #226787OK, with css ‘not-allowed’ cursor has disappear, thanks a lot!
Now I am testing results to see if everything is finally ok and I see that S&F is not integrating searchs with the others widget filters. I mean, I have “age” filter (EDAD) texture filter (TEXTURA), etc. and when I only search with S&F everything is ok, but if I want to search for a S&F option and then narrow that results for “age” or “texture” then, the search is restarted, I mean, it does not filter the age among the S&F results, but filters it among all the products. The other filters are integrated between them.And if I start searching in other filters and then I want to narrow the results using S&F then it does nothing. For example I clikc on “30-40 años” (EDAD filter) and then I click “ojeras” (S&F) there is no changes in the results, like S&F are not searching.
sorry to keep finding errors. Thank you
-
AuthorPosts