The Audio Player is not working. What I do?
Access the WP menu: Disk Player > Settings
Change the option “Open Scripts Hook” to wp_head
If this does not solve the problem, please send me an email via my user profile, with the url of your page.
The Audio Player is not working. What I do?
Access the WP menu: Disk Player > Settings
Change the option “Open Scripts Hook” to wp_head
If this does not solve the problem, please send me an email via my user profile, with the url of your page.
How to show a player with only the play/pause button?
Follow the instructions below.
1. Check the option “Disable Playlist”
2. Copy and paste the css code below into the field called “Custom Style”
3. Change the number 2761 (all) by the ID of your player. You can see the ID in shortcode. By doing this you can customize separate players.
4. With this code will only appear the play/pause button.
/* init code */
#disk-player-container_2761 {
max-width: 40px !important;
}
#disk-player-container_2761 .dap-jplayer {
display: none !important;
}
#disk-player-container_2761 .dap-interface {
height: 40px !important;
}
#disk-player-container_2761 .dplayer-current-track {
display: none !important;
}
#disk-player-container_2761 .dap-controls {
padding: 0 !important;
margin: 0 !important;
}
#disk-player-container_2761 .dplayer-scrollbar {
display: none !important;
}
#disk-player-container_2761 .dap-toggles {
visibility: hidden;
}
#disk-player-container_2761 .dap-progress {
display: none !important;
}
#disk-player-container_2761 .dap-time-holder {
display: none !important;
}
#disk-player-container_2761 .dap-previous {
display: none !important;
}
#disk-player-container_2761 .dap-next {
display: none !important;
}
#disk-player-container_2761 .dap-stop {
display: none !important;
}
#disk-player-container_2761 .dap-volume-bar {
display: none !important;
}
#disk-player-container_2761 .dap-mute {
display: none !important;
}
#disk-player-container_2761 .dap-unmute {
display: none !important;
}
#disk-player-container_2761 .dap-volume-max {
display: none !important;
}
/* end code */
This author provides limited support for this item through email contact form.
View the item support policy
We'd like to ask you a few questions to help improve CodeCanyon.