Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author websupporter

    (@websupporter)

    Hi mhughes86,
    thanks for using my plugin.

    This plugin relies on jQuery, which it also calls to be activated. I had a quick look into your source code and it looks like jQuery gets loaded in the footer instead of the header. What you could try is to load my plugin scripts also in the footer.

    In the profi-search-filter.php you will find this command:
    add_action( 'wp_head', 'sf_head', 1 );

    Try to change it into
    add_action( 'wp_footer', 'sf_head' );

    Maybe this helps.

    Thread Starter mhughes86

    (@mhughes86)

    Hi,
    Thanks for the reply.
    I’ve changed it to what you suggested but it still isn’t displaying any posts.
    Do you have any other ideas?
    It looks like a great plugin and I would really like to use it!
    Thanks,
    Mary

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Posts not displaying’ is closed to new replies.