-
AuthorPosts
-
December 16, 2014 at 8:28 pm #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.
Luna Garden ModeratorLuna Garden
- Join date:
- July 2011
- Posts:
- 2617
- Downloads:
- 80
- Uploads:
- 96
- Thanks:
- 78
- Thanked:
- 453 times in 425 posts
December 17, 2014 at 8:21 am #558883Hi,
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.December 18, 2014 at 8:00 pm #559109Beautiful! Thank you very much. Your suggestion worked great. Thank you again.
AuthorPostsViewing 3 posts - 1 through 3 (of 3 total)This topic contains 3 replies, has 2 voices, and was last updated by gooberzzz 9 years, 11 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum
JA K2 Filter – Ajax Search Results Displays underneath my top fixed menu
Viewing 3 posts - 1 through 3 (of 3 total)