Minify HTML breaking the wp video playlist /*<!–[CDATA[*/
-
Since I updated both wp to version 4.6.1 and W3TC to version 0.9.5.1, when HTML Minify is activated, the defaut wp video playlists are broken. Same problem with or without JS or CSS Minification. The website is currently running without html minification.
Any idea? Thanks in advance
FRONT (BROKEN)
/*
1. ? Video Title ?
2:00
/*]]>*/HTML (BROKEN)
<div class="wp-playlist-tracks">/*<!--[CDATA[*/<div class="wp-playlist-item"--> <a class="wp-playlist-caption" href="https://example.com/wp-content/uploads/2016/10/xxxxx.mp4"> 1. <span class="wp-playlist-item-title">? Video Title ?</span> </a> <div class="wp-playlist-item-length">2:00</div> /*]]>*/</div>
This is what I have when the HTML Minify is deactivated.
HTML (NORMAL)
<div class="wp-playlist-tracks"> <div class="wp-playlist-item wp-playlist-playing"> <a class="wp-playlist-caption" href="https://example.com/wp-content/uploads/2016/10/xxxxx.mp4"> 1. <span class="wp-playlist-item-title">? Video Title ?</span> </a> <div class="wp-playlist-item-length">2:00</div> </div> </div>
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘Minify HTML breaking the wp video playlist /*<!–[CDATA[*/’ is closed to new replies.