Shahjada

Forum Replies Created

Viewing 25 posts - 1,826 through 1,850 (of 15,655 total)
Feb 2, 2021 at 4:46 pm
#145899
Keymaster
Shahjada
Staff OP

Sorry for the delays, invoice sent.

Feb 2, 2021 at 7:30 am
#145819
Keymaster
Shahjada
Staff OP

Hi,
To download, they need to click on the download button on the order details page, not the product title. But, if the download button is no there, then check the order status if it is expired. You can control expire period from the premium package settings.

However, please reactivate the login info to check your setup in detail.

Feb 1, 2021 at 7:56 am
#145758
Keymaster
Shahjada
Staff OP

Hi,
You are seeing 0KB as they are added as URL, for the URLs, you need to enter the size manually, however, we are coming with an automated option for media library files.

Feb 1, 2021 at 7:45 am
#145757
Keymaster
Shahjada
Staff OP
This reply has been marked as private.
Feb 1, 2021 at 5:35 am
#145750
Keymaster
Shahjada
Staff OP

okay now:
https://staging2.tonlogic.com/listing/need-10000-tons-of-crushed-concrete/

It was happening as the plugin couldn’t detect the shortcode on that page.

Jan 31, 2021 at 8:38 am
#145699
Keymaster
Shahjada
Staff OP
This reply has been marked as private.
Jan 30, 2021 at 9:04 pm
#145678
Keymaster
Shahjada
Staff OP
This reply has been marked as private.
Jan 30, 2021 at 5:09 pm
#145657
Keymaster
Shahjada
Staff OP

Hi,
We are not maintaining the Verse theme anymore, but rather than maintaining multiple themes, we are only focusing on a single theme

Attire – All-in-One WordPress Theme

We recommend you to move to attire, it is free, tag page will work fine.

BTW, wpdm pro now using custom taxonomy for tag, I just have imported all tags on your site to the new taxonomy tag.

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.

Viewing 25 posts - 1,826 through 1,850 (of 15,655 total)