Support Forums

The forums are closed and will be removed when we launch our new site.

Looking for support? You can access the support system via your account.

Forums Forums Search & Filter Pro How to show "Please wait for couple of minutes" when SF cache is loading?

Viewing 6 posts - 1 through 6 (of 6 total)
  • Jaakko Saarenketo
    #205338

    Is there a way to show visitor a “Please wait…” -type of text while S&F is loading it’s cache? Now the page looks broken and it might confuse some users.

    Trevor Moderator
    #205349

    Is this after a search has been made? That time seems very long unless you have a very large number of posts or a very complex form.

    Jaakko Saarenketo
    #205391

    Hi Trevor. I’m talking about when changing the SF form filters, categories, taxonomies… and SF has to build the cache again.

    I wished to show visitors that “Please come back after couple minutes” if the cache happens to be loading.

    Trevor Moderator
    #205393

    Ah, I understand. This is not possible, sorry. You would have to edit the page itself to add a message, then when it is done, put the form back.

    Jaakko Saarenketo
    #205398

    It could be like:

    $(document).on(“sf:cacheloading”, “.searchandfilter”, function(){
    console.log(“SF Cache is loading”);
    });

    Please? 😀
    Doing it manually is really not an option.

    Trevor Moderator
    #205404

    There is no function or hook in the plugin to enable this, sorry.

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

The forum ‘Search & Filter Pro’ is closed to new topics and replies.