Argenis Alvarez

Forum Replies Created

Viewing 8 posts - 1 through 8 (of 8 total)
Feb 5, 2026 at 12:48 am
#211379
Participant
Argenis Alvarez
OP

The one that is working properly is version 6.8.9

Feb 4, 2026 at 9:57 pm
#211377
Participant
Argenis Alvarez
OP

Ok I have an update I have in my computer version 6.8.9 And that one is working well I tried version 7.1 and the same issue also there is another important issue none of the users where able to see their documents in the table view I had to add this code in a way that allowes users to get their documents

// add_filter(‘wpdm_all_packages_query_params’, ‘force_user_access_filter’, 10, 1);

// function force_user_access_filter($query_params) {
// if (is_user_logged_in() && !current_user_can(‘administrator’)) {
// $current_user = wp_get_current_user();
// $query_params[‘meta_query’][] = [
// ‘key’ ► ‘__wpdm_user_access’,
// ‘value’ ► $current_user->user_email,
// ‘compare’ ► ‘LIKE’
// ];
// }
// return $query_params;
// }
// ===== I do not need this code on version 6.8.9

Feb 4, 2026 at 3:19 pm
#211368
Participant
Argenis Alvarez
OP

I have here that works Versión 6.8.9
https://www.dropbox.com/scl/fi/118khby4bzi77or3fehem/Screenshot-2026-02-04-at-10.17.06-AM.png?rlkey=pd3xz9cpiel4owe7rwbd96w0w&dl=0

the new version changed the colors I have set before and the pagination is weird and the ACF is not working

Feb 4, 2026 at 1:27 pm
#211356
Participant
Argenis Alvarez
OP

Well it seems this is not working for a while I went to an old testing copy and it is not there either, I do not see it anymore. It is like the [wpdm_all_packages] shortcut it is not recognizing the tags from ACF it does not get the data from ACF, What I am trying to say is that I do not know which one is affecting the other it could be any or the sum of them Shortcut extender, ACF, etc

Jun 14, 2023 at 2:08 am
#187908
Participant
Argenis Alvarez
OP
This reply has been marked as private.
Jun 13, 2023 at 5:13 pm
#187907
Participant
Argenis Alvarez
OP
This reply has been marked as private.
Jun 12, 2023 at 5:13 pm
#187862
Participant
Argenis Alvarez
OP

Hi Tavir,

That’s not the issue it is like is there a limit to show why exactly 2k? I have access blocked for all users I want to show the content only to selected members and that is working great but 400 documents aren’t showing up although they are included in packages

Actually, I just found that the first 396 documents are the ones that are not showing up.

Do you have an idea why it is only showing the latest 2000 and not the rest? is there a PHP limitation or something like that I need to increase?

Example images
https://www.dropbox.com/scl/fi/0504ojuncxl3q9aizrf9d/Screenshot-2023-06-12-at-1.05.14-PM.png?dl=0&rlkey=t6xq48epvquukr0o65zc2pkdu

Apr 28, 2023 at 6:02 am
#186294
Participant
Argenis Alvarez
OP

This is the shortcode I am using

[wpdm_all_packages login=1 items_per_page="10" jstable=1 order_by="date" order="DESC" cols="title|acf_custom_propietario|acf_culminacion_vencimiento|download_link" colheads="Title|Propietario|Vencimiento|Descarga"]

This is what I see
https://ibb.co/zSYnxXB
https://ibb.co/VtJbQL2

Viewing 8 posts - 1 through 8 (of 8 total)