Is there a demo link ? This plugin looks good but I need to test it 🙂 !
Is it possible for users to subscribe to new downloads but only new downloads in some particular categories ?
Thank you very much for your answer. I am now working on the new site which will firstly in Greek. The page link is http://paivanas.gr/download/stanitsas-lessons-triodion/ . It is in Greek and you probably cannot read it. I managed a little bit the colors using the avada templates I working with. What I would like to do is to change the color of the download key or other colors.
I do not really want to bother you. If you can you send any advises.
Thank you in advance
Regards
Athanasios
Also other download links didn’t work :
“Entschuldigung! Download ist noch nicht verfĂĽgbar.” <– it is german and says: “Sorry, download is not avalaible.”
Hi,
I am redirecting Error Page when I click any Download Link which was created with WP Download Manager Pro.
I am getting below ERROR :
Warning: mysqli_real_escape_string() expects parameter 2 to be string, array given in /home/eleara6v/public_html/saplearninglibrary.com/wp-includes/wp-db.php on line 1127
Warning: Cannot modify header information – headers already sent by (output started at /home/eleara6v/public_html/saplearninglibrary.com/wp-includes/wp-db.php:1127) in /home/eleara6v/public_html/saplearninglibrary.com/wp-content/plugins/download-manager/wpdm-start-download.php on line 249
Please check attached Screenshot for Your Reference.
Please help me and resolve the issue on Urgent basis.
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.
Please help me as I really need that feature!
Author
Search Results
Viewing 25 results - 5,076 through 5,100 (of 9,516 total)