Forums Forums Search & Filter Pro Plugin doesn't work at all (license problem?)

Viewing 9 posts - 1 through 9 (of 9 total)
  • Anonymous
    #120924

    Hi,

    My plugin stopped working, but I don’t know since when.. It worked fine. I think it has to do something with the fact that the license is linked to another (try-out) site? But I cannot deactivate or change anything..

    Can you help me please?

    Anonymous
    #120925

    Clarification:

    I can see the search bar and results, but the search function / ajax call / any interaction is off.

    Anonymous
    #120927
    This reply has been marked as private.
    Trevor
    #120952
    This reply has been marked as private.
    Anonymous
    #120954
    This reply has been marked as private.
    Trevor
    #120960

    I assume that this theme is your own design/coding? Our plugin files are not being loaded (CCS or Javascript).

    Anonymous
    #120971

    Yes it’s a custom theme.

    But when I first installed & activated the plugin, everything used to work. Maybe something went wrong with an update.

    Do I need to add some lines manually? (in header.php?)

    Trevor
    #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.

    Anonymous
    #120981

    Thank you very much 🙂 it works now.

    Honestly I don’t know how it broke, for all I know I didn’t change anything in the core theme files- but maybe you’re right about the resource loading.

    Thanks again.

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