Forums › Forums › Search & Filter Pro › No Results Found when using category search
- This topic has 15 replies, 2 voices, and was last updated 8 years, 3 months ago by Trevor.
-
Trevor(Private) August 4, 2016 at 1:47 pm #53414
Hi Tomi.
I had a chance to look in more detail at your site admin. This what our documentation says about Divi:
S&F Pro works well with Divi, however it does not integrate with the layout builder – so you can use the search.php template for displaying results, or you can customise the results to suit your needs if you know a bit of html/css
I can see that the page IS using our results.php template.
If I inspect the page in Crome, the object inspector console shows a jquery error, which suggests that jquery is being loaded twice. Which is overwriting our file. Looking at the source HTML for the page, it is this line that is the problem:
<script type='text/javascript' src='//ajax.googleapis.com/ajax/libs/jqueryui/1.11.1/i18n/jquery-ui-i18n.min.js?ver=2.1.2'></script>
Trevor(Private) August 15, 2016 at 3:09 pm #54606If I go to that page using Chrome, and use the Inspector (Ctrl+Shift+I) (the letter I not the number 1) and then select the console tab, I can see the error.
If you had this site on localhost, you could do a recursive search from any code editor you have that supports such a project search.
-
AuthorPosts