I am building a new site starting from Beta 7. MEC is the key part of it, for me as well.
I see that many of MEC custom Dynamic keys are available. For example, mec_allday returns 1 if the event is set as an All day event.
I wonder if it is possible to set a condition on an element like Text, that would do something like this. IF mec_allday = 1, Display the Element.
Also, MEC and many other plugins have well documented ways to override their Single Event page. For example, they say that this is needed to display their QR widget: $single->display_qrcode_widget($single_event_obj);.
To a non-developer, that doesn’t mean much.
I wonder if there is a way to display such widget from native Dynamic content?
Also, I have tried to find a way to display a background-image on a Homepage section. This background image should be called from the Ongoing MEC event. It seems that this is not possible because there are only Current, Next, Previous and Specific Post. Then I have remembered that I could use the new Loopers for this, but with no luck.
I have tried to change the Looper Provider on the post element to “Event”, but the Element continues to show WordPress posts.