Forum Replies Created

Viewing 1 replies (of 1 total)
  • Thread Starter pierrecohenmusic

    (@pierrecohenmusic)

    Hi Pupunzi,

    Thanks for the reply! I updated the plugin and reached out to the table’s support and they helped me with their front-end callbacks (see documentation).

    I’m pasting this in the custom JS settings of the table’s plugin yet the player still isn’t stopping when I filter it or paginate on the table:

    jQuery(window).load(function(){
    wpDataTables.table_3.addOnDrawCallback(
    function(){
    jQuery.mbMiniPlayer.actualPlayer.mb_miniPlayer_stop();
    })
    });

    The table support team said everything looks good but it’s still not working.
    Is this the correct callback of the media player? If so, why is it not working?

    Thanks for making such a great free plugin. I just donated!

    Pierre

Viewing 1 replies (of 1 total)