- This topic has 13 replies, 2 voices, and was last updated 8 years, 4 months ago by .
These forums are now closed and remain for historical purposes.
None of the content applies to the new version 3. For support, get in touch via our contact form.
Forums › Forums › Search & Filter Pro › Problem with ACF Meta Key Values
Hello,
Another question concerning the mediaplayer. In the code you provide, the script displays the black audio player. I would like to display the one that is gray and which allows to download the audio file. I searched and searched for several days without finding. I dare the question …
cordially
<script>(function ( $ ) {
"use strict";
$(document).on("sf:ajaxfinish", ".searchandfilter", function(){
console.log("ajax complete");
$('video,audio').mediaelementplayer();
});
}(jQuery));</script>
I edited the code that you included in the post and put it inside code tags.
mediaelementplayer is not from our plugin, I was just showing how the code would look to be able to use it with our filter. The styling of that media player is not a Search & Filter issue.