Search Results for 'download link'

Viewing 25 results - 9,026 through 9,050 (of 9,326 total)
  • Author
    Search Results

  • Pynchros
    Member

    Thanks for updating the CSS. I’ll look for that. The other issues remain:

    1. I cannot *stop* the plugin from sending an email to the subscriber with a link, even though it is set for immediate download. This would seem to be a bug.
    2. The Image Button add-on does nothing in my installation. My question was, “is there a different shortcode I should be using?” The documentation seems to say that [download_link] should now be rendering as the selected button. It isn’t. It still says “download link”. I have re-installing the plugin and deleting re-creating the package to no avail.

    Thanks


    cervellotto
    Member

    Hello, I need urgent help. I have created a page where I have included the link to download my software.
    But I need to force users to enter name, last name and email address, so that it will receive an email with the link from where you can download my software.
    I have activated the Email link, but the form does not appear on my page. Can you help me, I have an urgent need to fix the download page by inserting the form. Thanks in advance.

    Today I also bought two plugins, the first is to create form, the lsecondo to customize the fields, but I did not understand what they are, and especially if you need the plugin main WPDM.
    Those of you who can help me? This is urgent. thanks


    Pynchros
    Member

    Also, I just installed the Image Button add-on and, after selecting an image, the download link is still text. Do I need to use a different shortcode?

    #6134

    Shahjada
    Keymaster

    please send a temporary wp-admin login info to support@wpdownloadmanager.com


    Pynchros
    Member

    Is this behavior by design? After the lightbox pops up and the user enters their email the file immediately downloads. Then, an email is sent to their address with the download link. I had assumed that checking “Download Immediately” would circumvent the entire email exchange with the user. How can I stop the email from being sent?

    Additionally, the lightbox content is really strange, going from a quite nicely styled form to “Processing” to a one line box that says “Download”. How can I skin this and change the messages? A screen shot is attached.

    Thank you.

    #6131

    Shahjada
    Keymaster

    you’re welcome ๐Ÿ™‚


    Sora
    Member

    Hi, I have a problem. in each one of my package there is some “wpdmpro” and it linked to thekeyblade.com/wpdmpro/wpdmpro . How to fix this? thanks..

    #6121

    cervellotto
    Member

    Thanks a lot. I followed you and now it is like I wish. Thankssss.

    #6118

    BossLady
    Member

    I am so angry right now I could spit! I don’t mind paying for good software because I understand what’s involved in getting it out the door. However, the pro version is absolutely horrible and I freaking hate it. I want my money back asap. I’d go to “live” support but when I do there’s nobody home and it says leave a message. Last time I did that with a pre-sale inquiry nobody responded. I should have known better, but I can’t access the forums to ask the questions I need to ask before buying, so there ya go. Stupid me, buyer beware. So I’m taking it to the forums.

    Here’s the problem – I upgraded because I need to limit the number of times something is downloaded. I LOVED the way the free version looked – very simple. Just a title and a damn icon. But nooooo now we have to get all fancy with freaking templates. On another thread a poster asked how to go back to the original look of the free version and was given a link on how to create a template. So now I have to do a bunch of extra work just to get rid of all the extra crap? On top of that, the theme I’m using – on the Genesis framework from StudioPress, so it isn’t like some crappy template from ThemeForest – is a 3 column layout with a column on either side of the content area. If you could explain to me why the damn download thing has taken over one of the sidebars I’d be most grateful if you could tell me how to get rid of it without having to build something new.

    I am unbelievably frustrated, I’m furious, and I want my money back.

    #6113

    Shahjada
    Keymaster

    you simply need to create a link template with the template tag [download_link] only. full details are here http://www.wpdownloadmanager.com/docs/integrated-templates/ .

    #6106

    AMSEC
    Member

    I am having the same problem. Neither icons nor preview images show up. In addition, when I upload the image, I can see it initially under the “Preview Image” section of the edit page, but once I go away from that page, then come back to it, I no longer see the preview image, but instead a link that says: previewRemovePreviewImage. I’m attaching a screenshot of what I am seeing. The URL for this package is: HERE. Is there a fix for this?

    #6104

    cervellotto
    Member

    Hello, My name is Sandra and I bought yesterday Download Manager Pro for my website http://www.cervellotto.net
    I have created this page http://cervellotto.net/acquista/ and I inserted the shortcode for download of my first software, in the center of 3 box, but there is a problem.

    In the free version when I insert the shortcode, the download was done immediately and directly in the page where I clicked, while the pro version, when I click on the phrase “Scarica la versione trial” it brings me to another page that is automatically generated and that makes me download the software from there. But I do not want users to be taken to this page.

    My question is: How do I change the title that I give to my package in a simple text and removing the link, and also in the icon I choose (it is also a link) and avoid that users are taken to another page?

    Under the heading “Scarica la versione trial” there is also the word “Download” this word instead does exactly what I want. Because when I click on Download word, it starts the download immediately without take me to the other page.
    Thank you for your help.
    Sandra


    rwilki
    Member

    I figured out a hack to remove the standard package and icon styling. Looks pretty good.


    Oridjinn
    Member

    Ok, so I have most of this working. When the user clicks download, they are prompted to enter Name, Company Name, and email address as intended. Also, the user receives the email and can click on the link to download the files. The problem is, after the user clicks submit after email, the next screen shows “processing…” and never goes away.

    http://helpdesk.net/download/helpdesk-net-ebooks/

    #6074

    antwal
    Member

    Hello,

    I had the same problem, I solved it like this:

    theme: functions.php

    remove_shortcode(‘wpdm_file’,’wpdm_downloadable_nsc’);

    function link_wpdm_downloadable_nsc($params) {
    global $wpdb;
    extract($params);

    $home = home_url(‘/’);

    $sap = count($_GET) > 0 ? ‘&’ : ‘?’;

    $data = $wpdb->get_row(“select * from ahm_files where id=’$id'”, ARRAY_A);

    if ($title == ‘true’) {
    $title = “” . $data[‘title’] . “”;
    } else {
    $title = ”;
    }

    if ($desc == ‘true’) {
    $desc = $data[‘description’] . “”;
    } else {
    $desc = ”;
    $desc = stripslashes($desc);
    }

    if ($data[‘show_counter’] != 0) {
    $hc = ‘has-counter’;
    }

    if ($template == ”) {
    $template = ‘wpdm-only-button’;
    }

    $wpdm_login_msg = get_option(‘wpdm_login_msg’) ? get_option(‘wpdm_login_msg’) : ‘Login Required’;
    $link_label = $data[‘link_label’] ? $data[‘link_label’] : ‘Download’;

    if ($data[‘access’] == ‘member’ && !is_user_logged_in()) {
    $url = get_option(‘siteurl’) . “/wp-login.php?redirect_to=” . $_SERVER[‘REQUEST_URI’];
    $uuid = uniqid();

    $html = “$link_label“;
    } else {

    if ($data[‘password’] == ”) {
    $url = home_url(‘/?wpdmact=process&did=’ . base64_encode($id . ‘.hotlink’));
    $classrel = “”;
    } else {
    $classrel = ‘haspass’;
    $url = home_url(‘/’);
    $password_field = “Enter password”;
    }

    $html = “$link_label“;
    }
    return $html;
    }

    add_shortcode(‘wpdm_file’,’link_wpdm_downloadable_nsc’);

    I also had the need to capture only the link for two pdf in multi language, I created two separate files in the plugin with two different id, then I created a page for each language by entering the appropriate code in the shortcode and added dell’footer this:


    $page = get_page_by_path(“info-page”); // Slug Path

    if ($page) {
    $post = get_page($page->ID);
    $content_link = apply_filters(‘the_content’, $post->post_content);
    $content_link = preg_replace(“//”, “$1”, $content_link);
    $content_link = str_replace(“”, “”, $content_link);
    } else {
    $content_link = “”;
    }

    I hope I have solved your problem.

    #6073

    rjlucas
    Member

    When you click on a package that is password protected to download it, nothing happens. Here is the link to the page: http://drbellneuro.com/physicians-portal/

    If it is not password protected, it will download fine. Please help as all of these packages will be password protected. Thanks.

    #6062

    xavier
    Member

    Additional thought: In the Insert Package or Category dialog, it would be nice to have the option to add a simple link such as shown on the last line of the test page above. Currently I have to create the package, add the shortcode to a test page, view the test page and copy the link location associated with the link displayed in the download button, then create a new link where I truly want to have it displayed.

    #6057

    ricky7622
    Member

    The links in the ajax tree are the links not working. I attached a picture. The link opens a new page but it is blank and there is no download.


    Shahjada
    Keymaster

    To get new version, you simply need to download wpdm pro again from your order page ( http://www.wpdownloadmanager.com/my-orders/ ). Steps:

    Updating download manager to latest version

    #6044

    Shahjada
    Keymaster

    please send a temporary wp-admin login info to support@wpdownloadmanager.com

    #6038

    ricky7622
    Member

    Thanks for your time. The folders open to show the links but I can not get the downloads to work.

    #6036

    xavier
    Member

    Shaon,

    You can see an example of what I’m trying at http://portlandyc.com/test-2/

    Additional Note: My son figured out how to make it work by creating a separate standard link with the URL from the button. Looks like I’m OK unless you can think of a flaw with this approach (e.g. if the GUID in the link changes during edit, which doesn’t appear to be the case.)

    Thanks
    Xavier

    #6035

    mrosse
    Member

    The URL is http://www.momentivity.com but you have to be a member for the download area. I originally installed the website in a subdirectory (www.momentivity.com/Site). Wpdm worked fine at that time. Later I used the procedures in the Codex: Giving WordPress Its Own Directory under the section Using a pre-existing subdirectory install. Now I can navigate to the category list area and see the list of downloads just fine, but when I click the name of a package it opens the wpdmpro blank page. The URL in the browser shows the subdirectory like this: www.momentivity.com/Site/file-download/mydocument/. If I remove /Site from the URL address in the browser it then navigates correctly to the package page.

    #6026

    Shahjada
    Keymaster

    please give me your url to check

    #6020

    Hey Admin,

    Great work on the plugin :). Unfortunately, I stumbled across two problems:

    1) When I updated a link to one of the downloads, it went from ….download/6 to ….download/iran-lake-data/. This caused an error, a shortcode with no single download page, please see the page here: http://www.swatcupiran.com/download/iran-lake-data/
    2) On another page whose package I didn’t update, the download url became like the one above, but then the formatting became messed up with the theme =\ see this link here: http://www.swatcupiran.com/download/2/

    Can you please help me to resolve these two problems? Thank you!

    Regards,
    Sufi

Viewing 25 results - 9,026 through 9,050 (of 9,326 total)