Forums Forums Search & Filter Pro Re-initialise scripts

Viewing 3 posts - 1 through 3 (of 3 total)
  • Trevor
    #238032

    The site is, in effect, being loaded all on the same page (e.g. the Home page)? If so, I will need to refer this to our developer, Ross, for his input.

    Anonymous
    #238035

    Kind of yes, when you go to a new page it doesn’t fully reload the page only the ‘new’ parts so it doesn’t fully initialize plugins.

    I had a similar problem with contact form 7 for instance and there was a function to add when navigating along the lines of: wpcf7.initForm( $form );

    Ross Moderator
    #238166

    Hi Martin

    Sure you can do this, as long as your script runs after dom ready (so S&F JS has been setup) then you can do:

    $(".searchandfilter").searchAndFilter();

    Thanks

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