Forum Discussion
Delete or hide Refresh icon ONLY, but keep Seekbar
Hi Owen. I just tried again and it's definitely not working for me. I'm using the classic player and using v3.36.21289.0 of Storyline 360. I would LOVE to get it to work. I find it pretty embarrassing to have to explain to the client that there's a button on the screen that just won't work and we also can't get of it.
- OwenHolt5 years agoSuper Hero
To hide the reset from the bar:
document.getElementById('reset').style.visibility = "hidden";To show the reset:
document.getElementById('reset').style.visibility = "visible";- GregPoole-b96a75 years agoCommunity Member
Thanks Owen, that's great.
I was interested to see that the replay icon is hidden but is still functional -- mouse over the area where it usually shows --> mouse changes to pointer finger --> clicking there replays from slide from start. Just thought it was oddly cool/cooly odd.
Also, and you likely know this, but if the code is executed on Slide X, and then one goes back to Slide X-1, the replay icon is still hidden, so I guess the "visible" code would have to be included on every slide except Slide X when the timeline starts.
Thanks again!
Greg - KennethMensack5 years agoCommunity Member
HI Owen. I have used your java script where needed, and it works fine. But since adding the java script, it is causing the replay button to appear on slides that do not have a seek bar. any suggestions?
- OwenHolt5 years agoSuper Hero
That seems weird but it is ok to run the hide javascript at timeline start on any/all slides that don't have the seekbar.... just to make sure it stays hidden.
- GregPoole-b96a75 years agoCommunity Member
Absolutely embarrassing!!
Articulate staff/coders: your clients are telling you they are embarrassed when they have to present work to their clients using your software.
For the love of crunchy corn chips, please resolve this non-functioning replay button. You must know that it really is broken...- PhilMayor5 years agoSuper Hero
Set the slides to reset to initial state and the replay button works.
- GregPoole-b96a75 years agoCommunity Member
Hi Phil,
What about slides that can't be reset to initial state (e.g., they have interactivity, work as menus, etc). The issue/question seems to be that the replay button still shows but doesn't work.
Unless I'm missing something, I'm still seeing this as a genuinely big deal.