Forums Forums Search & Filter Pro No Results Found when using category search

Viewing 6 posts - 11 through 16 (of 16 total)
  • Anonymous
    #53398
    This reply has been marked as private.
    Trevor
    #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>
    
    Anonymous
    #53422

    Thanks!

    Can you pinpoint me to what should I do?

    Thanks

    Trevor
    #53423

    You somehow need to find what is loading that line of code. If you did not add it, then either a plugin of the theme is. I doubt that it is the theme, so maybe a plugin? deactivate your plugins except S&F, test, activate one, test ……

    Anonymous
    #54604
    This reply has been marked as private.
    Trevor
    #54606

    If 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.

Viewing 6 posts - 11 through 16 (of 16 total)