androos

Results 7 comments of androos
trafficstars

I searched in google about this, found nothing.

## See the blacklist.conf file at the parent dir: /etc/nginx. ## Deny access based on the User-Agent header. if ($bad_bot) { return 444; } ## Deny access based on the...

Is there also an "is_not..." option ?

I don't know, but some thing is wrong here. I have a product search widget and a standard search widget. Standard search should be invisible on /shop Product search should...

Correction, after using is_shop() respectively !is_shop(), product search is visible on shop and not visible on other pages, standard search never visible.

Yes !is_shop() is for the standard search, because it shouldn't be shown, and is_shop() is set on the product search widget, which should be shown. Cache is cleared, forced reload...

I have similar problems with all other Widget Visibility plugins. Everything works as expected, except when the main shop page comes in to play.