Forum Replies Created
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
here, the wp-admin login is not working, https://13layers.com/wp-admin/, please check
thanks
your credentials are not working, please check
thanks
please share your related URL, if possible, please, give your temporary wp-admin login details in a private reply for checking the issue.
Thanks
Please, give your temporary wp-admin login details in a private reply for checking the issue.
Thanks
Have you locked your package with your any lock option, please let me know
thanks
Please, give your temporary wp-admin login details in a private reply for checking the issue.
Thanks
Soon, you shall be updated about the issue
thanks
Your credentials are not working, please check
thanks
please mail there, I hope you should get the help
thanks
Can you please check the templates from Downloads> Templates and please choose a template from there from the demo preview, I shall make adjustments for that template
thanks
I think it is required customization Email template for email template tag, please knock here, https://www.wpdownloadmanager.com/user-dashboard/?udb_page=upgrade with your requirements
thanks
I was checking the error,
This message is showing from your wp-admin/dashboard
Error logging is disabled.
To enable error logging, create an empty file named "php-errors.log". Place it in a directory that is not publicly accessible (preferably outside your web root) and ensure it is writable by the web server. Then add the following code to wp-config.php:
@ini_set ('log_errors', 'On');
@ini_set ('error_log', '/full/path/to/php-errors.log');
By default, only fatal errors and warnings will be logged. To also log notices and other messages, enable the WP_DEBUGoption by adding this code:
// Report all types of errors.
define ('WP_DEBUG', true);
// Don't show errors to site visitors.
define ('WP_DEBUG_DISPLAY', false);
For reference, the full path of the WordPress directory is:
/html/wordpress/
See also: Editing wp-config.php , 3 Ways To Monitor PHP Errors
please check
thanks
Please, give your temporary wp-admin login details in a private reply for checking the issue.
Thanks
Can you please share the related URL, if possible, please, give your temporary wp-admin login details in a private reply for checking the issue
Thanks

