I found it disappointing that their is no tutorial how to import a Spotify player into the theme. I see no info in the documentation. Is there something I don't see? Please provide a tutorial how to make a page with a Spotify player.
I been trying is for hours but the Spotify is not visible. See provided url.
Manny thank for the quick response. One question. How can I disable the mobile menu? In my website I don't use a menu and I want is not visible on tablet or mobile devices.
Hi,
I found it disappointing that their is no tutorial how to import a Spotify player into the theme. I see no info in the documentation. Is there something I don't see? Please provide a tutorial how to make a page with a Spotify player.
I been trying is for hours but the Spotify is not visible. See provided url.
Hope to hear from you soon.
Regards, Marlon
Hello Marlon,
If you want to embed a spotify player into one of your page, please check the official Spotify documentation about how to embed their player into a webpage:
https://developer.spotify.com/documentation/widgets/guides/adding-a-spotify-play-button/
or here: https://newsroom.spotify.com/2018-09-04/how-to-embed-spotifys-play-button/
Once you got the Spotify HTML code, you can embed it into any text editor: https://d.pr/i/UCWrsY
Thanks,
Max from the Sonaar.io Crew
Hi,
Manny thank for the quick response. One question. How can I disable the mobile menu? In my website I don't use a menu and I want is not visible on tablet or mobile devices.
Regards, Marlon
Hi,
Could you please provide me access to your wp-admin and I will gladly check the issue you have.
Thanks,
Max from the Sonaar.io Crew
I have add this custom code to wp-admin>theme options>custom css/js
.classic-menu.responsive{ display: none; }
@media only screen and (max-width: 1143px){
#pusher.menu-type-classic-menu {
padding-top: 0;
}
}
Thanks,
Alexandre from the Sonaar.io Crew
Super!! Thanks for the support : )