After changing the category or subcategory, “Nothing found” will be displayed in the search results

Anything and everything I do crashes my listing searches every time, such as after I upload a new image, doing a new listing, changing the name on a listing etc.
I spend hours deleting my Chrome browsing data dozens of times when I work on the system.

This is not acceptable and I cannot go public until this problem is solved. If everything I do crashes the searches imagine when Hosts start listing properties.

I posted this issue previously and I have deleted all caching plugins as recommended but its getting worse and not better so lets try again…

There is most probably a Hivepress cache that creates this problem.

And its no use to ask for examples it quite simple, whenever I change anything as stated above, my search results under the category or subcategory image just says “nothing found”

Help please.

Hi,

Thanks for the request. If you mean that this is a caching issue, we recommend installing the LiteSpeed plugin and configuring it as shown in this documentation: How to Speed up a HivePress-built Website | HivePress Blog. Also, please use this PHP snippet to disable the HivePress cache:

if ( ! defined( 'HP_CACHE' ) ) { 
    define( 'HP_CACHE', false );
}

Please also check the caching settings on your hosting provider’s side.

If this does not help, then it is definitely an issue with your browser. Therefore, we recommend installing a new browser (without any additional extensions) and testing everything in more detail.

I hope it helps

1 Like