[ad_1]
[SOLVED]
[ad_2]I'm using Avada 7.11.10 and building a custom layout for my podcast episode posts.
I want to insert HTML for each episode's podcast episode player into a code block I've included in the layout. The HTML come from an advanced custom field, "episode-player", that I've added to the custom post type.
But there doesn't seem to be a method for dynamically inserting ACF values into a code block in the same way I can insert ACF values into other blocks such as text blocks.
Tab block with ACF value inserted dynamically: podcast-episode-description

I’m not familiar with Avada but I know that with some other page builders it can be handled through the basic text block. For example, I have some custom map elements that I run through ACF through basic text blocks and it renders properly on the front end.