Search Results for 'download link'

Viewing 25 results - 8,351 through 8,375 (of 9,349 total)
  • Author
    Search Results
  • #14867

    NathanMc
    Member
    This reply has been marked as private.
    #14865

    keeneyemedia
    Member
    This reply has been marked as private.
    #14851

    Hi, i added a email lock to a package. And when i download and enter my email and click download, it redirects me to a page with a json template like this:

    {
    “error”: “Download link sent to your email!”,
    “downloadurl”: “”
    }

    But i still get the mail with the download link…

    What am I doing wrong?

    #14833

    Shahjada
    Keymaster

    support and update period is 1 year after purchase. So if it is over for your order, you need to purchase again to get access to new updates and support.

    #14807

    NathanMc
    Member
    This reply has been marked as private.
    #14792

    metroworks
    Member

    I did follow all the instructions as per the link you provided, but still have lots of problems. I upgraded not from v3, but from 4.05 to 4.07. The individual file download does not work. The download and details buttons that used to be side-by-side are not there – there is only a download button. Do you have a link to instructions on setting up templates? I think I will have to re-do my templates as well.

    #14775

    Shahjada
    Keymaster

    you can remove the phrase from functions.php

    #14768

    emorales
    Member

    Is there any risk on loosing information? Apart from different ID and having to relink information, I think there are missing packages.

    #14749

    jjspelman
    Member

    When submitted a form for download ( here) it says that “Download link also sent to your email” after submission. But the email does not contain a download link. It is set up to download immediately, which is what I want anyway.

    How do I get rid of that phrase? Or at least include the link in the email that comes? The email template did not provide a download link. (see screen shot)

    #14723

    LEP
    Member

    I have followed the instructions in the link you posted but it is still not working.

    As per the insturctions, this is what the very end of the functions.php

    function wpdm_dlc_orderby( $vars ) {

    if ( isset( $vars[‘orderby’] ) && ‘download_count’ == $vars[‘orderby’] ) {
    $vars = array_merge( $vars, array(
    ‘meta_key’ ► ‘__wpdm_download_count’,
    ‘orderby’ ► ‘meta_value_num’
    ) );
    }

    return $vars;
    }

    function download_notification($package){
    $package_data = get_post($package[‘ID’]);
    $headers = ‘From: Site Name ‘ . “\r\n”;
    $headers .= ‘Content-type: text/html’ . “\r\n”;
    $message = “Downloader’s IP: “. $_SERVER[‘REMOTE_ADDR’];
    wp_mail(get_option(“admin_email”), “Download Notification: “.$package_data->post_title, $message, $headers);
    }

    add_action(“before_download”, “download_notification”);

    /*** developer fns **/
    function dd($data)
    {
    echo “” . print_r($data, 1) . “”;
    die();
    }
    /*** developer fns **/

    Please advise what I did wrong… Can you paste the entirety of the function.php file so I can copy and paste it in

    #14713

    LEP
    Member

    I was hoping that you were still online @Shaon I have been waiting 15 minutes to hear back from you…I do not understand what I am doing wrong. I created a folder on my server that has my free downloads, then I created a package using —> url/freedownloads/filename — what am I doing wrong that it does not download? Obviously it links to the file because the file opens in the browser, why isn’t the file automatically downloading? It automatically downloaded in the free version. The only reason I upgraded to paid version is because the video file I wanted to make available for download was too big — support in that forum told me that I had to get the pro version for bigger files, but now I’m running into problems that I didn’t have in the free version.

    I am beyond frustrated with the level of service from the plugin and the support I’ve been receiving. If the plugin was free I could understand, but $45 for such inconsistent and unhelpful answers feels awful. If you cannot answer my simple question then please issue me back a credit for the plugin.

    #14706

    sjenkins
    Member

    I agree 100% here. I was forced to purchase the PRO for a license and I happily did pay my $45 for the license, followed the instructions to install and migrate my FREE version download packets to the PRO version. The entire thing has crashed with errors, I tried to reinstall the FREE version because I was at least able to see existing packets even though I could not upload new ones, but now all the LINKS are missing for the original download packets. I posted a HELP in the forum over 24 hours ago, have received no response from anyone, but they are happy to keep my money. I would expect poor support for something that is free, but once we are required to pay for it then there should be an expected level of support

    #14705

    LEP
    Member

    I have posted on other threads as well but am hoping someone can help me…. when is live support available? I would like to have someone be online at the same time that I am so we can fix the issues rather than go back and forth for days trying to resolve.

    I need help with the following:

    1. When someone downloads a package from my website after entering their email address I would like to get an email or some type of notification that they have submitted their email address. This was a feature on the free version.

    2. When someone tries to download a link it does not download to their computer, only opens in a web browser. Here are links to two packages I have on my website where I have the problem.

    http://leadingedgeparenting.com/free-resources/ebook-emotionally-healthy-discipline/

    http://leadingedgeparenting.com/free-resources/mp3-understanding-why-children-behave-the-way-they-do/

    Please let me know what time live help will be available and I will make sure that I am at my computer, very frustrated at the level of help for a $50 plugin.

    #14690

    In reply to: Facebook Share


    Shahjada
    Keymaster

    if you don’t see facebook like button in popover, you need to link link template and replace [download_link] tag with [download_link_exteded]


    sjenkins
    Member

    We were getting a message that trial period expired on Download Manager and needed to purchase a license key. I purchase download Manager Pro for the $45 and followed the steps in the posting “upgrading from “free” to “pro” and have completely crashed my website. After activating the plugin 4.0.7 I click on Settings or any of the options under download and get a FATAL ERROR message. I restored back my download manager 2.6 Free version because we could at least download existing items BEFORE but now I get multiple DOWNLOAD links and none of them work. So basically I have completely screwed up my website and need some help ASAP

    #14659

    jjspelman
    Member

    I really need to find out why this isn’t working. The custom button created for the download page is not loading and instead loads the “?” icon of a missing image.

    I am selecting a custom button on the button image on the DM Settings page that I created for both the link and page. They work flawlessly on the direct download links. But when I try to use them on the 2 Email Locak downloads I have, the images are missing.

    When I review the source code this is what is generated/interpreted;

    img src="http://optimatumgroup.com/wp-content/plugins/wpdm-download-button/images/5351a9fe200d5.png" alt=" download'=""

    I am sure that this part of the code: " alt=" download'="" is causing the issue. Can you please help? client is frustrated as well as I.

    Here is the URL: <a href="http://optimatumgroup.com/white-papers title=""

    Thanks!

    #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]

Viewing 25 results - 8,351 through 8,375 (of 9,349 total)