Shahjada

Forum Replies Created

Viewing 25 posts - 1,776 through 1,800 (of 15,655 total)
Feb 22, 2021 at 5:22 am
#147157
Feb 22, 2021 at 5:10 am
#147155
Keymaster
Shahjada
Staff OP

You will not be able to download files or preview ( the attached PDF ) files for drafted or pending packages.

Feb 22, 2021 at 5:08 am
#147154
Keymaster
Shahjada
Staff OP

wpdm-tag-importer may not be compatible with WPPML, also it shouldn’t cause any big conflict, it just converts old post tags to new wpdm tags.

Feb 21, 2021 at 5:20 pm
#147131
Keymaster
Shahjada
Staff OP

We are checking the issue in detail. However, if you adding a video file, you can add it using the media library, then it will play everywhere without any trouble.

Feb 20, 2021 at 9:12 pm
#147097
Keymaster
Shahjada
Staff OP

@mvin10, sorry for the confusion. To allow other users to create new packages, you need to use shortcode [wpdm_frontend], you also can hide a certain section from the upload form using the shortcode parameter, please check details here:

https://www.wpdownloadmanager.com/doc/short-codes/wpdm_frontend-front-end-uploader-ui/

But, if you want to remove a specific field from package settings, you can do that using CSS or editing the template file ( tpls/add-new-file-front ).

Feb 20, 2021 at 9:02 pm
#147096
Keymaster
Shahjada
Staff OP

Hi,
Here are the answers to your questions:

#1. You can add custom CSS code in the customizer. And if you want to customize the template file, you can create a folder named private-message inside your active theme dir and copy any template file from pm plugins dir to that dir. Also, instead of using PM shortcode at front-end to manage PM, you can show it in WPDM user dashboard when you are using WPDM.

#2. Now clear, may you please elaborate a little more.

#3. Yes, noted for implementation.

#4. Yes, noted for implementation.

#5. Hopefully within the next 2 weeks.

Feb 19, 2021 at 4:24 am
#146946
Keymaster
Shahjada
Staff OP

Hi,
The email lock option doesn’t create a new user account.

Feb 17, 2021 at 1:26 pm
#146852
Keymaster
Shahjada
Staff OP

@simstim, sorry for your trouble, you can download 5.3.4 now.

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.

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