Search Results for 'download link'

Viewing 25 results - 2,126 through 2,150 (of 9,349 total)
  • Author
    Search Results
  • #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.


    sandra Duke
    Participant

    I had purchased Download Manager Pro and then the addon Amazon S3 in April.Everything work great until early September. All my download files (linked to my Amazon S3 storage) were all broken.

    On the backend admin, under ‘Settings’ the tab for ‘Cloud Storage’ is no longer there. The addon AmazonS3 is also gone, not on the plugin list. I kept trying to install back the Amazon S3 and apply update afterward…it show ‘successful update’ but then nothing show.

    What could go wrong? How can I send screenshot to show you what I mean?

    Please help!

    Thanks.

    #162726

    welswebmaster
    Participant
    This reply has been marked as private.
    #162693

    Inge Engel
    Participant
    This reply has been marked as private.
    #162685

    Christophe Barbier
    Participant

    Hello,

    I am running into the same issue. It looks like the source code is now located in (PRO version):
    download-manager\src\User\Login.php
    Line 44:
    add_filter(“logout_url”, [$this, ‘logoutURL’], 999999, 2);

    This filter has the highest priority, which will override other plugins. In our case, we are using “OpenID Connect Generic Client”:

    OpenID Connect Generic Client

    When calling this PHP function to get the “log out” URL:
    wp_logout_url(get_permalink())

    WPDM changes URL which look like this:
    /wp-login.php?action=logout&redirect_to=
    to
    ?logout?…

    Because of that, as Nicholas said, the “action” parameter is ignored by WordPress, which never even gets in wp-login.php to apply other logic (such as the “logout_redirect” filter). In our case, when WPDM is activated, the log out function of our website doesn’t work anymore !
    Worst thing is, we don’t even use the WPDM login function, and we still get that issue.

    There is probably a better way to disable it (apart from changing the source code of WPDM), but we added this custom to our child theme :

    
    # fix issue with WPDM adding custom logout filter
    # see https://www.wpdownloadmanager.com/support/topic/wp_logout_url-redirect-param-broken/
    function remove_filters_with_method_name( $hook_name = '', $method_name = '', $priority = 0 ) {
        global $wp_filter;
        // Take only filters on right hook name and priority
        if ( ! isset( $wp_filter[ $hook_name ][ $priority ] ) || ! is_array( $wp_filter[ $hook_name ][ $priority ] ) ) {
            return false;
        }
        // Loop on filters registered
        foreach ( (array) $wp_filter[ $hook_name ][ $priority ] as $unique_id ► $filter_array ) {
            // Test if filter is an array ! (always for class/method)
            if ( isset( $filter_array['function'] ) && is_array( $filter_array['function'] ) ) {
                // Test if object is a class and method is equal to param !
                if ( is_object( $filter_array['function'][0] ) && get_class( $filter_array['function'][0] ) && $filter_array['function'][1] == $method_name ) {
                    // Test for WordPress >= 4.7 WP_Hook class (https://make.wordpress.org/core/2016/09/08/wp_hook-next-generation-actions-and-filters/)
                    if ( is_a( $wp_filter[ $hook_name ], 'WP_Hook' ) ) {
                        unset( $wp_filter[ $hook_name ]->callbacks[ $priority ][ $unique_id ] );
                    } else {
                        unset( $wp_filter[ $hook_name ][ $priority ][ $unique_id ] );
                    }
                }
            }
        }
        return false;
    }
    remove_filters_with_method_name( 'logout_url', 'logoutURL', 999999 );
    

    The code is from :
    https://wordpress.stackexchange.com/a/304861/167013

    This successfully removed the WPDM logout filter

    Please fix this issue in WPDM directly, as it will produce unexpected results with many other WP extensions.

    Thanks,

    This reply has been marked as private.
    #162652

    Nayeem Riddhi
    Moderator

    Hello @yvonneb,

    Hope you are well. please use this template tag [thumb_gallery_WxH] in your page template. I hope it will give you a lightbox functionality that will return all attached Additional Image thumbnails With specified width ( W ) and height (H) If available, every thumbnail will be Linked with original Image. For more template tags you may check this doc,

    Template Tags

    Thank you and regards

    #162637

    Tanvir
    Spectator

    Hello @electrovo,

    https://electrovo.com/download/spool-holder-with-608-bearings/
    This download is handled by wpdm you see the link with /download/

    https://electrovo.com/product/spool-holder-with-bearing/
    This is handled by woocommerce you see the link with /product/

    Same happens for the different carts.

    However, please provide temporary admin access of your website for inspecting further.

    Thanks

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