Search Results for 'download link'

Viewing 25 results - 326 through 350 (of 9,527 total)
  • Author
    Search Results
  • #206608

    Oliver Pollen
    Participant

    Hi there,
    so this problem is solved.
    🙂
    Thank you very much.

    I have a second item:
    when download has started in a separate windowd, on the original page a small popup appears with the text:
    Download
    Flyer XXXXXXXX
    Your download link is ready!
    Is there a way to prevent the popup?
    Best regards

    #206563

    Kim Uitslag
    Participant
    This reply has been marked as private.
    #206533

    Nick Bode
    Participant
    This reply has been marked as private.
    #206442

    etc
    Member

    Thank you for the replies. I was out of the office on Saturday and Sunday. Now back in on Monday.

    I just created a new WPDM post and assigned it to the Newspaper category to get it to display to the page, and the thumbnail is blurry.
    https://ivfa.org/association/news/newspaper/

    I removed it, but first I took a screenshot which you can view here:
    https://www.dropbox.com/scl/fi/foiqd6aipqjo2qf4j3nfq/ivfa-screenshot-may-12-2025.pdf?rlkey=5v2qrdk2zw70ipmeqvbvz1yrw&st=ii3ks6ra&dl=0

    Also I see where you noticed the February 2024 issue also.

    Here is the shortcode in use on the page:

    [wpdm_category id="newspaper" cols="3" colspad="2" colsphone="1" toolbar=0 items_per_page="12" paging="1" template="link-template-pdf-preview-portrait.php"]

    Here is the link-template-pdf-preview-portrait.php file:

    <!-- WPDM Link Template: PDF Preview Landscape -->
    <div class="pdf-thumbnail-landscape" style="text-align: center;">
        <a href="[download_url]" target="_blank">
    		[pdf_thumb_300x388]
    		<br>
    		<strong class="package-title">[title]</strong>
    	</a>
    </div>

    Again, this has worked for around 7 years. I’m not sure what happened with February 2024. All other files have generated good thumbnails until May 2025.

    Thank you for your help.

    #206413

    Ken Irwin
    Participant

    Download Manager is failing on all files larger than about 250Mb. We are able to download the files via FTP and direct links with no problems. Please investigate and let us know what information you may need from us. The error messages displayed are similar to what is at the top of this chain.


    Bryan Pierce
    Participant

    Ok, confused, I just assumed it fell under the same umbrella of the application:

    WordPress Download Manager Special Pack ( wpdm-advanced-custom-fields.zip ) NA 2.4.2 Install
    WordPress Download Manager Special Pack ( wpdm-filemanager.zip ) NA NA Install
    WordPress Download Manager Special Pack ( wpdm-archive-page.zip ) 2.8.3 4.6.2 Update
    WordPress Download Manager Special Pack ( wpdm-ftp-file-browser.zip ) NA 2.4.5 Install
    WordPress Download Manager Special Pack ( wpdm-daily-download.zip ) NA 3.0.2 Install
    WordPress Download Manager Special Pack ( download-after-submit.zip ) NA NA Install
    WordPress Download Manager Special Pack ( liveforms.zip ) NA NA Install
    WordPress Download Manager Special Pack ( wpdm-custom-access-level.zip ) NA NA Install
    WordPress Download Manager Special Pack ( wpdm-premium-packages.zip ) NA NA Install
    WordPress Download Manager Special Pack ( wpdm-amazon-s3.zip ) NA 3.3.1 Install
    WordPress Download Manager Special Pack ( wpdm-block-hotlink.zip ) NA 3.1.7 Install
    WordPress Download Manager Special Pack ( crypton.zip ) NA NA Install


    Nayeem Riddhi
    Moderator

    This is not error,

    [wpdm-archive category=”9″ cat_view=”extended” button_style=”default” link_template=”link-template-default-icon.php” order_by=”post_title” order=”asc” items_per_page=”10″]

    It is a shortcode of another add-on of WPDM here, https://www.wpdownloadmanager.com/download/wpdm-directory-add-on/. Please kindly check.

    Thank you and regards

    #206361

    Ken Irwin
    Participant

    Seems to me there is something wrong with Download Manager, since a direct link to the folder/file for MotoSimEG-VRC_2024.zip works fine, but the link created by Download Manager fails. We will continue to test on our end, but would appreciate your consideration of a bug or configuration error also.

    I will note that the MotoSim Zip file is 1.1Gb. We have many other packages that are working fine. The MotoSim file was uploaded in December of 2024 and has not been modified since. We are going to upload a new copy.

    Thanks,
    Ken

    #206351

    Ken Irwin
    Participant

    No. That was the wrong link. We are still having problems. Please go to this page:

    MotoSimEG-VRC 2024

    The download button at the bottom right for MotoSimEG-VRC_2024.zip is the one that fails.

    #206349

    dpadureanu
    Participant
    This reply has been marked as private.
    #206347

    Nayeem Riddhi
    Moderator

    Hello,

    Please kindly share the file/package link which are partially downloaded. Please kindly check.

    Thank you and regards

    #206339

    dpadureanu
    Participant
    This reply has been marked as private.
    #206337

    dpadureanu
    Participant
    This reply has been marked as private.
    #206335

    dpadureanu
    Participant
    This reply has been marked as private.
    #206334

    Paul Phillips
    Participant

    I haven’t tested with any other forms.
    But I have found one thing. One of the fields (previously hidden) on my form contains the link to my download which is populated automatically.
    It uses a simple function like :
    $package = wpdm_get_package($post_id);
    $download_url = $package[‘download_url’];
    To grab the URL and some JS to append it to the field.
    When the form is submitted with this active, the download count is incremented. Even though no download has taken place.

    #206220

    dpadureanu
    Participant
    This reply has been marked as private.
    #206213

    dpadureanu
    Participant

    With current version 2.0.1 of pCloud Connector the download links provided don’t work if they are used from a different IP.
    Error: “This link was generated for another IP address. Try previous step again.”

    We contacted pCloud support and they said:
    “This error is due to the fact that they share the final link of the download, these links are temporary, you must use the original link to avoid this error.”

    Please tell us if you update the connector in order to use this permanent link.
    Otherwise the module is useless since you cannot use dowloads from any internet IP.

    #206182

    Nayeem Riddhi
    Moderator

    Hello,

    Sorry again. I have checked the code now. Can you please try with the below code in your template PHP file,

    $download_url = WPDM()->package->expirableDownloadLink( $package_id, $download_limit, $expiry_second );

    Please kindly check.

    Thank you and regards

    #206173

    Paul Phillips
    Participant

    I would assume (as it’s not detailed in the API documentation) that ‘expire_date’ set the expiration date for the package as a whole. Not for an individual download link. From the Dashboard I can create an individual download link with it’s own parameters. I.e. download count and/or expiry timeout. These are individual link that I can sent to different users with different parameters. This is what I want to automatically via a function.

    Your responses thus far have been less than helpful. All I want at this point is a straight answer. Can it be done with the functions we have available. Yes or No. I don’t need a link to your custom upgrade service as I’m not going to use it.

    I don’t ask for much on this support service and as a full customer of many years, it would be nice just to get a direct clear answer to this question.

    #206138

    In reply to: PDF icon disappeared

    Jet Solution

    PreciousWave

    Ready Medical

    MesoJet

    In these links and in all these pages where the PDF file is present inside the download packages


    Tahasin
    Moderator

    We have sent you a payment method update link via order not. You will find it here in this page.

    Please check and let me know.

    Regards

    #205907

    Oliver Pollen
    Participant

    ….and i get an e-mail with the link:

    2mag

    magnetic emotion

    Thanks for Subscribing to 2mag
    Please click on following link to start download:
    Download

    Best Regards,
    Support Team
    2mag

    Facebook | Twitter

    #205906

    Oliver Pollen
    Participant

    Amazing,
    I even get a popup window with the following message when I start the download on this page (https://2mag.de/download/wpdm-test):

    Download
    WPDM TEST
    Download link also sent to your email!


    midihead7
    Participant

    Ben London,

    I’ve been having the same issue since 6.7.4. Please check if your S3 bucket names or subdirectory names have a space in the name. After testing all morning, I’ve narrowed it down to this in my case:

    If a bucket has a space in the name OR if a subdirectory within a bucket has a space in the name and you try to add a NEW file, the file is removed along with any existing files that were from that same bucket/directory. Be careful not to update packages for now where the files come from buckets/directories with spaces in the names or it will remove all of the files that came from that bucket/directory (I found out the hard way) .

    If you add a file from a bucket that has no spaces in the name, then the files attach and stay attached successfully. I have another ticket open about this and I updated support in that ticket so that hopefully they can fix the issue on their end. We shouldn’t have to rename our buckets or subdirectories since the issue started with version 6.7.4 AND doing so would break most or all of our download links. I hope this information is helpful.

    #205880

    midihead7
    Participant
    This reply has been marked as private.
Viewing 25 results - 326 through 350 (of 9,527 total)