Results box in full height and more results / Range slider on mobile

Home Forums Product Support Forums Ajax Search Pro for WordPress Support Results box in full height and more results / Range slider on mobile

This topic contains 2 replies, has 2 voices, and was last updated by linda111129 linda111129 4 years, 5 months ago.

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #24249
    linda111129
    linda111129
    Participant

    Hi, yesterday I had the same question but couldn’t find it in tickets here.
    I would like to change the resultsbox. It should show more objects and without the scrolling frame. How can I change this (php, css?)
    Thank you for your answer.
    Besides how can I make the range slider in full width. The prices for the objects
    The real estate objects on the website have a price range of 0 to 4 million euros. Unfortunately, the range slider on the phone is no longer operable. There is also the possibility to work with checkboxes, but I do not know how to implement that. The example with the sample values, I can unfortunately not understand. In that case would you have to use property_price1000 as an example?

    #24251
    Ernest Marcinko
    Ernest Marcinko
    Keymaster

    Hi!

    It depends on which layout do you use (vertical, horizontal, isotopic..), but there are options to change that without any custom CSS:
    – For vertical layout, you can change the viewport to a very high number, then the scrolling will never trigger: https://i.imgur.com/adM1dDD.png
    – For the isotopic layout, turning off the pagination: https://i.imgur.com/u1VKOWg.png
    I can also recommend checking the results layout and position documentation, you will find some other useful information there as well.

    The range slider width follows the width of the filter boxes, that can be set here: https://i.imgur.com/rsKce64.png
    If you prefer to set them via custom CSS, you can do that by using this:

    fieldset.asp_custom_f {
        min-width: 100% !important;
    }

    It of course depends on the case, you can use either px or % values as well.

    Best,
    Ernest Marcinko

    If you like my products, don't forget to rate them on codecanyon :)


    #24252
    linda111129
    linda111129
    Participant

    Hi Ernest,
    height of results box: thank you – solution is so simple 🙂

Viewing 3 posts - 1 through 3 (of 3 total)

You must be logged in to reply to this topic.