Hi there,
I have the exact same problem. I am combining like the following:
is_page(array(30,20,25,26)) OR in_category(array(1,6,7,8)) OR is_category(array(1,6,7,8)) or, but that does not change anything, like:
is_page(array(30,20,25,26)) || in_category(array(1,6,7,8)) || is_category(array(1,6,7,8)), and the same goes for a reduced one like:
is_page(array(30,20,25,26)) || is_category(array(1,6,7,8)) or even if I split it up into single categories/pages to avoid arrays.
Any insight on this? Does this happen to others as well? Did bluebird happen to have it solved in some way?
I might add up that I use five different widgets, all with different conditions.