Tanvir

Forum Replies Created

Viewing 25 posts - 151 through 175 (of 3,183 total)
Oct 28, 2023 at 9:38 am
#190917
Spectator
Tanvir
OP

Hello,

Thanks for contacting us.
It can be made responsive by adding custom css.
Please share related url to check the issue further.

Thanks

Oct 26, 2023 at 5:36 pm
#190905
Spectator
Tanvir
OP
This reply has been marked as private.
Oct 25, 2023 at 11:37 am
#190877
Spectator
Tanvir
OP

I have forwarded it. You will be updated.

Oct 25, 2023 at 10:25 am
#190874
Spectator
Tanvir
OP

Hello,

Thanks for the update.
I have found the issue with acf. Forwarded it to our developer team. Soon you will be updated.

Thanks

Oct 25, 2023 at 7:57 am
#190866
Spectator
Tanvir
OP

Hello,

You need to use the below addon for adding custom fields.

Advanced Custom Fields

Thanks

Oct 25, 2023 at 7:31 am
#190864
Spectator
Tanvir
OP

Hello,

You can use the below code snippet in functions.php of your activate theme.

function download_notification( $package ) {
    $package_data = get_post( $package['ID'] );
    $headers      = 'From: Site Name <noreply@sitename.com>' . "\r\n";
    $headers      .= 'Content-type: text/html' . "\r\n";
    
    // Get the current date and time
    $current_date_time = date('Y-m-d H:i:s');
    
    // Get the user's email if they are logged in
    $user_email = is_user_logged_in() ? wp_get_current_user()->user_email : 'User not logged in';
    
    $message      = "Downloader's IP: " . $_SERVER['REMOTE_ADDR'] . "<br>";
    $message      .= "Package Title: " . $package_data->post_title . "<br>";
    $message      .= "Date/Time: " . $current_date_time . "<br>";
    $message      .= "User Email: " . $user_email;

    wp_mail( get_option( "admin_email" ), "Download Notification: " . $package_data->post_title, $message, $headers );
}

add_action( "wpdm_onstart_download", "download_notification" );

It will solve the issue. Also you can modify the messages.

Regards
Tanvir

Oct 25, 2023 at 6:13 am
#190862
Spectator
Tanvir
OP

Hello,

Please also share temporary admin access in a private reply to check the issue further.

Thanks

Oct 24, 2023 at 4:59 pm
#190852
Spectator
Tanvir
OP

Hello,

Thanks for contacting us.

For customization please contact here. You will get quote for it.

Thanks
Tanvir

Oct 24, 2023 at 4:42 pm
#190851
Spectator
Tanvir
OP

Hello,

Thanks for contacting us.
Please share the issue in screen recording using tool like loom in a private reply to inspect the issue further.

Regards
Tanvir

Oct 24, 2023 at 2:47 pm
#190844
Spectator
Tanvir
OP

Hello,

Thanks for the update. Package_url is not for the download. You can follow the below example for Purchase Confirmation email template.

Thanks for your order at [#sitename#].
Your Order ID: [#orderid#]
Purchased Items:
[#items#]
You can download your purchased item(s) from the following link:
[#order_url#]

Regards
Tanvir

Oct 24, 2023 at 2:24 pm
#190843
Spectator
Tanvir
OP

Hello,

We don’t have any specific recommendations for server. It can be same as wordpress requirement like this.
It depends on your website. I would suggest to consult a personal developer regarding the server requirement specifically for your website and make it faster.

Regards
Tanvir

Oct 24, 2023 at 2:19 pm
#190842
Spectator
Tanvir
OP

Hello,

I have again forwarded it. Soon you will be updated.

Regards
Tanvir

Oct 23, 2023 at 12:52 pm
#190808
Spectator
Tanvir
OP
This reply has been marked as private.
Oct 23, 2023 at 10:51 am
#190805
Spectator
Tanvir
OP
This reply has been marked as private.
Oct 23, 2023 at 9:12 am
#190800
Spectator
Tanvir
OP

Hello,

Thanks for contacting us.
You can use this tool to check what makes your website slower. Let me know if it is related to wpdm.

Regards
Tanvir

Oct 23, 2023 at 6:53 am
#190796
Spectator
Tanvir
OP
This reply has been marked as private.
Oct 22, 2023 at 6:38 am
#190787
Spectator
Tanvir
OP

Hello,

Try deactivating front-end js from wpdm:

Front-end js

If the issue still persists, please share temporary admin access in a private reply to inspect further.

Regards
Tanvir

Oct 20, 2023 at 4:38 pm
#190772
Spectator
Tanvir
OP

Hello,

Thanks for contacting us.

Please make sure email templates are set properly from Downloads > Templates > Email Templates

image

If it still doesn’t solves, please follow this.

If you still need further assistance, please provide temporary admin access in a private reply.

Thanks
Tanvi

Oct 19, 2023 at 3:00 pm
#190760
Spectator
Tanvir
OP

Hello,

I have forwarded it to our developer team. Soon you will be updated.

Regards
Tanvir

Oct 19, 2023 at 2:52 pm
#190759
Spectator
Tanvir
OP
This reply has been marked as private.
Oct 19, 2023 at 7:56 am
#190753
Spectator
Tanvir
OP

Hello,

Try deactivating front-end js from wpdm:

Front-end js

If the issue still persists, please share temporary admin access in a private reply to inspect further.

Regards
Tanvir

Oct 19, 2023 at 7:30 am
#190751
Spectator
Tanvir
OP

Hello,

Thanks for contacting us.

username will be showed for the users who are registered in your site. If they are not logged in then download file, it will be also considered as guest.
I hope you have got it. If you want that no guest will be able to downloads, then set allow access by user roles. Then users will only be able to download by login to your site.

Thanks

Oct 19, 2023 at 5:17 am
#190745
Spectator
Tanvir
OP

Hello,

Please provide temporary admin access in a private reply to check the issue further.

Regards
Tanvir

Oct 18, 2023 at 10:50 am
#190734
Spectator
Tanvir
OP

Hello,

Thanks for contacting us.

Currently the custom field will be also available in the front end download package form too.

You need the below addon for adding custom fields in downloads.

Advanced Custom Fields

Thanks

Oct 17, 2023 at 1:25 pm
#190712
Spectator
Tanvir
OP
This reply has been marked as private.
Viewing 25 posts - 151 through 175 (of 3,183 total)