Hello,
I am wondering how I can add a template with two buttons which are protected with reCaptcha. In templates I see for example:
“link-template-default-ext”
This one has a button after reCaptcha has been clicked. The download starts immediately. But I would like to have a similiar template like this.
One button for download on click (not immediately starting after reCaptcha has been clicked) and one button for preview which sends the file (PDF) to my installed PDF viewer Wonderplugin (wonderplugin.com – https://www.wonderplugin.com/wp-content/uploads/2017/02/how-to-create-a-wordpress-post-carousel.pdf) with a CSS class called “wplightbox”.
Any help<on this is appreciated.
Thanks
Jojo
Please send me a package link that shows the download count. I will test the reported issue. Also, make sure you have the latest version of WordPress Download Manager.
You can use the category shortcode to packages/downloads from one or more categories. This shortcode has a col
parameter which let you define the number of columns you want to use to show packages. Here is an example of category shortcode,
[wpdm_category id="slug1,slug2," cols="3" toolbar=0 desc=0 item_per_page=9 template="link-template-bsthumnail"]
If you lock your download using any lock from WPDM lock features, no one can share download links. Because those links are temporary.
Hi, please advise why the file icon has the link of a previous file. When clicked on the second file’s icon, the first file is downloaded. When it’s the third file icon, the second file downloaded, etc. Thank you.
Hi,
How can I restrict unauthorized file download if one user shares download link with someone else.
Many thanks.
Hi Team,
I am trying to showcase my download packages (2 or 3 files) side by side as shown in the attached picture. I have tried to add float property to the top div html tag. But it didn’t solve the purpose. Any help would be highly appreciated. Thanks!
Hi,
The best option to modify [file_list]
is creating a custom template tags using wdm_before_fetch_template
filter ( https://www.wpdownloadmanager.com/doc/filter-reference/wdm_before_fetch_template/ )
To modify the style of [file_list]
template tag copy the Table
function from /download-manager/libs/class.FileList.php
and link it to your filter. Then add your customizations in the new Table
function.
You have to add the code to your theme or child theme’s functions.php file.
function wpdm_table_mod(){
// paste the code from original table function here
}
add_filter('wdm_before_fetch_template', 'wpdm_custom_template_tags',10,1);
function wpdm_custom_template_tags($vars){
$vars['file_list_custom'] = wpdm_table_mod();
return $vars;
}
Please add display: none;
inline CSS in the marked position to hide the floating file cart. No other option available yet but we will add an option in the future release to hide it.
https://www.evernote.com/l/AUfIUUNtls5CzIEmMJUorfk5m9Nd3Z4IwM4B/image.png
Thanks.
You can use the following shortcode for Archive Page compact view. This shortcode has category drop-down.
[wpdm-archive button_style="inverse" link_template="link-template-panel-1-3" order_by="post_title" order="asc" items_per_page="10" cat_view="compact"]
You can also check out the sidebar view https://demo.wpdownloadmanager.com/wpdmpro/archive-page-sidebar/
[wpdm-archive button_style="default" order_by="post_title" order="asc" items_per_page="10" cat_view="sidebar"]
WPDM packages can have more than one file types in a single package. So, there is no way to create a dropdown by file type because you can manage this kind of things using category and subcategory.
No worries, My custom templates file is link-template-library.php and is in my theme folder under /download-manager/link-templates/ as told in documentation.
Advanced Search Left Shortcode
[wpdm-search-page cols="1" items_per_page="10" link_template="panel" position="left"]
Advanced Search Shortcode
[wpdm-search-page cols="1" items_per_page="10" link_template="panel"]
Archive Page Compact Shortcode
[wpdm-archive button_style="inverse" link_template="link-template-panel-1-3" order_by="post_title" order="asc" items_per_page="10" cat_view="compact"]
Please install the Advanced TinyMCE add-on. This add-on provides an easy to use a graphical user interface to insert various shortcodes including the ones you need.
How did you create your custom link templates? If you have put those files inside the Download Manager plugin dir files will be gone after deleting the plugin. If you have put those in theme dir I can safely delete the plugin to test old version.
This reply has been marked as private.
Are you testing this in an unlocked package? Open downloads are always open, you do not need a temporary link for that. Expirable links are for locked packages. This link bypasses the lock and expires after passing usage limit or usage period.
I have had over 100 readers email me to let me know when they are using Internet Explorer and click the link to download, nothing happens. I have tested and have the same problem. Please advise a solution.
I need the feature which got described here: https://www.wpdownloadmanager.com/tag/temporary-download-link/
Unfortunately when I generate a link with usage limit “1” and expiration date “5 Minutes”, it will not affect at all. I can still download the file after 20 Minutes as much as I want by this generated link.
Please help me as I really need that feature!
You have to create the /download-manager/
directory/folder inside your active theme dir. Please send FTP info and wp-admin login info in private reply if need help with that.
Btw, I missed one thing in my previous reply. You can replace the title
with page_link
in your shortcode add a link in download title.
https://www.evernote.com/l/AUdGyfNP6glDtIIMPTyrPFW7RQxtbgBTwJgB/image.png
If adding the link enough you don’t have to edit the template file. The custom template file is required only if you want to add the download link with the title.
Add the following message in Settings Basic Message Login Required Message option and set Hide Everything in Settings Basic Access Settings When user is not allowed to download:
Login is required to access this page
After setting these options, You will see a login link in packages where a user must log in to access the package.
Make sure to replace the basesiteurl
in the message with your site URL.
Are you searching from Archive Add-on Search option or is it your regular site search? Although both shows the package in my test. You can try setting the access setting to ‘Only Block Download links’
https://www.evernote.com/l/AUfDLUo-6WpGEpNm1A_pK7ZMhTR_iV8OA00B/image.png
Please send login info in private reply if you want me to check the issue there.
This reply has been marked as private.
Hello,
Where do I go to change the text in the email sent to clients after download?
Thank you
Hello
I must be missing something but I cannot see what so I thought I would ask.
I am using DownloadManager Pro, I have a Download setup and have created a sales page and on it I want a nice green button which says something like ‘Continue To Checkout Options’ as a single line of text on it, I will put my own text above and image below it, what I do not want is for the the price of the product to be displayed, when that button is clicked it goes to the cart page to checkout with the item placed into the cart and on the cart page the product price is displayed which is what I want there.
I have a button working as I want but the problem is the product price displayed on the sales page next to the button, and all the buttons I can find seem to use the [download_link] short code which displays the price next to the button, another button I found had the price in the button text which was still no good.
Is there some way to achieve this, a download button with no price displayed on it or near it.
Just checked the package link. Looks like you have sorted out the issue. Most probably your allow access settings field was empty or the user you were testing with didn’t have the access.
Please install the updated version of Download Manager to fix the license issue. You can download the latest version here https://www.wpdownloadmanager.com/user-dashboard/?udb_page=purchases
Deactivate and delete the old version before installing the latest version. You won’t lose any data.
You can send temporary wp-admin login info in private reply if you need help with the update process.
Thanks.
Hi,
This requires a custom solution. Download Manager can replace the download link with a login button. But it doesn’t work the exact way you explained above.
Thanks.
It was a changed to serve direct download instead browser preview. But it seems the direct link generates temporary download link and has an expiration period. So, we will switch back tot he preview. Releasing update asap.