Browser: Chrome & Safari
OS: macOS & Win 11
I am trying to build a super simple LMS where on a single custom page/post I would have a full course. Every course has Topics and each topic has Lessons. For that I am using ACF Repeater Field that has another Repeater Field (Course is a Page >Topic is a Repeater Field > Lesson is a Repeater Field) nested under it.
I have managed o get it working, I get Topic and Lesson titles (also via Dynamic link) appearing as expected, but the problem happens when I try to use the Code element to render iframe with the video that is hosted at BunnyNet. I am using the solution from this thread to display the iframe.
The funny thing is that if I use the Basic Text or the Rich Text element to display ACF data with the Dynamic link, I get the video to show, but only as I tiny little preview and iframe scale settings just don’t work.
It is good to mention that the Code element with the php solution from the link above has worked perfectly well in another example where I didn’t use repeater fields.
Of course, iframe renders in the Gutenberg HTML element as well. It would be great to have a similar element in Bricks.
Cheers!