Search Results for 'download link'

Viewing 25 results - 8,126 through 8,150 (of 9,419 total)
  • Author
    Search Results
  • #20708

    cellcube
    Member

    Hi,

    on our clients site we need to set up WPDownloadManager completely new after a crash.
    Now we got it all but the download buttons are just not working.
    Try by your selfe here > http://www.divia.de/divia-downloads/

    It’s just linking to this URL > http://www.divia.de/download/social-media-navigator/#pkg_5274

    Regards
    Alex

    #20694

    crashbdx
    Member

    There is no url, my problem is i have file that are mail protected, to download them you have to enter email, name etc then when this is done you receive a mail with the link to download your file, but how do i send the mail template according to the lang of the website the user was using ? meaning if he send from the french version i send the mail in french, if from english i send a mail in english, i dont find where to manage it.

    #20684

    lmobile
    Member

    i rechecked it and in fact the IDs changed at a number of downloads. This is really bad, because we use this to have always the same link on many sites. So this should never happen. Can you see how this happend, how i can prevent this from happening again and how i get my old IDs back?

    Thanks.

    #20642

    In reply to: Block Hot-Link Add-on


    Shahjada
    Keymaster

    actually nothing to configure with that add-on, simply activate and it will block direct link to download from external site.

    #20612

    denniz
    Member

    Howdy,

    How can I set up Download Manager Pro for subscribers to upload in front-end to a specific category and make it available in that same category to other subscribers? I would love to have a button or link with upload underneed the category file list.

    Greetz,
    Dennis

    #20603

    plochis61
    Member

    hello,

    I bought the pro version but when I select a link / template or page / template I get this message “No packages found”, why? also my site already has a download page you can have a little support to configure it, I do not want to create additional pages, but only the possibility to download the brochure for registered users.
    Thank you
    Paul

    Hi shaon,

    i encountered an error on amazons3 add on that i purchased http://screencast.com/t/azMleoeCkLs any ideas how to fix it.

    also i tried uploading a file it and it returns nothing? no downloadable link. .and there’s no file on the package.
    it seems the add on is not connected to s3 though i load the api keys on the settings and update the buckets permission on amazons3 console. .

    please help!

    #20517

    In reply to: File with Password

    This reply has been marked as private.
    #20489

    tmb4016
    Member

    Hi just started trying to use Download manager Pro and running into some problems. None of the package download links actually work. They just redisplay the package information page or displays another site page. I am not sure what is going on.

    Sample Page

    Also I cannot get the tree short code to work.

    Any assistance appreciated.

    #20448

    Thinkman
    Member
    This reply has been marked as private.
    #20437

    In reply to: Open PDF in browser


    GraphicAlert
    Member

    Thanks. I don’t mind customizing some code. Any hint where should I start to look? Or is there a way to extract the direct download link from the package somehow? Btw is there a special reason that the browser is forced to always download?

    Ch.


    trouille2
    Member

    Hello, I have a package that requires the email to get access to download button. Since wordpress 3.9.2 it seems the final page after the submission of email address returns an error all I got now is : {“error”:”<div class=\”alert alert-success\”>Download link sent to your email!<\/div>”,”downloadurl”:””}

    #20386

    Liam Allan
    Member

    find the following code in download-manager.php (roughly line 214):

    $html = "<div id='wpdm_file_{$id}' class='wpdm_file $template'>{$title}<div class='cont'>{$desc}{$password_field}<div class='btn_outer'><div class='btn_outer_c' style='{$bg}'><a class='btn_left $classrel $hc' rel='{$id}' title='{$data['title']}' href='$url'  >$link_label</a>";
        if($data['show_counter']!=0)
        $html .= "<span class='btn_right counter'>$data[download_count] downloads</span>";    
        else
        $html .= "<span class='btn_right'>&nbsp;</span>";             
        $html .= "</div></div><div class='clear'></div></div></div>";

    and replace with:

    $html = "<div id='wpdm_file_{$id}' class='wpdm_file $template'>{$title}<div class='cont'>{$desc}{$password_field}<a class='btn_left $classrel $hc' rel='{$id}' title='{$data['title']}' href='$url'  ><div class='btn_outer'><div class='btn_outer_c' style='{$bg}'>$link_label";
        if($data['show_counter']!=0)
        $html .= "<span class='btn_right counter'>$data[download_count] downloads</span>";    
        else
        $html .= "<span class='btn_right'>&nbsp;</span>";             
        $html .= "</div></div></a><div class='clear'></div></div></div>";

    Hello, In /templates/link-template-default-icon.php can I change [file_size] to show the package size of all downloads in the collection?

    #20364

    In reply to: new domain


    Shahjada
    Keymaster

    I deactivated block hotlink add-on and lazy download is working fine now. “Block Hotlink” add-on need to be updated. your are using old version.


    Alessandro
    Member
    This reply has been marked as private.
    #20344

    In reply to: new seasion on my site


    Shahjada
    Keymaster

    SQL:
    Link Label:
    update prefix_postmeta set meta_value='download me :)' where meta_key='__wpdm_link_label';

    Page Template:
    update prefix_postmeta set meta_value='tmeplate-name' where meta_key='_wp_page_template';

    #20331

    Scully
    Member

    Ok,
    I’ve got wpdm installed and all my mp3’s uploaded. What do I have to do to get this to link to feedburner for my podcasting? I have this page setup with the categories: http://bethelharvestchurch.com/downloads/podcasts/ But because its not XML, I can’t get it work.
    thoughts?


    Alessandro
    Member

    Hi, i’m trying to use this short code [wpdm-archive button_style=”default” link_template=”link-template-panel” items_per_page=”10″ category=”category-slug” order_by=”field-name” order=”asc|desc”] but when a user clicks on a categories appears “No download found!”

    How can i solve it?

    Thank you!

    #20326

    I created a ‘file list’ of both links and downloads. I really like the file list, but it looks weird when you have it linking to a webpage, rather than downloading a document. Is it possible to change the word ‘download’ to ‘link’ in limited cases?

    #20318

    In reply to: new seasion on my site


    icoffe01
    Member

    Hello mr.shaon .. thank you ..

    may you give a SQL command of :
    1- to change link label for all packages . to download me :)
    2- to change page template for all packages .

    #20306

    Shahjada
    Keymaster

    looks like your theme causing js conflict in archive page for some reason, so I replace download link with details page link, so now user can download from details page where things are ok.

    #20298

    Thinkman
    Member
    This reply has been marked as private.
    #20270

    krd
    Participant

    Can someone please tell me how to have one download per line other than the [wpdm_package id="package-id-here"] short code?

    I would like to list all downloads in a category, one per line as in [wpdm_category id="my-slug-name" template="see below"].

    How can I change my link template to do this? Any help would be MUCH appreciated.

    <div class=”media-body”>
    [icon]
    <div class=”media-body”>
    <h4 class=”media-heading” style=”padding-top: 0px;border:0px;margin: 0px;”>[title]</h4>
    [download_link] <i style=”margin: 2px 0 0 5px;opacity:0.5 class=”icon icon-th-large”></i> [file_size] <i style=”margin: 2px 0 0 5px;opacity:0.5″ class=”icon icon-download-alt”></i>
    </div>
    </div>
    <div style=”clear: both; padding: 20px; 20px;”></div>

    #20268

    In reply to: 404 on the icon files.


    sandolamb
    Member

    Something is wrong with the install

    The package went into: http://vineacademy.org/wp/wp-content/plugins/download-manager-4/&#8230;
    However the links are all http://vineacademy.org/wp/wp-content/plugins/download-manager/&#8230;.

    How can this get resolved?

Viewing 25 results - 8,126 through 8,150 (of 9,419 total)