Forums › Forums › Search & Filter Pro › Duplicate results displaying when a filter is being used.
Tagged: results
- This topic has 6 replies, 2 voices, and was last updated 5 years ago by Trevor.
-
Anonymous(Private) November 11, 2019 at 3:49 pm #226279
Hi,
First off thank you this plugin has saved me a ton of time. However, I am having an issue at the moment.
I am displaying my results via a shortcode and on initial page load everything is fine. But when I use a filter or click on the pagination I get the results desired at the top of the results, but then a duplicate set of results below that.
I am using a custom results template [id].php.
Please let me know if there is something to look at specifically or if you need me to provide any code/files.
Thanks
Trevor(Private) November 12, 2019 at 3:59 pm #226364Hi
On line 179 of the 6134.php file you have an unmatched ending
</div>
:https://www.screencast.com/t/BWKPKqIHKH
But, I suspect that this is because there is an additional (unwanted) ending div before that. After looking at this for some time, I think it might be the one shown in the screenshot (above)on line 124, which currently closes this container:
<div class="sc-container">
but I wonder if that container was meant to end later? -
AuthorPosts