Shahjada

Forum Replies Created

Viewing 25 posts - 1,776 through 1,800 (of 15,647 total)
Feb 16, 2021 at 8:09 pm
#146814
Keymaster
Shahjada
Staff OP

Noted for the next update :).

Feb 15, 2021 at 10:38 am
#146687
Keymaster
Shahjada
Staff OP

You need to set a password for the package too.

Feb 15, 2021 at 5:59 am
#146659
Keymaster
Shahjada
Staff OP

@isaaa, where are you facing a problem now.

Feb 15, 2021 at 4:20 am
#146656
Keymaster
Shahjada
Staff OP

I just tested and it is working fine:

Opening%20100th-day-80-days-summer.zip%20and%20DIY%20100%20Days%20of%20School%20Shirt%20-%20100th%20Day%20SVG%20Files%20-%20Pineapple%20Paper%20Co.

However, some file types (PHP, js, svg) are disabled by default for security reasons. I’ve added the following code at the end of your theme’s functions.php to enable SVG download:

add_filter("wpdm_blocked_file_types", function ($file_types){
    $index = array_search('svg', $file_types);
    if($index !== false) unset($file_types[$index]);
    return $file_types;
});
Feb 14, 2021 at 8:46 pm
#146653
Keymaster
Shahjada
Staff OP

@mcoenradi, may you please explain your issue in detail by creating a new post in the forum.

Feb 14, 2021 at 2:03 pm
#146618
Keymaster
Shahjada
Staff OP

The update is available now.

Feb 13, 2021 at 9:28 pm
#146583
Keymaster
Shahjada
Staff OP

Hi,
Yes, that’s possible, but may require some customization, please contact https://www.wpdownloadmanager.com/download/custom-upgrade-service/ for a quote.

Feb 13, 2021 at 9:26 pm
#146580
Keymaster
Shahjada
Staff OP

Hi,
For now, please clear stats data from wpdm settings, that’ll fix the issue.

Feb 12, 2021 at 9:35 pm
#146561
Keymaster
Shahjada
Staff OP
This reply has been marked as private.
Feb 12, 2021 at 7:12 pm
#146555
Keymaster
Shahjada
Staff OP
This reply has been marked as private.
Feb 12, 2021 at 5:53 am
#146518
Keymaster
Shahjada
Staff OP

Okay now, added the following 2 lines in your active theme’s functions.php:

add_filter("PrivateMessage/enqueueScripts", '__return_true');
add_filter("PrivateMessage/Message/pmModalForm", '__return_true');
Feb 11, 2021 at 6:31 pm
#146504
Keymaster
Shahjada
Staff OP
This reply has been marked as private.
Feb 11, 2021 at 2:06 pm
#146481
Keymaster
Shahjada
Staff OP

Certainly within the next week.

Feb 11, 2021 at 1:33 pm
#146476
Keymaster
Shahjada
Staff OP

Hi,
We have found the issue, it is happening for the user download limit, which is stored in the post meta table, however, it will be okay from the next update.

Feb 11, 2021 at 11:17 am
#146458
Keymaster
Shahjada
Staff OP

No, need to use usernames instead of emails.

Feb 11, 2021 at 10:56 am
#146453
Keymaster
Shahjada
Staff OP

Yes, you need to create the import file ( .csv ) as I explained in my previous reply ( #142607 ).

Feb 11, 2021 at 9:10 am
#146447
Keymaster
Shahjada
Staff OP

Yes, they are from premium packages, but you can delete them, however, we are adding an auto-clean option with the next update of the plugin.

Feb 11, 2021 at 7:50 am
#146442
Keymaster
Shahjada
Staff OP

Hi,
Sorry for the delay, if you want to edit the template, please create a dir named private-message inside your active theme dir. And copy pm-modal-form.php there and edit as per your need.
And file attachment option with the modal window will be available with the next update.

Feb 10, 2021 at 4:17 pm
#146410
Keymaster
Shahjada
Staff OP

Hi,
It was due to user download stats. However, from the next update, we shall use a separate table for this. For now, please delete all meta with the name __wpdmx_user_download_count

Feb 10, 2021 at 8:59 am
#146389
Keymaster
Shahjada
Staff OP

It is something related to your server memory, please change items per page to 5

Feb 10, 2021 at 6:34 am
#146382
Keymaster
Shahjada
Staff OP

After the purchase is completed, it has no dependency on the coupon code used. You may delete it.

Feb 10, 2021 at 4:40 am
#146369
Keymaster
Shahjada
Staff OP
This reply has been marked as private.
Feb 8, 2021 at 4:53 pm
#146286
Keymaster
Shahjada
Staff OP

No plugin can do that automatically, they use WP Cron, but using WP Cron may slow down your site and impact the visitor experience for high traffic sites, and may not run properly for low traffic site. Ready more about it here:

Cron jobs


You may use https://cron-job.org/en/ to run your corn job.

Feb 7, 2021 at 9:56 am
#146185
Keymaster
Shahjada
Staff OP

This is not a problem. When you using any cache plugin with an e-commerce solution WPDM or WoCommerce, certain dynamic pages ( cart, login, signup, user dashboard/account ) need to be excluded from cache.

Feb 7, 2021 at 4:43 am
#146161
Keymaster
Shahjada
Staff OP

DOWNLOAD ERROR, FILE NOT FOUND will show if no file is attached or the attached file is not available anymore. Please give me an URL with 2 download buttons to check.

Yes, you can disable “Auto Renewal” from the premium package settings:

a

Viewing 25 posts - 1,776 through 1,800 (of 15,647 total)