Using mediaelement to display gallery of audio

It sounds like you need to set it up with unique IDs for each audio player. Try changing your PHP to this: <?php if(get_post_meta($value->ID, ‘portfolio_audio’, true)!=”){ ?> <div class=”audio-player”> <h2><?php echo $value->post_title?></h2> <audio id=”audio-player-<?php echo $value->ID; ?>” src=”https://wordpress.stackexchange.com/questions/206209/<?php echo $audio_url; ?>” type=”audio/mp3″ controls=”controls”></audio> </div><!– @end .audio-player –> That should give each audio player a unique … Read more

Number of times an audio file has been played using custom player

Firstly create a metabox with a custom field to add a counter to your song . As like add_action( “add_meta_boxes”, “amz_add_custom_meta_box” ); function amz_add_custom_meta_box() { global $post; if ( $post->post_type == ‘music’ ) { add_meta_box( “counter-meta-box”, “Total Played”, “_custom_meta_box_markup”, “music”, “side”, “high”, null ); } } Then, there is a function on scamp_player i.e. onTrackEnd: … Read more

Hide download button from audio player

Hi another simple way is to add the following code to hide the download button. Please adapt width and margin top elements. .wp-block-audio:after { width:35px; background-color:#F1F3F4; color:#F1F3F4; content:’.’; float:right; border-radius:50%; margin-top:-95px; z-index:999; position:relative; }

Continous audio play in pages

I did this on a site http://www.axjet.co/ I don’t know a plugin that will do it, this custom code added to my header. Using a simple dynamic drive script http://dynamicdrive.com/dynamicindex11/html5audioplayer.htm

Hata!: SQLSTATE[HY000] [1045] Access denied for user 'divattrend_liink'@'localhost' (using password: YES)