Search Results for 'download link'

Viewing 25 results - 8,551 through 8,575 (of 9,354 total)
  • Author
    Search Results
  • #12361

    shovan
    Member

    On the download view this error


    Notice: Undefined variable: linktemplates in /srv/linaro/wp-content/plugins/download-manager/wpdm-core.php on line 94

    #12323

    In reply to: Upgrades


    ewareness
    Member

    All I get is a link to your upgrade log. where is the link to download new files?


    bak24
    Member

    Thank you for your help! My problem is solved. Great support!

    Hi, I\’m in some help here, as I haven\’t been able to find the right combinations of link and page templates and whatever else is involved.

    Here\’s what I would like to do:

    I have an investors page, which I\’d like to insert a short code so it looks like:

    ( my icon here ) Financial Statements & Reports 2012 – icon & title link require password where they have to enter it into a box
    ( my icon here ) Financial Statements & Reports 2013 – icon & title link require password where they have to enter it into a box
    ( my icon here ) Financial Statements & Reports 2014 – icon & title link require password where they have to enter it into a box

    When clicked and password is entered, I would like each link here to go their respective pages 2012, 2013, 2014.

    On each of these pages I would like it to look like (i.e. 2012 example page):

    ( my icon here ) 1st Quarter Balance Statement 2012
    ( my icon here ) 1st Quarter Cash flow 2012
    ( my icon here ) 1st Quarter Reports 2012

    ( my icon here ) 2nd Quarter Balance Statement 2012
    ( my icon here ) 2nd Quarter Cash flow 2012
    ( my icon here ) 2nd Quarter Reports 2012

    Since the user has already entered their password, there is no need to enter it again. Files are protected, but since password was entered before, they can download the individual files.

    I currently have categories set-up like this:

    2012
    — 1st Quarter
    — 2nd Quarter
    — 3rd Quarter
    — 4th Quarter

    …. and so forth

    I have been provided passwords so I will be using those.

    FYI:

    I have created a link template that I like that has the following code:

    [icon]

    [title]

    Hopefully, I\’ve provide enough information to explain what I\’m trying to do.

    Thanks

    #12285

    mikeg
    Member

    When I receive email from download mgr the url is listed twice.
    see below, please help
    thank you
    February 15, 2014
    Thanks for Subscribing to SportSoft
    Please click on following link to start download:
    http://lescom9.lescom.net/?wpdmdl=787&_wpdmkey=52ffc74c9f953
    http://lescom9.lescom.net/?wpdmdl=787&_wpdmkey=52ffc74c9f953
    Best Regards,
    Support Team
    SportSoft

    #12258

    Zorrox
    Member

    1. You can create new page with Shortcodes : [wpdm_category id="cat-name" cols=3] http://zorrox.com/download-manager-demo/
    2. You create a category with “cat-name” example http://www.yourdomain.com/downloads/cat-name/ Create a new link. example: http://zorrox.com/downloads/enterpages/ on Dashboard – Design – Menu.

    #12233

    In reply to: Update to Version 4.04


    mattmorino
    Member

    If this is the case, is implementing redirects to point old URLs to new URLs a viable solution to ensure that any links that I miss continue to work until I find and fix all of them? We are using this tool all over our site, and have a ton of inline links directly to download packages as well as individual files inside download packages. Thoughts?

    #12227

    Zorrox
    Member

    Ich gehöre garnicht dazu. Helfe nur wo es geht.
    Das Problem mit der Sortierung ist Relativ einfach erklärt. MediaMarkt 10 Fernseher des selben Herstellers reagieren auf eine Fernbedienung 🙂 Sie bekommen den selben befehl.
    Das mit den Buttons ist ein Fehler. Das selbe passiert sogar wenn man das widget in der Sidebar Aktiviert. Musste also den Download link aus den Widgets Templates entfernen.
    Das ganze Addon bzw Plugin ist nicht ausgereift.
    Die version 4 ging zu schnell an den Start, ohne überhaupt ein Test damit durchgeführt zu haben.
    Das traurige daran ist das wir es ausbaden müssen. Oder eben selbst hand anlegen.
    Die 3.8 lief ja relativ gut. Leider wurden in der neusten PHP version funktionen gelöscht auf die eben all diese Plugins gebaut haben.
    Es war überhaupt nicht schön eine umstellung auf PHP 5.5 mit zu machen.
    Darf ich fragen was für ein lightbox addon du einsetzt ?

    #12223

    Zorrox
    Member

    Also ich hab mir das jetzt mal angeschaut. Der Manager benutzt jetzt die wordpress eigene Kategorien funktion.
    Ob diese funktion wieder eingebaut wird, kann ich dir nicht sagen. (Freier Helfer der Natur).
    Du kannst es aber auch so machen:
    http://zorrox.com/dl-enterpages/ : [wpdm_category id=enterpages cols=1 template=link-template-extended item_per_page=10]
    http://zorrox.com/dl2-enterpages/ : [wpdm_category id=enterpages cols=1 template=link-template-semi-ext item_per_page=10]
    1. Erstelle eine neue Seite
    2. Shortcode deiner wahl
    oder
    1. Erstelle eine seite
    Benutze mehere shortcodes
    [wpdm_category id=enterpages cols=1 template=Erstes-Link-template item_per_page=10]

    [wpdm_category id=enterpages cols=1 template=Zweites-link-template item_per_page=10]

    etc …
    http://zorrox.com/download-manager-demo/

    Ich hoffe das hilft dir etwas weiter.

    #12209

    In reply to: Download Link Expired


    Shahjada
    Keymaster

    if they try to use same link more then 3 times,it will show expire notice.


    Shahjada
    Keymaster

    yes, you can do that too 🙂


    Shahjada
    Keymaster

    that issue was with v4.0.3, but we already have fixed the issue in v4.0.4, please update your copy

    #12190

    rdcsi
    Member

    Hello,

    I am having issues with individuals downloading my files. Sometimes they receive a link expired notice (even though no expiration is set). Please advise a solution. Currently using latest version of plugin

    J


    Shahjada
    Keymaster

    in that case move <i style=”margin: 2px 0 0 5px;opacity:0.5″ class=”icon icon-th-large” ></i> before [download_link…

    #12176

    stefanluk
    Member

    UPDATE:

    I fixed this problem, but another one occurs.

    This is my code:

    if ( ‘wpdmpro’ == get_post_type() ) {
    echo do_shortcode(“[wpdm-archive button_style=’default’ link_template=’link-template-panel’ category='”.$str.”‘]”);
    }

    When I’m on a wpdm archive page, It used the shortcode. Where $str is the category slug.

    My problem now is, it is still showing ALL downloads (not just the one in that specific category) and the buttons with subcategories disappeared.

    How do I fix this?

    EDIT:

    You can mark this as solved. I made a new thread for this new issue.


    jdmp
    Member

    I have been using 3.8.1 for some time and it was working well until a customer tried to redeem a password and the popup box was hidden at the top of the browser. I followed the upgrade procedure to 4.0.4 but i have encountered a number of issues.

    The Main one that is of great concern is the password lock. It does not work. PERIOD.
    http://ebookscaribbean.com/test/download/detour-by-k-sean-harris-2/

    The link above is a perfect example. if you look at the very bottom of the page you will see a lot of loose code.

    please help

    #12151

    TimT
    Member

    Ok so i have got the colour on the categories to look how i want. Now i need to change the text to match and update the link templates.
    However for some reason when clicking a download you do not get the Subscribe to download box which you should get as i have locked the downloads to email as per the downloand on http://showmyfps.com/ap/air-pressure-stabilisers/

    #12146

    Sorry about that – it’s stripping code out. Here’s a snapshot of the code I am using for the link template.

    #12139

    Zorrox
    Member

    Change your link tamplate.
    Got to Dashboard > Downloads > All Packages > Edit your File > Change > Link Template to whatever you want.> test them.
    If you want I can help you to modify your template.


    lfbp
    Member

    It seems silly not to use the bootstrap classes. I’ve used the download_link filter to achieve what I need by adding this simple function.

    function change_button_class( $text ) {
    return str_replace(‘[btnclass]’, ‘btn btn-primary btn-large’, $text);
    }
    add_filter( ‘download_link’, ‘change_button_class’ );


    bak24
    Member

    Thank you, but right now, there is another problem: If i enter the short code to the package, then only the Template ID is shown on the site (or example 52f8f6785f658). I’m thinking about downgrading to the free verison again to get my files protected again…or is there any other possibility.

    #12116

    fedrasoft
    Member

    I’ve done it, but now all my old download and categories aren’t displayed yet..
    It seems that I loose all my data , but table wp_ahm_files has all my old data

    #12110

    In reply to: Download link expired


    cecilior
    Member

    It happens the same. How to solve?


    Sarah
    Member

    Sorry for my delayed response!

    Thanks for the link Shaon. I’m not sure if we’ll be needing next gen at this point but it’s good to know for the future. 🙂

    The icon issue can be seen here: http://www.fashioncapsule.ca/shoppers/lookbooks/
    The icon should be appearing to the left of the “download pdf” button.

    #12105

    Rfyadon
    Member

    Like I have seen from others, I followed the directions to update and now how the following issues:

    1) Multiple duplicate files (I have tried deleting 4.0.4 and then re-installing. Still have duplicates)

    2) File IDs have all changed. This is a BIG ISSUE has I have a lot of autoresponder emails with links to these files.

    3) It appears my Premium package is inactive. I have two files that require a fee to download. There is not price option and the wrong files appear on my site pages.

    Need some help fast as this is costing me business!

Viewing 25 results - 8,551 through 8,575 (of 9,354 total)