Is_product_category() Condition

Hi,

I am trying to display a header, based on the is_product_category condition. I registered the function in my functions.php as required by bricks to echo, created a dynamic data condition checking for is_product_category == 1, and added the label to display, but it doesn’t show up.

for is_shop it works fine for some reason though. the output 11 shows that the function itself outputs correctly for is_product_category as expected. I don’t see why the check for 1 is not displaying then the header

Disregard. suddenly started working.. I have an issue with Google Chrome I think