Search Results for 'download link'

Viewing 25 results - 2,126 through 2,150 (of 9,352 total)
  • Author
    Search Results
  • #163618

    kevin elliott
    Participant

    ok….but that still doesnt fix the issue as the audio player doesnt play that file. all that you are able to do is download it. look man, im not asking for the world here…just simple basic functionality from my $300 purchase the fact i have spent 20 hours trying to find a work around for this absolutely ridiculous error to the core functionality of the WHOLE SYSTEM is infuriating. its pretty simple…make the plugin be able to play audio on packages for sale or this is useless to me along with thousands of other people. i would happily pay to have this fixed, but this isnt anything beyond what the plugin should have done from the VERY FIRST VERSION. as is you either have to give everything away for free or you cant even play audio lmaoooooooo. it should be top priority and i can think of 20 different simple solutions on your end to fix this but all you keep telling me is information that doesnt lead to a solution. for whatever reason your systems masks the free download link even…so i cant even use a different audio player to play the file. its VERY SIMPLE the audio player should be playing the file from “additional previews” area. or simply add a field within for watermarked files for preview and dont have those protected. simple. it has to be done. it amazes me this product has existed so long and not one single update addressed this hahaha cmon now. im not asking for alot here man just for something i paid alot of money for to have basic functionality “TO PLAY AUDIO”!

    #163587

    In reply to: User permission


    Tanvir
    Spectator

    Hi @lifexcellence,
    Hope you are well.

    For Category access and package roles please follow the below steps as I describe below,

    Before giving access to a certain category for a particular role you have to set from the edit category option, then you have to make empty for Allow Access option or giving a particular role on it like as I image attached or as usual for select member option too,
    https://share.getcloudapp.com/X6ulq4yo because

    Package Access = Package Access + All Category Access = All Visitors + Author = All Visitors
    
    and Package Access = Package Access empty + Category Access(Author) = Author
    
    or Package Access = Package Access(Author) + Category Access(Author) = Author

    More details can be found in the below link.
    https://www.wpdownloadmanager.com/doc/add-new-package/package-settings/allow-access-access-control-option/
    Hope you understand now.
    Thank you

    #163583

    In reply to: Cancel Subsciption


    Tanvir
    Spectator

    Hello,
    You may cancel your subscription at any time.
    If you choose to cancel your subscription you will no longer receive updates and support for the products linked to that order when your order expires. To cancel your subscription, please mail your order ID to support@wpdownloadmanager.com or send an order note from your order details page.
    Thanks


    Tanvir
    Spectator

    Hi @kinziegreen,
    Hope you are well.
    I see you haven’t selected any specific member for packages. I added code to fix the “Allow access” and “Select Member” option conflict with wpdm. What I learnt that you are facing conflict with category privacy issue.

    For Category access and package roles please follow the below steps as I describe below,

    Before giving access to a certain category for a particular role you have to set from the edit category option, then you have to make empty for Allow Access option or giving a particular role on it like as I image attached or as usual for select member option too,
    https://share.getcloudapp.com/X6ulq4yo because
     

    Package Access = Package Access + All Category Access = All Visitors + Author = All Visitors
    
    and Package Access = Package Access empty + Category Access(Author) = Author
    
    or Package Access = Package Access(Author) + Category Access(Author) = Author

    More details can be found in the below link.
    https://www.wpdownloadmanager.com/doc/add-new-package/package-settings/allow-access-access-control-option/
    Hope you understand now.
    Thank you

    #163559

    In reply to: Direct download link


    Nayeem Riddhi
    Moderator

    Hello @corigen,

    I think you are talking about link templates for packages. you are also capable of editing those link-templates and keeping there only the download link tag. And use the link-template in the package’s shortcodes. please check and let me know if I get you

    Thank you and regards

    #163558

    In reply to: Direct download link


    Greg Schouten
    Participant

    I looked at all those add-ons and I use the elementor add-on but they all come with a summary page before download. I don’t want a page between selection and download. I want to download the item without steps inbetween like the solution you gave using the link in all packages. Is there a way to disable the summary page and direct download a package at all times?

    #163552

    In reply to: Direct download link


    Greg Schouten
    Participant

    I do have a follow up question. If i want to use a package list in elementor. Is there a way nog to have the summary page? It’s absolutely useless to have that page, can’t it just be turned of and alway direct download?

    I can’t make a template with this direct download link in it, correct?

    • This reply was modified 3 years, 9 months ago by Greg Schouten.
    #163544

    Greg Schouten
    Participant

    Hello all,
    I’m trying to figure out how to create a direct download link.
    In my pages I want to have a button or a hyperlink text that directs to a download file.
    I can get something like that but it will always direct to a page with a summary of the file and there a button needs to be pressed to download the file. What is want is to click > download the file NOT click > summary page > click > download.

    Can somebody tell me how to download a file with a single click?

    Thanks!

    #163504

    kevin elliott
    Participant

    i cant see anything the picture link didnt work. also if you mean turn off preload and resumable downloads in basic settings i already did that. i saw in a previous post but that still doesnt fix it.

    #163500

    kevin elliott
    Participant
    This reply has been marked as private.
    #163494

    Tanvir
    Spectator

    Hello,
    Hope you are well.
    1. The name is wpdm-pdf-viewer You can also find all the downloads here
    2. Different format has different file formats. You can use this link template link-template-default-icon for that. You can also set thumbnail image for packages and use [thumb_WidthxHeight] template tag on link templates to show.
    3. Next update will come in this month I hope. It is on development. Changelog here
    Thanks

    #163483

    Edouard Boisset
    Participant

    Hello,

    Would you be willing to look into a conflict between your plugin and Ultimate Member plugin ?

    when both are installed on the same wp, the ‘forgotten password’ > ‘password reset’ link doesn’t work.

    It is because of the ‘key’ param in the url.

    The problem is fixed by renaming the parameter in two files \plugins\download-manager\src\User\Login.php Line 226 from
    $reseturl = add_query_arg(array('action' ► 'rp', 'key' ► $key, 'login' ► $user_login), wpdm_login_url());

    To
    $reseturl = add_query_arg(array('action' ► 'rp', 'wpdm-key' ► $key, 'login' ► $user_login), wpdm_login_url());

    and the file download-manager\src\User\views\reset-password-form.php Line 15 from
    $user = check_password_reset_key(__::query_var('key'), $login);

    To
    $user = check_password_reset_key(__::query_var('wpdm-key'), $login);

    I know it’s not really a bug on your side, but it would be really kind if you could add this small change 🙏

    Thanks

    Regards

    #163448

    Tanvir
    Spectator

    Hello,
    I am sorry Could you please clarify the question? It is not clear to me.
    However you can check the related doc about page/link template

    Templates

    and you can check here our addon which will help you setup/populate default values for package settings so that you don’t have to repeat those every time you create a new package and you can clone existing package in one click to create another, which could save your time significantly 🙂

    WPDM Default Values

    Thanks


    kevin elliott
    Participant

    there is no download provided for the “Download Limit” addon in the all access download links. I purchased yesterday and it isnt there. Please provide it.


    midihead7
    Participant
    This reply has been marked as private.

    dshank
    Participant

    Is it possible to generate a download link for paid package so that users with the link could use it to download the file without having to pay or go thru a checkout process?

    If it is not possible, what’s the best way to offer a paid file free for select users?

    Thanks.

    #163258

    Nayeem Riddhi
    Moderator

    Hello @thomas-sator,

    Hope you are well. you can create a new link-template and use this template tag, [pdf_thumb_WxH] in your link-template, it will show Image thumbnail from the attached PDF file with specified Width ( W ) and Height (H). If you are trying from Downloads > Categories, you can use Use Link Template from edit category option. And for showing certain categories with a shortcode on a page, you can use this shortcode, https://www.wpdownloadmanager.com/doc/short-codes/wpdm_packages-wp_query-in-a-shortcode-for-download-manager-packages/. Here has a category parameter called categories. you can also use this shortcode too, https://www.wpdownloadmanager.com/doc/short-codes/wpdm_category-query-all-downloads-from-one-or-more-categories/. please check, I hope those may help you

    Thank you and regards

    #163215

    Nayeem Riddhi
    Moderator

    Hello @tguella,

    Hope you are well. For filtering list tags and categories, can you please check this directory add-on,

    WPDM Directory Add-on

    please check the shortcodes and demos from the above add-on link

    And for the reCAPTCHA issue, you are getting Your Download Link is Ready and also a Download Link. For more extended features, you may keep a feature request here,

    Download Manager Pro Feature Request

    Thank you and regards

    #163210

    Tanvir
    Spectator

    Hello,

    Sorry to hear about the issues.

      1. You can install pdf viewer from Downloads > settings > Updates option from your WordPress dashboard. If you can’t update it directry from WordPress dashboard, Please update from here.
      Here is the url of the addon

      WordPress PDF Viewer


      2. To set preview image for each download you have to set featured image for package and then [thumb_widthxheight] in link template or page template to show preview image in the list.
      To set preview image for category, you have to set image for each category from Downloads>Categories option.
      Then you have to use this shortcode with title=1 parameter and id='' parameter

      [wpdm_category] – Query All Downloads From One or More Categories


      3. I have just tested this issue and I think it is a bug. I will forward the issue to the developer team. In the meantime you can add template parameter in shortcode to use template.

    Please let me know if you have any quries or if you have got all the answers.

    Thanks

    #163123

    Nayeem Riddhi
    Moderator

    Hello @digitalcollectiveagency,

    For this code snippet is working fine from my testing site,

    <?php 
    
    global $id;
    
    $package = wpdm_get_package($id); 
    
    echo $package['download_link'];
    
    echo WPDM()->package->fileList->table($id); 
    
    ?>

    If possible, if you can give your temporary wp-admin login details in a private reply for checking the issue could have a close look for the issue.

    Thank you and regards

    #163086

    Humayon
    Spectator

    Hello @stephen-currahgmail-com,
    I am a bit confused that since you have posted in the WPDM Pro forum so I assume that you have PRO access. 3.2.18 is the latest WPDM Free version where the latest WPDM Pro version is 6.0.8.
    Please download and install the latest WPDM Pro from here.
    file not found means files do not exist on the server or are not linked properly.
    If still the issue exists, then please, provide us with your temporary wp-admin login details and site URL in a private reply for checking the issue.
    Also, please share the related page/file/package URL with us where the issue exists.
    Thanks

    #162909

    Nayeem Riddhi
    Moderator

    Hello @jrpajr,

    Hope you are well. The code sample is here, the response code for any API should be like this,

    The JSON response will look like the following example:

    {
          "id": 6488,
          "title": "The Alchemist",
          "slug": "the-alchemist",
          "description": "The Alchemist follows the journey of an Andalusian shepherd boy named Santiago.",
          "excerpt": "The Alchemist is a novel by Brazilian author Paulo Coelho.",
          "author": 1,
          "status": "publish",
          "parent": 0,
          "tags": [
              "novel",
              "paulo-coelho"
          ],
          "categories": [
              16
          ],
          "thumbnail": "https://example.com/wp-content/uploads/2019/01/the-alchemist.jpg",
          "additional_previews": [
              "https://example.com/wp-content/uploads/2019/03/the-alchemist-cover.jpg",
              "https://example.com/wp-content/uploads/2019/03/the-alchemist-map.jpg"
          ],
          "version": "3.0.0",
          "link_label": "Download",
          "quota": 0,
          "download_limit_per_user": "100",
          "view_count": 80,
          "download_count": 14,
          "package_size": "811.84 KB",
          "access": [
              "guest",
              "subscriber",
              "administrator"
          ],
          "user_access": [
              "admin"
          ],
          "individual_file_download": "1",
          "cache_zip": "-1",
          "template": "link-template-calltoaction1",
          "page_template": "page-template-1col-flat",
          "files": {
              "1": "The Alchemist.pdf"
          },
          "fileinfo": {
              "1": {
                  "title": "The Alchemist",
                  "password": "",
                  "license_price": {
                      "statdard": "",
                      "extended": "",
                      "unlimited": ""
                  },
                  "price": ""
              }
          },
          "package_dir": "",
          "publish_date": "2019-04-01 12:00 am",
          "expire_date": "2019-08-31 12:00 am",
          "terms_lock": "1",
          "terms_title": "Agree to terms",
          "terms_conditions": "You can't redistribute without prior authorization.",
          "terms_check_label": "Checkbox Label",
          "password_lock": "1",
          "password": "[123][456]",
          "password_usage_limit": "2",
          "linkedin_lock": "1",
          "linkedin_message": "LinkedIn Share Lock message",
          "linkedin_url": "https://www.wpdownloadmanager.com/",
          "tweet_lock": "1",
          "tweet_message": "Custom tweet message",
          "twitterfollow_lock": "1",
          "twitter_handle": "Shahriar",
          "facebooklike_lock": "1",
          "facebook_like": "",
          "email_lock": "1",
          "email_lock_title": "Subscribe To Download",
          "email_lock_msg": "",
          "email_lock_idl": "0",
          "icon": "https://example.com/wp-content/plugins/download-manager/assets/file-type-icons/arrow.png",
    
          "base_price": "12.00",
          "sales_price": "10.00",
          "sales_price_expire": "2019-08-31 12:00 am",
          "pay_as_you_want": "0",
          "license": {
              "statdard": {
                  "active": "1"
              },
              "extended": {
                  "price": "22",
                  "active": "1"
              },
              "unlimited": {
                  "price": "32",
                  "active": "1"
              }
          },
          "discount": {
              "subscriber": "10",
              "contributor": "20",
              "author": "30",
              "editor": "40",
              "administrator": "50"
          },
          "enable_license": "1",
          "enable_license_key": "1",
          "free_downloads": [
                  "/Applications/XAMPP/wpdm/wp-content/uploads/2019/04/The-Alchemist-free-sample.pdf"
              ],
          "meta_input":{
            "meta_key" : "Hello"
          }    
      }

    here file attach should be like this,

    "files": {
              "1": "The Alchemist.pdf"
          }

    And for this default format, the file should be residing in wp-content/uploads/download-manager-files, thus the package should create with fa file. Please let me know if you have other queries

    Thank you and regards

    #162782

    Robert Vintervind
    Participant

    Thanks alot for this! Worked lite a charm.
    One other questions, if I just want a link with text as download button, what is the link to achivie this?

    #162774

    Tanvir
    Spectator

    Hello,
    WPML is a free plugin for translations and we are not the developer of that plugin. You can add that to manage translations.
    Our plugins are translation friendly.
    However, You can add [txt=Order by] on the template files to make the Order by button translatable.
    If still any problem persists, just send me the edit link of this page http://test.relog-partner.de/downloads/arbeitshilfen/ as I am sorry haven’t found the editing link of this package.
    Thanks

    #162763

    Humayon
    Spectator

    Hello @robertwikholm,
    Please follow and use the below example shortcode.
    For latest docs.
    [wpdm_category toolbar="0" orderby="date" items_per_page="10" paging="0" template="link-template-calltoaction4" cols=3 colspad=2 colsphone=1]
    For most downloaded docs
    [wpdm_category toolbar="0" orderby="download_count" items_per_page="10" paging="0" template="link-template-calltoaction4" cols=3 colspad=2 colsphone=1]
    It should solve your issue.
    If it doesn’t work, please, provide us with your temporary wp-admin login details and site URL in a private reply for checking the issue.
    Also, please share the related page/file/package URL with us where the issue exists.
    Thanks.

Viewing 25 results - 2,126 through 2,150 (of 9,352 total)