Close

Scroll

IvanSlater
9 years ago
#7488 Quote
Avatar
  • 89
Is possible to have a scroll to display all results returned?

Thanks!
iliyan.tanev
9 years ago
#7490 Quote
Avatar
  • Moderator
  • 347
Hi IVANSLATER,

You could do something like this by going to Instant Search Administration, chaning the number of products setting to some high number, then you should go to the plugin folder -> Themes -> Your Theme -> Content -> InstantSearch.css, there you should be able to find .instantSearch .k-list-container and replace the styles with the fawoling:

position: static !important;
width: auto !important;
height: 200px !important;
overflow: scroll;
overflow-x: hidden;

You could change the height value as you like.

Hope this helps!

Regards
Regards,
Iliyan Tanev
Nop-Templates Dev Team
IvanSlater
9 years ago
#7494 Quote
Avatar
  • 89
Ok, thanks.

But when I click the scroll bar or buttons, it desapears. How can I handle that?

Thanks!
iliyan.tanev
9 years ago
#7502 Quote
Avatar
  • Moderator
  • 347
Hi,

When you click on anything outside of the results box it should disappear.
I suppose by scroll bar you mean search results box scroll bar, it shouldn't disappear when you click on it.
Which browser are you using for testing ?
Which theme are you using ?

Regards,
Iliyan Tanev
Nop-Templates Dev Team
Regards,
Iliyan Tanev
Nop-Templates Dev Team