Search Results for 'download link'

Viewing 25 results - 8,376 through 8,400 (of 9,358 total)
  • Author
    Search Results
  • #14640

    jjspelman
    Member

    HI, when using the email lock for a couple of downloads I have, I seem to lose the download button on the link page. (http://optimatumgroup.com/white-papers/). (see screen shot) The button then shows on the download page though.

    The button is there for other downloads that do not use email lock. (http://optimatumgroup.com/action-alerts/)

    #14615

    Anaiis
    Member

    Have free pro on my WP site
    http://downloads.tech-talk-co-op.com (domain, I only get 1 site)

    Bought Pro three days ago.
    Got a nice email…members info…but for 2 days this site was down (maintenance? upgrades?

    My Order shows: files…………”get license key” (which can’t be copied)……..website view….no place to put my website/domain info in my profile.
    Domain page….no clickable link
    Upload of the Pro File Manager zip file failed when I attempted upload in my WP site.

    So…what’s the deal? How about some clear instructions from point of purchase? $75 hr for upgrade service? No, thanks.

    Please provide clear step by step process now that I own 1 site license but can’t use it (no instructions) and the zip file download failed.
    Message: No valid files…? Because I have to use my license key? Sure. But where?

    Extremely frustrated. Product looks great (demo), and I’m really looking forward to using it….TODAY.

    You have my order/invoice information

    Anaiis Salles techtalkcafe@gmail.com

    #14542

    Shahjada
    Keymaster

    you need to edit link template for that full docs are here http://newlook.wpdownloadmanager.com/doc/templates/link-template/

    #14526

    In reply to: Theme Sidebars


    MBonner
    Member
    This reply has been marked as private.
    #14504

    csalazar
    Member

    Hi, I’m trying to make my download page look like a http://demo.wpdownloadmanager.com/wpdmpro/archive-page/

    but when i put the short code

    [wpdm-archive link_template=”link-template-calltoaction1″ button_style=”success” items_per_page=9]

    all the theme is broked, also if i use the short code [wpdm-categories]

    don’t show drop the subcategories, and the download no appear like in the demo, to sort when i click a categorie.

    also I assigned mp3 preview, to audio packages without look options and the audio player do not work

    the page where you can do all the test you want is this…

    http://new.mesoamericaregion.org/pruebas

    Thanks for the help.


    emorales
    Member

    Hi,

    I recently updated to the latest version, since I upgraded wordpress to also the latest, the link to DMP wasn’t showing. I did the following:

    – made a backup
    – proceeded to install but it says that “it was already installed”
    – proceeded to remove old installation
    – installed new version
    – activate it
    – none of my files are showing

    Went to my backup, haven’t restored anything but I compared files from the new version with the old and all my files seem to be on the DB, also, on the server all my files are there. But nothing’s showing on the admin page.

    Please help.

    #14490

    tinsterman
    Member
    This reply has been marked as private.
    #14459

    wrystell
    Member

    Hi, i’ve solved the problem by myself adding a script in the footer of the skin (before the closure of the tag body).
    I paste the code here, maybe this could help someone:


    <?php //script svuota cache download manager
    function isfile($file){ return preg_match('/^[^.^:^?^\-][^:^?]*\.(?i)' . getexts() . '$/',$file);}
    function isfile_b($file){ if (strpos($file,'.zip.') !== false) {return true;} else {return false;}}
    function getexts(){ return '(zip)'; }

    $tempo= 3600*1; //ore * n ore

    $path = $_SERVER['DOCUMENT_ROOT'].'/wp-content/plugins/download-manager/cache';

    if ($handle = opendir($path)) {
    while (false !== ($file = readdir($handle))) {

    if (isfile($path."/".$file)) {
    if(filectime($path."/".$file) < time() - $tempo){
    unlink($path."/".$file);

    }
    }

    else if (isfile_b($path.$file)) {
    if(filectime($path."/".$file)

    This script clean the zip files of the cache folder 1 hour older. The time can be setted in seconds in the variable $tempo

    #14440

    Shahjada
    Keymaster

    in page template, use tag [download_link_extended] instead of [download_link]

    #14424

    LEP
    Member

    I am having this same problem, when I click on the link in the email it opens the file in a browser instead of downloading to the computer.

    Is there a way to make the file download instead?

    #14422

    abbott-wp
    Member

    Host, Apache/2.2.15 (CentOS) Server
    Wordpress 3.8.2
    Download Manager Pro, the latest.

    All our servers run on our local network with 100Mbps bandwidth.
    If I download the file via the link like http://192.168.200.200/software-pub/OS/Linux/RHEL-4.8-x64.tgz,
    I got the speed nearly 11MB/s.

    When I add the above file as the package with download manager pro,
    When I click the download link, I only got the speed less than 1025KB/s. Why?

    In the add package process, I only check “Allow individual File Download”.

    I have another local server with Apache/2.2.15 (CentOS) Server, WordPress 3.8.2, Download Manager Free, the latest.
    If I click the link like these, http://192.168.205.5/software-pub/OS/Linux/RHEL-4.8-x64.tgz,
    I got the speed around 11.2 MB/s.
    If the download link of the same file is produced by Download Manager Free,
    I also got the speed around 11.2 MB/s.

    Is there any default speed / bandwidth control in your Download Manager Pro?
    Remember, all the server are running on local network with 100Mbps bandwidth.
    And we got the same OS and configuration on all servers.

    Looking forward to your reply.

    #14398

    jjspelman
    Member

    I tried to download the plug in from the home page link and I think I messed up because it was the older free version. I then downloaded the Pro version from my Downloads and then installed that.

    But the reinstall of the older version seemed to lose all my packages. Funny thing is, the items are still in the data base in the _ahm_files table. Can you help me to get them back in the package manager and back on the web site?

    #14351

    jjspelman
    Member

    Hi I am getting a 404 for any download package I attempt to retrieve via the package title link. The download button itself works fine, but I cannot get to the individual package page.

    I tried changing the URL base to packages for category, and package for individual, to no avail.

    Can you help please?

    Here is the link: http://optimatumgroup.com/action-alerts/

    #14349

    GaryMOrin
    Member

    Trying to upgrade to v4, and I’m having problems with templates.

    It appears many of the styles are missing from the inbuilt templates, for instance row-fluid, span9

    Below Is the call for action 2 template: most of the meeting classes are not defined.

    [page_link] [file_size] [download_count] downloads
    [excerpt_80]

    [download_link]


    GaryMOrin
    Member

    After being told 3.3.8 is no longer supported, I thought I would have another go and looking at 4, on our development server… What a disaster.

    Primarily we only use wpdm_category short code, to list downloads using a custom link template and then a custom page template.

    I followed the upgrade notes in the thread at the top of this forum.

    1. Only the top it appears in the categories interface only the top level categories are listed after the migration, subcategories are not listed.

    2. The categories contents i.e. the packages associated to the categories have all been lost, So it appears I have to edit every package to reallocate them to the appropriate categories.

    4. The link templates need to be reapplied.

    5. The all link templates styling has all been lost / different from 3.3.8

    6. Our custom link templates no longer display correctly.

    Basically it appears the Style in version 4 is completely different to 3.3.8, I see at a class style w3eden everywhere where as in the past it was wpdm-pro

    Is there a quick way to reinstate the old styling?.

    #14340

    finger
    Participant

    I´m running an aritst website.
    Each artist has its own download Kit.
    The portfolio site of the artist has one sidebar.
    Under “Widgets” of wordpress backend, I add all
    download kits to that one sidebar. 20 kits total.
    With widget logic, I want to select, what download kit
    will be displayed for the individual artist.
    Right now you can see it displays all kits. Thats because
    widget logic doesnt filter it.
    Whenever I put the filter code to the widget, that widget
    doesnt show up at all, instead the other way around.
    It also doesnt appear on any other artist portfolio.
    I´m using a slide out sidebar. I´ll attached the slide
    for you to test.
    Thank you!

    Best regards,
    Tom


    Phoenix
    Member

    I cloned “With MP3 Preview” Link and only removed the downloads portion.
    with [audio_player_single] I get no preview.
    with [audio_player] I get Error loading: “undefined”.

    Thoughts?


    Shahjada
    Keymaster

    need customization in code.


    Shahjada
    Keymaster

    select the template you want to use, edit instruction mentioned in that page.

    #14309

    Shahjada
    Keymaster

    I see the following error:
    Loading Image...
    which means zlib is not installed or not working properly, please contact your server/hosting support to check zlib or reinstall zlib.

    #14301

    Shahjada
    Keymaster

    # no such option for [wpdm_my_downloads]
    # hide everything is for package details page and when you are using category short-code. the [wpdm-all-packages] will block only package download link.


    Shahjada
    Keymaster

    you can change email template from admin menu downloads subscribers email template tab.
    You can change the wording from functions.php


    GaryMOrin
    Member

    I would like to show an icon that changes dependent on the current access level in the link template.

    You have some similar working in the wpdm-all-packages short code, whether download icon changes if the user needs to login or still does not have the correct access.

    Basically I want to indicate to the user that the item is a secured item before they attempts to download it


    LEP
    Member

    I only see two template options, how do I customize and add my own logo to the top?

    I do not want any advertisement of download manager in this email… I only see two template options and neither let me customize them


    Shahjada
    Keymaster

    you can do that from Admin Menu Downloads Subscribers Email Template Tab

Viewing 25 results - 8,376 through 8,400 (of 9,358 total)