Search Results for 'download link'

Viewing 25 results - 9,751 through 9,775 (of 11,356 total)
  • Author
    Search Results
  • #23011

    In reply to: Downloadcount


    Shahjada
    Keymaster

    Yes, please use http://www.wpdownloadmanager.com/download/advanced-tinymce-button/ to generate short-code, select Link Template = “Default Template with Download Count”

    Shaon,

    Unfornutanely, I cannot update my PHP Version, because is a company that host my blog and work with share wordpress installations. I hope that the update Plugin coming soon.

    About the Buttons Template, The WPDM-Button-Template plugin its active and I try use the shortcode inside my custom LINK or PAGE Template, the images not appeared. Just the Link to download.

    I cannot see the Buttons Options in my WPDM dashboard like show the tutotial:

    Prettify your Download Link

    #22998

    Shahjada
    Keymaster

    @MartinR, in that case, you simply need to edit download-managr/templates/link-template-default.php, remove everything except [download_link], then for download button, please download, install and activate http://www.wpdownloadmanager.com/download/wpdm-image-button/

    #22989

    In reply to: Download issues IE8


    eroball
    Member

    Hi, Another issue we have is that the password protected option doesn’t protect the file from being downloaded, since I can go to the source code and copy the link from there..take a look here:

    (I tested in your demo website)
    file to download under testSOI password 2222, then I go to the source code and

    Download

    Then I can copy that link to people anyway. What to avoid this?

    #22961

    Shahjada
    Keymaster

    you can use different link template without [icon] tag. To do that, clone the current link template you using from Downloads Templates Link Templates , remove [icon] tag and save a new template, now use the new link template if you want to hide the icon .

    #22959

    In reply to: Custom Template


    Shahjada
    Keymaster

    you can select custom link template for category page from download manager settings page. But if you want to create theme template, you need to create a page taxonomy-wpdmcategory.php, You can use regular loop and post function to read post info, to read custom data you can use the function here http://www.wpdownloadmanager.com/doc/function-reference/get_package_data/

    #22955

    aly22
    Member

    Same happened to me, until I went to the Dashboard and there was a big welcome post and migration link that restored my download files. I have to update the shortcode in my download directory page(s) but at least that works now.

    Try going to your WP admin dashboard and see if you see that Welcome with info page? It included a link to restore the old version, as well.

    I did lose a LOT of site stuff, however. My text widgets in various pages have completely been wiped out. Am trying to restore from backup. Not sure if related, but this was the only update today besides WordPress to 4.0.1

    #22949

    juscommune
    Member

    I have several sites where I use DM and ran all the usual updates and now everything has vanished – all my links are dead text. DM (new look) has NO downloads or information – WTF? this is a disaster!

    #22947

    I am not sure if this has to do with the update or not but I have noticed that the Download Manager option on the left side menu bar is missing. I updated earlier this month but did not notice too many options missing up until a week ago. I had made some changes to the site right before and did not notice any differences at that time. We were able to get move all my downloads into the download menu option for the time being but I want to get my Download Manager option back as it had some slightly different options when uploading new documents including the hotlink shortcut. The view is also slightly off and I can’t seem to find others with this issue. Does anyone else have this problem or know of what the issue could be?

    #22945

    Hi,

    after all my plugins were updated I recognized that I have to migrate all my current downloads. So far, OK; there are many reasons that the software needed a refresh.

    However, after I migrated my old downloads I’m not able to change the icon to be used for the download link. When I select a new Icon and update the item, it is not saved. There is no global setting to change the behaviour.

    In Addition, in previous version I displayed the Download Count with the deownload, this is no longer displayed. How can I fix that? My customers should see how often the download is used.

    Best regards
    Daniel

    #22933

    Supernacorp
    Member

    Will this work for emailed download links as well.

    We need this email link to be correct

    Please confirm if any changes are needed for email links to work.

    #22900

    a515
    Member
    This reply has been marked as private.
    #22899

    Supernacorp
    Member

    Can the php code or file needed to use Apache direct download links with emailed download URL’s when locked downloads is enabled and clicked downloads using a re-direct be made available. I am not able to give you access to our server.

    Can you please just post the file we need to use for the workaround.

    We have confirmed we can not change script timeouts on our instance of wordpress for php.

    I would like a solution but giving access to our server is not a solution. We the needed updates to the files Please.

    #22863

    nwreal
    Member

    I have used the following template code to get a document preview to work for my documents

    <div class=”clear”></div>
    <div class=”row”>
    <div class=”col-md-12″>
    <div class=”thumbnail”>
    <div class=”row”>
    <div class=”col-md-3″>
    [doc_preview]
    </div>
    <div class=”col-md-5″>
    [title]<br/>
    [excerpt_200]
    <div style=”margin-top: 10px;”>
    [thumb_gallery_40x40]
    </div>
    </div>
    <div class=”col-md-4″>
    <table class=”table table-bordered table-striped”>
    <tbody>
    <tr><td>Size</td><td>[file_size]</td></tr>
    <tr><td>Downloaded</td><td>[download_count] times</td></tr>
    <tr><td>Last Updated</td><td>[update_date]</td></tr>
    <tr><td colspan=”2″>[download_link]</td></tr>
    </tbody></table>
    </div>
    </div>
    </div>
    </div>
    </div>
    <hr noshade=”noshade” size=”1″ />
    —————————————–

    However, I cannot change the preview size of the document to more of a thumbnail size on the link preview.
    I tried to do something like this [doc_preview_100x100] but that did not work.
    I do not want to have to upload individual preview images for all of my documents and need them to simply show a preview.
    How do I change the short code to display a more reasonable size of preview.

    #22862

    miguelgaton
    Member

    Hello,

    I have migrated to hhvm but all downloads links gives a 503 error.

    Do you know if your plugin is compatible with hip hop virtual machine?

    Regards,

    #22860

    Miguel
    Member

    Regards
    I cannot combine Link Template Embedded with Email Lock. When I type the email and click send I get transfered to a blank page with this error message:

    {“error”:”<div class=\”alert alert-success\”>Download link sent to your email!<\/div>”,”downloadurl”:””}

    It also gives the error when performing direct download

    The file does however get sent to the email.


    ziku
    Member

    For available shortcodes please refer to this link.


    mchamzah
    Member

    solved. and this is a bug in version 2.7 and 2.7.1

    I add this code in the file: wpdm-all-downloads.php the first line:

    <script language="JavaScript" type="text/javascript" src="<?php echo plugins_url('download-manager/js/jquery.dataTables.js'); ?>"></script> 
    <link rel="stylesheet" href="<?php echo plugins_url('download-manager/css/jquery.dataTables.css'); ?>" type="text/css" media="all" />
    <style type="text/css">
    #TB_window{
        -moz-box-shadow: 0 0 5px #000;
    -webkit-box-shadow: 0 0 5px#000;
    box-shadow: 0 0 5px #000;
    }
    #TB_overlay{
        opacity:0.5;
    }
    </style>

    and this code on the last line

    <script type="text/javascript" charset="utf-8">
                /* Default class modification */
                jQuery.extend( jQuery.fn.dataTableExt.oStdClasses, {
                    "sSortAsc": "header headerSortDown",
                    "sSortDesc": "header headerSortUp",
                    "sSortable": "header"
                } );
                
                jQuery('.wpdm-pck-dl').click(function(){
                    tb_show(jQuery(this).html(),this.href+'&modal=1&width=600&height=400');
                    return false;
                });
    
                /* API method to get paging information */
                jQuery.fn.dataTableExt.oApi.fnPagingInfo = function ( oSettings )
                {
                    return {
                        "iStart":         oSettings._iDisplayStart,
                        "iEnd":           oSettings.fnDisplayEnd(),
                        "iLength":        oSettings._iDisplayLength,
                        "iTotal":         oSettings.fnRecordsTotal(),
                        "iFilteredTotal": oSettings.fnRecordsDisplay(),
                        "iPage":          Math.ceil( oSettings._iDisplayStart / oSettings._iDisplayLength ),
                        "iTotalPages":    Math.ceil( oSettings.fnRecordsDisplay() / oSettings._iDisplayLength )
                    };
                }
    
                /* Bootstrap style pagination control */
                jQuery.extend( jQuery.fn.dataTableExt.oPagination, {
                    "bootstrap": {
                        "fnInit": function( oSettings, nPaging, fnDraw ) {
                            var oLang = oSettings.oLanguage.oPaginate;
                            var fnClickHandler = function ( e ) {
                                if ( oSettings.oApi._fnPageChange(oSettings, e.data.action) ) {
                                    fnDraw( oSettings );
                                }
                            };
    
                           jQuery(nPaging).addClass('pagination').append(
                                '<ul>'+
                                    '<li class="prev disabled"><a href="#">&larr; '+oLang.sPrevious+'</a></li>'+
                                    '<li class="next disabled"><a href="#">'+oLang.sNext+' &rarr; </a></li>'+
                                '</ul>'
                            );
                            var els =jQuery('a', nPaging);
                           jQuery(els[0]).bind( 'click.DT', { action: "previous" }, fnClickHandler );
                           jQuery(els[1]).bind( 'click.DT', { action: "next" }, fnClickHandler );
                        },
    
                        "fnUpdate": function ( oSettings, fnDraw ) {
                            var oPaging = oSettings.oInstance.fnPagingInfo();
                            var an = oSettings.aanFeatures.p;
                            var i, sClass, iStart, iEnd, iHalf=Math.floor(oPaging.iTotalPages/2);
    
                            if ( oPaging.iTotalPages < 5) {
                                iStart = 1;
                                iEnd = oPaging.iTotalPages;
                            }
                            else if ( oPaging.iPage <= iHalf ) {
                                iStart = 1;
                                iEnd = 5;
                            } else if ( oPaging.iPage >= (5-iHalf) ) {
                                iStart = oPaging.iTotalPages - 5 + 1;
                                iEnd = oPaging.iTotalPages;
                            } else {
                                iStart = oPaging.iPage - Math.ceil(5/2) + 1;
                                iEnd = iStart + 5 - 1;
                            }
    
                            for ( i=0, iLen=an.length ; i<iLen ; i++ ) {
                                // Remove the middle elements
                               jQuery('li:gt(0)', an[i]).filter(':not(:last)').remove();
    
                                // Add the new list items and their event handlers
                                for ( i=iStart ; i<=iEnd ; i++ ) {
                                    sClass = (i==oPaging.iPage+1) ? 'class="active"' : '';
                                   jQuery('<li '+sClass+'><a href="#">'+i+'</a></li>')
                                        .insertBefore('li:last', an[i])
                                        .bind('click', function () {
                                            oSettings._iDisplayStart = (parseInt($('a', this).text(),10)-1) * oPaging.iLength;
                                            fnDraw( oSettings );
                                        } );
                                }
    
                                // Add / remove disabled classes from the static elements
                                if ( oPaging.iPage === 0 ) {
                                   jQuery('li:first', an[i]).addClass('disabled');
                                } else {
                                   jQuery('li:first', an[i]).removeClass('disabled');
                                }
                                 
                                if ( oPaging.iPage === oPaging.iTotalPages-1 ) {
                                   jQuery('li:last', an[i]).addClass('disabled');
                                } else {
                                   jQuery('li:last', an[i]).removeClass('disabled');
                                }
                            }
    
                        }
                    }
                } );
    
                /* Table initialisation */
               jQuery(document).ready(function() {
                   jQuery('#wpdmmydls').dataTable(   );
                } );
            </script>
    
    #22830

    Shahjada
    Keymaster

    please update to v2.7.1, while inserting short-code ( user http://www.wpdownloadmanager.com/download/advanced-tinymce-button/ for generating short-code ) use link template “Only Link/Button”. Now if you want to replace the text label with an image use this add-on http://www.wpdownloadmanager.com/download/wpdm-image-button/ . More free add-ons http://www.wpdownloadmanager.com/downloads/free-add-ons/

    #22821

    In reply to: CLASS ERROR with


    zoomlanski
    Member

    Shaon – Word Docs don’t show a download link like PDF.
    Suggestions to fix?

    Member Documents

    #22798

    Shahjada
    Keymaster

    need to edit code at wpdm-all-downloads.php, replace <?php echo DownloadLink($data, $style = 'simple-dl-link'); ?> with <a href="<?php the_permalink(); ?>">Download Now</a>

    #22796

    Shahjada
    Keymaster

    you need to use [thumb] tag instead of [icon] tag in link template, more details http://www.wpdownloadmanager.com/doc/templates/creating-a-new-template/ , anyhow i’ve created one for you and images are showing now.

    #22787

    gurrilla
    Member

    Hi All,

    I am new to all this and since the upgrade I now have a huge download box with the icon and link. Please can you suggest how I can customise it to the original link icon or something smaller? Many thanks.

    #22778

    yoonix
    Member

    So, editing the link-template-default.php now let’s me at least enter the password, but when I click the link to download I’m presented the following error instead of the file downloading. If I remove the password from the file, I can download it fine.

    Uncaught TypeError: undefined is not a function bootstrap.min.js?ver=4.0.1:11(anonymous function) bootstrap.min.js?ver=4.0.1:11(anonymous function) bootstrap.min.js?ver=4.0.1:11

    2014-11-21 02:11:20.006Uncaught SyntaxError: Unexpected token < (index):259
    2014-11-21 02:11:20.500
    Uncaught TypeError: undefined is not a function media-models.min.js?ver=4.0.1:1(anonymous function) media-models.min.js?ver=4.0.1:1(anonymous function) media-models.min.js?ver=4.0.1:1

    2014-11-21 02:11:20.634Uncaught TypeError: undefined is not a function thickbox.js?ver=3.1-20121105:23tb_init thickbox.js?ver=3.1-20121105:23(anonymous function) thickbox.js?ver=3.1-20121105:16b.extend.ready jquery.min.js?ver=4.0.1:29u jquery.min.js?ver=4.0.1:37

    2014-11-21 02:11:27.913Resource interpreted as Document but transferred with MIME type application/json: “http://www.domain.com/&#8221;.

    #22754

    tomfavell
    Member
    This reply has been marked as private.
Viewing 25 results - 9,751 through 9,775 (of 11,356 total)