Comments matthew started the conversationNovember 13, 2019 at 2:53amI wish to disable the footer player from either a single page or the entire website. I can't find that setting in my WP dashboard. 1,114Max repliedNovember 13, 2019 at 2:45pmHi, if you dont want a sticky player, you can add sticky_player="false" in the shortcode. Example:[sonaar_audioplayer albums="1218" show_playlist="true" show_track_market="true" show_album_market="true" sticky_player="false"][/sonaar_audioplayer] Thanks, Max from the Sonaar.io Crew matthew repliedNovember 14, 2019 at 4:04amWhere exactly should I be pasting this short code? 1,114Max repliedNovember 14, 2019 at 3:00pmHow do you do right now to display a player on a page? You use a shortcode or you use Elementor?Thanks, Max from the Sonaar.io Crew matthew repliedNovember 14, 2019 at 7:36pmI use elementor mostly. I tried the code a couple different places and they didn't work. 1,114Max repliedNovember 14, 2019 at 7:46pmIf you use our elementor widget, then there is a attribute to turn off the sticky player.see screenshot: https://d.pr/i/vdMEa7Thanks, Max from the Sonaar.io Crew matthew repliedNovember 25, 2019 at 9:46pmI've had elementor pro. On the particular playlist I wish to hide sticky player, I see the attached. 1,114Max repliedNovember 25, 2019 at 10:29pmHi,We dont have an option to hide the sticky player but a quick workaround is to add this custom css to hide it on a certain page..page-id-3050 #sonaar-player { display: none!important;}Replace 3050 by the post ID of your page.Thanks, Max from the Sonaar.io Crew Sign in to reply ...
I wish to disable the footer player from either a single page or the entire website. I can't find that setting in my WP dashboard.
Hi,
if you dont want a sticky player, you can add sticky_player="false" in the shortcode. Example:
[sonaar_audioplayer albums="1218" show_playlist="true" show_track_market="true" show_album_market="true" sticky_player="false"][/sonaar_audioplayer]
Thanks,
Max from the Sonaar.io Crew
Where exactly should I be pasting this short code?
How do you do right now to display a player on a page? You use a shortcode or you use Elementor?
Thanks,
Max from the Sonaar.io Crew
I use elementor mostly. I tried the code a couple different places and they didn't work.
If you use our elementor widget, then there is a attribute to turn off the sticky player.
see screenshot: https://d.pr/i/vdMEa7
Thanks,
Max from the Sonaar.io Crew
I've had elementor pro. On the particular playlist I wish to hide sticky player, I see the attached.
Hi,
We dont have an option to hide the sticky player but a quick workaround is to add this custom css to hide it on a certain page.
.page-id-3050 #sonaar-player {
display: none!important;
}
Replace 3050 by the post ID of your page.
Thanks,
Max from the Sonaar.io Crew