Hi Christian,
<blockquote>When I get a result – i would like to see the search parameters still above the list.</blockquote>
In order to change the position of the scrolling, go to file: modulesmod_jak2filterassetsjsjak2filter.js
and find for this code line:
jQuery('html, body').animate({scrollTop: container.offset().top}, 1000);
change it to:
jQuery('html, body').animate({scrollTop: container.offset().top - x}, 1000);
with x is the length that you want to move up base on your site.
When I use the back botton i don´t return to the correct page but to the home page.
On your site, you’re using filter with AJAX, so page can’t be returned.