Good, thank you for guiding me fix the bug, I have done successfully.
But there is error on homepage interface when activate and deactivate User Reviews, you see and guide me fix the error.
And I just discovered another bug related to the submenu menu. Please visit the demo “https://demo.wpdownloadmanager.com/wpdmpro” by mobile and try to click submenu to access the submenu link or not?
And another error is that after I press like facebook finished I do not see where to download “test on my localhost with the feature will be downloaded after like Facebook (Facebook like lock)”.
Please show me how to fix the errors I have listed above. Thank you very much!
I must not have been clear in my original post. I don’t want to go to the details page. I want the title to be the download_link. I want to display the text of title but make it display as a hyperlink with the url being the download_link.
To put it a different way, can you change the title of download_link from “Download” to the document title?
There is an option to block only download links when a user does not have access to the package. Currently, your setting is set to Hide Everything option. You can change it from Downloads Settings Basic Access Settings Panel. Setting the option to ‘Only block download link’ will enable the permission denied message on packages.
There are many variables when you are calculating site speed. The most important thing to consider is web hosting. If your server is not optimized or using a server with limited resources ( e.g. cheap shared servers ) you can’t expect a fast site.
Download Manager handles many data-heavy operations which adds a little more load on your server as any other similar plugin would do. But that does not have any noticeable effect on site speed. And if you use a cache plugin, all WPDM pages are loaded through the cache and does not add any server load. It just serves cached page without any server calculation.
By the way, I checked your link. The site speed seems pretty nice. Like most other WordPress sites.
I made the change on line 94 in /download-manager/admin/class.DownloadManagerAdmin.php file. You have to do it again after plugin update. The link is an image button by default. You requested to change it to text in a previous ticket.
Processing multiple PDF files requires more server resource. Do not have the exact numbers on this matter. But can’t guarantee if multiple file stamping would work on your site or not.
You were using the frontend uploader page ( [wpdm_frontend] ) which is not the correct shortcode for showing all downloads. The right shortcode is [wpdm-all-packages jstable=0 items_per_page=10] I have updated the shortcode.
Hello, we currently have a private website were users can download files depending on their role. We have set WPDM so “When user is not allowed to download it only blocks download link” but when we set only “subscribers” have access to a file, other roles can download it too.
We tried the option “Hide Everithing” on the plugin settings and it works fine, but we really would like to use only the restricted download option.
I am using WPDM’s table display shortcode to display a list of documents from a particular category. Is there any way to make the “title” display as a hyperlink so I don’t need a separate title and download column?
Previously when i had an issue with it, I was told to you change [download_link] in the template to “[link_label]“, and it worked for a small amount of time.
I have been having another problem for approximately 2 weeks, my download button does not work , if I leave [ download_link] in the template certain documents have ” #unlock” in the URL but still, downloads and others have “#” in the URL and doesn’t work.
Then if I change [ download_link] to “[link_label]” then the documents with “unlock” in the URL change to “#” and stops working and the documents with “#” in the URL changes to “unlock” and works.
I can not get all the documents to work at the same time.
This works. It solves the problem, but it creates a new issue. Now the icons aren’t appearing in the way they used to. Here is my template code. I’m wanting the icon to act as a link to the document. Can you please help me out? Please note you still have access to the site. Thanks!
Trying to denote what is and what isn’t premium content by adding a star to the title via font awesome or an image and both ways are being stripped from the code below. Is there a trick to this? Or is there a way to add a differentiating icon of sorts to certain downloads perhaps based on category?
I have configured a link template with the following variable[thumb_WxH]. Before the last update, the respective thumbnail was displayed without any problems, however, this does not happen now.
The code it generates is as follows: <img class="wpdm-thumb wpdm-thumb-60x60 wpdm-thumb-108597" src="http://pre-snaspe.lazos.cl/wp-content/plugins/download-manager/cache/RRi1_BDD6-60x60.jpg" alt="Presence of yaw (Leopardus guigna) within Puyehue National Park, Los Lagos Region">
The path/wp-content/plugins/download-manager/cache/ exists but there are no files in it.
I have the ImageMagick-6.7.8.9-15 package installed on my server.
We recently installed an SSL certificate via BlueHost and we use SiteLock for gwg.org. Since this update/DNS change our WP Download Manager isn’t working at all. It seems to be timing out, and no one is getting the immediate download or the email with link.
i’m new to wpdownloadmanager – this looks all very promising in backend (creating categories, subcategories and upload/linking files).
however,
how can i show now these (sub)categories on a front-end page so our users can navigate between these categories and download the needed files.
Updated your custom link template. Replaced [download_link] with <a href="[download_url]" target="_blank">[link_label]</a>. The download is working now.
You can check the Downloads Stats Download History Tab. If there is any download from unknown IP then that should indicate the order has been downloaded. But entries are not linked to the order id.
Yes, it is possible to insert the order id in the database. If the customer is a registered user you can just assign another order with the same product. You can create the order a guest and then assign it to the custom from order details admin page.
It is also possible to create an order with that order id. But we have to edit database entry for that.
Yes, I think this time I got what you were saying all these time 🙂
The issue seems to be related to the iframe. But have to investigate further to be sure. But the embedded download link works fine. I have applied the embedded download link using another page template to fix the issue.
2 ) You are not moving the file. You are making a new template file to override the default one. Your changes will still be there when you update the plugin.
You can use a template file to modify the Register Now link in the login form. The login form template is located here /download-manager/tpls/wpdm-login-form.php. Copy that file and place it in /your-active-theme/download-manager/ directory. Then modify the link in this new template file. Please check templates doc here https://www.wpdownloadmanager.com/doc/template-files/
You can also add extra fields in registration form using the same approach. Registration form template is wpdm-reg-form.php in the same directory.