Missing Audio Source element in Sermon Manager
-
After using Sermon Manager for several years, our ability to embed an audio player of our sermon .mp3 stopped working with one of the recent updates of the Sermon Manager plugin.
We are using the Edwards theme on our site.
I can embed the exact same audio element in a standard post on the site without issue. The issue occurs when I try to embed my audio element in a Sermon post.
Here’s an example of what I’m trying to include in the content of my sermon:
<audio controls=”controls”><source src=”http://podcast.northwoodlandsareacoc.com/2017/06252017_sermon.mp3″ type=”audio/mpeg” /></audio>
…but when I save the file, the resulting markup is:
<audio controls=”controls”></audio>
The <source> element has been stripped out.
Interestingly, old sermons that we created before the issue arose, still work correctly. The issue arises when I try to save the sermon post again – that’s when the <source> element gets stripped out.
The topic ‘Missing Audio Source element in Sermon Manager’ is closed to new replies.