• When in Settings > Formatting > Events > Single Event page format,

    {has_category_xConcert}
    <span itemscope itemtype=”https://schema.org/MusicEvent”&gt;
    <meta itemprop=”name” content=”Concert: #_EVENTNAME (#_{l d-m-Y})”>
    {/has_category_xConcert}

    Becomes in the resulting HTML:
    <span>
    </span>

    This is only one example. What’s going wrong?

    • This topic was modified 2 months, 3 weeks ago by reinoudh.
Viewing 4 replies - 1 through 4 (of 4 total)
  • I am having the same problem. My custom event formats have been stripped.

    I believe this problem is due to a recent WordPress update. Events Manager needs to update their code to follow WordPress guidelines for how admin fields are processed using “unfiltered_html”.

    Thread Starter reinoudh

    (@reinoudh)

    I had to go back to version 6.4.6.4 (August 2023) and can’t update without getting this problem. An update to version 6.4.7.1 started this problem in my case (released beginning March 2024?), later versions have the same problem.

    Good to know. I tried rolling back but didn’t go that far.

    I created a template file with the formatting code.

    It seems that the problem is with how EM uses the WordPress admin field. Not sure if a WP update changed and now EM doesn’t work correctly, or vice versa.

Viewing 4 replies - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.