Viewing 11 replies - 1 through 11 (of 11 total)
  • Hello,
    I am in the same situation and I am stuck
    I don’t have the solution
    sceneouverte

    adamshand

    (@adamshand)

    Seeing the same thing, thought I was going crazy. I guess we’re waiting for a fix?

    tpaul25

    (@tpaul25)

    Same. Can you please let me know what the solution is?

    adamshand

    (@adamshand)

    Install the Rollback Plugins plugin and go back the the previous version. Worked for me.

    tpaul25

    (@tpaul25)

    adamshand, that worked! Should have thought of that earlier. Thanks.

    Thread Starter davidjax

    (@davidjax)

    Hi all,
    I re-installed version 3.2.2 and all seems to work again (when I went back to 3.3.3 the events wouldn’t load correctly on the main events page). I got the old versions from github.

    sceneouverte

    (@sceneouverte)

    Bonjour,

    Merci pour les informations . Je vais faire pareil

    Thread Starter davidjax

    (@davidjax)

    Bonjour @sceneouverte,
    It worked for me, you will need to deactivate 3.3.4 before you can activate the re-installed version
    Good luck!
    Dave

    sceneouverte

    (@sceneouverte)

    Ok merci

    The issue is caused by this line in the template file content-single-event_listing.php
    line 114

    echo esc_attr(apply_filters(‘wpem_the_content’, $event->post_content));

    esc_attr() escapes the HTML and prevents WordPress from parsing blocks.

    Changing it to:

    echo apply_filters(‘the_content’, $event->post_content);

    fixes the issue and renders the content correctly for me.

    Tested on WordPress 6.x with multiple themes (Kadence, Twenty Twenty-Five).

    merci beaucoup pour votre aide

    sceneouverte

Viewing 11 replies - 1 through 11 (of 11 total)

You must be logged in to reply to this topic.