-We will release a new update soon to fix the float player align to right issue.
-No option to change the play icon is available but here a custom css to make the circle border as you want. If you dont know where to copy this code, please go to wp-admin>appearance>additional CSS
wow thank you so much for the quick response I really appreciate it and I will try the code. As for the continuous playback issue it seems it only works when navigating inside the site. It doesn't work when I use the back and forward navigation on the browser is this a normal thing or something that will be corrected on an update as well. Thank again.
This behavior is normal. The browser dont allow autoplay. The visiter has to interact first with the website. When we navigate through the browser navigation button, the browser concider we didnt have interact yet.
AWESOME! Thank you so much. I'm happy that one worked! I tried the Circle Icon code but nothing happend. image attached. I appreciate your help so if you can't fix the play button code tonight that's ok, I can wait. You helped a lot and I and really thankful =)
As alex mentionned, auto-play from back button of your chrome browser is controlled by your browser itself and you need to allow audio from your site preference of your browser settings: chrome://settings/content/siteDetails?site=https%3A%2F%2Ftheanyaverse.com
Auto-play policies are set by the browser and are very complex to understand/interact with as each browser have their own settings and preferences.
For the play button, im a bit confused on what exactly you are trying to acheive? can you please send me screenshot of the final result you would like ?
Hi Anya,
-We will release a new update soon to fix the float player align to right issue.
-No option to change the play icon is available but here a custom css to make the circle border as you want.
If you dont know where to copy this code, please go to wp-admin>appearance>additional CSS
#sonaar-player.sr-float .player .control .control--item svg {
width: 25px;
height: 25px;
border: 2px solid #fff;
border-radius: 25px;
padding: 5px;
}
Thanks,
Alexandre from the Sonaar.io Crew
wow thank you so much for the quick response I really appreciate it and I will try the code. As for the continuous playback issue it seems it only works when navigating inside the site. It doesn't work when I use the back and forward navigation on the browser is this a normal thing or something that will be corrected on an update as well. Thank again.
This behavior is normal. The browser dont allow autoplay. The visiter has to interact first with the website. When we navigate through the browser navigation button, the browser concider we didnt have interact yet.
Thanks,
Alexandre from the Sonaar.io Crew
To fix the sicky player alignment please copy this code in the custom css field
#sonaar-player.sr-float:not(.sr_hide):not([v-cloak]) {
display: flex !important;
}
Thanks,
Alexandre from the Sonaar.io Crew
Yes, but the "Enable Continuous Player" is not working when you use the back arrow icon on the browser. I attached an image
AWESOME! Thank you so much. I'm happy that one worked! I tried the Circle Icon code but nothing happend. image attached. I appreciate your help so if you can't fix the play button code tonight that's ok, I can wait. You helped a lot and I and really thankful =)
As alex mentionned, auto-play from back button of your chrome browser is controlled by your browser itself and you need to allow audio from your site preference of your browser settings: chrome://settings/content/siteDetails?site=https%3A%2F%2Ftheanyaverse.com
Auto-play policies are set by the browser and are very complex to understand/interact with as each browser have their own settings and preferences.
For the play button, im a bit confused on what exactly you are trying to acheive? can you please send me screenshot of the final result you would like ?
Thanks,
Max from the Sonaar.io Crew
Everything is good on my I don't need to adjust the play button thank you!