Forum Replies Created
Hello @gitan,
Hope you are well. Can you please elaborate on the issue in English, please?
Thank you and regards
Hi @socialevopro,
Hope you are well. Yes possible, If you are using the free version of WPDM, and using the default template, please edit the page-template-default.php file. you can edit it from download-manager\src\Package\views\page-templates dir. For making backup your file you may follow this doc,
Thank you and regards
Hello @limon-y-kiwi,
Hope you are well. Can you please share the related URL of the data that users enter in the extra fields created with the Advanced Custom Fields plugin? if possible, Please, give your temporary wp-admin login details in a private reply for checking the issue.
Thank you and regards
Hi @dshank,
Please check this article, I hope according to this article you will be able to increase the memory
How to Increase the Maximum File Upload Size in WordPress Download Manager
please check and let me know
Thank you and regards
Hello @dve46,
Hope you are well. and sorry for the inconvenience. 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.
Thank you and regards
Hi @parreno,
Hope you are well. you can easily stop comments on your future posts.
To do that, go to Settings » Discussion from the left sidebar of your WordPress admin panel.
On this page, you need to uncheck the option that says Allow people to post comments on new articles and then click on the Save Changes button to store your settings as I IMage attached
For more details, you can check this article, https://www.wpbeginner.com/wp-tutorials/how-to-completely-disable-comments-in-wordpress/
And For making disallow Crawling Download Manager Pages Google, Bing + search engines, Add the following code at the end of your active theme’s functions.php:
function noindex_for_wpdm()
{
if ( is_singular( 'wpdmpro' ) ) {
echo '<meta name="robots" content="noindex, nofollow">';
}
}
I hope it may help you
Thank you and regards
Hello @dharbottle,
Glad to hear that, your problem has been resolved. can you please share the resolution here, how you have fixed the issue, that other users might get the help too
Thanks for your appreciation
Hi,
You are also capable of editing the link-template-default.php file too. you can edit it from download-manager\src\Package\views\link-templates dir. For making backup your file you may follow this doc, https://www.wpdownloadmanager.com/doc/template-files/
Thank you and regards
Hello @dharbottle again,
Please activate your login credentials/URL again for checking the issue
Thank you and regards
Hello @mlaccount,
Has the problem been resolved on your side? please let me know if you have other queries
Thank you and regards
Hello @jeroen1276123,
For this shortcode,
you will find a parameter called template="template name or ID" here, you can customize your link-template according to your requirements, you can also remove the template tag called [file_count] from your related template. Thus you can remove 1 file text portion
Thank you and regards
Hello @dharbottle,
Please ask them, From server directory files are not importing as usual and also not behaving regular appearance of file name rather than they are showing file paths. I hope elaborating them to the issue, they may also can point out fixing this. I hope the problem will be solved then
Thank you and regards
Hi @dharbottle,
I have talked with our developers regarding your issue. They affirm me they will check your issue soon. In the meanwhile, can you please talk with your server support too? I hope your problem will be solved
Thank you and regards
Hello @dharbottle,
Extremely sorry for the inconvenience. Can you please consult with your server administrator too regrading the issue. If it doesn’t solve, i shall again refer your issue to our developers
Thank you
Hi @dharbottle,
No, It will be better if you consult with your server administrator too. File importing from the directory is working fine from our side and user’s side too. I hope you should get the help
Thank you and regards
Hello @jeroen1276123,
Hope you are well. Can you please more elaborate on 1 file text? if possible, please share some screenshots or related URLs
Thank you and regards
Hello @dharbottle,
Have you talked to your server administrator too regarding the issue? please let me know
Thank you and regards
Hello @ikram_dirujii,
Hope you are well. And sorry for the inconvenience. Can you please share the posts which are indexed in google and causing the issue? And For making disallow Crawling Download Manager Pages Google, Bing + search engines, Add the following code at the end of your active theme’s functions.php:
function noindex_for_wpdm()
{
if ( is_singular( 'wpdmpro' ) ) {
echo '<meta name="robots" content="noindex, nofollow">';
}
}
I hope it may help you
Thank you and regards
Hello @dharbottle,
From another topic reply, Can you please check your other plugin settings or server settings too, that also can cause the issue for uploading path rather than the file name. please let me know then. I have also referred your issue to our team developers
Thank you and regards
Hello @mlaccount,
Hope you are well. Have you checked Select From Media Library and Select From Server option too for uploading files? please let me know and if possible, elaborate more on the issue, thus we can help you
Thank you and regards
Hello @dharbottle,
Can you please open a separate ticket for your issue, please. We shall try to help you with that issue
Thank you and regards
Hello @dharbottle,
I am also guessing that may cause the issue, otherwise from my side importing properly with filename, and it is not showing the file path. Can you please check your other plugin settings or server settings too, that also can cause the issue. please let me know then
Thank you and regards
Hello @dharbottle,
Please continue with your latest created topic discussion, I hope you should get the help
Thank you and regards
Hello @dshank,
Sorry for the delay. I have been informed from our developer that, It is a server’s memory related issue, please contact your server support for the issue. I hope you should get the help
Thank you and regards
Hello @corigen,
I think you are talking about link templates for packages. you are also capable of editing those link-templates and keeping there only the download link tag. And use the link-template in the package’s shortcodes. please check and let me know if I get you
Thank you and regards
