Forum Replies Created
Ok now, used different template with [download_link_extended] tag, instead of [download_link]
We shall add the tags with front-end form soon.
Please download the latest version of wpdm pro and update your copy, that will fix the licensing issue.
Seems like javascript conflict, please give me the package URL and temporary wp-admin login info in a private reply to check the issue in details.
You will not need the master key for the downloads where you didn’t apply any lock option. The purpose of the master key is to allow someone sudden access when the package is locked for the others. But when you need to keep a stable download link for any specific group of users, you can use role-based protection.
Please use colspad =1 colsphone=1 with shortcode, ex:
[wpdm_category id="my-category," cols="1" colspad =1 colsphone=1 toolbar=0 item_per_page=10 template="589db0cfea1f2" order_by="name" order="asc"]
Sorry for the issue, it is fixed and updated in your installation, please reattach the files, and downloads will work fine.
Please give me your URL to suggest required CSS changes .
Don’t worry, You may keep backup for download-manager/libs/class.CategoryHandler.php and wpdm-archive-page/tpls/archive-page-with-sidebar.php
Please give me temporary wp-admin login info and the package URL where you seeing the issue in a private reply, I shall check the issue.
The customization is too long to explain. You may use our customization team, in that case, please mail to customize@wpdownloadmanager.com. However, all docs required to add the feature are here:
https://www.wpdownloadmanager.com/doc/filter-reference/
Sorry, that is not possible for now. But why do you need 2 master keys?
Now we added html5 required attribute but safari doesn’t support that attribute, in all other browsers it will work fine, however, we shall add manual jquery validation with the next update.
You are using wpdm pro v4.6.1, please update to v4.6.2, that will fix the license issue.
@eddiewalker, seem like a conflict with your theme or another plugin, please give me temporary wp-admin login info in a private reply to check.
That is because of your theme. Either your theme doesn’t have author page template ( https://codex.wordpress.org/Author_Templates ) or current author page template is not compatible with wpdm pro.
# if your theme have a template named author.php, open it, replace the loop with following code:
<?php echo do_shortcode('[wpdm_user_profile items_per_page=12]'); ?>
# If your theme don’t have author.php, copy page.php, name the new file author.php, open it, replace the loop with following code:
<?php echo do_shortcode('[wpdm_user_profile items_per_page=12]'); ?>
Docs:
https://www.wpdownloadmanager.com/doc/short-codes/wpdm_user_profile-public-profile-short-code/
No, a single file download is only compatible with the password lock.
If you are not using latest version, please update your copy, that will fix the licensing issue, otherwise, please give me temporary wp-admin login info and license key in a private reply to check the issue
Ok now, the problem was because you used wrong value with short-code for “order_by” parameter. But still, let me know if you want to remove the latest items show on load.
It looks like <audio> tag conflict with another plugin, please give me temporary wp-admin login info in a private reply to check.