Shahjada

Forum Replies Created

Viewing 25 posts - 1,826 through 1,850 (of 15,647 total)
Jan 29, 2021 at 6:54 pm
#145591
Keymaster
Shahjada
Staff OP

The user will not get access to the order. But if you want to keep the current order active, in that case, you can’t use the expiration period and you just have to create a new product for every new version.

Jan 29, 2021 at 12:28 pm
#145558
Keymaster
Shahjada
Staff OP

okay, got it, adjusting it with the next update.

Jan 29, 2021 at 10:23 am
#145546
Keymaster
Shahjada
Staff OP

Hi,
You can set order expiration time from premium package settings:
Settings%20%E2%80%B9%20Download%20Manager%20%E2%80%B9%20WordPress%20Download%20Manager%20Pro%20%E2%80%94%20WordPress

Jan 29, 2021 at 10:20 am
#145545
Keymaster
Shahjada
Staff OP

May you please explain your issue a little more with an example URL.

Jan 29, 2021 at 4:29 am
#145534
Keymaster
Shahjada
Staff OP

Hi,
That code was to save the custom data from the signup form, to save data from the edit profile page, you need to use the action hook wpdm_update_profile:

add_action("wpdm_update_profile", function ( ) {
  if(!is_user_logged_in()) return;
  update_user_meta(get_current_user_id(), 'fb_id', wpdm_query_var('profile/fb_id'));
  // ^^^ repeat it for all other fields

});

However, if you still facing a problem, please send me temporary wp-admin login info, I shall check and adjust it for you :).

Jan 28, 2021 at 9:56 am
#145489
Keymaster
Shahjada
Staff OP
This reply has been marked as private.
Jan 26, 2021 at 8:58 pm
#145332
Keymaster
Shahjada
Staff OP

Hi,
I didn’t get the password, also I couldn’t reset it for the following issue on your site:

Lost%20Password%20%E2%80%B9%20Missing%20Children%20Europe%20%E2%80%94%20WordPress

Jan 25, 2021 at 9:25 am
#145210
Keymaster
Shahjada
Staff OP

You may the private reply here, private replies are only visible to you and me. Or mail to support@wpdownloadmanager.com with forum post URL

Jan 25, 2021 at 9:04 am
#145204
Keymaster
Shahjada
Staff OP

Now use the following code to save those custom data from signup form to the user meta table:

add_action("wpdm_user_signup", function ( $userid, $data ) {

  update_user_meta($userid, 'fb_id', wpdm_query_var('fb_id'));
  // ^^^ repeat it for all other fields

}, 10, 2);

                    
Jan 24, 2021 at 7:48 pm
#145178
Keymaster
Shahjada
Staff OP

Hi,
Please check now, you should be able to download :).

Jan 24, 2021 at 6:42 pm
#145177
Keymaster
Shahjada
Staff OP

We shall adjust the date filter with the next update. However, the category is functional, please send me temporary wp-admin login info to check the category filter on your installation.

Jan 24, 2021 at 8:48 am
#145146
Keymaster
Shahjada
Staff OP

Hi,
The update is available now.

Jan 23, 2021 at 4:28 am
#145088
Keymaster
Shahjada
Staff OP

Hi,
WPDM free uses post_tags for tags, but wpdm pro uses custom taxonomy. However, we are releasing a new update of the directory add-on with post_tag compatibility.

Jan 22, 2021 at 9:36 am
#145048
Keymaster
Shahjada
Staff OP

@michele-tugnoli,
WP post meta shouldn’t be a reason here if you are using the latest version of wpdm.

Jan 21, 2021 at 8:04 pm
#145027
Keymaster
Shahjada
Staff OP

The issue was not with wpdm pro, it is with your server’s memory cap, you tried to load 999 packages in a single page, and your server failed to allocate enough memory:
memory

It is working fine after I changed it to 20.

Jan 21, 2021 at 7:34 pm
#145024
Keymaster
Shahjada
Staff OP

@stekmedia, may I try disabling other plugins temporarily?

Jan 21, 2021 at 7:31 pm
#145023
Keymaster
Shahjada
Staff OP

Checking now.

Jan 21, 2021 at 5:35 pm
#145015
Keymaster
Shahjada
Staff OP

@michele-tugnoli, please give me temporary wp-admin login info in a private reply.

Jan 21, 2021 at 5:34 pm
#145014
Keymaster
Shahjada
Staff OP

Hi, Anyone still having this issue, please send me temporary wp-admin login info in a private reply.

Jan 19, 2021 at 8:20 am
#144808
Keymaster
Shahjada
Staff OP

Sorry, my bad, please update the plugin again, no need to edit the template tag in the email template for now.

Jan 19, 2021 at 3:08 am
#144779
Keymaster
Shahjada
Staff OP
This reply has been marked as private.
Jan 19, 2021 at 2:59 am
#144778
Keymaster
Shahjada
Staff OP

Please check at the bottom of wpdm basic settings page:
form lock

You need to select “Send direct download link” and save settings.

Jan 19, 2021 at 2:40 am
#144777
Keymaster
Shahjada
Staff OP

Many thanks :).

Jan 18, 2021 at 7:28 am
#144726
Keymaster
Shahjada
Staff OP

Hi,
Please update the amazon s3 add-on ( https://www.wpdownloadmanager.com/download/wordpress-amazon-s3-storage-plugin/ ), the latest version of the s3 add-on will track the downloads.

Jan 16, 2021 at 3:25 pm
#144665
Keymaster
Shahjada
Staff OP
This reply has been marked as private.
Viewing 25 posts - 1,826 through 1,850 (of 15,647 total)