Marketify fix?

<script>
(function($) {
  var el = '.facetwp-template.edd_downloads_list';

  $(function() {
    $(el).removeData('columns').removeAttr('data-columns');
  });

  $(document).on('facetwp-loaded', function() {
    $(el).find($('.edd_download.content-grid-download')).attr('style', '');
    $('#edd_download_pagination').remove();
    var grid = document.querySelector(el);
    salvattore['registerGrid'](grid);
  });
})(jQuery);
</script>