warning: these are customizations outside the support scope
Go to your player configurations menu and create a configuration
Select skin-custom-controls and input this in Misc > Extra HTML in Player
<div class="con-playpause">
<div class="custom-play-btn">
<div class=" play-button-con" style="color: #cb1919; width: auto;"><figure class="" style=" ">►</figure></div>
</div>
<div class="custom-pause-btn">
<div class=" play-button-con " style=""><figure class="" style="">▐ ▌</figure></div>
</div>
</div>
<style>
body .audioplayer .audioplayer-inner{ height: 30px; }
body .audioplayer.skin-customcontrols{ position:relative; }
.con-playpause figure{ position:absolute; top: 0; left:0; padding:0; margin:0; }
</style>
Then, if you want your player to not center, just go to Misc > Extra Classes and enter do-not-center-controls
Attached is the player configuration ready made – https://www.dropbox.com/s/p5257ppmvg8cqsd/dzsap-slider-custom-controls-player%20%281%29.txt?dl=0
“Select skin-custom-controls and input this in HTML” – Where do I input this HTML? I don’t see an obvious field to do this…
Sorry
It’s Extra HTML in Player,
Should appear from next update
Did this Extra HTML in Player happen? I’m on 4.66 and I still don’t see it.
Thanks
You will find it in MISC tab
In the latest versions I can’t find “Extra HTML in Player” in “Misc”. I need to add two buttons, one to go forward 30 seconds and the other to go back 30 seconds.
Is this possible with custom controls?
Could you help me with the code?
should work now