I have a custom post type called Events with a show / hide slider and an available spaces field. I’m displaying this information on the front end using a slider (inline) and it all works great, its been built as a component. I then try to applied conditions to the Slide1 of the slider. I want to either be able to show / hide the event or if the available spaces is zero then hide the event from the slider. I have the following conditions and they each work separately doing exact as I need them to but when they are both applied neither works.
Number: {{dc:acf:post_field field=“event_show”}} == 1
OR
Number: {{dc:acf:post_field field=“event_spaces”}} == 0\
Any ideas why this doesn’t work ?
I can provide access to the staging site if required