Sohrat
Forum Replies Created
-
Forum: Plugins
In reply to: [Download Manager] Invalid File ID or File NameHello @lahorimela
Can you please provide me the related link to see what kind of problem you are having? I’m a bit unclear about your problem.
Thanks
Forum: Plugins
In reply to: [Download Manager] Download Button (New tab)1) Yes, you can do the same for the link template.
4) I’m not clear about your question. If you want users to be logged in before downloading any file you can set the login link or any custom message on WPDM settings:
Forum: Plugins
In reply to: [Download Manager] Download Button (New tab)Hello @davidblood
1)You can open the file in a new tab by following this:
i. Copy page-templates directory from
/plugins/download-manager/src/package/views
directory to your active theme directory.ii. Make a new directory as
download-manager
on your active theme directory.iii. Now remove all files from
{active-theme}/download-manager/page-templates
except the template files you need to update.iv. Update template file(s) in
{active-theme}/download-manager/page-templates
directory as per your need. As you need to add open in a new tab you have to add
this<a href="[download_url]" target="_blank" rel="noopener">[link_label]</a>
3) You can do this with WPDM Default Values.
4) To change the color follow this. To change the
Download
button toLogin
button follow this.Please let me know for further assistance.
Forum: Plugins
In reply to: [Download Manager] How to Add Download Count to Widget?Hello @mcyger ,
Yes, you can.
In order to show the total downloads of a download package, you have to use this template tag[download_count]
in the link/page template that you are using. I think you are usinglink-template-default-icon
link template.1. Copy link-templates directory from /plugins/download-manager/src/package/views directory to your active theme directory.
2. Make a new directory as download-manager on your active theme directory.
3. Now remove all files from {active-theme}/download-manager/link-templates except the template files you need to update. In your case, it’s
link-template-default-icon.php
file.4. Update template file(s) in {active-theme}/download-manager/link-templates directory as per your need. As you need to show the download count you have to add
[download_count]
there.- This reply was modified 3 years, 3 months ago by Sohrat.
Forum: Plugins
In reply to: [Download Manager] Package settings – tabs not workingHi @digbymaass
Please mention in which version you are facing this issue. The Lock Options tab and the Icons tab working perfectly from our side.
Please update your WPDM copy, the Lock OPtions and Icons should work. If updating doesn’t resolve the issue, there can be a conflict with another plugin, please enable/disable other plugins for checking.
Don’t forget to let me know if you are still facing the problem or not.
Thanks
Forum: Plugins
In reply to: [Download Manager] It only displays 4 itemsHi @jonylif,
Please use
items_per_page
instead ofitem_per_page
, that should solve the issue. If you still face the issue please let me know.Thanks
Forum: Plugins
In reply to: [Download Manager] Database Error – Table Does Not ExistPlease deactivate and reactivate the plugin, that should update the database and fix the issue.
Thanks
Forum: Plugins
In reply to: [Download Manager] Open in new tab (download-manager plugin)You can go to
Plugins > Plugin Editor > select 'Download Manager' > tpls > page-templates or link-templates
. Now, check whichpage-templates or link-templates
you are using. Open that file and replace[download_link]
with<a href="[download_url]" class="btn btn-primary" target="_blank">[link_label]</a>
.Thanks
Forum: Plugins
In reply to: [Download Manager] Open in new tab (download-manager plugin)By default, downloads are working on the same page, for open downloads in a new tab, it is required a little bit of customization on the code, please let me know how can I further help you.
Thanks
Forum: Plugins
In reply to: [Download Manager] 500 server error and moreServer errors (error 500) are often caused by plugin or theme function conflicts, so try to deactivate all plugins. If that resolves the issue, reactivate each one individually until you find the cause.
If that does not resolve the issue, it’s possible that a
.htaccess
rule could be the source of the problem. To check for this, access your server via SFTP or FTP, or a file manager in your hosting account’s control panel, and rename the.htaccess
file. If you can’t find a.htaccess
file, make sure that you have set your SFTP or FTP client to view invisible files.Forum: Plugins
In reply to: [Download Manager] How to use folders with download items inside?You can check other shortcodes here.
Thanks
Forum: Plugins
In reply to: [Download Manager] How to use folders with download items inside?You can use this shortcode
[wpdm_tree category="category-slug"]
. It will create a folder for each category. You need to install the following free add-on also to make the shortcode work.
https://www.wpdownloadmanager.com/download/wpdm-extended-short-codes/Thanks
Forum: Plugins
In reply to: [Download Manager] Getting a File not found or deleted from server warningCan you please clear your site cache? Also, there can be a conflict with another plugin, can you please enable/disable other plugins for checking, you may also switch theme to another for checking, please let me know then
Thanks
You may try using LiveForms ( https://www.ads-software.com/plugins/liveforms/ )
Please check your post on WPDM Forum.
Thanks