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

horizontal filters

Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #52501
    jbcdfwjbcdfw
    Participant

    I have a question about categories under settings displaying horizontal vs vertical. I’ve included an example mockup of what I’d like to achieve. Can you help me make this happen?

    And I also noticed an issue in the documentations – and it appears more than once. I thought I’d share with you that there’s a misspelling on the documentation.

    I recently updated my license and will hold off on tying it to a URL until I learn if we can use the license on our production and staging sites? we have staging22, staging23 and production. may I use the one code for all 3?

    #52507
    Ernest MarcinkoErnest Marcinko
    Keymaster

    Hi!

    Sure! It is possible with settings and a bit of custom CSS.

    First off, you want to set the settings layout to a block and visible. Then use the following custom CSS:

    .asp_ss fieldset {
        min-width: 100% !important;
    }
    
    .asp_ss fieldset .categoryfilter {
        display: flex !important;
        flex-wrap: wrap;
    }

    You can use the same license on all staging sites on the same domain 🙂

    #52530
    jbcdfwjbcdfw
    Participant

    awesome news on the staging sites – thank you –

    so you’re saying by referencing the screenshot you included for block and visible – that will activate the horizontal option that is currently crossed out and inaccessible for us?

    I used css edits to make it look like my example but it required display:inline-block not flex – but I will give it a go and see if I can make it work for us.

    Thank you so much for the amazing support – you guys are always very quick to respond. It is appreciated!! have a great weekend!

    #52535
    Ernest MarcinkoErnest Marcinko
    Keymaster

    that will activate the horizontal option that is currently crossed out and inaccessible for us?
    Not exactly, that is for the horizontal results layout (horizontal scrollable result cards). It is unrelated to this 🙂

    Thank you very much for your kind words!

    If you like the plugin and have not rated already, feel free to leave a rating on the wordpress plugin repository, it’s greatly appreciated.

    #52570
    jbcdfwjbcdfw
    Participant

    final question – where does one put the css? is it in the ajax app or in the css for the site?

    #52571
    jbcdfwjbcdfw
    Participant

    I found the css location – thank you – now I’m trying to find where we change the text for the type of filter title above the checkboxes – and where you change the color of that element?

    #52575
    Ernest MarcinkoErnest Marcinko
    Keymaster

    Sure!

    You can change those here: https://i.imgur.com/9s3iXyv.png

    #52589
    jbcdfwjbcdfw
    Participant

    Thank you so much! I was ON that page but never thought to click on that button.

    I had looked all over the documentation and couldn’t find where to change the color on that box header, so I just did this:

    div.asp_s.asp_s_1.searchsettings fieldset legend {
    color: rgba(191, 189, 189, 1) !important;
    }

    Maybe a section in the documentation that focuses strictly on where to make all possible color changes would be helpful. This app is sooooooooooooo robust!!! Super capable!!

    Thank you again for the assistance. I will reach out with a new ticket if I have any new questions.

    #52598
    Ernest MarcinkoErnest Marcinko
    Keymaster

    You are very welcome and thank you for your kind words!

    We are planning to rework the back-end slowly to add more options for customization, but it’s a painfully slow process unfortunately. It will get better for sure 🙂

    If you like the plugin and have not rated already, feel free to leave a rating on the wordpress plugin repository, it’s greatly appreciated.

    I will mark this as resolved now 🙂

    #52611
    jbcdfwjbcdfw
    Participant

    I have experience with intranets and training documentation and graphic design – i’d be willing to help with that if you’d like. It’d also give me a chance to learn more about the app.

    I will certainly leave a rating and review here in a bit. Thank you for the reminder.

Viewing 10 posts - 1 through 10 (of 10 total)
  • You must be logged in to reply to this topic.