• Resolved AJD

    (@ajd)


    I recently made a change in my singe event formatting area and a huge number of styles and schema markup tags were stripped out.

    For example:

    <div style="color:#111" itemscope itemtype="https://schema.org/Event"> 
    
    Has become simply: 
    
    <div>
    
    This is catastrophic for our rich snippets markup. I do have a backup of the formatting that I can reinsert, but I need to stop Events Manager from stripping anything out of the events formatting areas.
    
    Thanks
    
    
Viewing 4 replies - 1 through 4 (of 4 total)
  • I am having the same problem.

    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 AJD

    (@ajd)

    The recent update to Event Manager (6.4.8) says it:

    added EM_UNFILTERED_HTML constant, which does not apply wp_kses_post to settings if user has ‘unfiltered_html’ capability

    However, this does not fix my issue… Event formatting appears to now allow style tags, but still strips out schema tags like: itemprop=”addressRegion”

    • This reply was modified 5 months, 2 weeks ago by AJD.
    • This reply was modified 5 months, 2 weeks ago by AJD.
    Thread Starter AJD

    (@ajd)

    The most recent update to Event Manager (6.4.9) has fixed this issue. Admins are allowed unfiltered HTML in events formatting.

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