Not shortcut way to customize those shorcodes. However, we will take a look in this issue before next release.
Hi, Please check wpdm_download_url()
function in /download-manager/wpdm-core.php
file. This is the wrapper function to generate package download URL for open packages.
Hi,
Sorry, It is not possible using category shortcode. Link template from package settings will be applied only when you are showing the package as individual download using default package shortcode [wpdm_package id='pack_id']
Thanks.
1. Maybe user does not have access to the Download ( try setting All Visitors in allow access field in package settings )
2. Build a Custom Link Template. Clone the template you are using now and replace [page_url]
with [download_url]
. Then use this template in your shortcode.
3. Please send me page link. After checking the page i can suggest required css to change accordion color.
Thanks.
Hi,
It requires minor code customization.
Please send temporary wp-admin login info in private reply. I will adjust the code to remove the date column from all packages table.
Thanks.
Please try now.
Please send temporary wp-admin login info in private reply to check the issue.
“Login authentication failed”
FTP user have access to an empty directory. I need to check the error log there. But provided user doesn’t have access to it.
Releasing an update soon to fix it. Thanks.
Please send temporary wp-admin login info in private reply. I have to check your installation to solve this issue.
Hi,
Looks like this is coming from your theme. After disabling Visual Composer it still auto adds empty custom fields in download post. Please ask your Theme provider to look into this issue. They will have better insight in this issue.
Thanks.
The correct parameter for this shortcode is template
like following shortcode,
[wpdm_simple_search template="link-template-panel" ]
Please send login info in private reply, i have to update code to change pagination. How many download do you want to show in a single page before jumping to next paginated page?
Could you please send temporary wp-admin login info in private reply? Or let me know what error messages are shown. It will help us to pinpoint the issue.
Hi,
We will take necessary steps to fix this in next release, so it doesn’t conflict with other plugins using the same library.
Thanks.
Did time expired for the package? You can only see the effect after download expired. A message is shown to the user instead of a download link.
Hi,
You can use your template for login page. Please follow docs from here.
There is no automatic redirect from login page. It is your choice where you want to go. By default login page shows the dashboard URL if user is logged in.
You can send the temporary wp-admin login info in private reply if you need help in removing the tabs (login, register). Although you should use different templates to keep the change even after plugin update.
Thanks.
Go to /wpdm-archive-page/tpls/archive-page-with-sidebar.php
file and follow instructions in line 15 and 28. Just remove the //
(uncomment) from each third line.
Looks like it stats working fine. I just downloaded a package, it is listed on Download History Tab and visible on Monthly stats, Package vs User Tab too.
https://www.evernote.com/l/AUfEto8lzt5DYp8-wqy0tz6_Jc3Ypn7_CMsB/image.png
Please try now.