Nayeem Riddhi

Forum Replies Created

Viewing 25 posts - 6,151 through 6,175 (of 20,457 total)
Mar 16, 2023 at 1:27 pm
#184912
Moderator
Nayeem Riddhi
Staff OP

Hello Robert Vintervind,

Hope you are well. Please download your plugin/add-on copy from here again,

User Dashboard


And install it again as a normal plugin. I hope it will work fine then. please check and let me know

Thank you and regards

Mar 16, 2023 at 1:15 pm
#184910
Moderator
Nayeem Riddhi
Staff OP

Hello Martin,

I have forwarded your feature request. Thanks for your appreciation.

Thank you again and regards

Mar 16, 2023 at 11:07 am
#184904
Moderator
Nayeem Riddhi
Staff OP

Hello Martin,

The feature is not available yet. Shall I forward your requirement to our team developers? or you can also keep a feature request here,

Download Manager Pro Feature Request

or you can also take the custom upgrade service from here,

Custom Upgrade Service

I hope you have understood. please check

Thank you and regards

Mar 16, 2023 at 10:38 am
#184902
Moderator
Nayeem Riddhi
Staff OP

Glad to hear that. 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.

Mar 16, 2023 at 5:40 am
#184885
Moderator
Nayeem Riddhi
Staff OP

Hello Martin,

Hope you are well. Do you want to show the single download files too in the user dashboard recent download list section? I am meaning the attached a single file download from multiple files within a package. please elaborate on it. Hearing back from you.

Thank you and regards

Mar 16, 2023 at 4:25 am
#184881
Moderator
Nayeem Riddhi
Staff OP

Hello Jahdiel Mafukidze,

Hope you are well. And sorry for the inconvenience. Can you please share the issue-related URL? if possible, can you please, give your temporary wp-admin login details in a private reply for checking the issue?

Thank you and regards

Mar 16, 2023 at 4:21 am
#184880
Moderator
Nayeem Riddhi
Staff OP

Hello Antonio Inglese,

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 for checking the issue?

Thank you and regards

Mar 16, 2023 at 4:17 am
#184879
Moderator
Nayeem Riddhi
Staff OP

Glad to hear that. If you get some free moments, 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.

Mar 15, 2023 at 4:58 pm
#184864
Moderator
Nayeem Riddhi
Staff OP

Hello Rita,

Please hover the mouse pointer Edit option from Downloads > All packages section as I image attached,

post-id

I hope then, you should get the package IDs as per your needs. please check.

Thank you again and regards

Mar 15, 2023 at 1:33 pm
#184850
Moderator
Nayeem Riddhi
Staff OP

Thank you, if you need further any help with anything else, then please don’t hesitate to open a new topic.

Thank you again and regards

Mar 15, 2023 at 12:11 pm
#184847
Moderator
Nayeem Riddhi
Staff OP

Hello Morgan Pennec,

I think from the frontend package creation Select Members input box is not working properly while typing for members. This issue is coming from your theme style/script conflict, Switching the theme to Twenty Twenty-Three is working properly for the input box. please check and let me know

Thank you and regards

Mar 15, 2023 at 11:16 am
#184845
Moderator
Nayeem Riddhi
Staff OP

Hello Rita,

Yes, you have put the code snippet in your theme functions.php file. I hope it will work fine on your side. Thanks for your appreciation.

Thank you again and regards

Mar 15, 2023 at 11:14 am
#184844
Moderator
Nayeem Riddhi
Staff OP

Hello Morgan Pennec,

I can’t able to log in with your above credentials. Is there any conflicts or cache plugin problem on your side? please check and let me know

Thank you again and regards

Mar 15, 2023 at 10:40 am
#184842
Moderator
Nayeem Riddhi
Staff OP

Hello Rita,

After changing settings you have to wait 0-30 days for no indexing as per google instructions.

And for no-indexing WPDM particular packages, you can use post ID in the array section, please check my below code,

add_action('wp_head', 'noindex_for_wpdm');
function noindex_for_wpdm(){
if ( is_single( array( '3241', '3243') ) ) { ?>
echo '<meta name="robots" content="noindex, nofollow">';
<?php }
};

please check and let me know

Thank you and regards

Mar 15, 2023 at 6:16 am
#184828
Moderator
Nayeem Riddhi
Staff OP

I think for your issue, it may have a conflict between your plugins or theme. can you please enable/disable other plugins for checking, you may also switch the theme to another for checking. please check and let me know

Thank you again and regards

Mar 15, 2023 at 6:09 am
#184827
Moderator
Nayeem Riddhi
Staff OP

Hello Steven,

Thank you. Now, can you please let me know if you have more other queries? Hearing back from you.

Thank you again and regards

Mar 15, 2023 at 5:59 am
#184826
Moderator
Nayeem Riddhi
Staff OP

Thank you, if you need further any help with anything else, then please don’t hesitate to open a new topic.

Thank you again and regards

Mar 15, 2023 at 5:58 am
#184824
Moderator
Nayeem Riddhi
Staff OP

Hello outkastm,

Hope you are well. Can you please elaborate more on your query? please share a screenshot/screen video. you can also share the related URL, please. if possible, can you please, give your temporary wp-admin login details in a private reply for checking the issue?

Thank you and regards

Mar 15, 2023 at 5:38 am
#184820
Moderator
Nayeem Riddhi
Staff OP

Hello Morgan Pennec,

Hope you are well. For sharing files, you can check this add-on,

WordPress File Hosting & Sharing Plugin

Or if you to control user-specific access to your files and document downloads, you can check this add-on too,

Advanced Access Control

please check and let me know

Thank you and regards

Mar 14, 2023 at 4:43 pm
#184810
Moderator
Nayeem Riddhi
Staff OP

Hello Rita,

Hope you are well. For disallowing crawling by the Search Engine. You can Mask Download Link, If you mask the download link, bots will not be able the find any public download link easily. You are able to find this setting from Downloads > Settings> Basic Settings. please check.
And another way for making disallow Crawling Download Manager Pages on Google, Bing + search engines is, 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. Please check and let me know

Thank you and regards

Mar 14, 2023 at 11:57 am
#184792
Moderator
Nayeem Riddhi
Staff OP

I think it may have a conflict between your plugins or theme. can you please enable/disable other plugins for checking, you can also adjust the theme/plugin option for style/scripts, and you can also switch the theme to another for checking. please check and let me know then.

Thank you again and regards

Mar 14, 2023 at 11:10 am
#184790
Moderator
Nayeem Riddhi
Staff OP

Hello sho takano,

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 for checking the issue?

Thank you and regards

Mar 14, 2023 at 5:14 am
#184774
Moderator
Nayeem Riddhi
Staff OP

Hello Cioka Creativa,

Disabling Bootstrap CSS from WPDM settings, It is working properly as per what you have described

bootstrap

Now, Can you please let me know if there are any CSS from your site-script/theme-option/plugin-settings that causing the issue? I hope to disable that, the dropdown should work properly. please check and let me know

Thank you and regards

Mar 13, 2023 at 4:01 pm
#184752
Moderator
Nayeem Riddhi
Staff OP

Hello Tony,

Hope you are well. For your requirements, you can check this add-on,

Advanced Custom Fields

if it fulfills your requirements. if that doesn’t help, you can also take our custom upgrade services, please check it here,

Custom Upgrade Service

please check and let me know

Thank you and regards

Mar 13, 2023 at 2:24 pm
#184748
Moderator
Nayeem Riddhi
Staff OP

Hello Steven,

Hope you are well. if you are trying to Bulk Import with packages, you can follow this doc,

Bulk Import

and please follow this CSV file, you can also edit this file with the data,

https://www.wpdownloadmanager.com/wp-content/uploads/2020/06/sample.csv

please check and let me know

Thank you and regards

Viewing 25 posts - 6,151 through 6,175 (of 20,457 total)