Yes, download count increased by 1 after my download. So, everything is okay there.
The first green button is single file download link. If you have multiple files each file can be downloaded using those links.
The last download link downloads the whole package. If you have multiple files those will be downloaded as a single zip file. If you want you can disable single file download link from package settings.
2. When your use this shortcode [wpdm_package id='7623'] it uses Link Template from your package settings to show the output. You can use a custom link template to make a customized output ( eg. remove the download button ). Build you custom link template from Downloads Templates page. Here you will find docs about custom link template https://www.wpdownloadmanager.com/doc/templates/creating-a-new-template/
Download working fine in my test, 1) when lazy download is disabled, 2) lazy
1) when lazy download is disabled. Downloads as usual.
2) lazy download is enabled, download works after waiting time.
Your issues might be related to browser settings. If your browser blocks popup link, download won’t work. You will see a popup blocked notification like following screenshot.
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.
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/
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?
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.
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?
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!
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’
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 … :-/
Author
Search Results
Viewing 25 results - 6,426 through 6,450 (of 9,563 total)