Code

Discussion on HTML5 Audio Player WordPress Plugin

Discussion on HTML5 Audio Player WordPress Plugin

Cart 746 sales

LambertGroup supports this item

Supported

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

224 comments found.

Is it possible to have a player with bigger width, because the titles of each of my track need more space ? Example: is it possible to modify the width pof the audio player to 680px ?

Hello,

I’m sorry, this option is not available

Regards

Lambert, the player and playlist works well. I’d like to know how to center the player on a post/page. LMK. Thank you so much!

Hello,

You can insert the shortcode in a div which has this css styles

<div style="width:230px; margin:0 auto;">[lbg_audio1_html5 settings_id='1']</div>

Please also check this small tutorial: http://bluerobot.com/web/css/center1.html

Regards

hi. i actually bought this plugin around two weeks ago and very happy with it. yet my website visitors face some problems. some them notice that two of my sound tracks are not working. in other words, in some minutes it stops playing. how can i solve this problem?

Thank you

actually no

Hello,

Please send me on office@lambertgroup.ro the link where you have the player, to take a look

Regards

ok i sent you

Hi, purchased and downloaded zip file, then tried to upload zip from WordPress add plugin. It failed several times. What’s going on?

Never mind I figured it out . . . it works! Thanks!

Hi, Does it work on excerpts or posts/pages only? Is it responsive? Can I set the width to 100% and will it re-size accordingly? Thanks Leo

Hello,

Only if the excerpt will not cut from the code.

The player maximum width is 240px so it doesn’t need to be responsive. You need to have a responsive website and the player will fit in any version of your website (desktop or mobile)

Regards

Alright, this is a great pice and has a great price yet it seems to be lacking on the customization area. I am able to follow your instructions when it comes to customizing the colors using the set tools but I seem to be unable to make changes to the css style sheets or whaever change I do it just doesn’t take. can please give advice or pointers here.

Thank you in advance,

Hello,

Yes, you can use larger icons for the buttons. Don’t forget to modify in the css file the new width & height for each button.

You also have ‘Player Padding’ parameter from where you can add increase/decrease padding.

Regards

UPDATE: I think I found a way to bypass this. Thank you for the help.

Thanks for the advice, it all worked as you said except that the width and height of the audiocontrols.

The icons are bigger because I can see them (even if its just part of them) and the padding increased the black area around the controls. Everything else remained unchanged even when changes were made on the css file. is there anyway to bypass the variable size you have going on the js file?

Hello,

The script calculates the player dimensions from what it finds in the .css file.

Please send me on office@lambertgroup.ro the link where you have the player, to take a look

Regards

Hey. Is it possible to add a search bar so that someone can search keywords?

Hello,

This option s not available

Regards

Awesome plugin. thank you

Hello,

Please send me on office@lambertgroup.ro the link where you have the player, to take a look

Regards

and it doesn’t work on Opera latest version too! please help. Thank you

ok, thank you.. i sent it

HI, is it possible autoplay on mobile device? Thanx

is it possible to enable or is it deprecated?

It is disabled by the OS to protect the internet bandwidth

Regards

THANKS A LOT!

I would like to embed this player without a shortcode any advice? Thanks!

I tried using this for the header section <?php echo do_shortcode(“[lbg_audio1_html5 settings_id=’2’]”);?> but I get a duplicate play/pause button. I am using a minimal player style. Also, the padding is not working well either.

Hello,

Yes, you need to use do_shortcode() function like you already did.

Please send me on office@lambertgroup.ro the link where you have the player, to take a look

Regards

Found out the issue: I switched the quotes around like this: <?php echo do_shortcode(‘[lbg_audio1_html5 settings_id=”2”]’);?>

Hello,

I have 2 pre-sales questions:

1. I’m using Minimum WP theme ( http://demo.qodeinteractive.com/minimum/ ) for a new site and transitions between pages are in AJAX, is there a way to let your player play the music all the time without any interruption when browsing from one page to another? I’d like to use the minimal skin and put the player in the footer.

2. Can we play the music by default when landing on the site?

Thanks by advance for your help.

Best regards, Florence.

Hello,

1. This option is not available

2. Do you refer at auto-play? If your are referring at auto-play, the answer is YES. The player has autoPlay option

Regards

Hi

Pre-Purchase question

Does/can the plugin include a Download button for each track in a playlist?

Hello,

The plugin doesn’t have this option.

You can add a a href link for for download text in the playlist description, for each item

Regards

I found that HTML% Audio player does not work on my Android device, but it works perfectly on Windows (Explorer-Firefox). My website is www.giacorri.it

Hello,

For us it works on Android with the default device browser. It was tested on android 4

Regards

Hi,

when using the button player only… is it possible to change size?

Hello,

You can change the skin dimension in css (after you upload your own skin images)

Regards

Hi

Can someone help me? i have embedded the player in my Wordpress Post, but i can’t see the Player. The link to my Post is here:

http://peanutpodcast.de/boardwalk-empire/
Hi, I can locate this code:
 
<script src="http://code.jquery.com/jquery-1.10.2.min.js" type="text/javascript" charset="utf-8"></script> 

in the header.php file. If I replace this code with:

<?php wp_enqueue_script("jquery"); ?>

the postimage-overlayeffect in the index page is gone and I can use the player. It seems that I can’t have both. Could it be that my theme is not compatible with the plugin?

Where can I find the first code?

<script type='text/javascript' src='http://peanutpodcast.de/wp-includes/js/jquery/jquery.js?ver=1.10.2'></script>

Hello,

The first loading is generated by our plugin using

<?php wp_enqueue_script("jquery"); ?>

The plugin is compatible with any theme

Please send me a temporary user & pass to your wp-admin to take a look

Regards

Thanks you for your help and support

Hi

Can someone help me? i have embedded the player in my Wordpress Post, but i can’t see the Player. The link to my Post is here:

http://peanutpodcast.de/boardwalk-empire/

Hi

I have this theme and i want to put this simple player in there

how can i do this so its there on every page. Can this plugin be put into the footer, or even as a floating button sitting in the top corner?

http://themeforest.net/item/fluxus-portfolio-theme-for-photographers/3854385?WT.ac=solid_search_item&WT.seg_1=solid_search_item&WT.z_author=intheme

Hi, i have tired this but it stop the theme from working, is there any chance you can help me just to get the code in correctly

Hello,

Please send me on office@lambertgroup.ro the link where you have the player, to take a look

Regards

just sent an email, thank you once again :)

Hello, LambertGroup!

I have a quick pre-sale question:

1) Can this player be placed in a widget (sidebar)?

Thanks in advance!

Hello,

The player is inserted using the shortcode.

To insert a shortcode in a sidebar widget you need to have your theme prepared for this. Please check this link: http://englishmike.net/2008/07/07/wordpress-quick-tips-3adding-a-shortcode-to-a-sidebar-widget/

Regards

Hi, impressive plugin, very easy to integrate and customise! :D just a quick query, is it possible to disable it when played on mobile devices only? (Strange, I know, but client doesn’t want music playing on mobile phones, just on desktops and tablets)

Thanks

Hello,

This requires custom script modification. Please send me an email on office@lambertgroup.ro

Regards

Hi,

Excellent plugin! Is it possible to to include it into the header.php?

Hello,

Yes, it is possible.

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

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