I have tested this again from different browsers for many many times in the last 24 hours. Still no error. Please ask your visitor which browser they are using when the error occurs.
Also, you mentioned that you are sending emails. Have you activated the email download link option in any package? Or is it just an email you are sending to your subscribers and the email has some package links?
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”.
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,
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.
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!
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.
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.
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.
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.
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.
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.
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’
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.
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.
Author
Search Results
Viewing 25 results - 5,026 through 5,050 (of 9,461 total)