-
Hi there!
I´m having a problem with your plugin that I think you can help me.
On the product page I have a small jquery function to be able to close my woocommerce message. My code is:(function($){
$(document).ready(function(){
$(‘.woocommerce-message .close-button’).on(‘click’, function(){
$(‘.woocommerce-message’).fadeOut(function(){$(this).remove();});
});
});
}(jQuery));When your plugin is active i´m not able to use my code, its simple jquery. Im also including jquery 3.4.1 in my theme.
Can you please give me a hint on how to fix this and make it compatible with your code?Look forward for your reply.
My best regards