Forums › Forums › Search & Filter Pro › Plugin doesn't work at all (license problem?)
- This topic has 8 replies, 2 voices, and was last updated 7 years, 4 months ago by Anonymous.
Viewing 9 posts - 1 through 9 (of 9 total)
-
Trevor(Private) July 17, 2017 at 2:02 pm #120979
You will need to enqueue the files. My concern is that this should be automatic, so something about your theme is turning that off, probably to save resource loading.
Like this:
<link rel='stylesheet' id='search-filter-plugin-styles-css' href='YOUR_URL/wp-content/plugins/search-filter-pro/public/assets/css/search-filter.min.css' type='text/css' media='all' /> <script type='text/javascript' src='YOUR_URL/wp-content/plugins/search-filter-pro/public/assets/js/search-filter-build.min.js'></script> <script type='text/javascript' src='YOUR_URL/wp-content/plugins/search-filter-pro/public/assets/js/select2.min.js'></script>
How many others are needed, I do not know, but those are the ones a site I have just made uses.
-
AuthorPosts
Viewing 9 posts - 1 through 9 (of 9 total)