Hello again,
I tried the update 6.0.9 when it came out in october and the change wasn’t made. I decided to wait for the next update to see if it would be added then, which is the update 6.1.0 which came out a few days ago this december. But the change still wasn’t made. Do you still think the change will be made for the next update ? Or was my request rejected ?
Looking forward to hearing from you
Regards
Hello,
We have just updated to 6.0.5 and the problem has been fixed ! Thank you very much.
Is it possible to also set “Reset Filter” (screeshot in answer above) as a translatable text ?
\download-manager\src\Package\views\all-packages-shortcode.php L.68
From :
$("div.wpdmdt-toolbar .dataTables_filter").append('<a href="<?php the_permalink(); ?>" class="btn btn-secondary ml-3" style="margin-top: -5px;border: 0;">Reset Filter</a>');
To :
$("div.wpdmdt-toolbar .dataTables_filter").append('<a href="<?php the_permalink(); ?>" class="btn btn-secondary ml-3" style="margin-top: -5px;border: 0;"><?php _e("Reset Filter",'download-manager'); ?></a>');
Thanks
Hi,
Thank you for your reply.
Unfortunately changes to that file will be overridden with the next update, won’t they?
Just to be sure : that means that there is no build-in option to do it ?
If that’s the case, it’s alright. I just didn’t want to miss a pre-existing solution.
Hi,
Thank you for your quick reply.
Adding order_by="title"
did indeed fix it, thanks ๐