Borhan Chowdhury

Forum Replies Created

Viewing 25 posts - 51 through 75 (of 77 total)
Jun 19, 2020 at 5:37 am
#131061
Moderator
Borhan Chowdhury
Staff OP

Hi Sarah Janye Duryea,
The problem was due to you had hardcoded the download link in the email template.
I’ve fixed the download link tag in the email template to <a class="button" style="display: block; text-align: center;" href="[#download_url#]">Download</a>
[#download_url#] this tag in the href is important. It will replace by the downloaded package accordingly.
It’s working fine now. Please check that out.
thanks

Jun 19, 2020 at 2:24 am
#131054
Moderator
Borhan Chowdhury
Staff OP

Hi, I am getting an ERROR: The username or password you entered is incorrect.
Can you please check the email/password again?
thanks.

Jun 19, 2020 at 2:15 am
#131052
Moderator
Borhan Chowdhury
Staff OP

hi, please provide me the username (which is a single word), NOT first name last name

Jun 19, 2020 at 1:55 am
#131049
Moderator
Borhan Chowdhury
Staff OP

Hi Luca Lucenti,
Thank you for your video presentation of the problem, you did really good with that.
So I think you want your favourite call to action link template to be shown inside a post, right? You can easily do that by using the shortcode inside your post [wpdm_package id="YOUR PACKAGE ID NUMBER HERE" template="link-template-calltoaction1"]
Please let me know if this solves your problem.
Thanks

Jun 19, 2020 at 1:24 am
#131048
Moderator
Borhan Chowdhury
Staff OP

Hi again,
Please go to your dashboard, create a new admin user, and give me the username password in a private reply.
thanks.

Jun 19, 2020 at 1:09 am
#131047
Moderator
Borhan Chowdhury
Staff OP

Hi BGM,
There are no definite conflicts between WPDM and the plugins you’ve mentioned. Please let us know if you face any problem.
Thanks.

Jun 19, 2020 at 1:04 am
#131045
Moderator
Borhan Chowdhury
Staff OP

HI Sarah-Jayne Duryea,
it seems like an Access Allowing issue. Please provide me with the package link where it happening, and also a temporary admin pass to check the issue.
Thanks

Jun 18, 2020 at 5:02 am
#130906
Moderator
Borhan Chowdhury
Staff OP

or you can just modify the css rule

.w3eden .wpdm-cat-tree .wpdm-cat-item a{
   color: black;
}
Jun 18, 2020 at 4:52 am
#130903
Moderator
Borhan Chowdhury
Staff OP

hi, Can you please give a temporary admin pass in a private reply so I can see the theme you are using.

Jun 18, 2020 at 3:04 am
#130894
Moderator
Borhan Chowdhury
Staff OP

Hi sdkang,
Thank you for your query.
Can you please send me the link?
thanks.

Jun 18, 2020 at 3:03 am
#130893
Moderator
Borhan Chowdhury
Staff OP

Hi again,
File NOT FOUND problem: Actually it is a minor bug in the recent update of WPDM 5.0.95. We are solving the issue. Soon you will get an update 5.1.0.
Thanks.

Jun 18, 2020 at 2:49 am
#130891
Moderator
Borhan Chowdhury
Staff OP

Hi marcus shita,
Thank you for your query.
First You need the free plugin Premium Packages to manage your digital store.
You can unzip the All-Payment-Gateways.zip and import the gateways you need by importing them through your dashboard Plugins > add new > upload.

Resources :
WPDM Premium packages: https://www.wpdownloadmanager.com/download/premium-package-wordpress-digital-store-solution/
DOC Using Premium Packages: https://www.wpdownloadmanager.com/doc/using-premium-package/

Jun 18, 2020 at 2:29 am
#130889
Moderator
Borhan Chowdhury
Staff OP

Hi midihead,
thank you for your query.
Please add the property toolbar="0" in the wpdm_packages shortcode to hide the toolbar (search and sort options).
We are looking into your broken link in the problem, we will get to you as soon as we find a workaround.
Thanks

Jun 18, 2020 at 2:09 am
#130888
Moderator
Borhan Chowdhury
Staff OP

Hi Luther Davies,
Thank you for your query. I tried to simulate your problem in my settings but it works fine. Which version of WPDM are you using? and can you please share a temporary admin user/pass in a private reply so that I can check it.
thanks

Jun 17, 2020 at 6:23 am
#130801
Moderator
Borhan Chowdhury
Staff OP

Hi Nick Pitcher,
You can use the Download Notification addon for this purpose.
It can email you with the following info when a user downloads a package:


(custom description)
Downloader's IP: 
Package: (name)
Downloader's Email: 
downloader's name

Please check it out.

Download Notifications

thanks.

Jun 15, 2020 at 9:54 am
#130663
Moderator
Borhan Chowdhury
Staff OP

Hi simon,
can you please give me a test admin credential so that I can look into the problem from your site?

Jun 15, 2020 at 9:27 am
#130659
Moderator
Borhan Chowdhury
Staff OP

Hi Simon Harvey,
please check if you put the verifyemail property to true and you are using download manager 5.0.95.
[wpdm_reg_form captcha=false verifyemail=true autologin=false]
If these are correct then the problem might be in caching the login page. are you using any caching plugin?

Jun 14, 2020 at 6:53 pm
#130635
Moderator
Borhan Chowdhury
Staff OP

Hi Ken Pendlebury,
there was a spelling mistake. use items_per_page instead of item_per_page. I’ve edited your page.
thanks

Jun 14, 2020 at 6:25 pm
#130633
Moderator
Borhan Chowdhury
Staff OP

Hi Ken Pendlebury,
thanks for your query. I’ve simulated the wpdm_category shortcode. but did not find any issue. can you please give me access to your dashboard in the private replay.

Jun 14, 2020 at 6:13 pm
#130630
Moderator
Borhan Chowdhury
Staff OP

Hi Jipsa,
Thank you for your query. please use this code in your link-template-extended.php file.
And please note that pdf thumbnail requires imagick plugin.
Thanks
`
$thumbnail = get_the_post_thumbnail($ID);
$files = WPDM()->package::getFiles($ID);

if (is_array($files)) {
$fileNames = array_values($files);
// we are interested in the first file name only (if there are many)
$extension = pathinfo($fileNames[0], PATHINFO_EXTENSION);
}

if (!empty($thumbnail)) {
echo do_shortcode(“[thumb]”);
} else if ($extension == “pdf”) {
echo do_shortcode(“[pdf_thumb_175x250]”);
} else {
echo do_shortcode(“[icon]”);
}
`

Jun 9, 2020 at 5:51 pm
#130209
Moderator
Borhan Chowdhury
Staff OP

Hi, haven’t you updated the plugin to v1.2.1 on https://sweetenersystems.gff.realnets.dev/wp-admin website?

Jun 9, 2020 at 6:34 am
#130159
Moderator
Borhan Chowdhury
Staff OP

Hi Peter Havens,
We’ve looked into your problem. Our finding is the errors propagated because your Constant Contact email/password is invalid. We’ve now released an update of the plugin. Now, the user can see the proper feedback messages in the Settings > Constant Contact page if they are connected or not connected to the constant contact service.
Please update your plugin now and if you face any problem, let us know.
Thanks

Jun 9, 2020 at 1:51 am
#130140
Moderator
Borhan Chowdhury
Staff OP

Hi web guy,
thank you for your query. We’ve added an option in the settings page Watermark Pages > All except the first page. please check it out.
thanks.

Jun 8, 2020 at 5:18 pm
#130120
Moderator
Borhan Chowdhury
Staff OP

Hi web guy,
I’ve looked into it. I think there is a problem with your sample pdf file. I uploaded another pdf and it worked fine.
please let me know if you face the same problem with your real pdfs.
thanks

Jun 8, 2020 at 1:40 am
#130069
Moderator
Borhan Chowdhury
Staff OP

Hi Web Guy,
We are sorry for the inconvenience caused to you. We’ve come up with a patch for your problem. This patch will be added in the future updates.
for the time being please follow the steps

# https://drive.google.com/file/d/1rjxFFKkV5mZLU6GXeQrYDzq1M7mtgbyk/view?usp=sharing
# please download and replace the file in the wp-content\plugins\wpdm-pdf-stamper\wpdm-pdf-stampers.php
# Select the Should Stamp By default to NO in Downloads> settings > PDF Stamper
# Now you can choose whether to stamp or not a pdf in the package settings > PDF Stamper tab separately

Thanks.

Viewing 25 posts - 51 through 75 (of 77 total)