Okay
  Public Ticket #1923500
Slider Revolution
Closed

Comments

  • Yefim started the conversation

    using the moonlight demo and I dont know how to change the default album playing on the home page.

  •  1,103
    Max replied

    Hi,

    Below is an article taken from this post here: https://sonaar.ticksy.com/article/12401

    How to launch the player from a Slider Revolution button

    We sometimes use a "Play" button in the big banner on the homepage. The play button needs to be linked to a playlist.

    1. To tell Slider Revolution which playlist you want to fire when you click on the play button, go to wp-admin > Slider Revolution and edit the slide.
    2. Select the button layer and go to the action tab. http://d.pr/i/kqmWfe
    3. The code should be something like: 
      IRON.sonaar.player.setPlayer({ id:"1218", title:"Playlist Title" });
      To change the playlist, enter your own playlist ID instead of 1218 above. The playlist ID is your playlist post id that can be found by going to wp-admin > playlist. See screenshot: https://d.pr/i/8f2US2
    4. In addition, you can change the label of your playlist title by changing the Title in the code: IRON.sonaar.player.setPlayer({ id:"1218", title:"Playlist Title" });


    Thanks,


    Max from the Sonaar.io Crew