Home › Forums › Product Support Forums › Ajax Search Pro for WordPress Support › Doubts about Ajax Search Pro
- This topic has 6 replies, 2 voices, and was last updated 8 years ago by
Ernest Marcinko.
-
AuthorPosts
-
May 10, 2018 at 7:25 pm #17827
Jose
ParticipantHello!,
I have some doubts about the plugin, I’ll try to explain it in english 🙂 I send a picture for clear the explenation below:
1.- We have two custom post types in Ajax Search Pro in HOME: “Polígonos” and “Actividad”, but when you click one of the boxes the results by ajax appears up of these two boxes, what we need is that the user, click in “Poligono”, choose one of them, and then you click and “Actividad” and now show the results, it’s like make a COMBO of these two Custom Post Types. It’s that possible?.
2.- We want to delete the possiblity that the user write on the search, so the user only have to search throuthg the COMBO, no writting, but keeping the “ENCONTRAR” button. It’s that possible?.
Thanks for your time!.
May 11, 2018 at 3:30 pm #17833Ernest Marcinko
KeymasterHi,
Well, there is not really a feature for that. It is possible to hide the search box completely, but with a custom CSS it might be possible.
Apply this code to your theme custom CSS field (if it supports it) or use the custom CSS field on the search plugin back-end.
[html].asp_m_1 {
max-width: 110px !important;
margin: 0 auto !important;
}.asp_m_1 .proinput {
display: none;
}.asp_m_1 .prosettings {
display: none;
}[/html]This should results in something like this: https://i.imgur.com/oLGbPez.png
You can also disable the triggering of the results, when a drop-down option is chagned: https://i.imgur.com/yahjbhu.png
This way the search will only trigger if the button is clicked.May 11, 2018 at 4:45 pm #17835Jose
ParticipantHi Ernest, I follow your instruction and OK but if you notice in any search it always shows the same results 🙁
May 28, 2018 at 5:36 pm #18043Jose
ParticipantHi Ernest, we still have the same problem with the plugin, any option that you select in the form, show the same results, please check it in:
http://www.publimebpoligonos.com/
Example:
Polígono: Murcia & activity: Grúas
If you notice always show the same results with any polígono or Activity that you choose.Thanks.
May 29, 2018 at 9:05 am #18048Ernest Marcinko
KeymasterHi!
Sorry about the late response.
I think you are looking for this option, try turning it off: https://i.imgur.com/H23qlEg.png
The plugin displays items by default, that does not have any of the terms from the filtered taxonomy assigned. Turning this option off will make sure those are excluded as well.May 29, 2018 at 5:08 pm #18064Jose
ParticipantHi Ernest!,
Ok with that, the search do it well, but now therea re a lot of “Activities” and seems like the form it´s to slow. Can we do it for that?.
When you click on the “Activities” drop down button form, my computer seems to be broke. Maybe to much activities?Thabnks.
May 30, 2018 at 10:48 am #18072Ernest Marcinko
KeymasterHi,
That should not be an issue, I only see like 350, that should be perfectly fine yet. I have tried, but it is working for me without a lag. Make sure to check if you have any input related extension enabled in your browser, that may cause it.
I have also tried it on a much slower machine, but it was fine there as well.
-
AuthorPosts
- You must be logged in to reply to this topic.