Tahasin
Forum Replies Created
Hello, Bianca
I hope you are doing well and thanks for writing to us.
Are you referring to Download Manager Business License(Domain : 2-5 sites) or Pro License(Domain : Single site)?
Regards
Glad to hear that 🤗
If you have some free time, we would greatly appreciate your support with a 5-star review here: https://wordpress.org/support/plugin/download-manager/reviews/?rate=5#new-post , it will inspire us a lot.
Thank you
Hello, Misha
I hope you are doing well and thanks for writing to us.
For admin access, try sitename.com/wp-admin or sitename.com/wp-login. It will redirect you to the admin dashboard.
Regards
Yes, you can use Downloads for Export process
To thoroughly check the issue, could you please share the login credentials in a private reply?
Hello, SHIV
I hope you are doing well.
You can check WPDM Directory add-on, it will help WordPress Download Manager users to show all categories and downloads on a single page with different styles.Here is the overall structure of the directory add-on. Category View, Subcategory View.
For more demo, pay a visit here
Kindly check and let me know.
Update is available now!!
If you have some free time, we would greatly appreciate your support with a 5-star review here: https://wordpress.org/support/plugin/download-manager/reviews/?rate=5#new-post , it will inspire us a lot.
Thank you 🤗
We’ve identified the issue and are currently working on it.
Please verify from your end, as everything appears to be functioning correctly from our perspective on version 8 or above.
Regards
Hello, Cornelis
I hope you are doing well and thanks for writing to us.
We are investigating the issue, you will be updated shortly.
Thanks for your patience.
Hello, Sara
I hope you are doing well and thanks for writing to us.
Kindly upload your files using SELECT FILE option. This will make the file inaccessible to non-logged-in users.
Let me know if this solves the issue.
Regards
Hello, Jens
I hope you are doing well and sorry for the inconvenience. We are checking the issue, you will be updated shortly.
Thanks for your patience.
Kindly follow these steps:
1. Copy page-templates or link-templates directory from /plugins/download-manager/src/package/views directory to your active theme directory.
2. Make a new directory as download-manager on your active theme directory.
3. Now remove all files from {active-theme}/download-manager/page-templates or link-templates except the template files you need to update.
4. Update/copy template file(s) in {active-theme}/download-manager/page-templates or link-template directory as per your need.
If you have some free time, we would greatly appreciate your support with a 5-star review here: https://wordpress.org/support/plugin/download-manager/reviews/?rate=5#new-post , it will inspire us a lot.
Thank you
It works fine from our end, here is the screenshot
I have used this code in functions.php
add_filter('wpdm_frontend','wpdm_author_dashboard_menus',10,1);
function wpdm_author_dashboard_menus($menu_items){
//Adding new menu item using callback function
$menu_items['projects'] = array('label'► __('Projects of Tahasin','wpdmpro'), 'callback' ► 'CallbackFunction');
return $menu_items;
}
?>
Kindly check and if possible share a screenshot of the page
We have fixed the problem, kindly update the plugin whenever it becomes available.
Regards
Hello, CIALGAR
I hope this message finds you well and thanks for writing to us.
Kindly follow this documentation for adding menu in author dashboard.
Regards
We are checking the issue, you will be updated shortly.
Thanks for your patience.