Forums › Forums › Search & Filter Pro › Need help setting up search and results on Custom Post Archive Page
- This topic has 63 replies, 2 voices, and was last updated 9 years, 7 months ago by
Anonymous.
-
Ross Moderator(Private) December 21, 2015 at 11:46 am #32624
Do you have a link I could look at??
RE the ordering, this is done under the “Posts” tab – however if your results are not being affected by the various filters then likely the ordering will also not be working.
Thanks
Anonymous(Private) December 21, 2015 at 2:34 pm #32633Here is a link: http://paynearmetest.com/en/billers/
I got the results to display in alphabetical order. So it appears that results are working fine. Still nothing happens when entering anything into the search bar, or picking a category. Ive tried “auto submit” and having a submit button. It seems as if it just reloads the page. No “search url” is shown.
Ross Moderator(Private) December 22, 2015 at 8:03 pm #32735I see the issue.
JS is not firing, but I couldn’t figure it out before.
Now I took a look at your code, I can see that you are loading the jQuery library twice in your sourcecode:
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>
and
<script type='text/javascript' src='http://paynearmetest.com/wp-includes/js/jquery/jquery.js?ver=1.11.3'></script>
So you are loading two different versions, which is bound to cause JS issues, S&F only officially supports the one packaged with WP, however I’m sure if you fix that it would be fine to use another version.
Thanks
-
AuthorPosts