Search Results for 'Add Url'

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

    In reply to: Check su Moduli


    Tahasin
    Moderator

    We sincerely apologize for the misunderstanding caused by our support staff.

    Kindly paste this line in the choices field, add your terms page URL in href=””
    Field type: radiobutton
    I accept the <a href="your terms page url here" target="_blank">Terms & Conditions</a> of this site.
    Here is the full screenshot

    Let me know, how it goes.


    Nayeem Riddhi
    Moderator

    Hello Willy Lin,

    Hope you are well. The One drive add on working properly in your testing site. 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

    #213049

    Nayeem Riddhi
    Moderator

    Hello Christopher Roth,

    Hope you are well. The refresh parameter is a cache-busting mechanism. It generates a unique value each time a download URL is created to prevent:

    – Browser caching – Ensures users get a fresh download link each time
    – CDN/proxy caching – Prevents intermediate servers from serving cached links
    – Link caching – Forces each URL to be treated as unique

    The value is generated using uniqid() . time() which creates a timestamp-based unique identifier like 69c2eab48d0841774381748.

    Solution to Remove the “refresh” Parameter

    Add this to your active theme’s functions.php:

    // Remove refresh parameter from download URLs

      add_filter('wpdm_download_link', function($html, $params) {
          $html = preg_replace('/&refresh=[^&"\']*/i', '', $html);
          $html = preg_replace('/\?refresh=[^&"\']*&/', '?', $html);                                                                                        
          $html = preg_replace('/\?refresh=[^&"\']*/i', '?', $html);
          $html = str_replace(['?&', '&?'], '?', $html);                                                                                                    
          return $html;
      }, 10, 2);

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

    Thank you and regards


    Kathy Amro
    Participant
    This reply has been marked as private.

    MARCELLO NARDESCHI
    Participant
    This reply has been marked as private.
    #212708

    Amgis Flowenol
    Participant
    This reply has been marked as private.
    #212693

    Tahasin
    Moderator

    Hello,

    Thanks for reaching out.

    Could you please share exactly where you applied the code? It would also be helpful if you could provide the URL where the code is working. Also share the Premium Package plugin version that you are using

    In Pro version you can add version for each file from the Attached File list

    Looking forward to your response.
    Regards

    #212679

    In reply to: Invalid Link


    Tahasin
    Moderator
    This reply has been marked as private.
    #212673

    Courtney Huber
    Participant

    Thanks, Tahasin. Is there any way around this? Our video team is going to begin adding all videos to our DAM starting April 6 and we are trying to avoid them uploading to Vimeo and to the DAM. If there could be a way for us to insert link via URL from the DAM, that would be ideal for our processes.

    #212611

    Courtney Huber
    Participant
    This reply has been marked as private.
    #212610

    Courtney Huber
    Participant

    We are looking at options to be able to add videos to packages from our Digital Asset Management (DAM) system as we are moving away from hosting our videos on Vimeo and Wistia. Through testing, it doesn’t look like that works and I’m curious if that is something built within WPDM that only allows certain URLs to be inserted into packages? I’ll post an example link to one of our DAM videos in a private reply.

    #212565

    Anna Nguyen
    Participant

    Hi,

    We are experiencing an issue where the download limit is not being enforced correctly.

    We have a membership site using WP Download Manager where members should be limited to 50 downloads per 365 days.

    Current configuration

    WPDM → Settings → General → Download Limit

    Annual membership Subscription: 50

    Reset days: 365

    Subscriber: 0

    Guests: 0

    Other roles are also set to 0.

    Downloads are restricted to the role:

    Annual membership Subscription

    Subscribers cannot access the download pages.

    Issue

    A member account downloaded 200+ models within two days, despite the 50 download limit being set.

    The downloads are visible in:

    WPDM → Downloads → History

    However, the download counter for the user did not increment correctly, and the system did not stop the downloads once the 50 limit should have been reached.

    Additional context

    Files are delivered via external Dropbox URLs

    “Allow repeated download of already downloaded file” is currently enabled

    “Count unique downloads only” is currently disabled

    The user originally had the Annual membership Subscription role

    Once the downloads were noticed, the account was manually changed to Subscriber, which correctly removed access to download pages

    Expected behaviour

    Once a user reaches 50 downloads, WPDM should prevent further downloads until the reset period.

    Actual behaviour

    The user was able to download over 200 files without being blocked.

    Questions

    Are download limits reliably enforced when using external file URLs (Dropbox)?

    Are there any known issues where the download counter does not increment correctly?

    Are there recommended settings for enforcing download limits in this scenario?

    This limit is important for our membership model, so we need to ensure it is enforced consistently.

    Any guidance would be appreciated.

    Kind regards,
    Anna

    #212295

    Tahasin
    Moderator

    We’ve fixed the issue in the PDF Viewer add-on, not in the Download Manager plugin.
    Kindly share the URL where template variables are not appearing.

    Regards


    ZOOK Marketing
    Participant
    This reply has been marked as private.
    #212261

    Courtney Huber
    Participant
    This reply has been marked as private.
    #212074

    Nayeem Riddhi
    Moderator

    You should see your purchases from here this URL, https://www.wpdownloadmanager.com/user-dashboard/?udb_page=purchases, if you have already purchased any add-ons or any plugins from WPDM. Please kindly check.

    Thank you

    #211872

    lightstylenz
    Participant

    Hi Nayeem,

    No, the URL loads WPDM Settings page with a red warning that says “Something is wrong!”.

    I’ve also tried the URL with Litespeed cache disabled and Cloud in development mode and still get the same result.

    On a third try I’ve disabled all other WPDM addons, deleted and reinstaled Google Tags for WPDM, tried a default theme and just keep getting the same “Something is wrong!”.

    Happy to provide Admin and FTP access on a private reply if that helps.

    Thanks,
    Andre

    #211867

    Nayeem Riddhi
    Moderator

    If you are talking about amazon s3 attached files, for remote files, you need to enter file size manually in package settings, if a file is added from any remote location as a URL then the file size will not be calculated automatically. Please kindly check.

    Thank you


    BudBreak Creative
    Participant
    This reply has been marked as private.
    #211159

    Courtney Huber
    Participant

    Hi, I’m trying to create a page template that will allow us to show multiple videos. We have packages where we have more than one Vimeo or Wistia video that we are inserting via URL, but all of the page template tags I have tried are only displaying the last video in the package on the page. I’ve tried testing with YouTube too and that also doesn’t work. Is there a way for the [video_player_1200x600] tag to display multiple videos stacked on top of each other?

    Additionally, we are running WPDM version 7.2.1 and I see instructions to set a default page template here: https://www.wpdownloadmanager.com/doc/core-features-templates-page-templates/ but when I go to Downloads > Settings > User Interface, I don’t see an option for Default Page Template as specified. Can you assist?


    jaypromarketing
    Participant

    Hello,

    When using the file cart add-on, I can add a file to my cart from an externally linked URL, but when I download the ZIP file, the externally linked URLS do not download. Is there a fix to this, or do the files need to be hosted on the same server? Thank you


    Artio Oy
    Participant

    in free version 3.3.45, we have next settings, and feels that adding customer role to this list doesn’t have any effect.

    View post on imgur.com


    Failed to attach image to this forum, so thus imgurl.

    #210782

    emendesign
    Participant

    Actually, no that is not the issue. It shoots a critical error just going to the add file url I had provided.

    #210781

    Tahasin
    Moderator

    Hello,

    Thanks for reaching out.

    Are you referring to the issue where, after creating an author dashboard/front end using the WPDM–Elementor add-on, adding a URL triggers a fatal error?

    I look forward to your response.
    Regards


    emendesign
    Participant

    Hello,
    I’m getting a critical error on Download Manager Pro on the Front End when using the add new url, /front-end-editor/?adb_page=add-new.

    Everything is updated. Using WPDM – Elementor and WPDM – Extended Short-codes for add-ons.

    Please let me know what it might be.

    Thanks.

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