Forums Forums Search & Filter Pro Problem with ACF Meta Key Values

Viewing 4 posts - 11 through 14 (of 14 total)
  • Trevor
    #127625

    Yes, it takes some minutes to update the server account data. It seems to be set now, so try again.

    Anonymous
    #127655
    This reply has been marked as private.
    Anonymous
    #127666

    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>
    Trevor
    #127668

    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.

Viewing 4 posts - 11 through 14 (of 14 total)