224 comments found.
Is it possible to change the size of the player?
Hello,
Yes you can change the player size. You have parameters for width & height.
Regards
Are the parameters in the code because i don’t see it in the setting?
Hello,
In ‘Player Settings’ ->’General Settings’ section
Regards
I see “Player Padding” but not width or height.
I’m very sorry, I was under the impression you are referring to the video player plugin. My mistake
For audio player, the width & height are calculated automatically. The only thing you can set is ‘Player Padding’
Regards
I want to use the Minimal Option 5 version, but want to know if I can use my own play/pause icons so it matches my own site’s design?
Hello,
Yes, you can overwrite the skin images. If the image dimension will be different from the existing one, you’ll have to change width & height in .css file, too.
Regards
Hey there,
just one question before I purchase the player:
Is it possible to create a player and then add a file to play via shortcode?
Like [lbg_blabla settings_id=”1” file=”song.mp3”]
So I could easily use the same player for different files without having to set up numerous players with 1 song playlists…
Thanks.
Hello,
This option is not available.
You also have ‘Duplicate’ option and all the settings you’ve done for a player will be preserved for the duplicated player. You’ll only add the audio file in ‘Playlist’.
Regards
Hello, need your help, i have a problem, the player doesn’t appear in my post. Maybe there were a conflicts with the jquery ,
Error: jQuery(”#lbg_audio1_html5_1”).audio1_html5 is not a function
any idea to solve this, thx before
Hello,
Most probably you are loading jQuery multiple times on your page and this creates conflicts.
Please check this link: http://digwp.com/2009/06/including-jquery-in-wordpress-the-right-way/
Regards
it still can’t work , need help
Hello,
Please send me on office@lambertgroup.ro a temporary user & pass to your wp-admin to take a look
Also, the front-end link where you have the player
Regards
ok thx, email has been send
Hello,
A question before purchasing.
Is the player can be easilly added in the header.php of the theme I am using? I purchased some other music players and the code could be used only in a page (by creating a normal page in wordpress and then paste in this page). I would like the player to appear in my menu bar in the header.php.
Thank you for letting me know.
Hello,
To include the shortcode in a template page, for example header.php you need to use do_shortcode() function: http://codex.wordpress.org/Function_Reference/do_shortcode
For example:
<?php echo do_shortcode("[lbg_audio1_html5 settings_id='1']");?>
Regards
Hi, can you please tell me if this also works with .m3u playlists? e.g. if I wanted to stream content from a radio station on my website would it work? (xxx.com/xxx.m3u)
Hello,
It doesn’t work with .m3u
It only works with .mp3 and .ogg
Regards
This is perfect! I’ve tried numerous players and it’s amazing how hard it is to find one that plays a playlist and can be super minimal on the site.
For those looking to have it play random songs from your playlist:
..This will set your playlist to random on ALL your playlist.
..add the code shuffle($result); after the playlist array is pulled from the database in the file lbg-audio1_html5.php . For me this was line 631.
The idea is that the songs are loaded into an array, you are then shuffling the array, then <ul /> is generated from the array.
—>I suppose if you wanted to do it on a per playlist basis you could do something like below. It would require to have a song that is not in other playlists.
if (in_array ("song_from_playlist1", $result) {
shuffle($result)
}
or multiple lists
if (in_array ("song_from_playlist1", $result || "song_from_playlist2", $result || "song_from_playlist3", $result) {
shuffle($result)
}
Hi there,
I find there is a problem with the pause button.
Once the file is playing the pause button is hard to click..
Is there anything you can do about this?
Thank you
Hello,
Please send me on office@lambertgroup.ro the link where you have the player, to take a look
Regards
Hello, I come to write to you because I have 1,100 titles on my site. I wanted to install your reader but I did not know that the files ogg were obligatory and I cannot do them for ogg because that too many places on my waiter.Do you have solutions? Thank you
Hello,
The .ogg is not mandatory.
You can use .mp3 for both Input boxes (.mp3 and .ogg).
With the new Firefox 24.0, HTML5 audio players have now .mp3 support, too
The only browsers which still use .ogg are Opera and older versions of Firefox
Regards
Hello, Thank you for your answer, the plugin looks to function very well. To perhaps avoid this error should tell you. You have a licence extended for this plugin, I should buy 3 of them still Thank you
Hello,
I’m sorry, we don’t sell extended license.
Regards
Hey,
Any word on an update for continuous play through reload / click on another page?
If so any word on when?
Thanks great plug in…
Hello,
The update is not done and we can’t make a promise regarding the date
Regards
Hello,
The problem was that your site was adding for the mp3 and ogg file links of this type
http://loudguitars.com/home/?attachment_id=4998 http://loudguitars.com/home/?attachment_id=5006
You had to click ‘File URL’ before clicking ‘Insert Into Post’
Regards
Can the player size be customized? For instance stretch it to fit the width of a column or page?
Hello,
You can change the skin of the player and add one of your own but you can’t stretch it to fit the width of a column
Regards
Hi, I do feel totally stupid but, for the life of me, I cannot set up the Initial Volume Value in the Players Settings Pages. What looks like button sliders to do so, I presume, are NOT sliding…!
Quick help very much appreciated. Thank you !
Hello,
You might have a jQuery conflict.
Please send me on office@lambertgroup.ro a temporary user & pass to your wp-admin to take a look
Regards
Sent you info by email. Thank you much !
You are the Best !!!
Hi Lambert, Player appears with the list, but the audio does not play and the counter stays at 00:00. Can you help me please? Thanks!
Hello,
Please send me on office@lambertgroup.ro the link where you have the player, to take a look
Regards
It works. Thank you very much for the technical support. Great!!!!!
I just purchased your plugin and everything is working except I don’t want the Song Tile or the Numeral Setting to show, I don’t know how to hide (The Show/Hide Playlist) Button. I only want the audio controls to be visible, please see the following page:
http://pennamen.com/songs/inspirational-songs/a-simple-prayerThank you in advance for your help,
KashmoRules
Hello,
In ‘Manage Players’ -> ‘Player Settings’ -> ‘Playlist Settings’, you have a parameter called ‘Show Playlist On Init’. Set it to false.
If you don’t want to show it at all, set to false these 2 parameters, too
Show Playlist Button
Show Playlist
Regards
Thank you so much, it worked perfectly. Really appreciate your prompt reply. Thank you for creating a great plugin!
Thank you again!
KashmoRules
I just purchased your plugin and everything is working except I don’t want the Song Tile or the Numeral Setting to show, I don’t know how to hide (The Show/Hide Playlist) Button. I only want the audio controls to be visible, please see the following page:
http://pennamen.com/songs/inspirational-songs/a-simple-prayerThank you in advance for your help,
KashmoRules
hi great work! couple strange admin player behavior however:
1) when adding tracks the playlist usually doesn’t show the track just added until i refresh that page.
2) also, is there a way to have the “Set It First” box UNchecked? it’s annoying and messes up the numbering. additionally, the tracks show up as multiple #2, #3, etc…
3) the player settings page sometimes comes up with all values blank. i have to refresh a few times to get it to show the data inputs…
seems like there’s a db refresh issue going on… any advice? thanks! s
Hello,
1. & 3. It can be a conflict with other plugin.
2. I can modify a line in the plugin to have that box ‘Unchecked”. We’ve put it ‘Checked’ because it was the clients request
Please send me on office@labertgroup.ro a temporary user & pass to your wp-admin, to take a look.
Regards
hi thanks! i’ll send the temp log in now, also in contact with Laurentiu is this same?
You can use that email, too
Is there a way to random/shuffle the playlist so when a user comes to the playlist page it plays a different song each time?
Hello,
I’m sorry, this option is not available.
You can do this using a PHP script which can generate the playlist section in a random manner
Regards
Is there any way you can give me that script? Thank you for the reply.
Hello,
We don’t have that script
Regards
Ok, any idea as to where I could possibly retrieve it?
Please send me on office@lambertgroup.ro a temporary user & pass to your wp-admin.
Regards
Hi I have added files however none of them seem to play. Could you tell me what may be wrong?
Hello,
Please send me on office@lambertgroup.ro the link where you have inserted the video player, to take a look
Regards
How do I add play automatically on my home page when visitors enter my site?
Hello,
You can set AutoPlay-true
Regards