Okay
  Public Ticket #3825295
Music Slider
Open

Comments

  • Kenneth D. Michaels started the conversation

    Website I'm working on is not live. Slider Revolution,  Music Slider plays playlists that I swapped from your demo material fine. It will not play any new or cloned playlist. I have the category correct. The tracks are Local mp3's that play outside  Music Slider fine , i.e.. in an Essential Grid Music List. When I push the arrow for the given file in Music Slider I see the correct info near the Sonaar music player. For example   JavaScript:IRON.sonaar.player.setPlayer({id:6370, title:'Don't Look Down'}) Its not triggering the player for some reason. I tried to go into Slider Revolution to find the action of the arrow but couldn't really find it. Maybe I have to link the button somehow, but I think its already linked because the original demo playlist that I swapped with my data work in the Music Slider. I would think the arrow action would be a global setting.

  •  678
    Alexandre replied

    Hi Kenneth, 

    The play button on the slider is not working due to the apostrophe in the title: 'Don't Look Down'. The apostrophe is closing the quote, which breaks the code.

    The solution is to remove the title parameter in this function:
    JavaScript: IRON.sonaar.player.setPlayer({id:6370, title:'Don't Look Down'}).
    This parameter is not necessary.

    To fix this:

    1. Go to wp-admin > Slider Revolution.
    2. Edit the Music Slider.
    3. Select the Play button.
    4. Remove ", title:'{{title}}' from the code.

      https://drops.sonaar.io/i/UVZkCl

    Thanks,


    Alexandre from the Sonaar.io Crew