All popover working fine for me, however I still have changed it to popup by replace [download_link]
with [download_link_popup]
, please check now.
Hi,
I’ve recently updated to 4.5.3 from 4.4.0 and now my downloads stopped working.
It happens with de downloads were i’ve used the “upload” option in the backend. The downloads that i linked with the “browse” option still work.
Also when ik make a new package and upload a file, the download doesn’t work. It links to the “file not found file”
I now downgraded to v4.40 and it works again.
Hope you can find the problem.
Gr,
Bazar
Please navigate to the following page http://www.hpepumps.co.uk/portfolio-view/unibloc-rotary-lobe-pump/
On the page there are 3 Product Data Sheets available to download.
When you load or refresh the page you can click on any one of the three download links, and they all work fine. Once you click on one of the other ‘Email’ (after clicking on one already), you get the following error:
<button type=button id=’close’ class=’btn btn-link btn-xs pull-right po-close’ style=’margin-top:-4px;margin-right:-10px’><i class=’fa fa-times text-danger’></i></button> Download UNIBLOC®-PD Positive Displacement Pump
Please help.
Thank you.
This reply has been marked as private.
Hi
I’ve upgraded my version of Download Manager Pro from 4.40 to 4.5.3 but now get a issue with the download links not appearing on my site.
Instead I get ‘link-default.php’ text appearing.
When upgrading I have deactivated and deleted old files and uploaded new and activated plugin. Back office looks okay.
Please help.
Geoff
Hi apologies this was a separate issue, the database has now been repaired.
The email functionality still isn’t working, we don’t receive emails with download links.
Thank you,
Dean
Can you tell me what thats for?
When WPDM is telling me there is an Update for a plugin and i click on the version it always links me into this section of the settings.
But i can’t do anything there. I put in my logindata but nothing happens. What is that for and when will it be possible to make a simple update, not always
download new plugin from this website -> deactivate plugin -> delete plugin -> upload plugin zip -> activate plugin
that’s totaly annoying. 🙁
You need to create a custom link template and there he need to use [title]
tag instead of [page_link]
tag and user the template with short-code like this:
[wpdm_my_downloads login=1 template="template-id"]
Hallo,
when I add the price to a download, the link template become less pretty, because the price and add to cart button are added in a strange way, esthetically conflicting with the template. How can I influence/modify the template of the price and the add to cart button?
PS: I already tried to add elements from the Premium package option when customizing the link template, but this is just doubling the price and the add to cart buttons (i.e.: I get to “add to cart” buttons).
Thanks,
A
this is just a feature, you can control it from link template, usually in most link template we use [page_link]
tag, which linked page title and page url, you need to create new link template where you should use [title]
tag instead of [page_link]
, doc: http://www.wpdownloadmanager.com/doc/templates/
you need to create new link template without [download_count]
tag, and apply to all packages, but if you want to use mass update feature, you will need this add-on http://www.wpdownloadmanager.com/download/wpdm-default-values/
in that first package, clone/edit the link template and add following code next to [download_link]
:
<a href="[page_url]?wpdmdl=[ID]&masterkey=[masterkey]" target=_blank>Print</a>
Hallo,
I see that everytime one clicks on the download link he gets redirected to the download page (this feature was not present WPDM free). Is it really necessary that the user is redirected to the download page? Isn’t it possible to download directly immediately after clicking on the icon?
Hallo, I could luckily resolve the problem with the license. Now I’d like to know how I can personalize the template of the link for ALL dowloads at a time. For instance, the default template could be OK but I don’t want the download count to appear. How can I do that? I tried in the “settings” section, but didn’t find anything.
Hi I think my problems are in the somewhat in the same area:
1) Password protected files will not download.
I am not a programmer, and I do not update my plugins every-day. On my site the download links often stop working, and I have to update everything to make them work.
Is there a simple way to always make the download links work?
2) If more than 1 download-button has been used, instead of a download link, I get this on the next buttons: “<button type=button id=’close’ class=’btn btn-link btn-xs pull-right po-close’ style=’margin-top:-4px;margin-right:-10px’>”
What is happening?
Cheers
User can email download link, and there is another option “Open in Browser” where user can use this option, to open file in browser then print it.
Hello
I want to update download manager but dont see any instructions and the wordpress updates doesnt seem to work.
Also, when I select email download link, it sends an e mail with no link Please help and thank you.
Dave
Hi Shon
This is great almost what i needed
Needed two more things can you please tell me how to do this
1) Can we capture the guest user name and email id in the order page, right now its showing empty
2) what is the shortcode to add the download link in the email template
Thanks
Anand
It is redirecting you there as you are already logged in, guest checkout will work when you actually are not logged in, however I also have removed the update profile tab from that page, actually that is not necessary anymore as it is already available with user dashboard. Update is coming in next few hours.
BTW, how do you think about the download link inside email? Easy digital download adds open/unprotected download link in email, any person who have that link can download it even without any verification, will that be very secure for the sellers? But no problem, you are the seller, so if you want, I don’t have any problem to add download link in email.
Hi Shon
i have tried the guest checkout but it takes me to a page where you have to enter your Order ID: and Order Email:
instead can we take the non register users to a page called purchase confirmation and show the order details ( PFA the attachment for the reference).
I don’t want users to register on the website to purchase.
Can we place a download link url [download_Link] in the email template ( wpdm-premium-packages templates email-templates)
so that guest user can download it from there mail itself
If this can be done im done with my website.
Please suggest
Thanks
Anand
Sure, this page is currently implemented in something else, I’m trying to reproduce it in WP:
http://www.comm5.com.br/novo/produtos-categoria/placas-seriais-pci-express-33/2sg-pci-e-153
On the right there is a sidebar with 3 link images, one for Catalogs (Catalogo), Manuals (Manuais) and Drivers. Each can either be a single download file (pdf or zip) or have “suboptions” such as “Windows”, “Linux”, etc. So, clicking one of them I would like to get something similar (or better) that this:
http://www.comm5.com.br/novo/departamentos/drivers/153
My current implementation of sidebar.php for WP contains this to get the link:
function comm5_get_download_link($property) {
// Query custom property value
$propertyValue = get_post_custom_values($property);
$wpdm_package = wpdm_get_package(intval($propertyValue[0]));
if ( count($wpdm_package) > 0 ) {
return esc_url( $wpdm_package['page_url'] );
} else if ( count($propertyValue) > 0 ) {
return esc_url( get_permalink( get_page_by_path( $propertyValue[0] ) ) );
} else {
return '';
}
}
You can select a category;
category
: use any category slug here if you want to create an archive page for that specific category or don’t use the parameter
eg
[wpdm-archive category="electtwo" cat_view="extended" button_style="danger" link_template="link-template-default-wdc.php" order_by="download_count" order="desc" items_per_page="10"]
Hi,
You have to change your link_template value in shortcode. There is no link-template-panel in Free version. That’s why this issue generated.
Try following shortcode instead,
[wpdm-archive button_style="default" link_template="link-template-calltoaction3.php" items_per_page="10" category="category-slug" order_by="field-name" order="asc or desc"]
You can use TinyMCE Button to insert shrtcode. It shows all available link templates in dropdown.
Thanks.
Hello, I just purchased WPDM Directory but when implementing it on our site we don’t see the downloads listed but instead see the following:
link-template-panellink-template-panellink-template-panellink-template-panellink-template-panellink-template-panellink-template-panellink-template-panellink-template-panellink-template-panel
We’re using this shortcode to display this:
[wpdm-archive button_style="default" link_template="link-template-panel" items_per_page="10" category="category-slug" order_by="field-name" order="asc or desc"]
Hi Shon
Is there any way where users can download the files without registering ?
When i checked the guest checkout, its taking me to a guest orders page but the download is locked
Is there another option which they can download the file after the payment confirmation ( A page which shows the payment details and a download button to get the files) ?
also a email template with the download link which goes out to the email id’s
i am looking for a same checkout process of easy digital downloads
If this can be done, i will be verymuch thankful, i can remove easy digital downloads and use only WPDM
Thanks
Anand RK