Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • gooberzzz Friend
    #203612

    Ajax search results displays underneath my top fixed menu. Is there a way that I can add additional padding to the top of the “#k2Container” that the results use to display, without affecting the K2Container for non-search layouts? See attached.


    1. filter-search-results-ajax-layout-on-same-page
    Luna Garden Moderator
    #558883

    Hi,

    You can fix this issue by go to: modulesmod_jak2filterassetsjsjak2filter.js

    find this line:
    jQuery('html, body').animate({scrollTop: container.offset().top}, 1000);
    change to:

    jQuery('html, body').animate({scrollTop: container.offset().top -100}, 1000);
    Number -100 is value based on padding of your site.

    gooberzzz Friend
    #559109

    Beautiful! Thank you very much. Your suggestion worked great. Thank you again.

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

This topic contains 3 replies, has 2 voices, and was last updated by  gooberzzz 9 years, 4 months ago.

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