I've encountered an issue with my website that includes JS accordions. Strangely, they are not opening on the live site, but they function properly on Codepen. I checked the console in Chrome and found no error messages, however, when I looked at the Firefox console, I received the same error message 7 times:
HTTP "Content-Type" of "text/html" is not supported. Load of media resource failed. homebeta.html
All candidate resources failed to load. Media load paused. homebeta.html
I'm quite puzzled by this situation, so any assistance would be greatly appreciated.
The code snippet for one of the accordions looks like this:
<dt>
<a href="#accordion2" aria-expanded="false" aria-controls="accordion2" class="accordion-title accordionTitle js-accordionTrigger">
<img src="http://xurbia.tk/alpha/pictures/Play_button_next_stop_music_pause.png" height=40px class="pull-left"/>
Detox
<img src="http://xurbia.tk/alpha/pictures/Play_button_next_stop_music_pause.png" height=40px class="pull-right"/></a>
</dt>
...
You can view the full code here:
Here is the original Codepen where I initially created the accordions: http://codepen.io/shardros/pen/OyJqzj
Unfortunately, the accordions do not work on the following website: