Okay
  Public Ticket #2547311
Listen Button
Closed

Comments

  • Mathieu started the conversation

    I changed the link on my play button on my grid. Now it leads users to the episode. Previously it launched the play to listen to the episode. I would like to revert my grid back to the original feature (click on the "listen" button and launch the player to listen to the episode).

    I remember (but i might be wrong) i have to add some javascript in the source tab but i'm stuck coz i don't know what code i've to add :D

  •  646
    Alexandre replied

    Hi Mathieu,

    You have to use this "href" value

     href="javascript:IRON.sonaar.player.setPlayer({ id:%post_id% })"

    Thanks,


    Alexandre from the Sonaar.io Crew

  • Mathieu replied

    Thanks!

    Where do i put this value ?

  •  646
    Alexandre replied

    Bonjour Mathieu, 
    Il me fait plaisir de vous répondre en français. 

    Vous devez aller au wp-admin>Ess. Grid.

    Editer le skin de la grille "music click and play"

    2795807507.png


    Sélectionner le play button
    And copier ce code 

    <a href="javascript:IRON.sonaar.player.setPlayer({ id:%post_id% })"><i class="fa fa-play" aria-hidden="true"></i></a>


    ici

    9305555227.png

     

    Thanks,


    Alexandre from the Sonaar.io Crew

  • Mathieu replied

    parfait merci !

  •  646
    Alexandre replied

    Bienvenue

    Thanks,


    Alexandre from the Sonaar.io Crew