This website uses cookies to personalize your experience. By using this website you agree to our cookie policy.

Reply To: Viewport Issues (Search Result Height)

Home Forums Product Support Forums Ajax Search Pro for WordPress Support Viewport Issues (Search Result Height) Reply To: Viewport Issues (Search Result Height)

#5094
Ernest MarcinkoErnest Marcinko
Keymaster

Hi!

I’m guessing you are using some kind of grouping of results? In that case there is actually a known issue, which is going to be patched in the upcoming version.

Until then I have a very quick fix for the issue.

Open up the \wp-content\plugins\ajax-search-pro\includes\views\results\group-header.php file on the server.

Go to the last line (21), which should be this:

[code]<div class="asp_group_header"><?php echo $group_name; ?></div>[/code]

Change that line to:

[code]<div class="asp_group_header group"><?php echo $group_name; ?></div>[/code]

That should solve the issue 🙂