I have a custom field (embedded media) on a custom post type to store a YouTube URL.
In a content template I inserted in the block editor a Toolset “YouTube” field. This field pulls in dynamically the YouTube URL from the embedded media field of the current post.
It worked before. Now the video is displayed in the content template but not on the front end
Solution:
It is a compatibility issue with "SG Optimizer" plugin, you can try these:
Dashboard-> SG Optimizer-> Media Optimization, disable option "Lazy Load Iframes".
I'm trying to display a set of multiple-choice tests, each one with its own submit button. For each test, on submit, I must save the user's answer and give them feedback on whether or not it is correct.
Solution:
It is possible with little custom JS codes, see detail here: