You can place a playlist stickied in the footer
Create a gallery named Gallery moved to footer ( you can name it how you want, just remember to change theĀ following slugs accordingly )
Customize on your liking
In ZoomSounds > Settings > Appearance > Extra CSS, enter
.audiogallery.ag_slug_gallery-moved-to-footer{ position: fixed; bottom: -50%; left:0; transition: all 0.3s ease-out; width: 100%; } .audiogallery.ag_slug_gallery-moved-to-footer.player-is-playing{ position: fixed; bottom: 0; }
In your page, add a html block and enter
<a href="#" onClick="document.querySelector('.ag_slug_gallery-moved-to-footer').api_play_curr_media();">here</a>
demo: here
PS: This gallery cannot be updated dynamically with playlists placed inside the page ( ie. it cannot be made to update the songs dynamically like this )
Leave A Comment?