Forum Discussion
DawnHaas-3a9f2f
2 years agoCommunity Member
My Replay button is not working
I have a replay button on my slides, but it's not working. When I click it, it does nothing. It also doesn't work for me to press Play and replay the slide that way. The only way for me to replay is...
Bronwyn-Botts
2 months agoCommunity Member
Can someone address Dawn's last question: Is there a way to remove the replay button and still have the play bar? This would be my preference - I don't want/need that replay button at all. :)
- Nedim2 months agoCommunity Member
I believe this can only be done by hiding the button using JavaScript.
var reset = document.getElementById('reset'); reset.style.display = 'none';