Forums Forums Search & Filter Pro Not showing all results

Tagged: 

Viewing 8 posts - 11 through 18 (of 18 total)
  • Trevor
    #216749
    This reply has been marked as private.
    Anonymous
    #217159
    This reply has been marked as private.
    Trevor
    #217163

    I will wait to hear from you.

    Anonymous
    #236276

    I’m having the same issue. Is there anything I can do about it?

    Thanks!

    Anonymous
    #236295

    unfortunately it doesnt 100% work as it should. I am going in weekly and manually updating the cache. I would love to be able to schedule a cron job to auto update the cache on a schedule. This will give me peace of mind.

    Trevor
    #236300

    @Oris

    You might need to renew your licence to get v2.5.0.

    This code in functions has been changed a little to make it trigger much later:

    add_action('pmxi_saved_post', 'wp_all_import_post_saved', 1000, 1);
    
    function wp_all_import_post_saved($id) {
        do_action('search_filter_update_post_cache', $id);
    }

    (1000 instead of 10)

    @Melvin. You would need to renew your licence and then update the plugin to 2.5.0 and start a new thread, as this thread has private posts that I cannot show you.

    Anonymous
    #288948

    Can i use this Code u posted:

    add_action(‘pmxi_saved_post’, ‘wp_all_import_post_saved’, 1000, 1);

    function wp_all_import_post_saved($id) {
    do_action(‘search_filter_update_post_cache’, $id);
    }

    for updating the cache after import with wpallimport? id i understand that the right way?
    do i have to put the code in the function.php or fuction editor ind wpallimport?

    Trevor
    #288950

    Hi Stefan. These support forums are closed for now. Using the link at the top of the page, can you submit this query as a support ticket? Thanks.

Viewing 8 posts - 11 through 18 (of 18 total)