Search Results for 'download link'

Viewing 25 results - 3,826 through 3,850 (of 9,349 total)
  • Author
    Search Results
  • #121140

    Nayeem Riddhi
    Moderator

    Hi,

    Please try like this,

    add_filter('wpdm_button_image','my_btn_image',10,2);
    function my_btn_image($link_label,$package){
        $link_label = "<img src='/wp-content/uploads/2020/01/your_download_image.png' >";
        return $link_label;
    }

    Hope it will help you. please let me know.

    Thanks.


    Web Guy
    Participant

    Yes, I am using the latest version of WPDM and the latest version of the Download Limit Addon on my own website.

    However, please note that the screenshot that I previously sent was taken from your own demo site:
    http://demo.wpdownloadmanager.com/wpdmpro/download/multi-file-package/

    Try changing the number of monthly allowed downloads on that Demo Site from “9999” to “1” and then test on the above package link.

    I’m assuming that the demo site is running the latest versions.

    Please advise.

    #121035

    Nayeem Riddhi
    Moderator

    Yes, if you are talking about WPDM, it is the right place. you can cancel the subscription using this shortcode in your page or post, https://www.wpdownloadmanager.com/doc/short-codes/wpdm_user_dashboard-user-dashboard-short-code/, you will find such an option like the image link attached.

    View post on imgur.com

    Thanks.

    #121016

    Frank P.
    Participant
    This reply has been marked as private.
    #120958

    Frank P.
    Participant

    <div class=”wpdm-page-template single-col-flat”>

    [thumb_900x0]
    <br clear=”all”/>
    <br clear=”all”/>
    <ul class=”list-group ml-0 mb-3″>
    <li class=”list-group-item d-flex justify-content-between align-items-center [hide_empty:version]”>
    [txt=Version]
    <span class=”badge”>[version]</span>

    <li class=”list-group-item d-flex justify-content-between align-items-center [hide_empty:download_count]”>
    [txt=Download]
    <span class=”badge”>[download_count]</span>

    <li class=”list-group-item d-flex justify-content-between align-items-center [hide_empty:file_size]”>
    [txt=File Size]
    <span class=”badge”>[file_size]</span>

    <li class=”list-group-item d-flex justify-content-between align-items-center [hide_empty:file_count]”>
    [txt=File Count]
    <span class=”badge”>[file_count]</span>

    <li class=”list-group-item d-flex justify-content-between align-items-center [hide_empty:create_date]”>
    [txt=Create Date]
    <span class=”badge”>[create_date]</span>

    <li class=”list-group-item d-flex justify-content-between align-items-center [hide_empty:update_date]”>
    [txt=Last Updated]
    <span class=”badge”>[update_date]</span>

    <div class=”card mb-3″>
    <div class=”card-body”>
    [download_link]
    </div>
    </div>
    <div class=”card mb-3″>
    <div class=”card-header”>

    <div class=”nav nav-tabs card-header-tabs” id=”nav-tab” role=”tablist”>
    [txt=Description]
    [txt=Attached Files]
    </div>
    </div>
    <div class=”card-body”>
    <div class=”tab-content” id=”nav-tabContent”>
    <div class=”tab-pane fade show active” id=”nav-desc” role=”tabpanel” aria-labelledby=”nav-home-tab”>[description]</div>
    <div class=”tab-pane fade” id=”nav-files” role=”tabpanel” aria-labelledby=”nav-profile-tab”>[file_list]</div>

    </div>

    </div>
    </div>

    </div>

    `

    • This reply was modified 5 years, 3 months ago by Frank P..
    #120900

    In reply to: Widgets


    Nayeem Riddhi
    Moderator

    Hi,

    For a direct download link, you can use this [wpdm_direct_link] this shortcode or just follow this doc https://www.wpdownloadmanager.com/doc/short-codes/wpdm_direct_link-embed-direct-download-link-as-a-simple-text-link/

    Otherwise, you can just copy the link as the attached image,

    img

    Thanks.


    Sean Nicholson
    Participant

    We recently started testing version 5.0.7 and noticed that after updating, our link templates stop displaying correctly. While running on version 4.9.6, the downloads properly display like this.
    Correct display of download library

    After we update to 5.0.7, the view is not styled correctly and looks like this:
    Improper display of download library

    We have done thorough testing of the following:
    1) Deactivating and deleting the download manager and uploading the new version, both through the admin console and through FTP
    2) Deactivating all plugins and determining if the issue is resolved (it is not)
    3) Switching to the 2019 theme to see if the issue is resolved (the lines came back, but the layout did not).

    Can someone help us troubleshoot why the link templates aren’t working properly? The Shortcodes we are using are formed like this:

    [wpdm_category id="md-crutch-sales-resources" toolbar="1" order_by="field name" order="asc or desc" item_per_page="25" template="link-template-extended" cols=1 colspad=1 colsphone=1]

    Thank you for any help you can provide. We can provide access to a staging environment for your testing.

    –Sean

    #120849

    Nayeem Riddhi
    Moderator

    Hello,

    Attached files are working now and for the news of Zip file or your saying package download only works individual downloads for remote links like amazon s3 or others. For further implementation of the amazon s3 zip when we will update it, we will let you know.

    Thanks.

    #120824

    Varinder Singh
    Participant

    I added this option. But on the website, the following shows up in the box
    You don’t have permission to download this file.
    The screen shot is being shared through dropbox link.
    https://www.dropbox.com/s/phv3r1enck69zzb/jmr1.png?dl=0

    #120797
    This reply has been marked as private.
    #120787
    This reply has been marked as private.

    Maria Febryani
    Participant

    I am very frustrated.
    I downloaded this plugin so the visitor cant go to the wordpress link.
    I use password protection for the file.
    Whenever i click download, it goes directly to the file link instead of downloading it automatically.
    Please help
    Thanks.


    Andy Clor
    Participant

    I found numerous topics for this exact same issue, but you have not posted how to resolve it. See here:

    Test Audio

    Password: egbdf

    You get the invalid download link.

    If I turn off the password protect it works fine.

    #120699

    Hi,
    thanks for your reply.
    I followed your guide and then copied the file linktemplate-default.php from the plugin folder on my theme to the path download-manager/tpls/link-template/lin-template-default.php making the changes I need. But nothing changes. Am I doing something wrong?

    Thanks in advance

    #120697

    Varinder Singh
    Participant
    This reply has been marked as private.
    #120690

    Nayeem Riddhi
    Moderator

    Hi @sbrusselle,

    Have you checked this doc, https://www.wpdownloadmanager.com/doc/template-files/? As documentation, you have to copy the file in the theme directory naming a folder called download-manager, then paste it in tpls>page-templates for page template or tpls>link-templates for link template or email-templates. Then keep same name, but modify as you want.

    Thanks.

    #120656

    In reply to: Mass import..


    Nayeem Riddhi
    Moderator

    You can share your file and give your downloadable file links here. You can upload your files like the file-sharing site, dropbox.com or https://files.fm/.


    Claire
    Member

    I use wpdm archive page in order to show all categories and downloads in a single page.
    https://www.wpdownloadmanager.com/docsfor/wpdm-archive-page-2/

    I correctly set a template.

    Now, I would like to set the same template for the category page, showing the list of all packages of a single category (or tag) with the same layout of the archive page.

    I use
    taxonomy-wpdmcategory.php

    Now this file is the copy of archive.php

    Am I supposed to use this code of wpdm archive in the taxonomy-wpdmcategory.php file?

    <?php echo do_shortcode('[wpdm-archive cat_view="compact" button_style="primary" link_template="5b0869632bbb6" items_per_page="5" wpdm_package template="5b09e3cfb0b50"]'); ?>

    Here https://www.wpdownloadmanager.com/doc/template-files/
    the “category page demo” is linking to add-ons, have you examples of category page demo?

    #120469

    Web Guy
    Participant

    I am not sure if I understand your reply.

    1) Adjust the number of similar downloads packages that are displayed
    2) Change the link template that is used for the similar downloads template

    Please advise. Thanks.

    #120439

    Nayeem Riddhi
    Moderator

    Hello,

    I can’t able to get you. do you want similar link templates for your all downloads? please let me know.

    Thanks.


    Pablo Gigantrix
    Participant

    I have the following shortcode that creates a table with details on the left and a download button on the right.
    [wpdm_all_packages items_per_page="20" jstable=1 order_by="title" order="ASC/DESC" cols="page_link,excerpt_900|download_link" colheads="Contenido|Descargar::50px"]

    …as you can see here https://prnt.sc/r431dj
    This is the actual page https://accesovascular.com/biblioteca/

    I´d like to:
    – Insert a “Read more” after excerpt_900
    – If possible, link “Read more” to the download details page (page template)
    – Keep the button on the right but link it to the download details page (page template)
    – Hide the search box but keep the top and bottom pagination, see https://prnt.sc/r4360w

    Regards,
    Pablo

    #120417

    Web Guy
    Participant

    I have a few questions:

    1) Is there a shortcode that needs to be used to display both the up-sells and cross-sells in the Linked Products add-on?

    I have the add-on enabled and have added a linked product for the up-sell and a linked product for the cross-sell, but the recommended product is not showing anywhere on the package page or in the shopping cart area.

    2) What are the differences between “Similar Downloads” and “Linked Products – Up-Sells”. Is the only difference that “Similar Downloads” are displayed based on keywords and “Up-Sells” are user defined? Does it matter if one is selling products versus offering products for members?

    Please advise.


    Web Guy
    Participant

    Hello,

    I would like to adjust the following for the Similar Downloads:

    1) The number of similar downloads that are displayed.
    2) The link template that is used for similar downloads.

    Please advise on where these settings can be updated from.

    Thanks!

    #120411

    Nayeem Riddhi
    Moderator

    Hi,

    You can follow this documentation for creating a new template, https://www.wpdownloadmanager.com/doc/template-files/ As documentation, you have to copy the file in the theme directory naming a folder called download-manager, then paste it in tpls>page-templates for page template or tpls>link-templates for link template.

    Please let me know if it works for you

    Thanks.

    #120399

    Nayeem Riddhi
    Moderator

    Hi,

    1. If you are trying from the package creation metabox, then I will say it is working fine from my side.
    2. All zones are shown fine with proper auth.
    3 and 4. This can be a bug, I will update you about this.

    If the attached files problem get solved, you can also download using a direct link from the “Attached Files” list in the frontend

    Thanks.

Viewing 25 results - 3,826 through 3,850 (of 9,349 total)