This reply has been marked as private.
Try downloading as another user. Multiple downloads are counted as one when done by the same user or from the same IP. Send me the page link to check.
This reply has been marked as private.
@FireSky, did you check #55953 , please give me the url and temporary wp-admin login info in a private reply to check.
Hi!
I use WPDM Pro with the add-on Page Template in a site using Rockettheme Remnant as the design theme. I have downloaded and activated the add-on Page Template and get the dropdown menu to pick page template from, but it only shows Default Page Template as the only option. I can in the tabs for the package see several others and in the settings page I can also see several others and create clones etc. Picking a Link template for a package works. That changes for instance the widget link presentation format. But changing the Page template under the tabs for the package does not change anything. And picking anything else than Default page from the dropdown in the right column isn’t possible, since the Default Page is the only option there.
Please help out. I can’t seem to find any solution through the forum posts.
Kind regards
Michael
ok, now download link from waiting page will open in new tab after timer expires
License error problem has been resolved.
However, The link to the download file has expired.
The “file not found” message is displayed.
Please tell me how to repair.
Extremely sorry for the confusion, our operator accidentally linked another user id, however, we adjust added the developer license with your account.
You can get it now from here:
https://www.wpdownloadmanager.com/user-dashboard/purchases/
Again, very sorry for the unexpected troubles.
The link templates aren’t working, or I am doing something wrong. Please advise. Settings are all as default so download for Package URL Base and downloads for Category URL Base. Have created category called profile, which can be access by downloads/profile and contains one package but is is basic display that doesn’t match style selected in front end. I’m assuming that this page should look like the templates in: https://demo.wpdownloadmanager.com/wpdmpro/ready-to-use-templates/
My site: http://www.myopiaprofile.com/downloads/profile/
This reply has been marked as private.
Please download and install this free add-on:
WPDM Image Button
Tons of download buttons there 😀
You can upgrade from this link:
….
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.