QUESTION html5 video in blog post only shows in backend - Printable Version +- GetSimple Support Forum (http://get-simple.info/forums) +-- Forum: GetSimple (http://get-simple.info/forums/forumdisplay.php?fid=3) +--- Forum: Scripts & Components (http://get-simple.info/forums/forumdisplay.php?fid=11) +--- Thread: QUESTION html5 video in blog post only shows in backend (/showthread.php?tid=10293) |
html5 video in blog post only shows in backend - pigsound - 2017-11-29 hi there, i entered a simple html5 tag Code: <video id="sampleMovie" src="HTML5Sample.mov" controls></video> in the blog. it works well in the text editor preview in the backend, but on the front end there is no video and the tag will not show in the source code. can anybody give advice? pigsound RE: html5 video in blog post only shows in backend - shawn_a - 2017-11-29 Ckeditor might have stripped it out, did you reload the page and make sure it saved RE: html5 video in blog post only shows in backend - pigsound - 2017-11-29 (2017-11-29, 01:14:38)shawn_a Wrote: Ckeditor might have stripped it out, did you reload the page and make sure it saved yes, i did: i logged out from backend and logged back in - post including the html5 code is still there and running (in the back end). but on the front end the code is missing. apart from that i noticed that also common formatted text <p> entered in the text editor won't show in the front end of this one post … all other post contents work perfectly. the blog post's xml: Code: <?xml version="1.0"?> RE: html5 video in blog post only shows in backend - shawn_a - 2017-11-29 hmmm, works for me. cross domain url maybe? RE: html5 video in blog post only shows in backend - pigsound - 2017-11-29 (2017-11-29, 04:35:59)shawn_a Wrote: hmmm, works for me. SOLVED: i found the error - it was in front of the screen, not on screen. i did not know that the date has influence of the content display: the post had been dated with a date in the future which made it hide the post content. thank you for helping, shawn_a! RE: html5 video in blog post only shows in backend - shawn_a - 2017-11-29 must be a plugin thing |