Forum Replies Created

Viewing 1 replies (of 1 total)
  • Just ran into a similar issue recently on a client site we built at: https://brightsparks.co/, and in our case, the Event Organizer fields weren’t displaying due to a clash between a custom theme override and how Elementor pulls in dynamic tags. The JSON data was there (as you’ve also confirmed), but it simply wasn’t rendering in the frontend.

    What worked for us was switching the widget to a shortcode block temporarily and manually pulling in the organiser meta fields using dynamic tags. Not ideal long-term, but a solid workaround until we isolated the conflict. Eventually, we traced it to a custom function filtering the_content too early in the loop.

    You might want to also double-check whether the widget is placed inside a nested condition or section that only displays if certain fields are filled. Sometimes Elementor silently hides elements when conditions aren’t met, even if the fields technically exist.

    Hope that helps. Let us know if you figure out a cleaner fix!

Viewing 1 replies (of 1 total)