Comments Tanguy started the conversationDecember 13, 2023 at 10:30amHi,I would like to trigger my playlist from a link in my Elementor page to display Sticky Player. How to do that?Thanks you.Attached files: Capture d’écran 2023-12-13 à 11.17.43.png 665Alexandre repliedDecember 13, 2023 at 3:10pmHi Tanguy, Use thise shortcode and change the post id[sonaar_ts post_id="867"]Play Now[/sonaar_ts]Thanks, Alexandre from the Sonaar.io CrewTanguy repliedDecember 13, 2023 at 3:41pmHi, thanks for your reply. In fact it works but I would like to keep my button style (as you can see in the screen of my last post), is that not possible to make it with a custom link or whatever? Thanks 665Alexandre repliedDecember 13, 2023 at 3:50pmYou can try this linkjavascript:IRON.sonaar.player.setPlayerAndPlay({ id:"867"})Thanks, Alexandre from the Sonaar.io CrewTanguy repliedDecember 13, 2023 at 5:18pmI tried to put your code in elementor button but it's not workingAttached files: Capture d’écran 2023-12-13 à 18.14.42.png 665Alexandre repliedDecember 13, 2023 at 7:24pmHi Tanguy, If you are using the button element from elementor, be aware you can enable the option to lauch the sticky player.Thanks, Alexandre from the Sonaar.io CrewTanguy repliedDecember 13, 2023 at 9:42pmOk thanks, just last question is it possible to disable this effect (see attachment)?Attached files: Capture d’écran 2023-12-13 à 22.40.53.png 665Alexandre repliedDecember 14, 2023 at 2:29pmHi Tanguy,This option is not available but you can use thise custom css code:#sonaar-player .album-art img.hover {display: none !important;}Thanks, Alexandre from the Sonaar.io Crew Sign in to reply ...
Hi,
I would like to trigger my playlist from a link in my Elementor page to display Sticky Player. How to do that?
Thanks you.
Attached files: Capture d’écran 2023-12-13 à 11.17.43.png
Hi Tanguy,
Use thise shortcode and change the post id
[sonaar_ts post_id="867"]Play Now[/sonaar_ts]
Thanks,
Alexandre from the Sonaar.io Crew
Hi, thanks for your reply.
In fact it works but I would like to keep my button style (as you can see in the screen of my last post), is that not possible to make it with a custom link or whatever?
Thanks
You can try this link
javascript:IRON.sonaar.player.setPlayerAndPlay({ id:"867"})
Thanks,
Alexandre from the Sonaar.io Crew
I tried to put your code in elementor button but it's not working
Attached files: Capture d’écran 2023-12-13 à 18.14.42.png
Hi Tanguy,
If you are using the button element from elementor, be aware you can enable the option to lauch the sticky player.
Thanks,
Alexandre from the Sonaar.io Crew
Ok thanks, just last question is it possible to disable this effect (see attachment)?
Attached files: Capture d’écran 2023-12-13 à 22.40.53.png
Hi Tanguy,
This option is not available but you can use thise custom css code:
#sonaar-player .album-art img.hover {
display: none !important;
}
Thanks,
Alexandre from the Sonaar.io Crew