Forums Forums Search & Filter Pro JS files not loading

Tagged: ,

Viewing 3 posts - 1 through 3 (of 3 total)
  • Anonymous
    #4090

    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?

    Anonymous
    #4091

    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?

    Ross Moderator
    #4168

    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

Viewing 3 posts - 1 through 3 (of 3 total)