I am using formidable forms, and whenever a user submits the form, he receives 3 download link emails from the system. How can fix this issue to make the system only sends 1 download email link, not 3 duplicates.
Hi,
I sent the payment link only for All Addons pack.
You can renew E-Commerce Pack from dashboard. If renew link does not work, use following link to complete E-Commerce pack payment,
https://www.2checkout.com/checkout/purchase?sid=1560048&quantity=99&product_id=11
Unlocked your key from old domain. When using WPDM in localhost don’t apply the license key. Use the key in Production.
Thanks.
regarding fatal error, WPML say this:
Until this point, WPML works great.
Now what happens next is in
/plugins/download-manager/tpls/wpdm-be-member.php
line number 81 is calling
get_permalink(get_option('__wpdm_user_dashboard'));
Which is throwing the FATAL error
'__wpdm_user_dashboard' return 0
and thus throwing a fatal error.
Hi
use[wpdm_package id=7 template="link-template-button.php"]
short-code
You can use http://www.wpdownloadmanager.com/download/advanced-tinymce-button/ Plugin to easily add the shortcode you need.
Thank you.
Hi
Thanks for the download link, but I need also as originally requested or I don’t get license for Download manager.
Could you also add WordPress eCommerce Pack – Digital Store Solution as this is due soon as well.
Can you also unlock my license keys from the last domain, I’m switchng to another domain. Also can i use the key on localhost to test.
Thanks
Hi,
License Manager links a license key to a purchase order, if you set ‘Require License Key’ in package settings. But Download Manger does not handle the other tasks like verification of the key.
We only use it to associated a key to an order, which can be used for various purposes by linking those keys to a custom script.
Thanks.
Hi,
Your first link shows downloads from a category. Your category url base is downloads
( from WPDM url structure settings ). So all of your download category url will look like the first url.
Second and Third url shows normal WordPress posts from a category and tag. These pages uses different templates from Crypton Theme.
Building custom templates ( category and tag archive for normal posts ) requires more time than simple edit. Please mail to customize@wpdownloadmanager.com to get a quote for the customization.
Usually a theme uses different look for normal post and custom posts. Here you want same look for all posts ( download and normal posts)
Thanks.
Further to my request above, see attached.
I want to get rid of the set of speech marks at the front, make the download a coloured button and have the link from the title just downloading the file and not linking to a page?
I want the document to download only from the link template and not go to another page.
How do I do this from the title?
I would also like to create a download button that does the same in the link too. How do I create this?
Hi,
Nothing seems to be working after upgrading to the pro version.
Downloads do not appear in the dashboard. The links on the left (profile, logout, etc) do not work.
The actual package pages look terrible, the tables are incomplete or have rows cut off.
Am I missing something?
Thanks,
James
Hi there,
I think you are asking for able to add link to download. External link feature is available in Pro-version only.
Thank you
FYI – I am on PHP v5.3 and it needs to stay on this version.
Can you either fix very quickly or provide a download link for v4.5.6 which at least sort of works.
This is MEGA URGENT for me.
Hi,
You can change the template link of category short code. The best way use Advanced TinyMCE button add-on This will help you to create short code for your page.
Thank you.
This must be really simple, but I can’t figure it!!
I want to upload PDFs and catagorise them, and then I want to display the list of files on a page, where all the there is for each upload, a title and a download link button in a sort of list format.
This must be possible, right?
Cheers!
Hi,
Link templates are used when a download/package shortcode placed in a page.
In Category page you can use a common link template, which can selected from Dashboard Downloads Settings Frontend Category Page Options panel. It is not possible to use different link templates for different packages in category page.
Hi,
Please try downloading new plugin and install. May be some files are missing or installation is not done correctly. Or
Would you mind providing us with login credentials so we can take a closer look? To do this, you can make a post with the following info:
– Link to your site
– WordPress Admin username / password
Don’t forget to select Set as private reply. This ensures your information is only visible to our staff.
Thank you
I am not talking about changing emails. It is about permalinks that don’t work.
My customers are not able to download the file after purchase. It sending url: website.com/dashboardpurchases/order/123 instead of website.com/dashboard/purchases/order/123. It happens for everything including download history. How can it be fixed?
And any url from dashboard doesn’t work: purchases, download history, etc. All returns 404 page.
Hi,
Use following code in your custom link template to enable download on click title,
<a href="[download_url]">[title]</a>
Thanks.
Hello,
I would like to unlink the package title from page template, and instead have the title be a link for download.
I saw on this forum that we should use [title] instead of [page_url] but how do I request the download ?
I don’t want “download” to show up, just the title package which people would click on for direct download …
Is there a way to do this ?
Thanks a lot in advance
Hi,
Using the file cart plugin instead of downloading the .zip file I would like to send it by email. Is there a way to make it possible?
or alternatively can I send a link to the zip file which is created in the cache folder now when I click on download (is there a code snippet?)
Thanks for your help in advance.
Simone
Hello,
I have the same issue, but slightly different : I would like the link to simply be the title of my file.
Is there a way to do this ?
(I used your example here above, but I don’t want “download” to show up, just the title which people would click on …)
Thanks a lot in advance
Yes, it is possible. Use a link template without [page_url]
template tag. Just clone the link template you are using now and remove the [page_url]
tag from there. Now when inserting package use this custom link template.
An example,
<div class="col-md-6"> <h4>[title]</h4>[download_link] </div>
Is there a way to control the visibility of package links that display on a page.
I’ve created a page with this shortcode to display a list of package links:
<br style=”clear:both”/>
<span>[title] [description] [tags]</span>
What I’d like to do is control which package links are displayed on this page based on a visitor’s user-role.
Thanks,
B
Yes, it is possible. Create a custom link template and use [expire_date]
template tag to show expire date.