Search Results for 'download link'

Viewing 25 results - 8,301 through 8,325 (of 9,416 total)
  • Author
    Search Results
  • #17252

    Shahjada
    Keymaster

    looks like you are using wrong tag on link/page template. for locked package you can’t use [download_url] tag, please try changing link/page template.

    #17239

    DearestDebi
    Member

    That just links to this forum post? I have added the code to line #37 but download packages are still showing in results. It worked for me in the past but since I updated yesterday it no longer works.


    borsato
    Member

    Hello,

    I just wanted to use the password lock on a specific file. But insted of getting the request for a password when I click on the download button I get a link to a .txt file called invalid-link.txt with the message. “Download link is expired or not valid. Please get new download link.”

    The cache dir is writable..

    I use: Download Manager Pro 3.3.8 and WP 3.9.1

    Please let us know what to do next…

    #17210

    ozwebim
    Member
    This reply has been marked as private.

    sreuschling
    Member

    I have a client that wants to use this so that their employees can download weekly schedules, project schedules and employee manuals.

    What I’d like to do is set it up so that anytime a weekly schedule is added, it sends an email to their employee list with a link to download. Is this possible in the Pro version or do I need to use WPDM Newsletter (which I already purchased) to do it?

    If its possible, can you please guide me on how to set it up? Seems pretty simple.

    #17200

    digitaliway
    Member
    This reply has been marked as private.

    digitaliway
    Member

    I have the following link template below and after I upgraded to 4.1.2 the download button does not display in the file list. I needed to downgrade back to 4.1.0 to get the download link to come back. What can I do to fix this or is it a bug?

    <!– WPDM Link Template: FILE LIST DISPLAY –>
    <div class=”panel panel-default”>
    <div class=”panel-heading”><b>Download</b></div>
    [file_list]
    </div>


    Steinkamp
    Member

    Hello,

    I like to not use any page template. So when I’ve included a package via link template in a page or post I want my subscribers to download the package directly, not being redirected to any page template. Is this possible – and if yes, how to do?

    Thanks
    Heiner

    #17163

    digitaliway
    Member

    I was able to complete the update but now my download buttons on all my individual files inside my packages do not show:

    this is the template file code I am using is it correct?

    <!– WPDM Link Template: FILE LIST DISPLAY –>
    <div class=”panel panel-default”>
    <div class=”panel-heading”><b>Download</b></div>
    [file_list]
    </div>

    #17096

    In reply to: help please


    Shahjada
    Keymaster

    you need to adjust/fix theme css. or use [download_link_extended] instead of [download_link]

    #17084

    corex
    Member

    Hi.
    We are using download manager but can not get the shortcode [wpdm_tree] to work. You know how to make it work?

    Link to site is: http://ovreprinsdalsbraten.no/wp/?page_id=31

    Best regards
    Kenneth

    #17046

    Shahjada
    Keymaster

    1) you can customize mp3 player, but need to edit some code, anyhow I shall add an easy option soon to edit update mp3 and video player form admin section.
    2) yes, for download categories, it is using custom taxonomy
    3) Yes
    4) you have both option, upload or add external link, and from front-end settings, you can block any mp3 upload if you want to allow them to add external link only.
    5) yes, it is compatible with mobile device
    6) most are around $22-$30, and all-ons pack ( all current add-ons and upcoming add-ons ) is only $105 , http://www.wpdownloadmanager.com/download/all-ad-ons/

    Sorry for the delay to reply.

    #17037

    trafffic
    Member

    In setting up a client site, I am having some problems with the link templates.

    Example URL is here

    First problem is that audio player is constantly spinning and does not seem to load the audio file.
    Works fine on page template, so I feel like it is an issue when more than one play is displayed on the page.

    Second question is I wanted to hide the download link under the audio play.
    I did this with CSS:

    
    ol.list-group {
    	display: none;
    }
    

    Is there a better way?

    Finally, this install uses 2 categories for PDF and Audio downloads.
    Is it possible to have conditional link templates to display PDF download options when it is a PDF and then audio player when there is an audio download? At the moment, ‘Download PDF’ is visible on all downloads even though audio downloads do not have PDF to download.

    I am displaying the categories with:
    [wpdm_category id="audio-interviews,pdf-articles," cols="1" toolbar=0 item_per_page=5 template="539657d418c45"]

    If I remove template="539657d418c45 it does not display the link template that I specified in the download settings.

    Thanks in advance.
    Paul

    #17015

    In reply to: help please


    daniel63
    Member
    This reply has been marked as private.
    #16994

    Shahjada
    Keymaster

    ok now, that was because of block hotlink add-on, anyhow I’ve adjusted it now. Also to show download link instantly you can check the option with email lock

    #16992

    Hamid Ali
    Member

    on 2nd time it again send the download link to email address. The second link again redirect it to the same page. It never start the download. Please test it here: http://www.dotx42.com/worlds-best-award-certificate-template-v1-0.html

    #16991

    Hamid Ali
    Member

    You do not read it clearly i think. I say file never start download. When user enter his email at first place. A link send to his email address automatically. But when he clicks on that link it redirect it again to the package page. After entering the email again, It send the link again to the email address and file do not start downloading. Please use the link i mention and try to download the file.

    #16982

    In reply to: Demo Page Template


    Shahjada
    Keymaster

    Download and Install this add-on http://www.wpdownloadmanager.com/download/wpdm-extended-short-codes/.
    When user not logged in you can show login link or login form there in the place of download button, from settings page , check “Login Required Message” option.

    #16977

    Hamid Ali
    Member
    This reply has been marked as private.
    #16952

    Shahjada
    Keymaster

    It will be possible if you don’t use any lock option. In that case, replace [download_link] tag with following <a href="[download_url]" target="_blank">[link_label]</a>

    #16896

    KMBarto
    Member

    You were kind enough to help me in April when a coding conflict with another plugin was interfering with downloading PDFs from my blog. Since then, I have removed that plugin, but have noticed that my view button goes to “page not found”. I removed the code you provided below, but the result was the same.

    I have removed the button code from my template, but… Can you help me resolve this?

    April 23, 2014

    Shaon wrote:

    please add following code at the end of download-manager.php, that will resolve the conflict with nextgen gallery:

    function wpdm_skip_ngg_resource_manager($r){
    return false;
    }

    add_filter(‘run_ngg_resource_manager’, ‘wpdm_skip_ngg_resource_manager’);

    Post Link: http://www.wpdownloadmanager.com/support/topic/cant-view-pdf-when-downloading-from-website/?view=all#post-14783

    #16875

    Hamid Ali
    Member

    Hi, As per your suggestion in previous support. I make a new template with [download_link_extended] . It looks good but do not working fine. Please find the attachments for more understandings.

    1. It shows the +1 is done but actually it don’t. It stuck with share popup and start download file. In original google+ profile it do not share it on profile.
    2. Twitter icon is not showing up properly. Its counter is gone somewhere.
    3. Linkdin post the link perfectly but do not start downloading.

    In short every lock is stuck. Please take a look at http://www.dotx42.com/jungle-coloring-book-template.html and help to fix it.

    #16859

    daniel63
    Member

    Hello, some things do not work:
    1) does not show the number of downloads see link:
    2) Download Lazy does not work;
    3) The download will not start.

    #16855

    Hamid Ali
    Member

    Hi, I apply the lock but after sharing the file is not starting download.

    Visit: http://www.dotx42.com/worlds-best-award-certificate-template-v1-0.html

    #16823

    Shahjada
    Keymaster

    but your theme is conflicting with the template, edit/clone the button template, replace [download_link] with [download_link_extended]

Viewing 25 results - 8,301 through 8,325 (of 9,416 total)