Hello @juanangelmoliterni,
WordPress has a capability to use large amount of users. This plugin will just try to make a communication option among them. Actually there is no limitation from WordPress Private Message. I have just tested it and can assure that it will not use cpu if it is in idle state. If multiple users run it at the same time, it might use only a small amount of CPU percentages, but that won’t be bad at all. Even we didn’t get any report from users about it.
However, if you find any issue after using it, don’t hesitate to contact us. We will try to fix the issue as soon as possible.
Thanks
Hi @shark_vil,
You are welcome.
However,If you found our support helpful, could you leave your valuable review here?
Your rating keeps us inspired ❤️
Best Regards
Hello @callerpatty,
Yes it is possible by modifying the templates.
You need to follow these steps:
1. Copy all the files from the addon directory wpdm-archive-page/src/templates/filter/views/
2. Paste it to {your-active-theme}/download-manager/
(If there is not a download-manager
directory, just create a new directory with this title)
3. Replace the header.php
and sidebar.php
files with these files.
It should works.
Regards.
Hello @gmop-unite-com,,
You are welcome.
However,If you found our support helpful, could you leave your valuable review here?
Your rating keeps us inspired ❤️
Best Regards.
Ok please share those to check. Did you make the .po file in the addon directory/language folder? I didn’t find any IT .po file there.
Hi @williamcanon,
You are welcome.
We worked hard to find the issue.
However,If you found our support helpful, could you leave your valuable review here?
Your rating keeps us inspired ❤️
Best Regards
Hello @rossiello,
I have just checked the issue.
The Italian translation is getting all the translations done in the download-manager-it_IT.po file. The missing labels are getting from the wpdm custom access level addon. Actually there is no .po file for Italian language in that addon. You can follow WPML to create a .po file for IT.
Nevertheless, translations are ongoing contributions. There are many missing translations in the download-manager-it_IT.po file. You can update those using Poedit
Thanks
Hello @pixielation,
Sorry to hear about the issue.
Could you please elaborate the issue and send me relevant url to show the issue? also details about the modifications you did.If possible please share admin access of your website in a private reply.
However we have different addons for related purposes. You can check those:
Form Lock – Ask users to fill a form to get access to download
Thanks
Hello @rossiello,
Sorry to hear about the issue.
Which translation plugin you are using there? if possible, please, give your temporary wp-admin login details in a private reply for checking the issue.
Thanks
Hello @sethu,
The issue is that the number increases after clicking any page number, suppose at first it was 1 2 3..13 but after clicking it becomes 1 2 3 4 5…13 but the space does not increase. Pagination simplifies the user’s experience. For increased numbers, it is taking more space which is causing the issue.
I am sorry that only frontend css is not enough to fix the problem. Maybe the issue could be fixed in future updates.
Thanks
Hello,
I apologize that I do not understand the issue.
In order to identify the issue, I will need to check it from the backend.
If possible please send me relevant url with the relevant package and admin access in a private reply.
Thanks
Hello @wario,
Sorry to hear about the issue.
By enabling the single file download option. In a package, you can add multiple files ( as many as you want ), at from front-end when a user downloads this package, they will get a zip file containing all attached files, but if you enable Single File Download, a user also will be able to download any single file from attached files( Demo ), but when you enable individual file download option, you also need to use [file_list]
or [file_list_extended]
tag with your link or page template to show the file list with a download button at front-end, and templates are explained here.
Please let me know if the problem persists.
Thanks
Hello @williamcanon,
Sorry to hear about the issue.
Problems like this should not occur. You will see category as folder and subcategory as sub-folder. Maybe I should check the backend for any issues.
If possible, Could you please send me admin access of your website to check the issue and solve it quickly in a private reply?
Thanks
Hello,
Sorry to hear about the issue.
Can you please share the relevant url?
It will help me to identify the issue and solve the problem.
Hello @bpw1133,
I have just checked your website. Everything is fine as it should be.
Unfortunately, Frontend author does not have the ability to create tag option yet. Author needs to select the admin created tags and categories from the frontend. Admin can make tags from this url of your staging website.
However you can show any custom input fields to frontend author using this addon:
Do you have any other issues? Just let me know.
Hello @colleenbfmurphy,
Sorry to hear about the issue.
Could you please send relevant url or record me reproducing your issue using a tool like this? If possible please share wp admin access too in a private reply. It helps me to quickly figure out the issue and solve it quickly.
Thank you
Hello @seblito,
You are using the free version of WPDM. That is the reason there is no link template option.
If you use the premium version of wpdm, you would see like this:
There is available edit and clone menu for your templates in PRO, however, you can also edit the templates PHP file from plugins > download-manager > tpls
folder and follow this doc too, https://www.wpdownloadmanager.com/doc/template-files/
However, you can check the difference between free and paid wpdm here.
Thanks
Hello @shashikant,
I think your autoptimize cache plugin may making conflict too, please disable the cache plugin or server cache, disabling the cache option may resolve your issue too.
For any cache plugin, please simply exclude cart, user dashboard, login, signup pages from the cache.
Thanks
Hello @lawsonsfinest,
If you want to customize a view in your own way, you need to edit template files inside */templates/views
dir. Please follow the following steps to edit a template file so that the new update doesn’t erase your changes:
simply need to place template files from */templates/views
to /{active-theme}/download-manager/
Thanks