Aste Florio

This topic contains 12 replies, has 2 voices, and was last updated by Ernest Marcinko Ernest Marcinko 1 week, 5 days ago.

Viewing 13 posts - 1 through 13 (of 13 total)
  • Author
    Posts
  • #41813
    robertoettorre
    robertoettorre
    Participant

    In this website https://asteflorio.it/ I have a ajax form in home page and I want to make the search only in the custom field called “Comune” for the CPT called Immobili. Link: https://asteflorio.it/

    The second question is in this page: https://asteflorio.it/aste-giudiziarie/ the range form do not pick the dynamic value event though I have delete the value in the input in backend. In addition, the filters do not work and the page does not automatically update with the results despite everything being set correctly as per the documentation.

    My client is very upset, can you help me quickly please?

    Thanks!

    #41821
    robertoettorre
    robertoettorre
    Participant

    Any news?

    #41825
    Ernest Marcinko
    Ernest Marcinko
    Keymaster

    Hi,

    Thank you for the details, it helps a lot.

    I just checked the home page, but the search bar there is not the one from our plugin, it looks like the default theme search.

    The filter does actually pick up the values, the problem is that the prezzo_immobile field is not a number field, it is the full formatted price, so it is not possible to compare numbers to them. The values are stored as 12.345,00 € which is a string, not a numerical value. They should be stored as 12345 to be possible to compare them to numbers. First these fields should be converted to proper numbers in order to be used in any filters – including the core WordPress meta filtering.
    For example the WooCommerce price is stored as a number 12345 and is then formatted when displayed.

    Best,
    Ernest Marcinko

    If you like my products, don't forget to rate them on codecanyon :)


    #41826
    robertoettorre
    robertoettorre
    Participant

    Thanks, and what about the fact that the result page do not update when applying filter?

    #41828
    Ernest Marcinko
    Ernest Marcinko
    Keymaster

    The jQuery DOM selector is probably iconrrect. Based on the source code try .elementor-element-2e66391, here: https://i.imgur.com/YyhMB8d.png

    Best,
    Ernest Marcinko

    If you like my products, don't forget to rate them on codecanyon :)


    #41839
    robertoettorre
    robertoettorre
    Participant

    Till not woriking 🙁 Can you help me?

    #41841
    robertoettorre
    robertoettorre
    Participant

    Is seems the system make a redirect to another page

    #41842
    robertoettorre
    robertoettorre
    Participant

    ????

    #41855
    robertoettorre
    robertoettorre
    Participant

    Ernest, there?

    #41866
    Ernest Marcinko
    Ernest Marcinko
    Keymaster

    Hi,

    I logged in to check, but the wrong ID was used, I changed the configuration, and it seems to work on the results page.

    Best,
    Ernest Marcinko

    If you like my products, don't forget to rate them on codecanyon :)


    #41873
    robertoettorre
    robertoettorre
    Participant

    The filter prezzo is not working, why?

    Page: https://asteflorio.it/aste-giudiziarie/

    #41874
    robertoettorre
    robertoettorre
    Participant

    Here https://asteflorio.it/?s filter is not working, could you check,please?

    #41887
    Ernest Marcinko
    Ernest Marcinko
    Keymaster

    On the page Aste guidiziarie if you are trying to filter a posts widget – then make sure you are using the native Elementor Posts or Products widget. Custom Grid, Loop or other widgets may not respond to filtering.

    On the search page you may have an incorrect archive page setup, as even core WordPress search queries are not working: https://asteflorio.it/?s=test
    Check if the archive query is setup correctly, and if it uses the actual archive query and not a custom loop.

    Best,
    Ernest Marcinko

    If you like my products, don't forget to rate them on codecanyon :)


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

You must be logged in to reply to this topic.