PAUSE button not appearing
-
Dear all, I discovered that pause button is not appearing as it should on my page.
The example of a page where it is featured is https://klarakolonits.com/en/donna-anna/
Generally the player is working fine, play button works like a dream, but pause is not present. I’m almost sure it worked before.
I have the following custom css regarding the player, maybe it’s me who messed up:.sc_player_container1 { display: inline-block; vertical-align: middle; } .sc_player_container1 .myButton_play { background: transparent url(../wp-content/plugins/compact-wp-audio-player/image/play.png) no-repeat !important; cursor: pointer !important; width: 50px !important; height: 50px !important; border: none !important; position: center; margin: 0 !important; padding: 0 !important; } } .sc_player_container1 .myButton_play:hover { opacity: 0.3; } .sc_player_container1 .myButton_stop { background: transparent url(../wp-content/plugins/compact-wp-audio-player/image/pause.png) no-repeat !important; cursor: pointer !important; width: 50px !important; height: 50px !important; border: none !important; position: center; margin: 0 !important; padding: 0 !important; } } .sc_player_container1 .myButton_stop:hover { opacity: 0.3;
thank you in advance for your help!
Viewing 7 replies - 1 through 7 (of 7 total)
Viewing 7 replies - 1 through 7 (of 7 total)
- The topic ‘PAUSE button not appearing’ is closed to new replies.