This website uses cookies to personalize your experience. By using this website you agree to our cookie policy.

Full height for Checkboxes (Filter)

Home Forums Product Support Forums Ajax Search Pro for WordPress Support Full height for Checkboxes (Filter)

Viewing 15 posts - 1 through 15 (of 20 total)
  • Author
    Posts
  • #55632
    CS18CS18
    Participant

    Hello,
    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!!

    #55636
    Ernest MarcinkoErnest Marcinko
    Keymaster

    Hi!

    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.png

    #55653
    CS18CS18
    Participant

    Hello, 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]

    #55654
    Ernest MarcinkoErnest Marcinko
    Keymaster

    Great!

    It is actually possible, here: https://i.imgur.com/rkydVFs.png
    Then use the search shortcode as normal: [wpdreams_asp_settings id=1]

    #55655
    CS18CS18
    Participant

    Beauty!!!

    #55656
    CS18CS18
    Participant

    You cannot access this content.

    #55657
    CS18CS18
    Participant

    You cannot access this content.

    #55662
    Ernest MarcinkoErnest Marcinko
    Keymaster

    Nice 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.

    #55736
    CS18CS18
    Participant

    Hello 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…

    #55737
    Ernest MarcinkoErnest Marcinko
    Keymaster

    Theoretically yes, via some custom CSS it should be possible to hide both the search and the settings boxes:

    .asp_ss, .asp_m {
        display: none;
    }
    #55738
    CS18CS18
    Participant

    Thank 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]

    #55739
    CS18CS18
    Participant

    You cannot access this content.

    #55747
    Ernest MarcinkoErnest Marcinko
    Keymaster

    You cannot access this content.

    #55815
    CS18CS18
    Participant

    You cannot access this content.

    #55825
    Ernest MarcinkoErnest Marcinko
    Keymaster

    We 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;
        }
    }
Viewing 15 posts - 1 through 15 (of 20 total)
  • You must be logged in to reply to this topic.