Search Results for 'Add Url'

Viewing 25 results - 1 through 25 (of 1,642 total)
  • Author
    Search Results
  • #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!

    #204624

    In reply to: Mollie is not working


    Nayeem Riddhi
    Moderator

    For Excluding cart page from cache you may find the option from your cache plugin settings. However, can you please let me know about adding the price to the button issue? You can share a screenshot or URL too. Please kindly check.

    Thank you and kind regards

    #204600

    In reply to: Mollie is not working


    FerryB
    Participant
    This reply has been marked as private.
    #204573

    Marco
    Participant

    Good morning,

    I am writing to you again only today after some time, I am trying to
    test your plugin and configure the free part for the moment while
    waiting to purchase the pro.
    I am checking the manual and based on that I have configured the main
    pages required:

    Login Page
    Register Page
    User Dashboard Page
    Author Dashboard Page
    NO THIS – Cart Page
    NO THIS – Download URL ( any URL with parameter name wpdmdl )
    One page in WP with module Packages table with Require Login.

    Is this the right way to configure? My requirement would then be the
    one you showed me in the email below, where I can define access to
    files to users not with passwords but with user groups.
    I would like to make the files in my archive visible based on my
    needs, for example

    my 5-file catalog:

    User group A must see 2 of these files
    User group B must see 1 of these files
    User group C must see 5 of these files

    You suggested purchasing an ADD-ons advanced access control.

    My requirement is to not allow users to register, but I will provide
    the account with user and password. It will be a reserved area
    accessible only to those who provide the user and password.
    I don’t remember exactly if what you indicated allowed this to be
    done. Another solution could be to put the products in a specific
    category, for example Users A, and allow all the files in that
    category to be viewed by users associated with that category.
    What I wouldn’t like to do is go into each file to set the user
    visibility of the files, but I would like to manage everything with a
    simple solution that requires little time.

    What will I have to buy based on how much I need?
    – Free version + advanced access control $49
    – Pro version $99/year+ advanced access control $49/one shot

    I await your kind reply, thank you

    #204519

    Nayeem Riddhi
    Moderator

    Overriding template of directory add-on should work now, I have changed {active-theme-dir}/download-manager/wpdm-archive-page/Compact/header.php , Compact to compact. Thus I hope it is working now.

    And for custom field group, please kindly share the related URL. Please kindly check

    Thank you and kind regards

    #204502

    Nayeem Riddhi
    Moderator

    Hello Lewaa Shaaban,

    Hope you are well. Thanks for writing to us. Are you using the Download Limit add-on? Please kindly share the related URLs. if possible, please, give your temporary wp-admin login details in a private reply to check the issue.

    Thank you and regards

    #204497

    Nayeem Riddhi
    Moderator

    I have added the below code on your active theme functions.php file

    add_filter("wpdm_lightbox", function($wpdm_lightbox){ return 2; });

    Thus I hope the lightbox modal is working for the video URL attached packages. Please kindly check.

    Thank you and regards

    #204392

    Nayeem Riddhi
    Moderator

    Hello Artur,

    Hope you are well. For changing billing address you can check this URL and the fields where you can edit,https://www.wpdownloadmanager.com/user-dashboard/?udb_page=edit-profile, Please kindly check.

    Thank you and kind regards

    #204378

    Chelsea Profit
    Participant

    I found an answer that works! https://www.wpdownloadmanager.com/support/topic/change-logout-redirect-url/

    Add the following code to the bottom of your active theme’s functions.php file to redirect users to the homepage. You can add custom URL slug inside home_url function to redirect to a custom URL.

    add_action(‘wp_logout’, ‘wpdm_logout_redirect’);
    function wpdm_logout_redirect(){
    wp_redirect(home_url(“”));
    exit();
    }

    #204318

    x472134
    Participant

    Sorry, I didn’t understand: What exactly did you mean by the related URL?

    I guess there are not many topics that you can help me with right now, because I am creating content for the site and also doing research on website add-ons, and I get support from you whenever I have any questions. Thank you very much for everything.

    #203654

    Tahasin
    Moderator
    This reply has been marked as private.

    P V
    Participant

    Hei!

    I am able to add and view custom fields, but they are lacking important attributes and functionality.

    1. URL: It must allow 3 properties when rendering inputs for this type, namely:
      • Link text: How the link will be displayed
      • Link URL: (this is the only thing that is provided now)
      • Target: Same window or a new window (_self | _blank)
    2. Date:
      • Format: Currently only ‘mm/dd/yyyy’ is supported for input, and displays only “%l %d, %Y” (php date format). This should be user specifiable as it is very much region dependent. We use ‘dd.mm.yyyy’ and “%d.%D.%Y” for input and display.
    3. Datetime: Currently type not supported. Can be its own or as part of Date

    Screenshot: Admin UI for input

    Will greatly appreciate if these can be added!
    Thanks and regards,

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