I have placed 2 downloads per row. From your custom link template remove the style="width:50%;" inline style. That will fix the size. Provide user doesn’t have access to the templates so I couldn’t edit the template file.
PDF Viewer currently supports the password lock only.
You can embed the viewer in a post using a custom link template. The viewer uses the [doc_preview] template tag. So, you have to create a custom link template using this tag. Then use this custom link template when inserting the shortcode in a post. Create custom link template from Downloads Templates page. If you need help with that, send temporary wp-admin login info in private reply. I will create a template for you.
I have to check how the other plugin works before proving a quote on customization. Or we can create a completely new solution for it.
On my page I have a Download area. This Download area I made with the “WPDM – Archive Page” Extension. All downloads in this area are public available.
Now I wanna add some more Files which I do not see on the Download area. Instead I want them to just be available by manually generated links which I send by Email to the customers. How can I make that?
Additionally I just updated to Version 4.7.9 of WPDM and now when I try to generate a download link I get the following Error “Error! Unauthorized Access” instead of the link in the field. Is there maybe a bug in the newest version?
By the way I don’t get any password via email after registration (verifyemail=true).
Second point, the email received with username and login link propose https://xxx.com/wp-login.php. I need to put another page for login. how can I do this?
About wpdm_my_downloads shortcode, how can I personalize data table as with wpdm_all_packages (cols, colheads, etc….)
On logout I need users to back to a page other than /wp-login.php. How can do this?
Last, can I override plugin files in childtheme ?
I’m in a hurry on this project, could please take some time asap to answer? Many thanks,
I bought the PDF Viewer Addon but it does not work when I use the reCAPTCHA lock.
Also I read your manual but how do I embed the PDF in an article? I only can embed the link and when I click it I will see the download with the embedded PDF.
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.
Author
Search Results
Viewing 25 results - 5,026 through 5,050 (of 9,475 total)