this is an odd one.
I’m not sure how, but the html tags are removed from the first slide in a Looper Carousel.
(I managed to fix it by using classes instead of tags)
once the Carousel slides to the next event set, the tags are inserted back into the html of the old-first event and then removed from the new-first event.
this seems to happen every time there’s 3+ events in the carousel
here’s the page:
https://iwfct.org
<span style='white-space:nowrap!important'><span id='month' class='month'>{{dc:acf:post_field field="mec_start_date" type='date' format="M"}}.</span> <span id='day' class='day'>{{dc:acf:post_field field="mec_start_date" type='date' format="j"}}</span>
{% set endDay = acf.post_field({ "field": "mec_end_date" }) %}
{% if acf.post_field({ "field": "mec_start_date" }) != acf.post_field({ "field": "mec_end_date" }) %}
<span id='endday' class='endday'>{{ endDay | date("j") }}</span>
{% endif %} <span id='years' class='years'>{{dc:acf:post_field field="mec_start_date" type='date' format="Y"}}</span></span>
1st
2nd+


