I'm using the Player Pro. I'm building a portfolio page with each portfolio item opening a new widget player (boxed, one track per player), without a sticky player on the page.
I'm having trouble getting rid of the progress bar. All I want for each player is the track title, it's artwork with Play button and the waveform.
Here's the shortcode (excluding the mp3 & artwork portion):
If I use hide_progressbar="true" it removes the progress bar AND the waveform, while hide_timeline="false" & scrollbar="false" seem to have no effect at all.
Thank you very much Max. I'll forward this query onto the theme developer - I'm no coder by any stretch, so if the theme guys ask me questions I can't answer, I might need to come back to you on this.
Hi
I'm using the Player Pro. I'm building a portfolio page with each portfolio item opening a new widget player (boxed, one track per player), without a sticky player on the page.
I'm having trouble getting rid of the progress bar. All I want for each player is the track title, it's artwork with Play button and the waveform.
Here's the shortcode (excluding the mp3 & artwork portion):
player_layout="skin_boxed_tracklist" hide_progressbar="false" display_control_artwork="true" hide_artwork="false" show_playlist="false" show_track_market="false" show_meta_duration=”false” hide_times=”true” show_album_market="false" hide_timeline="false" track_artwork="false" scrollbar="false" show_volume_bt="false" shuffle="false" sticky_player="false"
If I use hide_progressbar="true" it removes the progress bar AND the waveform, while hide_timeline="false" & scrollbar="false" seem to have no effect at all.
I am doing something wrong?
Many thanks
Hi,
the progress bar is binded to the waveform.
you cannot hide only the progress bar and not the progress bar background (aka waveform)
Thanks,
Max from the Sonaar.io Crew
Ah ok, thanks.
I can't seem to get rid of the volume or time counters though. Looking at the shortcode, these shouldn't be displayed should they? But they persist...
Does the option is disabled in wp-admin > mp3 player > widget player?
Thanks,
Max from the Sonaar.io Crew
Hi
Yes disabled in the Player settings, both the volume and the time. I can't see any conflicts.
Thanks
Hi Mike,
Your WordPress theme is acting wierdly. Your theme is injecting its own media player into our own player.
All the 'mejs' tags, should not appear in the DOM. See screenshot: https://d.pr/i/LywH7K
the player control I see there are not coming from our plugin. The theme is injecting its own player control in it!
If you activate a default WordPress theme, you will see that it works.
Please contact your theme author to resolve this issue.
Thanks,
Max from the Sonaar.io Crew
Thank you very much Max. I'll forward this query onto the theme developer - I'm no coder by any stretch, so if the theme guys ask me questions I can't answer, I might need to come back to you on this.
Kind regards