Search Results for 'Add Url'

Viewing 25 results - 1,526 through 1,550 (of 1,656 total)
  • Author
    Search Results
  • #14274
    This reply has been marked as private.
    #14247

    Shahjada
    Keymaster

    not possible if you add it from server as file path or upload directly. what you need to do that upload the pdf from media manager , copy the url and attach the url with a package as remote file url and publish the package. Now, if user try to download the pdf in this package it will open in browser rather then download.


    Shahjada
    Keymaster

    no. but here is a solution. upload pdf from wp media manager, copy the url and add it with package as remote url, then when user will try to download, it will open in browser rather then starting download.


    ninjafinger
    Member

    Thanks for the reply, you forgot the closing bracket but I added it in and it works perfectly!
    wpdm_download_url(array('ID'►get_the_ID()))

    #13791

    Shahjada
    Keymaster

    @neuroticartist, please also give me the exact URL with issue to check.

    #13711

    Shahjada
    Keymaster

    1) it actually raised from v4 as we moved to custom post type, but we also moving free version to custom post type and for new user it will not be a problem. But if you use wpdm pro v3 ids will not be changed. But I think, moving to v4 will be a better decision even though there are some manual work.
    2) Import to premium will not work ( it was for free to v3 migration ), please use attached add-on
    3) in pro version there are a complete section to manage styling, if you see bigger picture here, you can control every info you want to show or not but free version has only a fixed style, also you can use the add-on http://www.wpdownloadmanager.com/download/wpdm-image-button/ to apply image button. Anyhow as you and few other wanted to get same style as free version, I’ll add some new template which looks exactly like free, but actually 99.99% are happy that they get extensive options for styling.
    4) As those options are generated by css and html , so those could have conflict with some theme, though as per our extensive test, all those styles work great with any standard built wp theme and for those very few exception there is nothing to do except manual css adjustment.
    5) please give me your url to check, it is fully functional feature ( you can check in our demo ) except your theme js causing any conflict.
    6) Thanks for your suggestion, it is noted :).
    7) Not an ad it was just my twitter id, I added while generating twitter button but later forgot to remove. Here too, onlyyy you an other 3-4 users complained about it.

    And as I told all features are 100% functional in standard wp installation, but in the market there are 1000s of other themes and plugins (more 80% don’t even follow wp standard ) and it is never possible to test plugin compatibility with every other theme and plugin, so what we ensure ( http://www.wpdownloadmanager.com/terms-and-conditions/ ) is the plugin is 100% functions ( with every feature we advertised ) in any standard wp installation.
    And FYI, this one is the best plugin in its category 🙂

    Thanks

    #13618

    Shahjada
    Keymaster

    simply use this code 😉 :

    function wpdm_flag_tags($vars){
    $vars['el'] = '<img src="image-url-here" />';
    $vars['en'] = '<img src="image-url-here" />';
    return $vars;
    }
    
    add_filter("wdm_before_fetch_template", "wpdm_flag_tags");
    
    #13314

    SocSolu
    Member

    We are having some issues with styling, specifically, CSS adding borders around anything with the .panel ID – this styling seems to be coming from the Twitter bootstrap CSS, but we have tried disabling this in the settings, and it still displays.

    Also, it seems to interfere with the ‘Rotating Tweet’ widget (stops it from rotating). After checking with the plugin author, he advises that this is often a result of another plugin calling an additional version of jquery in addition to the standard version.

    It is also causing an uncaught TypeError.

    We have had to disable the Download Mgr plugin from our website as it’s causing too many issues for us to work with. The website is behind a ‘coming soon’ plugin, but I have an account set up for you if you need/want to see behind.

    The URL is http://www.billinghamtowncouncil.co.uk

    #13307

    Shahjada
    Keymaster

    Download Button has some extra code ( for all package files ). <-- not clear, may you please explain it little more. anyhow you may try with this add-on http://www.wpdownloadmanager.com/download/wpdm-image-button/ for prettifying download link
    Extended short-codes plugin should work fine with any theme, please give me example url where you tried with that plugin short-code
    What is Stock Limit <-- if you set any value there, like 10, then that package could be downloaded for 10 times only, after that no user will be able to download that package.
    How can i change strings from Files list ( File, Download ) <-- from language file or directly from functions.php
    How can i change strings on frontend http://subz.blog-spot.gr/prosthiki-ipotitlou/ <-- from language file or directly from wpdm-login-form.php and wpdm-reg-form.php
    On package view i saw my themes view. Can it be changed ? http://subz.blog-spot.gr/download/ <-- that is part of theme. need to change in theme

    #13268

    icoffe01
    Member
    This reply has been marked as private.
    #13237

    mchrisb03
    Member
    This reply has been marked as private.
    #13232

    Shahjada
    Keymaster

    please give me a temporary wp-admin login info in a private reply here to check the issue. also please give me the url where you facing it.

    #13221

    Shahjada
    Keymaster

    give me the url to check


    calmass
    Member
    This reply has been marked as private.
    #13051

    Shahjada
    Keymaster

    you can use category short-code like [wpdm_category id="category-slug"] ( use the add-on http://www.wpdownloadmanager.com/download/advanced-tinymce-button/ to generate short-code ). But the exact view as your url is not ready with wpdm pro. but it can be done through a custom upgrade. Anyhow if you was me to setup the category short-code, please give me a temporary wp-admin login info in a private reply.

    #12924

    Shahjada
    Keymaster

    please give me your url to check. if you looking for image button, you need to use this add-on http://www.wpdownloadmanager.com/download/wpdm-image-button/

    #12804

    In reply to: Download button


    adammcintyre
    Member
    This reply has been marked as private.
    #12748

    mike.bijl
    Member

    Hi,

    I bought the pro to have the possibility to let members upload files too.
    I added an upload page and it is possible to logon but when a user is logged on they see the tabs and when hoovering above the tabs the url is visible but clicking the tab won’t do anything.
    When I rightclick the button and copy the url and paste that url in the addressbar it works, but what is wrong with the tab clicking?
    thnx in advance,
    Mike

    #12521

    I’m using a plugin to password protect a page with with some downloads. I have the pdf file url covered; the plugin masks that file so if you put the url in the browser ( i.e. http://mysite.com/alpha/download/myfile.pdf) it won’t download.

    BUT when I put this in the browser url — http://mysite.com/alpha/download/myfile/
    — I get a page like the attached where I can download. I don’t want these pages.

    What code do I need to add and to which template so that there is no detail page, just my download link.?

    I haven\’t received a reply regarding a link + page template in a previous post, so I\’m going to simplify my request, so that I can get something up right away as client expects to see it tomorrow.

    I just want a link template that looks like the one I\’m using now, but since I\’m going to password protect packages, I\’d like a popup to appear upon click that asks for the password. Once the correct password is entered, the package downloads. Could you please, please add the necessary code to what I have below so I can get something up? Thank you.

    [title]

    #12129

    ntech21
    Member

    Where I think I have it tracked down to is;

    .wpdm-all-categories li{

    background: url(‘%3C?php echo plugins_url(‘) no-repeat left center;

    padding-left: 20px !important;

    float: left; list-style-type:none !important

    Just trying to figure how I can make it look like a “button” or something to make it a little fancier instead of just plain text.

    #12087

    Here’s the code in my link template. Is there anything I should add — or take off?

    [icon]

    [title]

    #12024

    In reply to: Icon and Longer Title


    Shahjada
    Keymaster

    in that case use something like this:

     
    <div class="col-md-6">
    <div class="thumbnail">
    <div class="media">
        
    <a href="[download_url]">[icon]</a>
     
        <div class="media-body">
        <h4 class="media-heading" style="padding-top: 0px;border:0px;margin: 0px;">[title]</h4>    
        [download_link] <i style="margin: 2px 0 0 5px;opacity:0.5" class="fa fa-th-large"></i> [file_size] <i style="margin: 2px 0 0 5px;opacity:0.5" class="fa fa-download-alt"></i> [download_count] downloads
        </div>
    </div>
    </div>
    </div>
    
    #11945

    Shahjada
    Keymaster

    @Nikodemsky, yes, actually it was built to show lightbox preview for additional preview images with wpdm pro, anyhow you can stick to your notmal light box, you need to make another call using proper class. anyhow please give me your url where you trying to apply, then can suggest you the changes 🙂

    #11924

    Shahjada
    Keymaster

    @Nikodemsky, thanks 🙂

    @Charles-McPadden
    , please give me your URL to check.

Viewing 25 results - 1,526 through 1,550 (of 1,656 total)