Search Results for 'Add Url'

Viewing 25 results - 1 through 25 (of 1,650 total)
  • Author
    Search Results
  • #207404

    In reply to: download limit


    Masanobu Soma
    Participant
    This reply has been marked as private.
    #207389

    In reply to: download limit


    Masanobu Soma
    Participant
    This reply has been marked as private.
    #207358

    Duda
    Participant
    This reply has been marked as private.
    #207350

    Michael
    Participant
    This reply has been marked as private.
    #207292

    Marco Simoncini
    Participant

    Good morning, I need to know if it’s possible to do this. I need to create a restricted area with about a thousand products inside. To speed up the upload process, I’d like to start by manually creating all the categories and tags. Then, I’d upload just one product and export it to a CSV file using the appropriate add-on. At that point, I’d manually modify the CSV file by adding rows for all the products, including their URLs, names, categories, tags, etc.

    Do you think it’s possible to populate the database this way?

    #207259

    Ibrahim Ahmed
    Participant
    This reply has been marked as private.
    #207208

    Tahasin
    Moderator

    Hello Nathan,

    I hope you’re doing well, and thank you for reaching out.

    Are you using the WPDM PDF Viewer add-on to preview the PDF file? If possible, please share the related URL in a private reply.

    Looking forward to your response.

    Best regards

    #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

    #207008

    In reply to: New Page Templates


    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


    Michael Wynn
    Participant

    Hey Support Team,

    Our client notified us that some of the companies they work with does not allow the PDF to display because of Download Manager parameters. Here’s what they found:

    “The PDF is correctly hosted on your site. Note how the URL doesn’t have the blocked Google Docs URL path: https://actenergy.com/download/act-energy-technologies-reports-2025-q1-interim-results/?wpdmdl=1594&refresh=6835d9501e1cd1748359504. It looks like currently being served through a download manager plugin that adds dynamic parameters to the URL (e.g.,?wpdmdl=…&refresh=…).

    Some corporate firewalls flag this kind of link as a potential online storage or file-sharing service, and automatically block access for security reasons.”

    Here’s a screenshot:
    Screenshot of Download Manager PDF being blocked on browser

    We were hoping there was a work-around to this since it seems like a major issue – otherwise we may need to remove the plugin which isn’t really something we want to do.

    Thank you for your assistance,
    FBC


    Jakub Jurgiel
    Participant

    Hi,
    could you add global redirect after login label in settings?

    ‘casue now the only way to set redirection URL is in the gutenberg block (which doesn’t work by the way) or shortcode.

    This is illogical and weak for UX-configuration.

    #205953

    CIALGAR
    Participant
    This reply has been marked as private.
    #205872

    Ryan Stueve
    Participant

    I am back from vacation. Is this code still needed with 6.7.6? I see the 6.7.5 update adds an option to enable/disable mime-type validation.

    Also, it looks like something has changed with my videos that I’ve previously added through the “Insert URL” option. This seems related to when the previous issue started. Vimeo outputs URLs with “?share=copy” at the end and all of the videos already on my site with that at the end of the URL aren’t working. Updating to 6.7.6 seems to have fixed that issue though.

    #205718

    In reply to: Cancelling Order


    Tahasin
    Moderator

    Hello,

    I hope this message finds you well and thanks for reaching out.

    Kindly share the related URL and temporary login credentials in a private reply so we can thoroughly investigate the issue.
    Additionally, please let us know which version of Download Manager you are currently using.

    Regards

    #205659

    Thilo Förster
    Participant

    Ok, I have changed the slug translation to the original English value.
    I have also tried let WPML change the URL path instead of adding the parameter, but this also did not make any difference.

    #205618

    In reply to: Redirect after login


    Nayeem Riddhi
    Moderator

    Our team looking into the issue, and it appears that the login redirection isn’t working when the login page is generated using the WPDM Elementor addon. The redirection works correctly when using the shortcode-based login page. Team also noticed that the logo URL hasn’t been set in the shortcode version, which is why the logo isn’t displaying there. Please kindly check.

    Thank you and regards

    #205566

    Nayeem Riddhi
    Moderator

    Here what can i suggest,

    1. Use Advanced Option on Warning Screen: When you see the “Google hasn’t verified this app” warning, look for a small text link at the bottom that says “Advanced” or “Continue to [your app name]”. Click this, then you should see an option to proceed despite the warning.
    Configure OAuth Consent Screen:

    2. Go to your Google Cloud Console
    Navigate to “APIs & Services” > “OAuth consent screen”
    Make sure you’ve set up the consent screen with appropriate app information
    Set the app to “External” if it’s not already
    Add the necessary scopes for Google Drive access (likely Drive API scopes)

    3. Check API Activation:

    Ensure the Google Drive API is enabled in your Google Cloud Console
    Go to “APIs & Services” > “Library” and search for “Google Drive”
    Click “Enable” if it’s not already enabled

    4. Verify OAuth Credentials:

    Go to “APIs & Services” > “Credentials”
    Ensure your OAuth 2.0 Client ID is configured correctly
    Check that the authorized redirect URIs include your site’s callback URL

    Please kindly check the above all steps. Please kindly check.

    Thank you and regards

    #205564

    Scott Banner
    Participant
    This reply has been marked as private.

    Nayeem Riddhi
    Moderator

    The problem is that Cloudflare is caching the PDF viewer content, but the viewer needs to load dynamically based on whether the user is logged in or not.
    For your Cloudflare rule, I recommend using a combination of path and query parameters:

    (url contains "/download/" AND (url contains ".pdf" OR querystring contains "wpdmdl="))

    You could also be more specific with a rule like:

    (url contains "/download/" AND querystring contains "wpdmdl=")

    For implementation in Cloudflare:

    Go to Cloudflare dashboard → Rules → Cache Rules
    Create a new rule with a name like “WPDM PDF Viewer Bypass”
    Set the condition using one of the expressions above
    Set the action to “Bypass cache”

    Alternatively, you could add cache control headers in your WordPress site by adding this to your .htaccess file (if using Apache):

    <FilesMatch "\.(pdf)$">
      Header set Cache-Control "no-store, no-cache, must-revalidate, max-age=0"
      Header set Pragma "no-cache"
      Header set Expires "0"
    </FilesMatch>

    Let me know if you need more specific guidance for implementation in Cloudflare or if you’d like to explore other potential solutions! Please kindly check.

    Thank you and regards

    #205386

    Nayeem Riddhi
    Moderator

    Thanks for the update. I see that you told download page is still appearing in Google search results despite the changes implemented a few weeks ago.

    This is normal behavior – Google doesn’t immediately remove pages from its index after we add blocking directives. Here’s what’s happening:

    1. Google needs to recrawl the page to discover the blocking directives we added
    2. Then it needs to process this information and update its index
    3. This process can take anywhere from a few weeks to a few months depending on how frequently Google crawls your site

    Some actions you can take to speed up this process:

    1. Verify the changes were implemented correctly by checking that:
    – The meta robots tag with “noindex” is present on the download pages
    – Your robots.txt file correctly blocks the download directory (if you used this approach)

    2. Submit the URL directly to Google for removal:
    – Log into Google Search Console for your website
    – Use the “URL Inspection” tool to check the download page
    – Request removal of the URL

    3. Submit an updated sitemap to Google Search Console to encourage recrawling

    Please kindly check and let me know.

    Thank you and kind regards


    Nayeem Riddhi
    Moderator

    Can you please elaborate more on your Download button issue? please kindly share the related URL. And for PDF viewer add-on, I hope it may present better preview without any issue. Please kindly also check the demo of add-on page. Please kindly check and let me know.

    Thank you and kind regards


    Maiza Vitoria
    Participant

    I’m having trouble creating a custom page with Elementor for URLs, such as the page: https://try.wpdownloadmanager.com/download/67c1c0d6ed620/

    I want to add the title and the bradcrumb. I haven’t used it for a long time, so I must have forgotten how to do it.

    #204957

    Davide Masserini
    Participant

    I have created a package for each user of the website. When I create a package in the “Access” option I remove “All visitors” and I select only the specific user I need. This way noone else can download the files uploaded for that user.

    The issue is that his download page URL is still visible and public and you can see the list of all his files names.

    Example: https://gbfersrl.it/download/slug-of-package/

    Even if a visitor can’t download any file, it is a privacy issue to show the names of the downloads.

    So far I have solved the issue by creating this snippet that hides the subpages of the download page from logged out users,

    add_action('init', 'restrict_download_subpages_to_logged_in_users');
    
    function restrict_download_subpages_to_logged_in_users() {
        // Get the current path
        $request_uri = $_SERVER['REQUEST_URI'];
    
        // Check if the URL starts with /download/ and is not exactly /download/
        if (preg_match('#^/download/.+#', $request_uri)) {
            // If user is not logged in, redirect to login
            if (!is_user_logged_in()) {
               wp_redirect(home_url());
                exit;
            }
        }
    }

    HOWEVER I need a solution in order to show the entirety of the package url only to the user I have attributed the Access to.

    #204800

    Nayeem Riddhi
    Moderator

    Hello x472134,

    Hello there! I’m doing well, thank you for asking. I understand your concern about Google not indexing certain links from your sitemap. This is a common issue that can affect SEO performance.

    To properly address this situation, I’d need to analyze the specific examples you mentioned, but it seems the example links weren’t included in your message. However, I can still provide guidance on common reasons why Google might not index certain URLs and potential solutions.

    Common reasons for non-indexed links:

    1. Low quality content – Google may determine the content doesn’t meet quality thresholds.

    2. Duplicate content – Similar or identical content to other pages on your site.

    3. Crawl budget limitations – Google may prioritize other pages if your site is large.

    4. Technical issues – Robots.txt blocking, slow page load times, server errors, or redirect chains.

    Here’s what I recommend:

    1. Check Google Search Console for specific indexing errors related to these URLs.

    2. Examine page quality – Ensure content is substantial, unique, and valuable.

    3. Check for technical issues with Google’s URL Inspection tool.

    4. Internal linking – Improve how you link to these pages from other indexed pages.

    5. Page load speed – Optimize if pages load slowly.

    6. Mobile-friendliness – Ensure pages work well on mobile devices.

    Please kindly check.

    Thank you and kind regards


    Patrik Veres
    Participant

    In my wordpress shop (using woocommerce), I use gifs as primary image for my products. In WPDM, I tried to do the same, and set a gif as the main image of a download, but the gif gets processed by the plugin. Instead of loading the image from my wordpress library, it puts the image into wpdm-cache and loads it from there. I opened the direct url to the gif, and the gif is no longer playing, seems like it was processed/resized and now its a static gif. Is there any way not to use the wpdm cache and when I add a photo to a download, just have it load from my wordpress library? Instead of processing the images (and thus, making the gif static.

    Thanks in advance for the reply!

Viewing 25 results - 1 through 25 (of 1,650 total)