Search Results for 'download link'

Viewing 25 results - 1 through 25 (of 9,426 total)
  • Author
    Search Results
  • #210110

    etc
    Member
    This reply has been marked as private.
    #209940

    In reply to: Download Problems


    Nayeem Riddhi
    Moderator

    Those link you have shared that those packages downloads are not working properly, I have tested from my side all of them are Terms and Conditions locked packages, all of them are working properly from my side. Please kindly check again and let me know.

    Thank you and kind regards

    Hello all,

    I’m relatively new to WPDM, so my apologies if this has been answered before but search was not bringing up my use case.

    As the title implies, I have a Download Package page with a gravity form on it set up as the Form Lock. If I set that form to AJAX, it shows the download link upon Confirmation. Easy.

    Now, I want to redirect the user to a new page with the download link enabled for them. Preferably, you could not just navigate to this link and download, it would be enabled because you filled out the form. Is this possible? If so, how? The ‘thank you’ page could even be the same page but with the original text dynamically removed, but I need to show a new template for the download.

    Thanks so much for your help in advance!


    Austin Lindsay
    Participant

    Hi,

    I’m experiencing an issue with the search functionality in WP Download Manager.

    The main downloads page uses the shortcode:
    [wpdm_my_downloads login=1 wpdm_category orderby=”publish_date” order=”desc”]
    and the search works fine here.

    The downloads use the Default Template (page-template-default) and the template content is as follows:

    <!– WPDM Template: Default Template –>
    <div class=”row”>
    <div class=”col-md-12″>
    <div class=”card mb-3 p-3 hide_empty [hide_empty:featured_image]”>[featured_image]</div>
    </div>
    <div class=”col-md-5″>
    <div class=”wpdm-button-area mb-3″>
    [download_link]
    </div>
    <ul class=”list-group ml-0 mb-2″>
    <li class=”list-group-item d-flex justify-content-between align-items-center [hide_empty:version]”>
    [txt=Version]
    <span class=”badge”>[version]</span>

    </div>
    <div class=”col-md-7″>
    <h1 class=”mt-0″>[title]</h1>
    [description]
    <h3>Attached Files</h3>
    [file_list]
    <div class=”wel”>
    [tags]
    </div>
    </div>
    </div>

    Frontend search is enabled in Settings > Frontend Access > Enable Search in File List.

    The problem is that when I click into an individual download, the search box doesn’t function.

    Could you advise why the search isn’t working inside individual download pages and how to fix it?

    I’m happy to provide login details to test (all downloads are assigned to user accounts that are password protected).

    Thanks,
    Austin

    #209834

    Andi Oehler
    Participant

    I’m using the wpdm archive page addon and use the flat shortcode. I made some changes in the wp-content/plugins/wpdm-archive-page/src/Templates/Flat/views/flat.php file. Now when I open the downloadmanager link in frontend, the changes appear on the frontpage. When I click on a category on the left side, then the view of the downloads is different. It’s the standard view then. I need to have the same template for the view when I click on a category like when I didn’t choose a category. Can you help here? Best regards Andi


    Comperio srl
    Participant
    This reply has been marked as private.

    Comperio srl
    Participant

    It seems that ZIP download for multifile package in case of S3 Storage doesn’t work.
    If we click Download only the first file is downloaded.


    Dan Bolo
    Participant

    Is there a way to have the pop-up window auto-close after the reCAPTCHA validation?

    It is a little bit confusing for the users: they validate the recaptcha, the download starts, but the window stays active with the message “Your Download Link is Ready” with a Download button. So, the users click on the Download button and download the file again, while the first automatic download has already started.

    Plus, the close pop-up window button is hidden; it shows up only when you hover over it. Again, this is super confusing; you have one automatic download, a duplicate download by clicking the Download button, and difficulty closing the pop-up.

    Any feedback would be greatly appreciated.

    Thank you,

    #209665
    This reply has been marked as private.
    #209632

    Erik Conley
    Participant

    I seen this from about 7 years ago with admin saying that they would work on a fix in the future. As for now, when you click pagination the downloads go to the next page but there is no scroll to the top to see the newly loaded downloads…

    is there a fix or alternative?


    burah hi
    Participant

    Thank you for your interest. I apologize for the incomplete explanation.

    Details, I added shortcodes ([wpdm_package id='xxx']) for download links to the articles. My goal is to automatically convert these codes to the root address.


    burah hi
    Participant

    Hello,

    Is there a code that shows a direct download link? ( shortcode or php code)

    For example,

    <a href="https://site.com/wp-content/uploads/download-manager-files/xxxxx-files.zip">Download</a>

    I’m looking for a code that displays the root address of the file

    https://site.com/wp-content/uploads/download-manager-files/xxxxx-files.zip

    #209624

    Tahasin
    Moderator

    Sometimes, you may need to move your license to a different domain, like development to production, in such cases, you can remove the linked domain to use the key with a new domain.
    For documentation, pay a visit here: https://www.wpdownloadmanager.com/doc/settings/license/


    Thomas Gerber
    Participant

    After recently updating my version of the Download Manager I’m experiencing issues with managing templates. I’m unable to preview templates, or create new ones (via cloning). More generally the template manager frequently freezes, and I can only leave the page using the back button of my browser. Can someone please address this issue? Thanks.

    #209565

    Terry Coates
    Participant

    I’ve just implemented my first page with download files on a page built with Divi 5. I am using shortcodes with the template=link-template-default-ext parameter for 7 different files on the page. Everything looks and works like it should, but the file sizes are all showing “269.32 KB”. One of the files is close to that number, but others are over 250 MB. Unfortunately, I can’t share the page, as the files are proprietary.

    #209533

    Tahasin
    Moderator

    Thank you for your understanding and cooperation.

    The Archive page compact would be the best solution for you, you can check it from here.
    This view is coming from our Directory add-on: https://www.wpdownloadmanager.com/download/wpdm-directory-add-on/

    If you want to display 20 packages for wpdm_all_packages then you can use this shortcode:
    [wpdm_all_packages login=1 thumb=0 items_per_page="20" jstable=0 order_by="field_name" order="ASC" cols="title,file_count,download_count|categories|author_name|update_date|download_link" colheads="Title|Categories|Author|Update Date|Download::155px"]

    Here you can find all the download manager shortcodes: https://www.wpdownloadmanager.com/doc/short-codes/

    Please let me know, if you require further assistance.
    Regards

    #209518

    Tahasin
    Moderator

    Could you let me know where you found this code?
    <p><!– wp:download-manager/datatable {“include_children”:true,”operator”:”AND”,”items_per_page”:”20″,”cols”:”icon|page_link|categories|download_link”,”colheads”:”|اسم الكتاب|التصنيف|تحميل”} /–></p>

    #209517

    Tahasin
    Moderator

    Hello,

    Thanks for reaching out.

    Kindly try using this short-code
    [wpdm_all_packages login=1 thumb=0 items_per_page="20" jstable=0 order_by="field_name" order="ASC" cols="icon|page_link|categories|download_link" colheads="|Book Title|Category|Download"]

    Let me know if this works.

    Regards

    #209516

    Pierre Gergi
    Participant

    Hi,
    We have been experiencing an issue with the pagination buttons in our library section — they suddenly stopped before maybe some weeks appearing a while ago, and we’re not sure why.

    We have already disabled all other plugins to check for any possible conflicts, but the problem still persists.

    We know that we can still get the pagination working using the simple shortcode below:

    [wpdm_all_packages items_per_page="20" paging="1" jstable="0" cols="icon|page_link|categories|download_link" colheads="|Book Title|Category|Download"]

    However, what we really need (Very important ) is to restore the full toolbar above the table, which includes the search box and the category dropdown, as it was before.

    The code that we use now is:

    <p><!– wp:download-manager/datatable {“include_children”:true,”operator”:”AND”,”items_per_page”:”20″,”cols”:”icon|page_link|categories|download_link”,”colheads”:”|اسم الكتاب|التصنيف|تحميل”} /–></p>

    Here is the link to our library page:

    مكتبة قنشرين المسيحية

    Could you please help us understand why the pagination disappeared and how we can bring back the search and category toolbar at the top of the table while keeping pagination active?

    Thank you for your support and great plugin,
    Pierre

    #209503

    Fabrizio
    Participant

    Hello Nayeem,
    sorry for delay but have been off for a while 😀

    1. Might be something like that, yes. We normally let customers directly download PDF via a ‘Download’ button (it’s then a browser’s download), but if that was via a one time link to donwload document then it might anyhow fit client’s request in some way. Even if need would be after it has been downloaded, that is I download from one time access link but then send downloaded PDF to others (but maybe onetime access works differently…)
    2. if this could help in preventing or reducing willing to share then yes! And meanwhile seen there’s PDF Stamper add-on which seems does right this with image or customer’s details or both, and also include options to prevent copy of content (other client’s request), its amends and others.

    Thank you


    Nayeem Riddhi
    Moderator

    Please use this code snippet in your active theme functions.php file ,

    /**
       * Add download link actions for editors in Download Manager packages
       */
      function add_download_actions_for_editors($actions, $post) {
          if ($post->post_type == 'wpdmpro' && current_user_can('editor') && !current_user_can('manage_options')) {
              if ($post->post_status == 'publish') {
                  $actions['download_link'] = '<a title="' . __( "Generate Download URL", "download-manager" ) . '" href="#" class="gdl_action w3eden" 
      data-mdlu="' . WPDM()->package->getMasterDownloadURL( $post->ID ) . '" data-toggle="modal" data-target="#gdluModal" data-pid="' . $post->ID .
      '"><i class="far fa-arrow-alt-circle-down color-purple"></i></a>';
              }
    
          }
    
          return $actions;
      }
      add_filter('post_row_actions', 'add_download_actions_for_editors', 20, 2);

    Thus I hope it will resolve your issue then. Please kindly check.

    Thank you


    Tahasin
    Moderator
    This reply has been marked as private.

    Neera Kumar
    Participant
    This reply has been marked as private.

    Tahasin
    Moderator
    This reply has been marked as private.

    Neera Kumar
    Participant

    Download – settings- default values – Enable Email Lock

    this is not working. As a user I am getting the download link in my email. But when I click on this, it says — Invalid download link .

    How to resolve this..

Viewing 25 results - 1 through 25 (of 9,426 total)