Forum Replies Created
Please, give your temporary wp-admin login details in a private reply for checking the issue.
Thanks
I have checked that, Allow Access role is working fine here, https://cobo.bockemuehl.ch/download/wpdm-test/, can you please elaborate on this issue, please
thanks
Do you want to only change the title Downloads to All Items, please elaborate on this issue, please
thanks
For a dynamic badge, it needs to make a custom template with some condition, then I hope it should work for you
thanks
Glad to hear this your problem has been resolved
thanks
please check this add-on, https://www.wpdownloadmanager.com/download/advanced-access-control/, if it helps you
thanks
please update your version to the latest version, please let me know if it resolves your issue
thanks
please check the allow access option from package settings and also you can check this add-on, https://www.wpdownloadmanager.com/download/advanced-access-control/ if it helps you
thanks
Fixing the Error there are a couple of ways on how to go about resolving this error. These include:
1.Editing the wp-config.php file
2.Editing the php.ini file
3.Editing the .htaccess file
1.Editing the wp-config.php file
Here you will need to edit the wp-config.php file.
define( 'WP_MEMORY_LIMIT', '1024M' );
2.Editing the php.ini file
On a live install, the file can be accessed within the root of your install, that is within the /public_html/ folder. Note that the file is not installed by WordPress but in most cases set up by your host. If you are using CPanel as your control panel, for example, make sure the checkbox for “Show Hidden Files” is checked and then click Go. You may check into this article on how to go about editing the file. Before editing the file, kindly preserve a backup to it by downloading it to your computer.
Once this is done, open the file, add or edit the following line:
memory_limit 1024M
3.Editing the .htaccess file
The .htaccess file is a file located within the root of your WordPress files.
You will need to add or edit the following code to the bottom of the file:
php_value memory_limit 1024M
With this done, you can then save your changes and check if the error is resolved.
Out of this doesn’t solve your issue, please contact your server administrator
Thanks
Please, give your temporary wp-admin login details in a private reply for checking the issue.
Thanks
please request a feature request here, https://www.wpdownloadmanager.com/support/forum/download-manager-pro-feature-request/ for your requirements, we shall try to add it next available in the next update version
thanks
please share your related URL please, if possible, please, give your temporary wp-admin login details in a private reply for checking the issue.
Thanks
Glad to hear this, your problem has been resolved
thanks
https://med2050.org/download/wpdm-test, it is also working fine with subscriber role, please check
thanks
Category column should contain exact category name or ID, whether it is a root or sub-category doesn’t matter, you should use as usual like this
thanks
please use this code in your theme functions.php,
add_action( 'init', 'wpdm_create_download_tag_taxonomy', 10 );
function wpdm_create_download_tag_taxonomy() {
unregister_taxonomy_for_object_type( 'wpdmtag', 'wpdmpro' );
$labels = array(
'name' ► _x( 'Download Tags', 'taxonomy general name', 'download-manager' ),
'singular_name' ► _x( 'Download Tag', 'taxonomy singular name', 'download-manager' ),
'search_items' ► __( 'Search Download Tags', 'download-manager' ),
'popular_items' ► __( 'Popular Download Tags', 'download-manager' ),
'all_items' ► __( 'All Download Tags', 'download-manager' ),
'parent_item' ► null,
'parent_item_colon' ► null,
'edit_item' ► __( 'Edit Download Tag', 'download-manager' ),
'update_item' ► __( 'Update Download Tag', 'download-manager' ),
'add_new_item' ► __( 'Add New Download Tag', 'download-manager' ),
'new_item_name' ► __( 'New Download Tag Name', 'download-manager' ),
'separate_items_with_commas' ► __( 'Separate Download Tags with commas', 'download-manager' ),
'add_or_remove_items' ► __( 'Add or remove Download Tags', 'download-manager' ),
'choose_from_most_used' ► __( 'Choose from the most used Download Tags', 'download-manager' ),
'not_found' ► __( 'No Download Tags found.', 'download-manager' ),
'menu_name' ► __( 'Download Tags', 'download-manager' ),
);
$args = array(
'hierarchical' ► false,
'labels' ► $labels,
'show_ui' ► true,
'show_admin_column' ► true,
'update_count_callback' ► '_update_post_term_count',
'query_var' ► true,
'rewrite' ► array( 'slug' ► 'download-tag' ),
);
register_taxonomy( 'download-tag', 'wpdmpro', $args );
}
it will register a new taxonomy and unregister the existing taxonomy, please let me know, if it works for you
thanks
We shall check and note for an update for the next update
thanks
Can you please elaborate more on your issue, you can provide the related link URL or also can provide some screenshots, please let me know
thanks
I have checked that, Asset Manager is working fine, can you please share issue related packages URL
thanks
Please, give your temporary wp-admin login details in a private reply for checking the issue.
Thanks
Can you please elaborate more on your issue, if possible, you can share the related URL and also please, give your temporary wp-admin login details in a private reply for checking the issue
Thanks
For issue #1, can you please share the related URL
thanks

