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
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
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
Thanks!
Where do i put this value ?
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"
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
Thanks,
Alexandre from the Sonaar.io Crew
parfait merci !
Bienvenue
Thanks,
Alexandre from the Sonaar.io Crew