Nayeem Riddhi

Forum Replies Created

Viewing 25 posts - 76 through 100 (of 19,273 total)
in reply to: Download Limit not working #207063

Nayeem Riddhi
Moderator

I have back information from our team that, update is available now. Please kindly check now.

Thank you and regards

in reply to: Must Agree With Terms – HTML formatting not working #207059

Nayeem Riddhi
Moderator

Which email you are sending the access, you can paste the link here too in the private reply. Please kindly check.

Thank you and kind regards

in reply to: Custom Fields for Membership sign-up #207058

Nayeem Riddhi
Moderator

Sorry for the inconveneince. I have again forwarded your concern. Please kindly check .

Thank you


Nayeem Riddhi
Moderator

Can you please kindly elaborate more on your issue. If possible please kindly share the related URL.

Thank you and regards


Nayeem Riddhi
Moderator

Hello chuckbergman,

Hope you are well. And sorry for the inconvenience. Please kindly share the related URL. if possible, please, give your temporary wp-admin login details in a private reply to check the issue.

Thank you and regards

in reply to: Error: REGISTRATION ATTEMPT BLOCKED: #207048

Nayeem Riddhi
Moderator

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


Nayeem Riddhi
Moderator

Hello Peelle Door,

Hope you are well. Are you using this shortcode and with this shortcode restrict search result only Download Manager packages?

[wpdm_search_result] – Shows Search Form

Please kindly check and let me know.

Thank you and kind regards

in reply to: How to stop google ads on 404 page #207044

Nayeem Riddhi
Moderator

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

in reply to: How to stop google ads on 404 page #207042

Nayeem Riddhi
Moderator

Please kindly check my attached image,

Screenshot-from-2025-06-07-21-41-11-png

Please kindly check.

Thank you and regards

in reply to: How to stop google ads on 404 page #207039

Nayeem Riddhi
Moderator

It is residing on <body class=""> attribute of html. Please kindly check.

Thank you and regards

in reply to: How to stop google ads on 404 page #207037

Nayeem Riddhi
Moderator

Please kindly check and let me know if it works for you.

Thank you and regards

in reply to: How to stop google ads on 404 page #207035

Nayeem Riddhi
Moderator

You can target

body.error404 .google advertisment {
display: none;
}

like this.

Please kindly check and let me know.

Thank you and regards

in reply to: How to stop google ads on 404 page #207032

Nayeem Riddhi
Moderator

Please kindly share the related URL.

Thank you


Nayeem Riddhi
Moderator

I think it may have a conflict between your plugins or theme. Am i able to disable one by one other plugins for testing if there any conflicts. May i also can switch theme to another for checking for sometime? Please kindly check and let me know.

Thank you and kind regards

in reply to: How to stop google ads on 404 page #207029

Nayeem Riddhi
Moderator

Hello kiddo worksheets,

Hope you are well. Can you please kindly let me know does this issue related to WPDM or its services. Please kindly check and let me know.

Thank you and regards

in reply to: Error: REGISTRATION ATTEMPT BLOCKED: #207028

Nayeem Riddhi
Moderator

Hello,

Can you please try this on your active theme’s functions.php file the below code,

function disable_captcha_for_wpdm_pages() {
    // Check if we're on WPDM registration or login pages
    if (is_page() || is_admin()) {
        global $wp;
        $current_url = home_url($wp->request);
        
        // Define the URLs where CAPTCHA should be disabled
        $excluded_pages = array(
            '/register-for-downloads/',
            '/my-downloads/',
            '/login' // Add any other WPDM related URLs
        );
        
        // Check if current page matches any excluded pages
        foreach ($excluded_pages as $page) {
            if (strpos($current_url, $page) !== false) {
                return false; // Disable CAPTCHA
            }
        }
    }
    
    // Check for specific WPDM actions or parameters
    if (isset($_POST['wpdm_reg']) || isset($_POST['wpdm_login']) || 
        isset($_GET['wpdm-reg']) || isset($_GET['wpdm-login'])) {
        return false; // Disable CAPTCHA for WPDM forms
    }
    
    // Check if it's an AJAX request from WPDM
    if (defined('DOING_AJAX') && DOING_AJAX) {
        if (isset($_POST['action']) && 
            (strpos($_POST['action'], 'wpdm') !== false || 
             strpos($_POST['action'], 'download') !== false)) {
            return false; // Disable CAPTCHA for WPDM AJAX requests
        }
    }
    
    return true; // Keep CAPTCHA enabled for other pages
}

// Apply the filter to disable CAPTCHA when needed
add_filter('wordfence_ls_require_captcha', 'disable_captcha_for_wpdm_pages');

Please kindly check and let me know.

Thank you and kind regards

in reply to: Download Limit not working #207022

Nayeem Riddhi
Moderator

Sorry for the inconveneince. I have again forwarded your concern. Please kindly check .

Thank you

in reply to: Error: REGISTRATION ATTEMPT BLOCKED: #207019

Nayeem Riddhi
Moderator

Can you please elaborate more on your information? please kindly check.

Thank you and regards

in reply to: New Page Templates #207015

Nayeem Riddhi
Moderator

Yes, you can use a custom page for waiting, you can also customize the page as per your requirements please check the features of add-on, also can check the demo. Please kindly check.

Thank you and kind regards

in reply to: New Page Templates #207012

Nayeem Riddhi
Moderator

No, this add-on is separate plugin not included on WPDM Free version. Please kindly check.

Thank you and regards

in reply to: New Page Templates #207010

Nayeem Riddhi
Moderator

Are you using the add-on or purchased the add-on yet? Please kindly check.

Thank you and regards

in reply to: New Page Templates #207008

Nayeem Riddhi
Moderator

Hello raaj sajaniya,

Hope you are well. The images URL you have shared are not loading. However, can you please let me know, are you searching this add-on feature?

Lazy Download Add-on

Please kindly check and let me know.

Thank you and kind regards

in reply to: can’t update card #207005

Nayeem Riddhi
Moderator

Hello Zouk,

Hope you are well. Thanks for writing to us. Updating your card information is possible when your orders will expire. I hope you have understood. Please check and let me know, if you have any queries.

Thank you and regards


Nayeem Riddhi
Moderator

Hello Corentin CPCI,

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

Thank you and regards

in reply to: Error: REGISTRATION ATTEMPT BLOCKED: #207000

Nayeem Riddhi
Moderator

Please wait for more sometime. I hope you may get the solution for your issue.

Thank you and regards

Viewing 25 posts - 76 through 100 (of 19,273 total)