Search Results for 'download link'

Viewing 25 results - 6,751 through 6,775 (of 9,325 total)
  • Author
    Search Results
  • #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

    #45797

    sidik
    Member

    Please help find the direct download link, not the short code but the http link.

    #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.

    #45613

    ngcreative
    Member
    This reply has been marked as private.
    #45599

    On my single package page I can download files individually but when I use
    the ‘Download All’ button to download all attachments in a single zip file,
    the link opens up a new page with this error:

    Please activate ‘zlib’ on your server.

    I saw other answers and I enabled zlib on my server but still not working.

    Also: In WP Administration Area in the Attach file box inside a package
    I can’t see the content inside the tab Browse (see attachment).
    Maybe it’s caused by the same problem.

    Any ideas?

    #45593

    Jass
    Spectator

    Loos like you forgot to follow step 3
    3. Enable the Google Drive API – follow the link to enable a new API. You might need to first follow the “APIs and Auth” link under the “APIs” menu to find the right button and Find ‘Drive API’ and ‘Google Picker API’ on the list of services, Click “Off” button on the right to “On” it

    You need to enable ‘Drive API’ and ‘Google Picker API’

    Thank you.

    #45516

    vickeryhill
    Member

    Document links are all messed up possibly sense update. Old download posts link properly to the file. Newer ones now go to “File-not-found.txt” or “Failed to load PDF document Reload” Or download a file that says “„
    endstream
    endobj
    startxref
    116
    %%EOF

    What the heck is going on. Please help.

    #45500

    Hello,

    I am a Pro customer, and I am having trouble customizing one of the email templates for my business. I have edited the wpdm-email-lock-template.html file so that the template is congruent with my company branding, but the images are not appearing when I receive an email after downloading a file with this template in place, in either Gmail or Yahoo. I have attached files to show you what the template should look like, and what I am seeing. Also, I have posted the custom code below. Your help would be greatly appreciated. Thank you!

    <table align=”center” bgcolor=”#cccccc” cellpadding=”0″ cellspacing=”0″ style=”width: 100%; background:#cccccc; background-color:#cccccc; margin:0; padding:0 20px;”>
    <tr>
    <td>
    <table align=”center” cellpadding=”0″ cellspacing=”0″ style=”width: 620px; border-collapse:collapse; text-align:left; font-family:Lato; font-weight:normal; font-size:12px; line-height:15pt; color:#444444; margin:0 auto;”>
    <!– Start of logo and top links –>
    <tr>
    <td style=” width:620px;” valign=”top”>
    <table cellpadding=”0″ cellspacing=”0″ style=”width:100%; border-collapse:collapse;font-family:Lato; font-weight:normal; font-size:12px; line-height:15pt; color:#444444;” >
    <tr>
    <td bgcolor=”#cccccc” style=”background:#cccccc; color:#cccccc; padding-left:20px; padding-right:0; padding-top:10px; padding-bottom:10px; background-color:#cccccc” valign=”top”>
    <p align=”center”></td>
    </tr>
    <tr>
    <td bgcolor=”#cccccc” style=”background:#ffffff; padding-left:20px; padding-right:0; padding-top:20px; padding-bottom:15px; background-color:#cccccc” valign=”middle”>
    <p align=”center”>

    nnnpropertiesgroup.com
    </td>
    </tr>
    </table>
    </td>
    </tr>
    <tr>
    <td valign=”top” style=”height:5px;margin:0;padding:15px;line-height:0;”>
    </td>
    </tr>
    <!– End of logo and top links –>
    <!– Start of banner –>
    <!– End of banner –>
    <!– Start of First Content –>

    <tr>
    <td bgcolor=”#FFFFFF” style=”padding:10px 20px; background:#ffffff;background-color:#ffffff;” valign=”top”>
    <span style=”font-size: 8pt; color: #999999″>[date]</span><br>
    <p style=”line-height: 160%; font-size: 18px; margin-left: 0; margin-right: 0; margin-top: 0; margin-bottom: 11pt; padding: 0″>
    Your file is ready.</p>Please click on the following link to
    download the offering memorandum:<br>
    <b>[download_url]</b>
    <p>Best
    Regards,<br>
    Mike Knudsen | Director<br>
    <b>[site_name]</b></td>
    </tr>

    <!– End of First Content –>
    <!– Start of Second Content –>
    <!– End of Second Content –>
    <!– Start of Third Content –>
    <!– End of Third Content –>
    <!– Start of two content in row Container –>
    <!– End of two content in row Container –>
    <!– Start of Footer –>
    <tr>
    <td valign=”top” style=”height:5px;margin:0;padding:20px 0 0 0;line-height:0;”>
    </td>
    </tr>
    <tr>
    <td bgcolor=”#0f75c3″ style=”padding:15px 20px 15px 20px; background-color:#cccccc; background:#cccccc;”>
    <table cellpadding=”0″ cellspacing=”0″ style=”width: 100%; border-collapse:collapse; font-family:Lato; font-weight:normal; font-size:12px; line-height:15pt; color:#0645a0;”>
    <tr>

    <td>
    <p align=”center”>KW Commercial | NNN Properties Group<br>
    251 South Lake Avenue | Suite 320<br>
    Pasadena, CA 91101<br>
    626.410.6200 Office | 626.747.4207 Mobile | 626.410.6704 Fax
    </tr>
    </table>
    </td>
    </tr>
    <tr>
    <td valign=”top” style=”height:5px;margin:0;padding:0 0 20px 0;line-height:0;”>
    </td>
    </tr>
    <!– End of Footer –>
    </table>
    </td>
    </tr>
    </table>


    Shahriar
    Moderator

    there is a template tag available to use with link/page template, it is [categories], all available tags http://www.wpdownloadmanager.com/doc/templates/template-tags/

    Template docs: http://www.wpdownloadmanager.com/doc/templates/

    #45486

    Shahriar
    Moderator

    It is because you are using short-code and download links all wrong, please use this add-on http://www.wpdownloadmanager.com/download/advanced-tinymce-button/ to generate short-code, and don’t add any custom HTML with short-code like you did there <a href="http://[wpdm_package id='3234']">Test</a>.

    However if you want to change the style, you can create from link template, please follow the docs here http://www.wpdownloadmanager.com/doc/templates/


    hannieskinny
    Member

    Hello, I test all templates but when I press in download file (is a mp3 saved in my hosting) open the mp3 url and start playing when It should be downloaded and open a popup to save the mp3, what could be the problem?

    My file is saved in my wordpress site in my hosting.

Viewing 25 results - 6,751 through 6,775 (of 9,325 total)