-
Search Results
-
Topic: Cant change settings
I dont get the nice options under settings. My version is old style with underlined links. Clicking on them dosnt work. One example: When I click User Interface – nothing happens. Im still on the same “old” page. I have a paid for “Download Manager Pro v5.0”
Topic: get unmasked file link
Hi, I am trying to change the Limk template to integrate the PDF.js viewer instead of downloading the file. The reason is that we dont want users to save, download or print the pdf files.The problem is, that pdf.js needs the real link to the downloadable file. I changed the option for masking / unmasking the link but I always get the same something like:
/download/b-plan-haus-felicia-versand-an-rp-31-03-2020-pdf/?wpdmdl=6553&refresh=5ea98c09afe501588169737when using the tag [download_url] in Templates. I need the real url of the file. How can I fix this problem??
Hello, please help me, some of my visitors are saying that they can’t download the files form the download page. It ask for authorization in google drive. I already setup the sharing option into “anyone with the link can access no login required” but the problem is still there.
Topic: Download PDFs giving error
Hello…the download links, download buttons work; but the files show up as 0kb? I get an error message.
“This file does not have an app associated with it for performing this action. Please install an app or, if one is already installed, create an association in the Default Apps Settings page.
I’m linking in the packages expecting to start a download but it re-directs me to a page named after the package I created every time?
I’m simply posting [wpdm_package id='1684'] into the table i want the download clickable from and instead the download button takes you to a page named after the download package?I have a digital downloads store setup, I am using Download Manager Pro to handle the file purchasing and downloading.
The PayPal and Stripe payment methods are being used.
I have noticed this issue on guest purchases I have not tried purchases by logged in users.
Scenario 1:
A guest user purchases an item using Stripe, after purchase they are taken to the download page to download their product and receive a receipt email from Stripe and an email from my store which I have setup using the email template options, it contains a link to the download page and the information they need to download their product again if they wish.Scenario 2:
A guest user purchases an item using PayPal, after purchase they are taken to the download page to download their product and receive a receipt from PayPal, there is no email sent by the store telling them how to download the product again if they wish.
If I use PayPal IPN the receipt email from PayPal contains some product information. If I use the new PayPal API method the email from PayPal contains no product information.In Scenario 2 I expect the store to send an email in the same way as it does for Scenario 1 so that the customer receives an email from the store telling them how to download the product again if they want to.
I totally fail to understand how this functionality is either not implemented or has remained broken for so long.
Unimpressed
Hi there,
My client would like the option to filter packages by tags in the ‘wpdm_all_packages’ shortcode.
I’ve managed to add tag support by copying the ‘wpdm-all-downloads.php’ file to a ‘download-manager’ folder in my child theme and adding the following code:// CUSTOM ADDITION: TAGS $tags = get_the_tags(get_the_ID()); $ftags = array(); if (!empty($tags)) { foreach($tags as $tag){ //$taglink = get_tag_link($tag->term_id); $ftags[] = "<a class='sbyc' href='{$cfurl}{$tag->slug}'>{$tag->name}</a>"; } $tags = @implode(", ", $ftags); }and
case 'tags': echo "<span class='__dt_categories {$cxc}'>".$tags."</span>"; break;This works fine as far as displaying the tags in the table, but it does not allow us to filter the results using the tags.
When we click on a tag, the table shows ‘No results’.
I’m assuming that the dataTables files have to be edited in some way to add tag support there? Or is there another solution?
Could you point me in the right direction to get this to work?Is it possible that in some packages, the download button takes the user to a different link on an external site.
Topic: ClOSE Link and box
A new box and Close link has appeared on my home page below the footer. I have traced it to the Dowload Manager.
Here is the code that is generated.
<div class="w3eden"> <div id="wpdm-popup-link" class="modal fade"> <div class="modal-dialog" style="width: 750px"> <div class="modal-content"> <div class="modal-header"> <h4 class="modal-title"></h4> </div> <div class="modal-body" id="wpdm-modal-body"> <p class="wpdm-placeholder"> [ Placeholder content for popup link ] <a href="https://www.wpdownloadmanager.com/">WordPress Download Manager - Best Download Management Plugin</a> </p> </div> <div class="modal-footer"> <button type="button" class="btn btn-danger" data-dismiss="modal">Close</button> </div> </div><!-- /.modal-content --> </div><!-- /.modal-dialog --> </div><!-- /.modal --> </div>I cannot see where in the settings this is set. Pleae advise.
Hello,
We are using WordPress Download Manager Special Pack in my site and using a shortcode as below.
“[wpdm-archive button_style=”default” link_template=”link-template-panel” items_per_page=”-1″ category=”council-agendas” order_by=”title” order=”desc”]”
We get listing of pdf in descending order but can’t get order_by: title.
URL: https://www.elkpoint.ca/governance/council-agendas/
SS for the same: https://share.getcloudapp.com/nOu8eLA6We hope to get the proper way to resolve it.
Thanks in Advance.
Rob Hole
