Sometimes I feel like I’m losing my mind when working with conditions.
Trying to do a simple thing: Only display an element for logged out users AND only if it is a single view of a post AND (I want to add this) NOT on any category archive page. The way this is set up now still has my element showing on category archive pages. Can’t get it right:
What I am doing is displaying an overlay with a popover like this:
The element is in my footer and I am trying to set conditions for where I need it displayed.
Ultimately, all I really want is for this element to be displayed to users who are not logged in on single posts only. It is in the footer because that is a global element that is displayed site wide.
What’s the best way? What m I missing? Thanks!