Forums Forums Search & Filter Pro Prohibition sign again in search and filter product

Viewing 10 posts - 11 through 20 (of 26 total)
  • Anonymous
    #226525

    Nothing happends if we disable stripe payment. In fact I don’t use it on my website, I am using paypal payment and the bank system for credit card.

    Anonymous
    #226527

    I already disabled stripe payment but still see the prohibition sign and search results with a lot of pages…

    Trevor
    #226529

    But the results are back now? We just have to fix the prohibition sign?

    Anonymous
    #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

    Anonymous
    #226562

    Off course that if search results are more than 12 products then there will be more than one result page, but when is less than 12 products it should be only page 1

    Trevor
    #226742

    I changed the Ajax Container to .main-products-loop

    Does it now work?

    Anonymous
    #226766

    Yessss Now search results shows perfectly!!! Thank you! Only remains to hide the prohibition sign

    Trevor
    #226780

    The 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
    #226787

    OK, 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

    Trevor
    #226793

    Are you asking if our plugin can integrate with filters from other plugins? If that is what you are asking, it cannot do that, sorry.

Viewing 10 posts - 11 through 20 (of 26 total)