Hi Alexandre, Thank you for your response and for being willing to help. I managed to resolve the issue on my own by investigating the browser console. It appears that after clicking a CTA, the element was getting stuck at opacity: 0 due to a script conflict. I fixed it by adding the following Custom CSS to my site:
Everything seems to be working correctly now, so you can close this ticket. I hope this information is helpful for your future updates in case other users face the same issue. Best regards,
When I have the player in carousel, when I press the CTA button and scroll the carousel the CTA icons disappear.
Attached files: Screenshot 2026-04-08 202236.png
Hello,
Could you share the URL of the page with me? The carousel does not appear to be on the homepage.
Thanks,
Alex from the Sonaar.io Crew
https://www.graiglagios.com/portfolio/instrumental-projects-audio/
Hi,
Could you please provide me temporary access to your WP-Admin (WordPress dashboard), I will gladly check the issue you have.
To create an access:
Thanks,
Alex from the Sonaar.io Crew
Hi Alexandre,
Thank you for your response and for being willing to help.
I managed to resolve the issue on my own by investigating the browser console. It appears that after clicking a CTA, the element was getting stuck at opacity: 0 due to a script conflict.
I fixed it by adding the following Custom CSS to my site:
.song-store-list-container.srp_cta_ready {
opacity: 1 !important;
visibility: visible !important;
}
Everything seems to be working correctly now, so you can close this ticket. I hope this information is helpful for your future updates in case other users face the same issue.
Best regards,