Home › Forums › Product Support Forums › Ajax Search Pro for WordPress Support › Aste Florio
This topic contains 12 replies, has 2 voices, and was last updated by Ernest Marcinko 1 week, 5 days ago.
- AuthorPosts
- March 16, 2023 at 8:24 pm #41813
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!
March 17, 2023 at 10:30 am #41821Any news?
March 17, 2023 at 1:21 pm #41825Hi,
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
Best,12.345,00 €
which is a string, not a numerical value. They should be stored as12345
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 number12345
and is then formatted when displayed.
Ernest Marcinko
If you like my products, don't forget to rate them on codecanyon :)
March 17, 2023 at 1:26 pm #41826Thanks, and what about the fact that the result page do not update when applying filter?
March 17, 2023 at 1:49 pm #41828The jQuery DOM selector is probably iconrrect. Based on the source code try
Best,.elementor-element-2e66391
, here: https://i.imgur.com/YyhMB8d.png
Ernest Marcinko
If you like my products, don't forget to rate them on codecanyon :)
March 17, 2023 at 3:38 pm #41839Till not woriking 🙁 Can you help me?
March 17, 2023 at 3:42 pm #41841Is seems the system make a redirect to another page
March 17, 2023 at 4:01 pm #41842????
March 18, 2023 at 7:14 am #41855Ernest, there?
March 18, 2023 at 4:16 pm #41866Hi,
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 :)
March 18, 2023 at 6:07 pm #41873The filter prezzo is not working, why?
March 18, 2023 at 6:09 pm #41874Here https://asteflorio.it/?s filter is not working, could you check,please?
March 20, 2023 at 12:36 pm #41887On 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
Best,
Check if the archive query is setup correctly, and if it uses the actual archive query and not a custom loop.
Ernest Marcinko
If you like my products, don't forget to rate them on codecanyon :)
- AuthorPosts
You must be logged in to reply to this topic.