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

Search options below bar

Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #19766
    custompczonecustompczone
    Participant

    Is it possible to put the category search options directly below the search bar as checkboxes? See attachment for rough idea of what I am describing.

    Thank you!

    #19768
    Ernest MarcinkoErnest Marcinko
    Keymaster

    Hi,

    Well, possibly, I am not sure.

    1. You will have to use either the settings shortcode, or switch to block settings layout.

    2. + using this custom CSS:

    [html].asp_w fieldset.asp_tax_filter {
    min-width: 100% !important;
    width: 100% !important;
    }

    .asp_tax_filter .asp_option {
    float: left;
    margin-left: 10px !important;
    }[/html]

    This should result is something like this: https://i.imgur.com/obbe3x5.png
    Hopefully it will do the trick on your environment as well.

    #19769
    custompczonecustompczone
    Participant

    Thanks for your quick reply 🙂

    They’re now aligned horizontally instead of vertically which is good. How can I put them below the search bar (see attachment)?

    #19771
    custompczonecustompczone
    Participant

    I used the block settings layout, by the way.

    #19774
    Ernest MarcinkoErnest Marcinko
    Keymaster

    Hi,

    Either use the search box and the settings shortcode one after another, like so:

    [php][wpdreams_ajaxsearchpro id=1]
    [wpdreams_asp_settings id=1element='div'][/php]

    ..or a shortcode generator shortcode:

    [php][wd_asp elements='search,settings' ratio='100%,100%' id=1][/php]

    Just don’t forget to replace the id in the shortcodes with your own.

    #19777
    custompczonecustompczone
    Participant

    I have it configured with a php shortcode in my content-single.php file. How would I apply that code there?

    Here’s the code I’m using: [code]<?php
    echo do_shortcode(‘[wpdreams_ajaxsearchpro id=3]‘);
    ?>[/code]

    Thanks

    #19778
    custompczonecustompczone
    Participant

    <?php
    echo do_shortcode(‘[wpdreams_ajaxsearchpro id=3]‘);
    ?>

    Not sure why the <> broke there.

    #19782
    Ernest MarcinkoErnest Marcinko
    Keymaster

    Hi,

    Either like this:

    ..or this:

    These should do the trick.

    #19783
    custompczonecustompczone
    Participant

    Perfect! Works great. You may close this case.

    Thanks for your help!

    #19784
    Ernest MarcinkoErnest Marcinko
    Keymaster

    You cannot access this content.

Viewing 10 posts - 1 through 10 (of 10 total)
  • The topic ‘Search options below bar’ is closed to new replies.