Code

Discussion on Apollo - Sticky Full Width HTML5 Audio Player

Discussion on Apollo - Sticky Full Width HTML5 Audio Player

Cart 307 sales

LambertGroup supports this item

Supported

This author's response time can be up to 1 business day.

41 comments found.

this is the page the player is not displaying: https://lightninglyrics.com/

okay then how do i remove facebook and twitter icons from the player – it has to be all or nothing

I removed this script:

<script src=”https://ajax.googleapis.com/ajax/libs/jquery/3.5.1/jquery.min.js” type=”text/javascript”></script>

this script conflicts with my Owl carousels too – can’t have this on page because it disables my carousels.- am i going to have other problems that i don’t know about

Hello!

To hide FB and Twitter buttons you can set:

showFacebookBut: false,

showTwitterBut: false

where you initialize the player.

Please double-click the ‘____help.html’ file and go to the ‘JS Options’ section to see all available parameters and how to use them

Regards

haditv

haditv Purchased

startMinified is not working

Hello,

Please send me the url to your page where you have the player, using the form present on the right sidebar of our profile page, where it writes ‘Email LambertGroup’: https://codecanyon.net/user/lambertgroup

Regards

haditv

haditv Purchased

sent url by form, please check thank you

Hi Team, We are planning to purchase this Player but before purchasing we have some question. 1# Is this player list based on XML Format or JSON format ? How to we need to bind Songs into the same ? #2 If we have multiple songs on one page and if user wants to run songs in player then what could be values/format is need to pass to the player ? #3 How this player design and support which platform to run ? We have Application on .Net Framework but we can create JSON or local XML from location to play the songs. Could you please help to assist on the same and quick response. Email Id – pratik_godha@hotmail.com

Thanks, Waiting for your response.

Hello!

The player has the loop option for the entire playlist

Regards

So if pass the loop value as TRUE or FALSE. will work as repeat the songs or playlist ?

Also do we have a button somewhere on the player ?

Looking forward to your response Thanks

Hello!

Yes, it has a parameter (true/false) to set the loop for the entire playlist (not for a singular song). It doesn’t have a button.

You can find all the available buttons in the live preview. Example: https://stickyfullwidth.audioplayerhtml5.com/standard-black-buttons/

Regards

Hi can you confirm that this radio player streams icecast and especially ogg files. Were thinking of buying today. Big thanks

Hello,

Please send me the radio stream url your want to play, using the form present on the right sidebar of our profile page, where it writes ‘Email LambertGroup’: https://codecanyon.net/user/lambertgroup

And I’ll run a test.

Regards

I have purchased your player but can not see this feature add to queue? I want to achieve this functionality if it is not supported in this player do you have any other player where we can get this?

Hello!

I’m sorry, it doesn’t have this option.

Regards

Good luck with your sales

Hi, This is Vinoth. I’m interested to buy “apollo – sticky full width html5 audio player” from you. But before that i want to know few things about this product. Such as if i want to customize something on this like removing some of the features, button which are shown in UI like share, download and etc.., Is it possible? and is this player capable of playing live stream audios?. Please reply me as soon as possible. I’m waiting for you reply.. my email id – vinoth@proisc.com

Hello!

I’ve replied your email

Regards

Hi, is it possible to use this player at woocommerce product page which handle unique playlists item by item?

Hello!

I’m sorry, it doesn’t have this option.

In this case, you need to add the audio files in the player playlist, like presented in the video tutorials: https://youtu.be/8qA3LlLxnPA?t=101

Regards

Sorry, this is not an option, cause too many items has to be created. thank you for your answers!

Should you have any other questions, feel free to contact us again

Hi, i have just sent mail to this address: office@lambertgroup.ro . Please let me know if this address is not right. Thanks

Hello!

I’ve replied your email

Regards

How do I play a specific item from playlist through a button on my webpage?

Hello

Ok, thank you very much, but when I add a file manually with this method, either seek bar disappears or animation bar stops.

Hello!

The player needs to have at least one song in the player playlist and then you can use the API.

If you still have problems, please send me the url to your page where you have the player, using the form present on the right sidebar of our profile page, where it writes ‘Email LambertGroup’: https://codecanyon.net/user/lambertgroup

Regards

I have sent the url by email form, please check, the animation bar is not working if I add the files manually.

Hi, guys. I am now get the below. Can any one please advise? VM26281 jquery-3.5.1.min.js:2 Uncaught TypeError: Cannot read property ‘title’ of undefined at aa (VM26280 audio7_html5.js:9) at HTMLAudioElement.<anonymous> (VM26280 audio7_html5.js:91) at Function.each (VM26281 jquery-3.5.1.min.js:2) at S.fn.init.each (VM26281 jquery-3.5.1.min.js:2) at S.fn.init.d.fn.audio7_html5 (VM26280 audio7_html5.js:56) at HTMLDocument.<anonymous> (whiteControls.html:23) at e (VM26281 jquery-3.5.1.min.js:2) at t (VM26281 jquery-3.5.1.min.js:2)

Hello!

I’ve tested the player with https://code.jquery.com/jquery-3.5.1.min.js and is working ok.

The combination was with : https://ajax.googleapis.com/ajax/libs/jqueryui/1.10.4/jquery-ui.min.js

Try using the latest version of the player.

P.S. your free 6 months support has expired. For additional support requests you need to buy additional 6 or 12 months support from here: https://codecanyon.net/item/apollo-sticky-full-width-html5-audio-player/20127983

Regards

Thank you. I will test now and confirm. Thank you again. (Support, most def)

So I love the player – except for one GLARING issue … I have used the code you supplied to change the MP3 based on a link the users click in my web interface. But it doesn’t play automatically. It changes the song file, yes. But you still have to click the PLAY button. Is this correct?

Hello!

It is an ‘action’ but it is outside the player and the browser can’t be ‘tricked’ that the play button was clicked. If you have only 1 instance of the player on the page I’ll try a new approach to see if I can ‘trick’ it to play (auto-play).

Regards

OK – thank you!

Hello!

Here you have the button code:

<a href="javascript:void(0)" onclick="jQuery.audio7_html5.changeMp3('http://www.your_website.com/some_optional_path/file_name.mp3','The Song Name','The Song Author','');document.getElementById('lbg_audio7_html5_1').play();jQuery('.AudioPlay').addClass('AudioPause');">change mp3 button</a>

The ‘lbg_audio7_html5_1’ player ID name, you’ll have to change it only if you’ve used a player that has a different ID than 1.

Let’s say that your player ID, in ‘Mange Players’ section, is 3. Then the correct player ID is ‘lbg_audio7_html5_3’

exactly what lines of code should I put in the “head” section and in the “body” section?

Hello!

Please check help documentation (double click ‘____help.html’ file) and go to ‘HTML/JS code for implementation’ section. You have there a 4 steps tutorial for implementation which is a basic copy & paste procedure.

Regards

Could this be used for a preview player for WooCommerce, with a seperate playlist for each product?

Hello!

You can create as many players as you need and insert them in the separate page.

Please check the video tutorial available on the product page.

Regards

Give to separate mp3 by categories? I wanted to create mp3 music categories to put on the site. When the person chooses the category, they play only the music of the category.

Hello!

Yes, you can use this player.

Regards

any plans to add shoutcast to this version?

Hello,

You can use shoutcast, but with some restrictions:

1. You can use only 1 radio stream

2. It will not display the current playing song

Regards

Hi there, thanks for your wonderful library, just purchased it.

I was wondering if you can provide examples for the followings, since it’s not in the zip-file:

multiple instances (http://stickyfullwidth.audioplayerhtml5.com/multiple-instances/) - textured bg (http://stickyfullwidth.audioplayerhtml5.com/with-background-texture/)

Also, is it possible to show how the Track can start from a certain time rather than from zero?

quick update: solved the timing issues. now, I just need an example of the ui with colors as the example, that would be great! thanks again.

Hello,

The textured bg (http://stickyfullwidth.audioplayerhtml5.com/with-background-texture/) example is in the .zip and it is withBackgroundTexture.html file.

Regarding the multiple instances, all you have to do is to change the player parameters when you initialize it in your page. Please check help documentation, ‘JS Options’ section, to see all available parameters and how to use them.

Regards

Can this be made to update the song when I click a link? Example I have a table of 100 songs and I want to “preview” a song by clicking a button and then it loads into the player and starts playing, also populating the xtitle and download link?

Hello,

You can click a button from your page and load the audio file in the player.

<a href="javascript:void(0)" onclick="jQuery.audio7_html5.changeMp3('http://www.domain_name.com/some_optional_path/file_name.mp3','The Song Name','The Song Author','http://www.domain_name.com/some_optional_path/file_name.jpg');">test button</a>

Please check help documentation, ‘API function’ section.

Regards

i can hide some bottom? Ex. share,buy

Hello,

Yes, you have parameters to hide these buttons

Regards

by
by
by
by
by
by

Tell us what you think!

We'd like to ask you a few questions to help improve CodeCanyon.

Sure, take me to the survey