Header not showing (at all)

I have two headers. One which should be visible on 7 pages (A) and one header which should be visible on all other pages (B). The last one works - the first one doesn’t and can’t figure out what I’m doing wrong.

It’s on this site: https://moelskov.dk

Okay - I’ve used the layout assignment on the 7 pages and that works fine, but I still don’t get why the other method didn’t work?

Hello @Kobber,

Thanks for writing in!

For Condition A, you should be using OR logic to separate each condition so that it would easily work.

Side (Specific) is Page 1 OR
Side (Specific) is Page 2 OR
Side (Specific) is Page 3

For Condition B, they should be in pairs and then use OR. For example:

Entire Site AND
Side (Specific) is not Page 4     OR

Entire Site AND
Side (Specific) is not Page 5     OR

Entire Site AND
Side (Specific) is not Page 6     OR

Kindly let us know how it goes.