Shopify themes, liquid, logos, and UX
Hi! I would like to have a nice short sound when you press for exemple on a product,add to cart,checkout, etc..
Solved! Go to the solution
This is an accepted solution.
Hi @sao ,
Follow these Steps:
1) Go to Online Store
2) Edit Code
3) Find theme.liquid file
4) Add the following code just above tag </body>
<script>
document.addEventListener('DOMContentLoaded', function() {
var audio = new Audio();
audio.src='https://assets.mixkit.co/active_storage/sfx/2997/2997-preview.mp3';
audio.preload = 'auto';
var clickableElements = document.querySelectorAll('button, a');
clickableElements.forEach(function(element) {
element.addEventListener('click', function() {
audio.play();
});
});
});
</script>
If you want to change the sound, do let me know.
If you require further help to optimize your store, please don’t hesitate to reach out. If you find this information useful, a Like would be greatly appreciated. And if this solves the problem, please Mark it as Solution!
Best Regards,
Makka
This is an accepted solution.
Hi @sao ,
Follow these Steps:
1) Go to Online Store
2) Edit Code
3) Find theme.liquid file
4) Add the following code just above tag </body>
<script>
document.addEventListener('DOMContentLoaded', function() {
var audio = new Audio();
audio.src='https://assets.mixkit.co/active_storage/sfx/2997/2997-preview.mp3';
audio.preload = 'auto';
var clickableElements = document.querySelectorAll('button, a');
clickableElements.forEach(function(element) {
element.addEventListener('click', function() {
audio.play();
});
});
});
</script>
If you want to change the sound, do let me know.
If you require further help to optimize your store, please don’t hesitate to reach out. If you find this information useful, a Like would be greatly appreciated. And if this solves the problem, please Mark it as Solution!
Best Regards,
Makka
Thanks a lot mate! Sincerly ,I have one more post and I see that you re probably pretty good in html/css..Maybe you can help me pls.. And also please tell me if this code will make my speedscore drop too much?
Hi @sao ,
This code is loaded after the page is loaded, so this will not have that much effect on the page speed.
My name is Adrian ,nice to meet you Makka! Mate please I’ll buy you coffees,right now im pretty low, please help me to be sure that my shop is 100% good on his front-end but back-end too
I want also to learn better coding..Right now I know some css but not perfectly.. If u can help me with my journey I will appreciate and also will be win-win. I have this business from 3 years,forst time I was using empire theme but I got a big problem so I move the account
This code really helped me!
also is there a way when mouse hovering on clickable Element to make sound effect active? I've been searching for this kind of code for months.
Hello, can you please add this tap music for me? https://pixabay.com/sound-effects/screen-tap-38717/ on this code link?
Hi @theycallmemakka
Can it be done for only checkout and add-to-cart buttons instead of all buttons?
Hey Community! As we jump into 2025, we want to give a big shout-out to all of you wh...
By JasonH Jan 7, 2025Hey Community! As the holiday season unfolds, we want to extend heartfelt thanks to a...
By JasonH Dec 6, 2024Dropshipping, a high-growth, $226 billion-dollar industry, remains a highly dynamic bus...
By JasonH Nov 27, 2024