Forum Replies Created
I have not directly access to the above email. Can you please share the file link here in a private reply. please check and let me know.
Thank you and regards
Hello Ishan Bhandari,
Hope you are well. please share the related URL. if possible, please, give your temporary wp-admin login details in a private reply to adjust the issue.
Thank you and regards
You can upload and share your error log file from here, https://wetransfer.com. please check and let me know, if you have any queries.
Thank you and regards
I have already talked with our developer. All pdf view is inside iframe, no way to embed them directly on page. It maybe possible, but need heavy customization. While viewing one of the PDF modals it loads much less script, please check this too . please check and let me know, if you have any other queries.
Thank you and kind regards
Hello Andreas Weimann,
The issue is creating from theme admin-icons-font.css file, please check my attached image too,

switching theme the issue disappears. please check related setting from your theme too if you can disable it. please check and let me know if you have any queries.
Thank you and regards
Glad to hear that. However, if you need further help with anything else, then please don’t hesitate to open a new topic.
Thank you and regards
Please share the related URL. If possible also attach a screenshot. please check and let me know.
Thank you and regards
Hello Andreas Weimann,
Hope you are well. And sorry for the inconvenience. if possible, can you please, give your temporary wp-admin login details in a private reply to check the issue?
Thank you and regards
I am talking with our authorities. After the update information, I shall update you on it. I hope you have understood.
Thank you and kind regards
It may need to change WPDM core files. But if a minor text needs to change you can also pick the selector and change it by Javascript or Jquery. I hope you have understood. please check and let me know, if you have any queries.
Thank you and regards
Hello panos akris,
Hope you are well. Thanks for writing to us. Can you please let me know Which Chat Bot you want to Active ChatGPT or Dialogflow? please check and let me know.
Thank you and regards
If the credentials are ok, it will not happen, because the system once works when the username/email and password ok. If it does not work once it will not work anytime. The system checks from the database if this identity has the same credentials, it can happen from your side due to spacing or unwanted characters. If the system for login has a bug it will happen every time, please check now too, if it is ok or not. please check and let me know.
Thank you and regards
If you want to login and go to your purchase page, please put your correct credentials. And as you have redirected from forgot password page, it also refreshes the page multiple times it didn’t keep the session for the purchase page. And for your thank you note, do you want to show it on your invoice page or any custom page? please check and let me know.
Thank you and regards
You can also try this,
add_action( 'wp_loaded', 'wpdm_change_labels', 20 );
function wpdm_change_labels()
{
$p_object = get_post_type_object( 'wpdmpro' );
if ( ! $p_object )
return FALSE;
// see get_post_type_labels()
$p_object->labels->name = 'Documents';
$p_object->labels->singular_name = 'Document';
$p_object->labels->add_new = 'Add document';
$p_object->labels->add_new_item = 'Add new document';
$p_object->labels->all_items = 'All documents';
$p_object->labels->edit_item = 'Edit document';
$p_object->labels->name_admin_bar = 'Document';
$p_object->labels->menu_name = 'Document';
$p_object->labels->new_item = 'New document';
$p_object->labels->not_found = 'No documents found';
$p_object->labels->not_found_in_trash = 'No documents found in trash';
$p_object->labels->search_items = 'Search documents';
$p_object->labels->view_item = 'View document';
return TRUE;
}
please check and let me know, if it works for you.
Thank you and regards
Glad to hear that. However, if you need further help with anything else, then please don’t hesitate to open a new topic. If you get some free moments, can you please give us a 5* here https://wordpress.org/support/plugin/download-manager/reviews/?rate=5#new-post, It will inspire us a lot. Thanks in advance 🙂
Thank you again and regards
For your shortcode use category parameter, if you use category parameter, on initial load, it only will fetch the packages from the mentioned category, if you want to include packages from sub-categories too, you have to use include_children=1 parameter.
[wpdm_archive_flat category="YOUR_CATEGORY_SLUG" orderby="title" order="ASC"]
For more details you can check the doc here, https://www.wpdownloadmanager.com/download/wpdm-directory-add-on/
Please check and let me know
Thank you and regards
Please share which shortcode you are using.
Thank you and regards
please let me know, if you have any queries or issues.
Thank you again and regards
Your login interface is under other services. Can you please let me know which issue I need to check. please check and let me know.
Thank you and regards
I can’t check if your setup is not ready. please check and let me know, if you have any queries.
Thank you and regards
Hello Christy Kiltz,
Hope you are well. And thanks for writing to us. If you are searching archive page shortcode, you can check the shortcodes and demos here,
https://www.wpdownloadmanager.com/doc/short-codes/
this too
please check and let me know, if it helps you.
Thank you and regards
Hello Gerald,
Hope you are well. And sorry for the inconvenience. Please share the related URL, if possible a screenshot and your temporary wp-admin login details in a private reply to check the issue.
Thank you and regards


