Your browser does not support the audio element er

More
11 years 1 month ago #34200 by rachi_1977
Hi, I am getting this error where the audio player should be:

Your browser does not support the audio element.

I have tried this site out on Google Chrome, Firefox and IE 10?

Can you please advise a fix for this?

Please Log in to join the conversation.

More
11 years 1 month ago #34224 by ivan.milic
You need to provide source tag both for mp3 and ogg format because some browsers support mp3 others just ogg (IE)

Please Log in to join the conversation.

More
11 years 1 month ago #34248 by rachi_1977
Hi, Sorry this didn't answer of fix this. But I added the following code to the Custom HTML that I found in this post

www.hotjoomlatemplates.com/support-forum...ur-music-live-module

By adding "audio controls" code below I got the player working:

<audio controls="">
<source src="images/music/sample1.ogg" type="audio/ogg">
<source src="images/music/sample1.mp3" type="audio/mpeg">
Your browser does not support the audio element.
</audio>

But it is all over the place. The CSS elements are all thrown out and it is not displaying like it does in your demo demo.hotjoomlatemplates.com/index.php?template=music_band

Again could you please provide a backend login for the demo or provide all the custom HTML code used in the module so I can compare it to what I have and work out why the layout is not working?

For an example please see my attached screenshot.
Attachments:

Please Log in to join the conversation.

More
11 years 1 month ago #34265 by ivan.milic
It looks like un-closed tag case

Please Log in to join the conversation.

More
11 years 1 month ago #34290 by rachi_1977
I have checked all the tags and made some changes and the layout is better but is still messy and not as displayed on your demo - please see attachment.

Please reply with the Custom HTML code in the module used for the demo demo.hotjoomlatemplates.com/index.php?template=music_band# and I will compare it to mine and hopefully this will fix the issue.
Attachments:

Please Log in to join the conversation.

More
11 years 1 month ago #34304 by ivan.milic
This is content inside module:
Code:
<div class="note"><img src="/music_band/images/logo_note.png" alt="note"></div> <div class="album_songs"> <div class="album_songs_pad"> <img src="/music_band/images/album_cover.png" alt="album cover" style="float:left;"> <!-- song 1 --> <div class="song_name">Lorem noise velit auctor</div> <div class="buy_song"> <a href="http://www.itunes.com">BUY</a> </div> <div class="audio_player"> <audio controls=""> <source src="/music_band/images/music/sample1.ogg" type="audio/ogg"> <source src="/music_band/images/music/sample1.mp3" type="audio/mpeg"> Your browser does not support the audio element. </audio> </div> <!-- song 2 --> <div class="song_name">Angles Song Uber ander</div> <div class="buy_song"> <a href="http://www.itunes.com">BUY</a> </div> <div class="audio_player"> <audio controls=""> <source src="/music_band/images/music/sample2.ogg" type="audio/ogg"> <source src="/music_band/images/music/sample2.mp3" type="audio/mpeg"> Your browser does not support the audio element. </audio> </div> <!-- song 3 --> <div class="song_name">Violet Light</div> <div class="buy_song"> <a href="http://www.itunes.com">BUY</a> </div> <div class="audio_player"> <audio controls=""> <source src="/music_band/images/music/sample3.ogg" type="audio/ogg"> <source src="/music_band/images/music/sample3.mp3" type="audio/mpeg"> Your browser does not support the audio element. </audio> </div> <!-- song 4 --> <div class="song_name">Green River Oslo</div> <div class="buy_song"> <a href="http://www.itunes.com">BUY</a> </div> <div class="audio_player"> <audio controls=""> <source src="/music_band/images/music/sample1.ogg" type="audio/ogg"> <source src="/music_band/images/music/sample1.mp3" type="audio/mpeg"> Your browser does not support the audio element. </audio> </div> <!-- END of songs --> </div> </div>

Please Log in to join the conversation.

Time to create page: 0.243 seconds
Powered by Kunena Forum