Home › Forums › Product Support Forums › Ajax Search Pro for WordPress Support › scrolling in results in isotope layout
This topic contains 7 replies, has 2 voices, and was last updated by Ernest Marcinko 4 years ago.
- AuthorPosts
- May 13, 2019 at 10:02 pm #22610
Hi,
i would like to use Isotope display layout but inside a scroll box like vertical layout. please check this screenshot :
vertical mode scrolling OK
Isotope mode no scolling
I want to scroll inside the result box, in isotope layout the scroll is on the page not inside the result box. how to do that please ?
you can try it here : https://art.wallprint.fr
the infinite scroll is done by my template i think (flatsome). I can’t desactivate it as i use it on product pages. And i will be fine to be able to scroll inside the result div.. like in vertical layout π
Another question : is it possible to have full history of seachs in a list or datatable (sortable) ? is sould be fine. with : search, number of searchs for that keyword, number of results, etc.
Thanks for your work and your help !
May 14, 2019 at 8:18 am #22617Hi,
It is unfortunately not possible to add a scrollbar to the isotopic results list, there is only a pagination option for it. By default the browser scrollbar would display, but you have the search in a fixed position container, and fixed elements does not trigger the browser scroll. This would only work, if you had the results somewhere within the page content, outside of that fixed container.
Currently there is no search history, however we are working on a feature for a future release for better statistics. That will include all of this information π
Best,
Ernest Marcinko
If you like my products, don't forget to rate them on codecanyon :)
May 14, 2019 at 8:35 am #22618Hi,
Thanks for your answer.
For the scroll inside isotopic layout, is it possible to use the class or something like that of the vertical layout ? because in vertical layout it works fine in fixed container π
Ok for the statistics, cool π
May 14, 2019 at 2:11 pm #22631Hi,
Well, you could maybe try this custom CSS:
.results { overflow-y: auto !important; max-height: 300px; }
It may work, although I am not sure how much I would recommend doing this. Make sure to test it in every case.
Best,
Ernest Marcinko
If you like my products, don't forget to rate them on codecanyon :)
May 15, 2019 at 6:48 am #22650Hi,
It works well thank you.
You shloud add that option on the extension π it’s much better than pagination for me, but both solutions are great.
you can try it here : https://art.wallprint.fr/
-
This reply was modified 4 years ago by
alainf.
May 15, 2019 at 8:33 am #22654Thanks for the feedback! I will definitely consider this as an option.
Best,
Ernest Marcinko
If you like my products, don't forget to rate them on codecanyon :)
May 15, 2019 at 9:33 am #22659thanks for you help. have a nice day
May 15, 2019 at 9:34 am #22660You cannot access this content. Best,
Ernest Marcinko
If you like my products, don't forget to rate them on codecanyon :)
-
This reply was modified 4 years ago by
- AuthorPosts
You must be logged in to reply to this topic.