Hi,
I have an issue that started when I installed a 3rd party plugin.
I have been working with their support but they’ve asked me to contact you.
The plugin is called Search and filter and can be seen on the right hand side of this page – https://tobykay.com/markh/
The search works correctly but when the results are displayed, the audio player doesn’t show under the product.
This is the response from the plugin developer –
You may need to ask the theme author how to re-trigger the player . It would go into the commented line in this code:
<script>(function ( $ ) {
“use strict”;
$(document).on(“sf:ajaxfinish”, “.searchandfilter”, function(){
// so load your audio player script here again
});
}(jQuery));</script>
Please could you let me know if this makes sense and if you can help?
Thanks
Mark