- This topic has 2 replies, 2 voices, and was last updated 11 years, 5 months ago by .
Viewing 3 posts - 1 through 3 (of 3 total)
Viewing 3 posts - 1 through 3 (of 3 total)
These forums are now closed and remain for historical purposes.
None of the content applies to the new version 3. For support, get in touch via our contact form.
Forums › Forums › Search & Filter Pro › JS files not loading
The JS files required to perform the ajax request aren’t loading inside my WordPress install. This is not a theme-specific issue as I tried to revert to the default theme twentyfourteen, and I’m still facing the issue.
The enqueue_scripts() function is being called from inside class-search-filter.php, but the scripts aren’t being registered for some reason.
The CSS files are loading fine, what could be the issue?
After digging into this, I found that the function enqueue_scripts under class-search-filter.php registers the scripts, but does not load them. I used the function wp_enqueue_script instead of wp_register script and it works now. Can you confirm this is a bug?
Hey Samer
The scripts do get loaded somewhere else in the plugin – I’ll have a look but no other user has reported this kind of behavior.
Thanks