Home › Forums › Product Support Forums › Ajax Search Pro for WordPress Support › scrolling in results in isotope layout
- This topic has 7 replies, 2 voices, and was last updated 7 years ago by
Ernest Marcinko.
-
AuthorPosts
-
May 13, 2019 at 10:02 pm #22610
alainf
ParticipantHi,
i would like to use Isotope display layout but inside a scroll box like vertical layout. please check this screenshot :
vertical mode scrolling OK
https://imgur.com/Jnq0E7OIsotope mode no scolling
https://imgur.com/cKs4dK9I 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 #22617Ernest Marcinko
KeymasterHi,
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 🙂
May 14, 2019 at 8:35 am #22618alainf
ParticipantHi,
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 #22631Ernest Marcinko
KeymasterHi,
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.
May 15, 2019 at 6:48 am #22650alainf
ParticipantHi,
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 7 years ago by
alainf.
May 15, 2019 at 8:33 am #22654Ernest Marcinko
KeymasterThanks for the feedback! I will definitely consider this as an option.
May 15, 2019 at 9:33 am #22659alainf
Participantthanks for you help. have a nice day
May 15, 2019 at 9:34 am #22660Ernest Marcinko
KeymasterYou cannot access this content.
-
This reply was modified 7 years ago by
-
AuthorPosts
- You must be logged in to reply to this topic.