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 Marcinko
Ernest 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:

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

Change that line to:

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

That should solve the issue 🙂

Best,
Ernest Marcinko

If you like my products, don't forget to rate them on codecanyon :)