Forum Discussion
ALEXANDRECYR
2 years agoCommunity Member
Audio play navigation
Hello, I would like to know if its possible to block the audio so that user can't navigate trough it on the first time they listen to it. Exactly like in the videos mode.
Thank you
ALEXANDRECYR
Community Member
I understand that would work well using storyline, but for now we are using Rise and it seems to me that having a big audio block before every content would be a weird ''design and flow'' for the learners as we want them to listen to the audio while reading the content created on rise.
PhilFoss
12 months agoCommunity Member
I was able to achieve this with a Theme Component, its as easy as:
.audio-player__tracker {
pointer-events: none;
}