test
Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • josam Friend
    #203940

    Hi I have a simple question.
    How can i configure ja k2 search to keep the extra field search parameters also on the result page.

    Have a look at:
    http://www.11-mm.de/cms/index.php/de/ueber-uns/film-archiv

    When I get a result – i would like to see the search parameters still above the list.
    Another problem:
    When I use the back botton i don´t return to the correct page but to the home page.

    Any help?

    Thanks in advance Christian

    Luna Garden Moderator
    #560473

    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.

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

This topic contains 2 replies, has 2 voices, and was last updated by  Luna Garden 9 years, 9 months ago.

We moved to new unified forum. Please post all new support queries in our New Forum