Search Results for 'download link'

Viewing 25 results - 3,326 through 3,350 (of 9,374 total)
  • Author
    Search Results

  • Rafal Wanowicz
    Participant

    All settings are set as in the above image.
    https://drive.google.com/file/d/1GjdBqiXqEdNrQVWsD26oe64akh9Zbojy/view?usp=sharing

    And this problem is still there.
    Even when I change the option for the WPDM TEST package you created there is the same issue.
    https://drive.google.com/file/d/18fIL-eNvrLkR2GL_3lQyS5Tsl5Xl6Q2E/view?usp=sharing

    Here is the link I received on my email address
    https://codeplanstudio.com/download/wpdm-test/?wpdmdl=1562&_wpdmkey=5f3d4def0989a&subscriber=fQfJcK97SOx0AEXeBS2H3u955fHR3hE9NEPg1MKQ5FDOlysIXlOxPQ3OSntDQsph0zM63yGr_Yu16pjQ_kSGDg

    it does not work.
    Could you please help me solve this issue.


    Rafal Wanowicz
    Participant

    Please see this screen with the message you see when you trying to download package by clicking on the link you received on your email address.
    https://drive.google.com/file/d/1aUoIZVy13xFatluSPr19ilegzDnWTdgx/view?usp=sharing


    Rafal Wanowicz
    Participant

    Hi, Thanks for your reply. There is still a problem with the download link which is sent to user. If you enable Email Lock->Mail Download Link the link you receive on your email address is invalid (Invalid download link) is the message you see.

    I am referring to the user who is not logged in.


    BetterPoints
    Participant

    I’m having the same problem. All of my packages with email locks are sending emails with download links that return ‘Invalid download link’. And if I set them to ‘Direct download’ instead, I get the thank-you message but no download. The download ONLY works if I disable email lock and terms.

    • This reply was modified 4 years, 11 months ago by BetterPoints.

    Rafal Wanowicz
    Participant

    Hi, I was testing this issue a little bit more and seems like the Email Lock option is broken.

    So in my package in the Lock Option when I select (Must Agree with Terms) and (Enable Email Lock->Mail Download Link) the Terms and condition popup window is displayed, but the download link which is sent to the user is invalid.

    When I only select (Enable Email Lock->Mail Download Link) the package is downloading straight away without sending any email.

    I have tried creating a brand new package with one file in and double-check my email-lock template seems like the
    Template Variables “[#download_url#]” does not work.

    This option was completely fine in the version 5.0.8 and now in version 5.1.2 is not working at all.
    Hope this information will be useful.

    Could you please help me solve this issue.
    Thanks.

    #134688

    Nayeem Riddhi
    Moderator

    Ok, I guess, you are trying to customize the templates or link template, you can create a new template and put there the [doc_preview] template tag. Thus you shall get the PDF preview and rest of them, you can put static also can make dynamic, if you create them from scratch you can make them dynamic with PHP. please check Downloads > Templates. please let me know further.

    Thanks.

    #134687

    In reply to: WPDM Pro Update failed


    Rendani Nevhulaudzi
    Participant
    This reply has been marked as private.
    #134686

    User 299
    Participant

    Hi,

    I have updated WordPress and new issues appeared with private message (I already have reinstalled private message and download manager but it doesn’t change anything):

    – Messages are not sent: when a user sends a message (only to the admin is allowed), nothing happens (Sent is empty, admin inbox is empty too, no emails are sent…).

    – The button “Compose” works only one time: if I click on it and after I click on another link (for exemple “Sent”) and then I click again on the button “Compose”, nothing happens; I have to refresh the page for having a workable “Compose” button.

    How can I fix it?

    Thank you.


    Nahum Szumer
    Participant

    Hi there,
    since updating to the latest version of Download Manager and WPDM – Archive Page we have an issue with appearance of the toggle arrows now wrapping to the next line.
    The URL of the site is: https://downloads.mcberns.com/
    To gain access to the page you can just fill in the form and call it a test message.
    Here is a link to a screen shot: https://tinyurl.com/y5xjxn8p
    Thank you for any assistance you are able to provide.


    connect
    Member

    On 10th August 2020, I downloaded download-manager-5.1.2.zip which I still have a copy of. This was wrongly packaged in two serious ways:

    1. It did *not* extract to a download-manager dir like previous versions have. In fact, “wp plugin install download-manager-5.1.2.zip” installed it to a “download-manager-5.1.2” dir which is non-standard to say the least!

    2. The download-manager.php comment (and the define() of WPDM_Version) that documents the version number both stated it’s version 5.1.20! Because it’s in the file twice, I’m not convinced this is a simple typo of an additional “0”.

    Today, 18th August 2020, I re-downloaded download-manager-5.1.2.zip and was surprised to see that it was a different file (both size and contents!). It did fix the download-manager extraction dir issue, but again, there are 2 obvious issues with this:

    1. If you make a packaging mistake, you *must* increment the version number when you re-package the .zip. Never, ever release two .zip files with the same version filename but different contents! So this should actually have been download-manager-5.1.21.zip containing version 5.1.21 that extracts to a download-manager dir.

    2. Although the filename remained download-manager-5.1.2.zip, the version you unpack from it is *still* 5.1.20. So not only didn’t the version get incremented like I said it should have been above, it still doesn’t match the version number of the zip file.

    It doesn’t help that nowhere in your account can you see what the latest version number is. Yes, you can click on the download link to view the .zip filename, but that’s very poor discoverability, IMHO. The latest version number should be displayed somewhere in your account. In fact, I had to scour the public Website to find any mention of the latest version number and found it here:

    WordPress Download Manager Special Pack

    And, yes, it wrongly states the latest version is 5.1.2 and also claims it was “updated Aug 9, 2020”, yet I’ve proved it was updated somewhere between 10th-18th Aug as well.

    Can I suggest that you automate the packaging of your .zip files:

    Step 1: Update download-manager.php with the latest version in 2 places (comment and the define()) – this should be scripted ideally using a template that gets subbed.

    Step 2: Create the .zip file with the same script for step 1 that uses the same version number inserted into download-manager.php for the .zip filename.

    Step 3: Auto-update that special pack page to replace the version number/size/updste date/filename.

    Basic stuff really that keeps everything in sync and also will make sure you always extract to a download-manager dir too (it’s *very* clear to me that the .zip file is created manually, which is obviously very prone to human error as we’ve seen).

    #134574
    This reply has been marked as private.
    #134558

    Nayeem Riddhi
    Moderator

    Hi,

    There are many packages here, can you please provide “download button doesn’t seem to use this link“, which download packages they have

    thanks.

    #134513

    In reply to: Blog News Shortcode


    CScience
    Participant
    This reply has been marked as private.
    #134463

    In reply to: Files are zipped


    Nayeem Riddhi
    Moderator

    Yes, [file_list] will show single files for multiple files and the main download link will be zipped for all single files.

    Thanks.

    #134452

    Rob Ellard
    Participant
    This reply has been marked as private.
    #134437

    In reply to: Downloads not working


    Tom
    Participant

    Dear Nayeem,

    thank you for your really quick help. I’m very happy, that now all works fine. Can you please inform me, why the download links became masked? The system runs without any problems until the error appears.

    And please inform me, how I can unmask downloads in case that this will happen again.

    Best regards, Tom

    #134429

    In reply to: Downloads not working


    Nayeem Riddhi
    Moderator

    Now everything working fine, I have Unmasked Download Link from the basic settings. please check.

    Thanks.

    I have external files that I want to give users access to (they are public files on 2 of my organization’s domains). I added the the link, which shows up correctly in the attached files section but the download button doesn’t seem to use this link… so it doesn’t work. What else am I supposed to do? Or do I have no choice but to host them somewhere else such as the WP server (which is totally inefficient in my case)?

    I’m also having problems getting a custom template to work as indicated in the documentation. [thumb_200x300] does not give me the thumbnail (file not found is what I get) and I cannot get the title to disappear with this shortcode (the documentation says it should not appear if left out, but that’s not the case):
    [wpdm_category id="Document" include_children toolbar="1" items_per_page="10" cols=1 template="default_ilo_link_template" tag_id="LFS"]

    It’s also really annoying that none of the template previews work on the back end so I have to keep changing code on my dev site to see what each template and change looks like.

    This is my second try with the plugin (I paid for the pro version and deactivated for 6 months because I got really frustrated with it). I find it hard to figure out where to go in the documentation. The demo site doesn’t tell you which shortcodes are used so you have to go back and forth if you’re not familiar with the functionalities. Perhaps it’s ok for developers but overall not user friendly for someone relying on plugins to avoid coding.

    #134412

    Tom
    Participant

    We noticed that the downloads no longer work. Unfortunately, nothing happens when you click on a download link.

    I’ve updated to the latest version. I’ve also already changed the theme. But it wasn’t that. Nothing happened here either.

    Can you help me please? What more information do you need?

    Best, Tom


    carrie Goetz
    Participant

    I have the same problem. I have the pro version- a window pops up for name and email- then the link provided (option set to automatically download) returns invalid download link

    #134329

    dshank
    Participant

    Thanks to user “Derek” on this thread (https://www.wpdownloadmanager.com/support/topic/email-download-link-preview-shows-lorem-ipsum/) for providing a solution back in 2017. Not sure why I didn’t find this earlier.

    Wanted to let the moderator and devs know that this “preheader text” content showing up in my gmail inbox is in fact coming from WPDM. You can modify it here:

    SOLVED: Found the text in the “Hidden Preheader Text” in the template HTML source file (ie. /download-manager/email-templates/luminus.html)


    Harry Fehlemann
    Participant

    Hi everyone,

    after trying to update Download Manager Pro to the latest version I got a critical error. This ist the log part of the massage I received:

    Ein Fehler vom Typ E_ERROR wurde in der Zeile 200 der Datei /var/www/html/wp-content/plugins/download-manager/download-manager.php verursacht. Fehlermeldung: Uncaught Error: Class ‘WPDM\Installer’ not found in /var/www/html/wp-content/plugins/download-manager/download-manager.php:200
    Stack trace:
    #0 /var/www/html/wp-includes/class-wp-hook.php(287): WPDM\WordPressDownloadManager->update()
    #1 /var/www/html/wp-includes/class-wp-hook.php(311): WP_Hook->apply_filters()
    #2 /var/www/html/wp-includes/plugin.php(478): WP_Hook->do_action()
    #3 /var/www/html/wp-admin/includes/class-plugin-upgrader.php(321): do_action()
    #4 /var/www/html/wp-admin/includes/ajax-actions.php(4425): Plugin_Upgrader->bulk_upgrade()
    #5 /var/www/html/wp-includes/class-wp-hook.php(287): wp_ajax_update_plugin()
    #6 /var/www/html/wp-includes/class-wp-hook.php(311): WP_Hook->apply_filters()
    #7 /var/www/html/wp-includes/plugin.php(478): WP_Hook->do_action()
    #8 /var/www/html/wp-admin/admin-ajax.php(175): do_action()
    #9 {main}
    thrown

    Since this error several problems occured:

    • all formatted buttons are links only
    • the search field disappeared
    • no pagination (all dwonloads on one page)
    • all icons disappeared

    Because the download area is an important part of our intranet we need a solution for these issues as soon as possible.

    Thanks
    Harry

    The download button does not work on the first page of files but pages two through the end work just fine. The download button on the first page is not the normal button as it is a simple text link.

    #134273

    vervocity
    Participant
    This reply has been marked as private.
    #134241

    vervocity
    Participant

    We are also experiencing the same issue as this: https://www.wpdownloadmanager.com/support/topic/file-cart-package-list-issues/#post-134238 with the File Cart plugin not working but was asked to create a new ticket. We first noticed that the directory shortcode was no longer working so we went to update the plugin and it failed to update. In order to update, we had to disable and delete the plugin and reupload the plugins for the Download Manager and the file cart add on and directory add on. This seems to have fixed the directory shortcode but now the email option through the file cart add-on isn’t working. We noticed under the settings, the email download link was no longer checked. By checking that box the email field appeared but now upon testing, the files don’t get sent to the email address you type in. We did get an email with the files sent to our admin email instead. This needs to be corrected ASAP. Do you have an update on this issue?

Viewing 25 results - 3,326 through 3,350 (of 9,374 total)