Seems like he was expecting file through email attachment, he will get it as an email attachment, he will get an email ( https://graphictwister.com/wp-admin/edit.php?post_type=wpdmpro&page=templates&_type=email&task=EditEmailTemplate&id=purchase-confirmation ) with order page link. As I see order email is configured properly, so, email certainly sent, please ask him to check spam folder.
Also, you can tell him, he can download the item from the guest download page:
Guest-Order
But, if the customer was already a member and signed in before purchase, you will be able to get his download from user dashboard.
Thanks, now it works. But I still have a question. In your demo you have a nice download button, why I did not have this? I have only a textlink. Look here.
http://drtraub.de/downloads/informationen-zur-praxisanmeldung
And I wanted to make an upgrade to WPDM Developer version. How can I do this by paying only the difference plus the $ 10?
If you like to contribute to translation, even a single string :), you may do it from the following link now:
https://translate.wordpress.org/projects/wp-plugins/download-manager
Many thanks for your support.
Hi there,
We’ve tried everything, but the form lock plugin doesn’t send a mail to users if we select the option.
Could you please show what we do wrong, or fix the problem.
Greetings.
I see you are using single file download link, in that case, you activate stat you need to check the following option from wpdm settings:
https://www.evernote.com/l/AV1c6h-yl6xAqIojmsZBXP7IEJMXAsWrtssB/image.png
Button template already shows title on the button:
https://demo.wpdownloadmanager.com/wpdmpro/button-templates-add-on-free/
You can show a title linked to download as a button in following way:
<a href="[download_url]" class="btn btn-success btn-lg">[title]</a>
When a file is locked ( where you applied lock option like password, facebook, email or any other ) you need to use the same value for link label as the title.
Hi Shariar,
Thank you for your answer it works fine now.
I have some questions regarding with the Add on page and Responsive table: http://ciss.circlebc.org/e-library/
1. Is it possible to link that search with the responsive table? why? If Yes, how?
2. Is it able to change this: http://prnt.sc/epq2xd
ie remove number of downloads, or the download button
can you change the “All Packages” text to something else?
Best Regards,
David
Click again ( on || ) to pause.
If you need to edit or create a new template, please follow:
Templates
However, we have an awesome option for priority support and maintenance package at only $299/year, under that plan, we shall keep your site updated all the year and create any link or page template you need. Also for a limited time, we are giving all theme ( https://www.wpdownloadmanager.com/downloads/themes/ ) access with that pack for FREE!
Hi,
I am using the “Button Template” in Link Templates.
However as I will have multiple downloads on each page I would like to show the filename as the active link text on the button instead of the word “Download”. Can you explain how I can accomplish this please?
I tried adding [title] to the template, which renders the filename, but I want the filename to be the actual link, so that I can remove the word ‘download’
Thanks
Problem solved.
The error was not from wpdm-general functions. Here filenames with umlauts are no problem. But if you use a link template with pdf_thumbnail imagemagick doesn’t find the pdf.
It then throws this error in front-end as I wrote above.
ImagickException thrown
UnableToOpenBlob `C:/xampp/htdocs/wordpress/wp-content/uploads/download-manager-files/1490028691wpdm_ExtbäseFluidCheatSheetTypovision.pdf’: No such file or directory @ error/blob.c/OpenBlob/2702
With <strong>utf8_encode</strong>($source) in class.Filesystem.php:339 it works.
if(!class_exists('Imagick')) return "Imagick is not installed properly";
try{
$source = utf8_encode($source);
$image = new \imagick($source);
$image->readImage($source);
$image->setResolution( 800, 800 );
$image->setImageFormat( "png" );
$image->writeImage($dest);
}
Now I try to find out why some colored pdf’s only render greyscaled thumbnails … :-/
This reply has been marked as private.
Using wpdm pro, if you make something like this:
https://demo.wpdownloadmanager.com/wpdmpro/download/audio-songs/
You can achieve it by adding multiple MP3 files with your package and enabling individual file download.
or this ( at the bottom of the page ):
https://demo.wpdownloadmanager.com/wpdmpro/ready-to-use-templates/#audio
You simply need to use category or package shortcode and select template link-template-audio
You also can make your own template using template tags, Docs:
Templates
But, please let me know if anything is not clear, in that case, please give me temporary wp-admin login info in a private reply, I shall create some sample for you.

JMember
Thanks for the CSS class names Shahriar.
Theres’ a lot about design I’m still learning but part of the reason why I purchase themes and plugins from developers is so that I can spend less time searching or tweaking code and work more with other extensive customization interfaces and options.
However when it’s necessary to edit code it’s helpful when the developer openly provides basic documentation to it’s paid users on how to make the required changes in the style.css or functions.php files rather than having to use tools like inspector.
Fortunately you’ve documented many other action, filter, and function references but there isn’t anything on customizing download_link_extended
and the template builder doesn’t allow us to change the default design which may not work well in various cases.
Different plugins for the different purpose, coded by different coders with different coding styles and you can’t measure on the same scale. I asked for the screenshot to see how you want to make it, after seeing your screenshot, it seems to me, to is not possible to bring exact style just editing CSS. You repeatedly asking for CSS classes, with due respect, actually who knows well about design, don’t have to ask for CSS classes, they can easily identify it using inspector with the browser ( https://developer.mozilla.org/en-US/docs/Tools/Page_Inspector/UI_Tour ). I also sent you the screenshot for that in my reply #55668. However, the exact CSS class names are .form-group
for wrapper div and .form-control
for input field:
https://www.evernote.com/l/AV3ZS5mmnm5NIbotu9itDIiXiVRqljsRNZYB/image.png

JMember
Hi Shahriar,
I would like to change the default [download_link_extended] design to a simpler inline opt-in as pictured in the attachment.
I plan on using different colors and text but I would like the the same basic form layout.
If you have any recommendations that will be greatly appreciated since I don’t have the predefined CSS classes you used to style the [download_link_extended]
form, but I will try to use the inspector as well.
Many thanks.
As shaon mentioned in #55646
#2. They can configure their public profile page ( store display page ) from here http://clics.online/store/author-dashboard/?adb_page=edit-profile
And To sell items, your need to configure payment gateways ( docs: https://www.wpdownloadmanager.com/doc/using-premium-package/settings-premium-package/ )
Anyone can signup from here http://clics.online/store/sign-up/
And start selling from http://clics.online/store/author-dashboard/, in wpdm setting front-end page, you can keep their product pending for approval or auto publish.
All docs, explaining those features are available here https://www.wpdownloadmanager.com/docs/
Actually the code part of [download_link_extended]
is complex, please give me a screenshot mockup making what you exactly want to change, so that, I can suggest your required CSS changes. But, if you are looking for the names of CSS classes and IDs, you may use inspector like this:
https://www.evernote.com/l/AV2KymMDrS1OtY0Oq80A9JrSZjV-YTKhXJsB/image.png
Your order is now linked with your account, you can download it from https://www.wpdownloadmanager.com/user-dashboard/purchases/

JMember
Thank you for the action, filter, and function references Shaon.
I haven’t been able to find the other predefined CSS classes you used to style the [download_link_extended] form.
I know you’ve already mentioned .wpdm_submit.btn.btn-success in your earlier post, but what about the other classes and ID’s?
I would really appreciate that info so that I can customize the [download_link_extended] form.
Many thanks.
If you are using multi-site structure, you don’t need additional add-ons, you simply need to activate wpdm in each subsite separately, Admin of any subsite will be able to manage his category and downloads the way they want, as items of one subsite doesn’t interfere with items of another subsite.
But,
#1. if you want to allow the admin to edit categories from front-end, what will require some customization ( Around 3 hours ). = $225 – https://www.wpdownloadmanager.com/download/custom-upgrade-service/
#2. You will need developer license of WordPress Download Manager = ( Upgrade price is $175, upgrade link https://www.2checkout.com/checkout/purchase?sid=1560048&quantity=1&product_id=6 )
So, total cost is only $400, you even don’t have to go to bank, a punch from your credit card corner will be enough 😀
Hi,
what can I do : Download is not possible: Expired link. I use the prof version and the password lock.
It works with firefox but not with safari.
Thanks
W.
You can do it manually in this way:
<a href="//your-site-url/?wpdmdl=[ADD_FILE_ID]">[your custom button image or text]</a>
Or, use short-code:
[wpdm_package id="[ID]" template="link-template-button.php"]
And use the following add-on to add your custom button image:
WPDM Image Button
Thanks Shaon.
The url is: http://atesolutions.co.uk.gridhosted.co.uk/module-testing/flex-10/
On the right hand side there are a number of download links.
The first one is attempting to use the shortcode.
The next four are the original buttons with no shortcode.
The bottom button labelled ‘Download’ is using your shortcode but added via a text widget. This proves the shortcode works normally when not used in a custom field. However as I need different buttons on each page I cannot add them using the text widget.
I have added the following code to my page template used for that page:
echo apply_filters('the_content', get_post_meta($post->ID,'pdf_download_button', true));
The name of the custom field is: Pdf Download Button
Thanks for taking the time to help.
Kind Regards,
David
Sorry for your trouble, your order is now linked with your account, please go to premium download area ( https://www.wpdownloadmanager.com/user-dashboard/purchases/ ) to download.