Forum Replies Created
Please send me the page link. A simple custom CSS is enough to fix this issue. The issue arose from some kind of CSS conflict with your theme or another plugin.
You can apply the daily download limit using WordPress Download Manager with Download Limit add-on ( https://www.wpdownloadmanager.com/download/download-limit/ ). No third-party add-on required for that.
Sorry for the delay. The issue may be related to a JS error on the page. You can try deactivating other plugins to find where it is coming from.
Hi, Only Pro version has the support for multiple file or directory attachment. Thanks.
Hi,
You need Pro version of Download Manager to edit email templates. There is a template editor in Pro version which allows the customization of all kinds of email templates.
https://www.evernote.com/l/AUf8X4u9sPRO3Yxtd4D6GVVHluTaUsgDS-AB/image.png
Best regards.
– To search packages directly you have to perform the following changes,
https://www.evernote.com/l/AUczHM6SLZBOp6omUpYuFdkSUBPVsCMHLkcB/image.png
– Requires customization in homepage template. To display the search bar you have to add this code <?php TheNextFramework::PageHeaderBottom(); ?> in the home template.
The breadcrumb is coming from Yoast SEO plugin. You can enable it from Yoast settings.
This question is a little confusing How can I have it show multiple templates in the one shortcode?
Which shortcode are you using there?
If you are inserting each download using package shortcode then you can apply a different template for each one. In this case, you do not need anything else.
Hi,
You can use a template file to add extra fields in the registration form. Please check templates doc here https://www.wpdownloadmanager.com/doc/template-files/ Registration form template is wpdm-reg-form.php in the /download-manager/tpls/ directory.
There is another way to add custom fields in the registration form. You can use the wpdm_reg_form hook. Here is the hook documentation https://www.wpdownloadmanager.com/doc/action-reference/wpdm_register_form/
Best regards.
1 ) Change the color from Theme Options General Color scheme option.
2 ) The spacing is dynamic based on the number of menu items.
3 ) Need admin access to the frontend uploader page suggest custom CSS
4 ) Please send admin login info to check all related settings.
Hi,
Looks like some style files are missing there. Please try a fresh installation of Download Manager. Or send temporary wp-admin login info in private reply so I can check the issue there.
Best regards.
Hi,
There is no built-in solution available for that. But it is possible to achieve what you want through custom coding. Our customization team can build it for you if you are interested in custom upgrade service https://www.wpdownloadmanager.com/download/custom-upgrade-service/
Thanks.
Are you using a custom link template there? I can’t check as the temp user doesn’t have admin access.
The access denied message is shown when you have [download_link] template tag in your link template. Please try a built-in template. I think your template doesn’t have it.
However, if it is possible please allow admin access to the temp user so we can resolve this issue faster.
Hi,
Download Manager does not show the path to the file. URLs are based on package not file. You can customize URL bases from the basic settings page.
https://www.evernote.com/l/AUfKjCykILtGeqnpXARQe7YqzA5k-hHAEF0B/image.png
Please check the doc here https://www.wpdownloadmanager.com/doc/settings/basic-settings/ It explains how these URL bases work. Or let me know if you have any question.
Thanks.
Sorry, it is not possible.
Categories and package access control are merged to decide if the user can access the package or not. So, allowing category access automatically provides user access to all packages under that category whether you select the role on package setting or not.
It will be better if you can control the access only using category settings. In that case, you can get the result you want.
Hi,
Please install the latest version of Download Manager if you are using an older version. Then try deactivating other plugins to check if the issue is coming from a plugin conflict.
Send temporary wp-admin login info in private reply if none of the above steps solve the issue.
Thanks.
Please try now. Unlocked the key from your staging site.
Hi,
Please deactivate the plugin from network admin. Then activate it in each subsite separately. That should fix the issue. Send temporary admin login info in private reply if the problem persists.
Thanks.
Please add the following code after line no 2 in /tpls/wpdm-login-form.php Or set a logo parameter in your login form shortcode.
if( ! is_array( $params ) ) $params = array();
Please add following CSS in Customizer Additional CSS to fix the alignment,
.w3eden .row .col-md-3:nth-child(4n)::after {
content: '\a';
white-space: pre;
}
– To fix the mobile menu issue remove line no 17 ( e.preventDefault(); ) from /crypton/js/site.js file.
– Facebook like button won’t work in localhost. It requires a live site.
Yes, it is possible using a custom template of /download-manager/wpdm-all-downloads.php file. Please check this doc https://www.wpdownloadmanager.com/doc/template-files/ It shows how to create a template file.
You have to perform 2 updates in the new template file,
1 ) Replace line 255 with $data['download_url'] = wpdm_download_url($data);
2 ) Find get_the_permalink(get_the_ID()) and replace with $data['download_url']
One of your plugin or theme modifying WPDM JS code output which created some error. Is it okay if I disable plugins or switch theme for testing?
Stats are working now. Enabled the single file download count option.
https://www.evernote.com/l/AUeHs2Qz1yRE_a6mR4fs2wi2Vl44aZVsSNEB/image.png
If this option is disabled stats will be recorded only when users download the package by clicking the package download button. But in your packages, only single file download button was available due to the page template. However, now stats will be recorded in all cases.
Hi,
It is possible to achieve the result you want but requires some code customization if Directory add-on. There is no other option right now.
You have to remove the two marked line from the add-on file.
https://www.evernote.com/l/AUckpKytu9NAfrxriEMB9DXDbFBpjlms25wB/image.png
Please send temporary wp-admin login info in private reply if you want me to do it.
Thanks.