Forums › Forums › Search & Filter Pro › plugin pro not working, search form functions not accessible
Tagged: search form
- This topic has 9 replies, 2 voices, and was last updated 7 years, 8 months ago by Trevor.
-
Anonymous(Private) March 6, 2017 at 5:42 am #94773
Hello,
I just bought your pluggin, activated the license and when I try to create a search from none of the functions are accessible. I can set up the general settings tab but when I click on the other tabs like display results, nothing happen. Same if I try to drag and drop the fields into the UI, nothing happens.
I tried before the free version and it worked well. The only reason I bought the pro version is because I would like to create different searches in different pages of my website.
I have ssl and I believe there is no archive Template in my theme but in all case, the problem is first that I cannot get the functions working to create a search form!Trevor(Private) March 6, 2017 at 4:01 pm #94941Ok. From what you describe, it sounds like a javascript issue. You need to check if our javascript is loading in the admin pages. In the page HTML source code look for a line that includes the files:
<script type='text/javascript' src='.../wp-content/plugins/search-filter-pro/admin/assets/js/admin.js?ver=2.3.3'></script> <script type='text/javascript' src='.../wp-content/plugins/search-filter-pro/admin/assets/js/admin-posts.js?ver=2.3.3'></script> <script type='text/javascript' src='.../wp-content/plugins/search-filter-pro/admin/assets/js/jquery.qtip.min.js?ver=2.3.3'></script>
To check for possible conflicts, open the admin page for the form setup with the browser console open and see if there are any errors.
-
AuthorPosts