Forum Discussion

ALEXANDRECYR's avatar
ALEXANDRECYR
Community Member
11 months ago

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

  • 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's avatar
      PhilFoss
      Community Member

      I was able to achieve this with a Theme Component, its as easy as:

      .audio-player__tracker {
        pointer-events: none;
      }