Search Results for 'download link'

Viewing 25 results - 7,251 through 7,275 (of 9,314 total)
  • Author
    Search Results
  • #35873

    fredruff
    Member

    I just got the pro version and it looks awesome so far, but how do I stop the link from showing number of downloads??


    Shahjada
    Keymaster

    Probably a css/js conflict, Please use [download_link_popup] instead of [download_link] in that link template


    easypix
    Participant

    Hi Shaon

    I have a problem when I try to download several file packages on my website.
    It concerns the link template.
    After loading my site I can download one package only. It doesn’t matter which one, but it’s always just one.
    After that by moving to the other package links this popup appears – see the screenshot.

    Do you know what’s the problem?

    BR
    Katie

    #35811

    Shahriar
    Moderator

    I’ve tested the permission using this package http://ibernex.es/download/nx0037-interface-for-bed-button-with-audio/

    The download link is http://ibernex.es/download/nx0037-interface-for-bed-button-with-audio/?wpdmdl=8840

    only administrator can download it, so it is working fine. please give me the package url where you exactly facing the issue


    cdalton
    Member

    Hello,

    After uploading an image, when I click on the “download” link, it  doesn’t  download the image.
    It opens the image file on the browser window.

    Code generated in the category download button:
    < a href= “http://website.com/wpdm-package/symposium-photo-2/?wpdmdl=163&#8243; > Download < / a >

    Code generated in the image page download button:
    < a class=”wpdm-download-link wpdm-download-locked [btnclass]” onclick=”location.href=’http://m5designstudio.com/GMA/wpdm-package/symposium-photo-2/?wpdmdl=163&#8242;;return false;” href=”#” rel=”nofollow” > Download < /a >

    Both links open the image file in the browser, they do not download.

    Is there a way to force images to download?

    Thanks for your help!

    #35477

    Hi,

    Since the recent update we’ve had an issue with file icons on new packages created. All previous packages are still working fine but for reason, new ones are generating the icon src like this… (xxx.com is my placeholder)

    <img src="//www.xxx.com/wp-content/plugins/www.xxx.com/wp-content/plugins/download-manager/file-type-icons/pdf.png" alt="testing download 2" />

    I’ve tried to figure out why this happening as for some reason the site url is being repeated and it appears to be related to line 3286 in wpdm-functions.php

    $vars['icon'] = '<img src="' . plugins_url($vars['icon']) . '" alt="" />';

    If I remove the <span style=”line-height: 1.5;”>plugins_url() function around the icon variable,</span><span style=”line-height: 1.5;”> the icons work  on the recent uploads and all the older ones break.</span>

    Hope you can help.

    Thanks.

    #35475

    Shahriar
    Moderator
    1. If you want redirect them to any specific url you may use short-code [wpdm_login_form redirect_to="the-redirect-url-here"]
    2. I need to check that in your installation, please give me the url where you using the short-code and temporary wp-admin login info in a private reply.
    3. Clone current link template you using there, replace [page_link] tag with [title], save it as a new template, now use this new template, Docs: http://www.wpdownloadmanager.com/doc/templates/
    #35445

    Shahriar
    Moderator

    From page template remove [download_link] tag and if [file_list] tag is not there, please add it to enable single file download. Doc: http://www.wpdownloadmanager.com/doc/templates/

    #35395

    In reply to: Direct link downloads


    Shahriar
    Moderator

    Direct download link short-code is: [wpdm_direct_link id="PID"] , but no such option with wpdm to mail download link except you are using email lock option. However we have the feature in our to do list.

    #35386

    In reply to: Simple button


    Shahjada
    Keymaster

    Sure, please create a link template only using template tag [download_link] now, use the template id with your short-code, like

    [wpdm_package id="PID" template="TEMPLATE-ID"]

    More about template:

    Templates

    And you may use TinyMce add-on http://www.wpdownloadmanager.com/download/advanced-tinymce-button/ to generate short-code easily.

    #35383

    lippylion63
    Member

    Hi the following shortcodes do not show up anything when allocated to their respective pages (created by the program.)

    [register_form] ==  register page

    [wp-membership-plans] == cancel page

    [wp-membership-plans] ==  checkout

    is their a manual for this please, if so can you provide me with download link.

    This is been tested offline on a localhost setup using the crypton theme

     

    thanks

     

    #35206

    Shahriar
    Moderator

    Yes, possible, please create a new link/page template without [download_link] tag, but use [file_list] tag, template docs: http://www.wpdownloadmanager.com/doc/templates/

    #35193

    pkilgore
    Member

    When I open a package to view the files, I have it set to allow single file downloads. I would like to disable the download link to download the entire package and just allow one download at a time. Is this possible?

     

    Thank you.

    #35142

    Shahjada
    Keymaster

    Actually the plugin convert each pdf page into image, then show it, but it is actually out of wpdm scope, however you may use the plugin and create a wpdm add-on to introduce new template tag for pdf embedder.

    Example code:

    <?php
    add_filter('wdm_before_fetch_template','custom_pdf_embedder',10,1); 
    function custom_pdf_embedder($vars){ 
    $vars['embed_pdf'] = do_shortcode("[pdf-embedder url='{$vars['download_url']}' ]"); 
    return $vars; 
    }  
    ?> 
    

    Now you can use [embed_pdf] as template tag in link/page template

    #35084

    Shahjada
    Keymaster

    Yes, you need to use this free add-on http://www.wpdownloadmanager.com/download/wpdm-image-button/ if you want to replace download link label using a nice download button image or different css button style.

    #35071

    lippylion63
    Member

    When you come to insert the button for the download, part of the class is missing
    <p class=”MsoNormal”><i style=”mso-bidi-font-style: normal;”>class=”wpdm-download-link wpdm-download-locked <span style=”background: yellow; mso-highlight: yellow;”>[btnclass]”</span></i></p>
    <p class=”MsoNormal”>This appears on line 2578 in the functions.php and the part of the code for this has been commented out,</p>
    <p class=”MsoNormal”>All I get then the download link is just Download Now</p>
    <p class=”MsoNormal”>Any way to alter this so a button appears</p>

    #35041

    I was looking for some guidance or advice on how to handle pop-ups and new windows.  Basically my goal is to turn this website (which is using wpdownloadmanager plug-in) to a chromebox kiosk app.  Everything else seems to be working fine with the exception of two basic functions. Pop up messages and linking / opening a new window.  Does anyone have any experience with this?

    #35036

    ganquetil
    Member

    Hello,

    I tried to put this shortcode:

    <span style=”line-height: 26.6667px;”>[wpdm-archive button_style=”inverse” link_template=”link-template-panel-1-3″ order_by=”post_title” order=”asc” items_per_page=”10″ cat_view=”compact”]</span>

    to have my archive page like this:

    http://demo.wpdownloadmanager.com/wpdmpro/archive-page-compact/

    but it doesn’t work. Could you give me the right shortcode.

    Thanks for your help.
    Gael

    #35017

    numeric
    Member

    When I try to import a .csv file I get a white screen with this error repeated many times.

    Warning: mysql_real_escape_string(): Access denied for user ‘root’@’localhost’ (using password: NO) in /public_html/ciinfodev/wp-content/plugins/download-manager/wpdm-functions.php on line 4751

    Warning: mysql_real_escape_string(): A link to the server could not be established in /public_html/ciinfodev/wp-content/plugins/download-manager/wpdm-functions.php on line 4751

    Need help to resolve this issue ASAP

    #34989

    Shahjada
    Keymaster

    “Download File” link is not coming from wpdm, however please give me temporary wp-admin login info to check it in details.

    #34976

    hello,

    on my site http://www.austriaguides-ooe.at ist now a “download file” link on every page at the bottom. my download page ist set for http://austriaguides-ooe.at/aga-fortbildungen/mitschriften-von-fortbildungen/

    how do i get this text mit the “#” link of the page.

    thx

    sebastian

    #34961

    In reply to: [audio_player]


    kaisan
    Member
    This reply has been marked as private.
    #34953

    Shahjada
    Keymaster

    To prevent bot access to download link directly, it is modified in last update ( v4.4 ), but download button will work fine.

    #34928

    johanfrc
    Participant

    Hi.

    On my website I uses this great plugin to count the numbers of downloads of the individual files.

    When I see the template (Default Template w/Icon) I can see the name I gave the package, the icon and then the “download” and the number of downloads.

    Some time ago the “Download” showed the direct URL to the file incl the wpdmdl-number (i.e. …/download/package_name/?wpdmdl=2417)

    Now it’s just “website.com/#”

    Is there a way to get the wpdmdl-number URL shown again?

    Maybe it’s something in the settings I have to change, but I can’t find out which one it might be.

    Thanks in advance.

    #34907

    savvasha
    Member

    About the cache folder. I am not using any featured image in wpdm links or wpdm page templates. I am only using featured images for my posts. Posts are irrelevant with wpdm. So, I was waiting to have an empty cache folder under download-manager folder. Instead I have thumbnails of my posts’s featured images.

Viewing 25 results - 7,251 through 7,275 (of 9,314 total)