editor trimming HTML
-
Hi guys. Awesome plugin! thanks for doing it.
I’m having some trimming on your content editor, in HTML mode.
I need to publish an audio player, and works fine. But I need to avoid the download button.
I found how to solve it, and works fine on normal WP pages and posts. But for some reason the code on your editor is being trimmed.Here is the code that works on pages:
<audio controls controlsList="nodownload"> <source src="xxx.mp3"" type="audio/mpeg"> </audio>On your editor, after saving I get only this:
<audio controls> </audio>Any suggestion? Thanks!
Viewing 6 replies - 1 through 6 (of 6 total)
Viewing 6 replies - 1 through 6 (of 6 total)
The topic ‘editor trimming HTML’ is closed to new replies.