Home › Forums › Product Support Forums › Ajax Search Pro for WordPress Support › Full height for Checkboxes (Filter)
- This topic has 19 replies, 2 voices, and was last updated 7 months, 1 week ago by
CS18.
-
AuthorPosts
-
October 1, 2025 at 10:07 am #55632
CS18
ParticipantHello,
i´m more interested in the filter settings, than search function itself.
I want to display my ~25 (sub) categorys, for my portfolio items (AVADA theme)
I´m using checkboxes and Iso or Vertical for the results. I´m using autopopulate to show all items on page load and the filter to change the results.1) how can i disable the SCROLLING for the filter settings? I´d like to see ALL the checkboxes when using larger displays. Right now the scrolling sets in after 7 or 8 lines.
2) In Iso:
I´m using ‘the row count per page’ with a larger number, to display all the results (20+) on one page, without clicking on the ‘next’ arrow on the result navigation.
There are any pictures, just the Titel.How can I set the result boxes to the SAME HIGHT to make them look similar in size? (Some boxes might show empy space after the text, but it looks nicer that way)
3) Bonus Question 🙂 ,
the search field. It seems to be limited to the results of the checkboxes of the filter. Which might be great in some situations. But I´d like it to use the whole datas even if someone forgets to re-select ALL the checksboxes
thank you very much!!
October 1, 2025 at 11:29 am #55636Ernest Marcinko
KeymasterHi!
1. You can set it here: https://i.imgur.com/tyrDsSe.png
Enter “unset” to the field, and the scrollbar will disappear 🙂2. That I’m not sure. If this is on the results page, then it is outside of the scope of the plugin, as it is controlled by the theme. If you can share a URL to this, then I can tell for sure.
3. Well, it is the purpose of the filter. You might want to check and experiment with different checkbox logigs here: https://i.imgur.com/ScpExZx.png
Also make sure that this option is enabled, so if all checkboxes are unchecked, then the filter is ignored: https://i.imgur.com/lbVDK5a.pngOctober 2, 2025 at 11:15 am #55653CS18
ParticipantHello, thank you very much
1) perfect!!
2) i found a workaround by changing the 2 Iso Background colour to the same value and now i got square boxes – it looks nice. All good.
3) Nevermind. The most important feature for me are the settings checkboxes and they are working fine now.In fact the search window itself, with the text entry and the magnify icon is redundant for me.
Is there a way to disable it? The settings [wpdreams_asp_settings id=1] alone doesn´t seem to work without [wpdreams_ajaxsearchpro id=1]October 2, 2025 at 11:19 am #55654Ernest Marcinko
KeymasterGreat!
It is actually possible, here: https://i.imgur.com/rkydVFs.png
Then use the search shortcode as normal:[wpdreams_asp_settings id=1]October 2, 2025 at 11:25 am #55655CS18
ParticipantBeauty!!!
October 2, 2025 at 11:27 am #55656CS18
ParticipantYou cannot access this content.
October 2, 2025 at 11:33 am #55657CS18
ParticipantYou cannot access this content.
October 2, 2025 at 12:04 pm #55662Ernest Marcinko
KeymasterNice work!
Unfortunately automated unchecking of parent checkboxes is not possible at the moment. I usually recommend a custom code snippet where I can, but this might be a bit more complex as not only the checkbox but the state has to be updated so it’s not sent as “checked” to the back-end.
It shouldn’t be too hard to implement though in the code, I will take this as a feature request, I will try to add an option to the back-end to enable this behavior in the upcoming version.
October 16, 2025 at 5:23 pm #55736CS18
ParticipantHello again,
is it possible to use the autopopulated result box without the search field and the SETTINGS checkboxes?
I´ve triggered the query with a predefined button and prefedined settings…October 16, 2025 at 6:37 pm #55737Ernest Marcinko
KeymasterTheoretically yes, via some custom CSS it should be possible to hide both the search and the settings boxes:
.asp_ss, .asp_m { display: none; }October 16, 2025 at 6:54 pm #55738CS18
ParticipantThank you – but this affected the other asp items on the page 🙂
I managed by using
#ajaxsearchprobsettings8_1.searchsettings {
display: none!important;
}for
[wpdreams_ajaxsearchpro_results id=8 element='div']
[wpdreams_ajaxsearchpro id=8]October 16, 2025 at 6:59 pm #55739CS18
ParticipantYou cannot access this content.
October 17, 2025 at 4:04 pm #55747Ernest Marcinko
KeymasterYou cannot access this content.
October 21, 2025 at 3:42 pm #55815CS18
ParticipantYou cannot access this content.
October 22, 2025 at 9:19 am #55825Ernest Marcinko
KeymasterWe do some beta tests (not on all versions though) via a private github repository access. Do you have a github account? I will invite you.
Thanks for the kind words!
As for the lists, it’s only a styling thing. The list is there, but the margins are reset. This will do the trick:
.asp_r { ul, li { margin: 0 1em !important; } } -
AuthorPosts
- You must be logged in to reply to this topic.