Search Results for 'download link'

Viewing 25 results - 6,801 through 6,825 (of 9,382 total)
  • Author
    Search Results

  • kiki
    Member

    Hi,

    I have many pro licences and in my new website http://www.cassavamatters.org/, link to template in download manager settings / frontend does not work. Documents were displayed in pages with default template. I tried to add a template using a shortcode and there it worked. But this is more difficult for me. When I select a template for widget WPDM new packages, the template works but it does not work in settings. Here my issues:

    1. Please help fixing link to template in download manager settings / frontend so that I can choose a template for my dcuments.

    2. I would like to insert widgets WPDM new packages and WPDM new packages by category in a content area and not in a sidebar. The shortcode should include a limit for the numbber of new packages, a template and a category. Is there any shortcode to insert these widgets inside a post or page with these specifications?

    3. I used Widget Template for widget WPDM new packages, however, I find the thumbnails very small. How can I display my thumbnail in full size which is 200px *200px rather than very small.

    4. Where do I find the list of template names and ID so that I can use them in my shortcode?

    Thanks

    #46184

    exuromed
    Member

    I have an issue with video that has still not been addressed. For whatever reason when the videos download they are corrupt and will not play. See link here: http://u.burnfree.com/download/new-video-test/

    Before I upload the videos I make sure they work and they work fine. When I try to re-download them they WILL NOT play.

    Please contact me for login instructions. Everything works but video! And we need them to work badly! Please help.

    #46161

    KMBarto
    Member

    I am using the GeneratePress theme on my blog. I updated the theme a few days ago and since then the images in the pages have disappeared in the individual widgets and category lists. They do still show on the individual detail pages. I have tried adapting the code, but have had no luck fixing the problem. Can you review the website site and give any insight on how to get the images back?

    blog example page: http://babydiapercakechatter.com/wp/bbq-wrappers-party-games/ scroll down for single package.

    blog example page: http://babydiapercakechatter.com/wp/bbq-party-menus/ for category list of packages.

    This is the template code:

    <div class=”clear”></div>
    <div class=”row”>
    <div class=”col-md-12″>
    <div class=”thumbnail”>
    <div class=”row”>
    <div class=”col-md-3″>
     <p> </p>
    <p>[thumb_150x150]
    </div>
    <div class=”col-md-5″>
    <font size=”4″>[title]</font><br/>
    [description]<div style=”margin-top: 10px;”>
    [thumb_gallery_150x150]
    </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><b>Details</b></td><td><b>[download_link]</b></td></tr>
    </tbody></table>
    </div>
    </div>
    </div>
    </div>
    </div>
    <hr noshade=”noshade” size=”1″ />

    #46128

    tavy87
    Member

    I made a page for my frontend uploader located at: http://sitename.com/index.php/downloads-frontend/

    That part is fine. The actual links, such as those of my edit buttons, go to “/edit-package/6093/

    Which results in Page Not Found because edit-package page doesn’t exist…

    In the WPDownloadManager Demo the EDIT buttons links are formed as such: /?adb_page=edit-package/6093/

    So it seems my links are missing the “?adb_page=” part…

    If I MANUALLY type in the address using the link style used in the demo (http://sitename.com/index.php/downloads-frontend/?adb_page=edit-package/6093/&#8221; it finds the page and works fine, but how do I get my frontend page to actually generate the proper form of links so I can just click the damn buttons instead of having to copy paste links like that?

    Thanks!

    #46103

    In reply to: Downloads stop working


    Shahriar
    Moderator

    Please follow the steps here #45204 or please contact your server support about the $_GET variable issue.

    #46096

    Shahriar
    Moderator

    wpdm_direct_link is only usable for public downloads. For protected files, you have to use short-code [wpdm_package id='ID'], But if you want a direction, there will require custom coming, an action hook for that will be available from next update.

    #46087

    tavy87
    Member

    So I’m not sure if there’s an issue with my site or if the download link that is created from [download_link] is supposed to end up just being plain text? I was hoping it would be using the Link Template I have selected for that package to show some sort of fancy download link. The link can be found at the bottom of every package.

    You can view my test package here with the download link at the very bottom in plain text:
    http://northwesternmedicalreview.com/index.php/download/anatomy/

    Any way to make it use a link template?

    Thanks

    #46068

    In reply to: Several issues


    Shahriar
    Moderator
    1. It will totally depend on your theme, wpdm has nothing to do there
    2. You can create link template from with necessary tags like [title], [download_link], [file_list], the the link for your short-code [wpdm_packages link_template="{link-template-id}" order_by="download_count" order="desc" paging="0" items_per_page="10" cols=1 colsphone=1 colspad=1]. Template Docs: http://www.wpdownloadmanager.com/doc/templates/ ,
    #45985

    Shahriar
    Moderator

    Please use order_by="download_count" order="desc", Ex:

    [wpdm-archive button_style="default" link_template="link-template-panel" items_per_page="10" category="category-slug" order_by="download_count" order="desc"]
    #45981

    vickeryhill
    Member
    This reply has been marked as private.
    #45915

    lightstylenz
    Participant

    Hi team,

    This is reminding me of my Joomla days which I don’t miss at all 🙁 Besides the plugin conflict posted on another thread I also had several issues that lead to an entire day wasted.

    1) WPDM Button Templates didn’t work for me and there’s no documentation
    2) Trying to install WordPress Download Manager Special Pack ( wpdm-advanced-custom-fields.zip ) via Settings Updates failed even though the system said it had been installed. Sorted by downloading and uploading plugin.
    3) Tried to setup WPDM – Advanced Custom Fields to display extra fields on Email Lock but even though I have created a new group and field, the Email Lock Additional Fields is not showing any options on the popdown. Again, zero documentation on how to use custom fields with Email Lock.
    4) To make matters worse WPDM – Advanced Custom Fields won’t let me delete fields and groups. Spinning wheel and “Please Wait” forever…

    I really need to be able to add custom fields to Email lock so please advise or send link to instructions.

    #45903

    My question is same above. Please help me code in link template to open link download in new tab. Thanks so much indeed.

    #45899

    q4qsysadmin
    Member

    Hello

    We are using Download Manager for the Resources section on our site. For the most part we are making files available for download, such as PDFs, Word-Docs, etc. However, we would also like to list links to external websites as well. How can I make links to external websites via Download Manager?

    Thanks

    #45860

    Shahriar
    Moderator

    You need to use function \WPDM\Package::Create($package_data) to create a new package.
    And $package_data array is like this:

    $package_data_core = array(
                'post_title'           ► '',
                'post_content'           ► '',
                'post_excerpt'          ► '',
                'post_status'           ► 'publish',
                'post_type'             ► 'wpdmpro',
                'post_author'           ► get_current_user_id(),
                'ping_status'           ► get_option('default_ping_status'),
                'post_parent'           ► 0,
                'menu_order'            ► 0,
                'to_ping'               ►  '',
                'pinged'                ► '',
                'post_password'         ► '',
                'guid'                  ► '',
                'post_content_filtered' ► '',
                'import_id'             ► 0,
                'files'           ► array('file_path_1', 'file_path_2'),
                'fileinfo'           ► array(),
                'package_dir'           ► '',
                'link_label'          ► __('Download','wpdmpro'),
                'download_count'           ► 0,
                'view_count'             ► 0,
                'version'           ► '1.0.0',
                'stock'           ► 0,
                'package_size'           ► 0,
                'package_size_b'           ► 0,
                'access'            ► 0,
                'individual_file_download'               ►  -1,
                'cache_zip'               ►  -1,
                'template'                ► 'link-template-panel.php',
                'page_template'         ► 'page-template-1col-flat.php',
                'password_lock'                  ► '0',
                'facebook_lock'                  ► '0',
                'gplusone_lock'                  ► '0',
                'linkedin_lock'                  ► '0',
                'tweet_lock'                  ► '0',
                'email_lock'                  ► '0',
                'icon' ► '',
                'import_id'             ► 0
            );
    
    #45851

    In reply to: installation support

    This reply has been marked as private.
    #45825

    Jass
    Spectator

    You provided both same link. Both are download links. Please provide me your temporary credentials info using private reply to check the issue.
    Thank you.

    #45822

    maumatnhung
    Member

    Hi Shaon!

    Can you help me how to creat a broken link report button for each file download?

    Regards.

    Xuan Chinh

    #45788

    Shahjada
    Keymaster

    You may upgrade to special pack from here http://www.wpdownloadmanager.com/download/wordpress-download-manager-special-pack/ , that will be a better choice, there is a link to upgrade by paying difference.

    #45784

    ChrisH
    Member

    We can’t seem to get the form lock plugin to work.

    When locking with a (Ninja) form the download is not provided after the form is completed. Also, when the option to send the link is selected, no link is sent.

    Wondering if we’re doing something wrong or if someone has some better instructions than we found on the plugin site that might help, please?

    #45772

    nachumi_e
    Member

    Seems like Plugin Name: “WPDM – Extended Short-codes” adds the following code (starts on line 500):
    `
    function wpdm_popup_link()
    {
    //return;
    ?>
    <div class=”w3eden”>
    <div id=”wpdm-popup-link” class=”modal fade”>
    <div class=”modal-dialog” style=”width: 750px”>
    <div class=”modal-content”>
    <div class=”modal-header”>
    <h4 class=”modal-title”></h4>
    </div>
    <div class=”modal-body” id=’wpdm-modal-body’>
    <p><a href=”http://www.wpdownloadmanager.com/”>WordPress Download Manager – Best Download Management Plugin</a></p>
    </div>
    <div class=”modal-footer”>
    <button type=”button” class=”btn btn-danger” data-dismiss=”modal”>Close</button>
    </div>
    </div><!– /.modal-content –>
    </div><!– /.modal-dialog –>
    </div><!– /.modal –>

    </div>
    `
    Deactivating it solved the issue
    sucks.

    #45760

    In reply to: Downloads not working


    kellibee
    Member

    Looking for a follow up to my last question. I have lots of readers contacting me saying they are not getting their download or are not able to download through the link options. Please advise.

    #45734

    Shahriar
    Moderator

    Where you want to show, for link and page template, please follow the docs here:

    Templates

    #45698

    bayaninv
    Member
    This reply has been marked as private.
    #45697

    Jass
    Spectator

    Yes you can replace the text from settings.
    GO to admin->download->settings->Basic->Messages (set the link)

    If you need help in setting up please provide your login credentials using private reply.
    Thank you.

    #45655

    Shahriar
    Moderator

    Looks like you added some JavaScript somewhere in your theme to change the wpdm download link behavior , that is what causing the issue.

Viewing 25 results - 6,801 through 6,825 (of 9,382 total)