Search Results for 'download link'

Viewing 25 results - 9,126 through 9,150 (of 9,416 total)
  • Author
    Search Results
  • #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

    #6019

    I did try embedding the short codes in an unordered list formatted to run horizontal – but it did not work.

    Hi Shaon,
    I chmod my cache dir to 777 and I contacted my hosting company “Network Solutions” and verified that zlib lib is enabled and I’m still getting a blank page. I’m attaching a text file with a link for you so you can view my hosting setup and see if i’m missing anything.
    Thanks,
    Brian

    #6012

    Shahjada
    Keymaster

    sorry not clear, which border, may you please give me your url to check

    #6011

    In reply to: WPDM directory add on


    Shahjada
    Keymaster

    1) please give me your url to suggest your css code
    2) not clear
    3) download user review add-on again to resolve the issue
    4) disable image button add-on and use like this [download_link http://cdn4.iconfinder.com/data/icons/cc_mono_icon_set/blacks/48×48/download.png%5D in page or link template, more details: http://www.wpdownloadmanager.com/docs/integrated-templates/

    #5957

    bdp
    Member

    Thanks, I was looking at that page and it never dawned on me that the new version would be there under the “download” link. Perhaps there should be a note somewhere in the new release details pointing people to that location? I’m sure I can’t be the only daft person in the group. ๐Ÿ˜‰

    #5954

    ricky7622
    Member

    I am setting up download manager for the first time and the link just opens to a blank page that won’t load.
    Here is the page url http://sbeelectricandhvac.com/manuals/
    Please help.
    I don’t mind if the link opens to a new tab.

    #5949

    xavier
    Member

    I found how to hide the button. It doesn’t remove it in the sense that the space for it is still quite visible, but at least it’s a blank transparent image.

    I still don’t know how to remove the border.

    #5946

    bdp
    Member

    Okay, I must be daft. For the life of me I can’t find how to update to the latest version. WP just tells me that there is a new version available. I click on the details, come to this site and can’t find a link to do a manual download of the zip.

    Help???

    #5907

    Shahjada
    Keymaster

    block hot will block external referrer or direct access to download URL

    #5902

    Shahjada
    Keymaster

    @joemanausa, fixed
    filename: download-manager/modules/canonical-url.php
    replaced:

    $wp_query->query_vars[get_option(‘__wpdm_purl_base’,’download’)] = $wpdb->get_var(“select pid from {$wpdb->prefix}ahm_filemeta where value=’$val’ or value='”.$wp_query->query_vars[get_option(‘__wpdm_purl_base’,’download’)].”‘”);

    with:

    $wp_query->query_vars[get_option(‘__wpdm_purl_base’,’download’)] = $wpdb->get_var(“select id from {$wpdb->prefix}ahm_files where url_key=’$val’ or url_key='”.$wp_query->query_vars[get_option(‘__wpdm_purl_base’,’download’)].”‘”);


    @techpro
    , please give me your url to check

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