Search Results for 'download link'

Viewing 25 results - 5,501 through 5,525 (of 9,501 total)
  • Author
    Search Results
  • #73174

    Scott Kolbe
    Member

    Thanks Victoria, I am also having this issue. I have reset the package # downloads/user, cleared computer and site cache, still get the expired-link.txt file. Any thoughts are appreciated, thanks for the help.

    Scott

    #73149

    Hi,

    Please send login in private reply to check the title link issue.

    And you can bulk change the icons of the package with default values addon.

    Thanks

    #73144

    In reply to: 404 on file download

    This reply has been marked as private.
    #73143

    Hi,

    Please use the following shortcode on the page, And replace the link template id with your custom template id.

    [wpdm_packages template="template-id-here" order_by="download_count" order="desc" paging="0" items_per_page="10" cols=1 colsphone=1 colspad=1 title="Most Downloaded Packages" desc=""]

    Thanks

    #73131
    This reply has been marked as private.

    Scott Kolbe
    Member

    Thanks Hasibul for working on it. Not sure why you decided to change the settings to point to purchases after the order, would you explain? It produced the attached errors. I only allow for guest checkout, so I have changed that to orders. I have gone through a test transaction, which seems to pull up the download, but I get an expired link message. Please let me know your thoughts.

    Scott


    Scott Kolbe
    Member
    This reply has been marked as private.
    #73064

    In reply to: Attach File URL

    Hi,

    Please use this addon to attach files link from one drive.

    Thanks

    #73060

    Manuel Adler
    Member

    Hi!

    Download links are causing Internal Server Error 500:

    https://www.lemonbeat.com/download/iot-studie-2018/?wpdmdl=7863&_wpdmkey=5ac60b540b355&refresh=5ac60b540c3a11522928468

    Download page itself is working:

    https://www.lemonbeat.com/download/iot-studie-2018/

    I have changed nothing and it had been working before, it just happend.

    Any ideas?

    Best regards,

    Manuel

    #73058

    Hi,
    Sorry for late reply.
    Use the following shortcode:

    [wpdm_category id="Category Slug(s)" toolbar="1" paging="1" order_by="title" order="desc" items_per_page="10" template="link-template-panel-1-3" cols=4 colspad=2 colsphone=1]

    change the category slug with your one. Details here.

    Thanks


    Carolyn Wilson
    Participant

    Hi,

    I need to add a link to another download within various Package descriptions. The shortcode works on the Package preview page, but not on my web page, which uses a template to display the packages.

    I’ve attached images for each step.

    (Because the site is in development, I would have to send access privately if needed.)

    Thanks,
    C.

    #72877

    jonoread
    Participant

    I have managed to import the packages as per this link:

    March 2018 Podcasts

    However I have a few questions…

    1) The files don’t work. How do I set it up so that the MP3s from my old system still play?
    2) The template setting hasn’t been applied in the import. Is there any way to quickly update the template for all packages?

    #72858

    In reply to: 4.7.4 breaks layout


    Digital Nomads
    Participant

    Hi,

    Could you help me out with that? I’d like the page to display as it was before. Here’s my link template: –

    <div class=’col-md-6′>
    <div class=”panel panel-default”>
    <div class=”panel-body”>
    <div class=”media”>

    [thumb_60x60]

    <div class=”media-body”>
    <h4 class=”media-heading” style=”font-size: 16px;color: #337ab7;padding-top: 0px;padding-bottom:40px;border:0px;margin: 0px;height: 20px;overflow: hidden”>[title]</h4>
    <p style=”color: #666;”>[icon] Published [create_date]</p>
    </div>
    </div>
    </div>
    <div class=”panel-footer”><div class=”pull-left” style=”line-height: 50px;”><i style=”margin: 2px 0px 0 5px;opacity:0.5″ class=”fa fa-th-large”></i> [file_size]<i style=”margin: 2px 0 0px 45px;opacity:0.5″ class=”fa fa-download”></i> [download_count] downloads</div> <div class=”pull-right”>[download_link]</div><div style=”clear: both”></div></div>
    </div>
    </div>

    Ken


    Derek
    Member

    Hello,

    I want users to be able to select single files from a package to download, and then they submit their email address, then they get emailed a link to download.

    Single File Download is not working for me in this scenario. I have Single File Download enabled, I have Email Lock enabled. My link template is:

    [file_list]
    [download_link_extended]

    Should single file download work in this scenario?

    #72854

    In reply to: CSS Change Template


    Michael K.
    Participant
    This reply has been marked as private.
    #72853

    In reply to: Using onedrive

    Sorry, Onedrive API does not provide the direct download link.

    Thanks

    #72846

    In reply to: CSS Change Template


    Michael K.
    Participant
    This reply has been marked as private.
    #72804

    Hi,

    Are you using WPDM – Archive Page (version 2.9.1)? please post the link in private reply to check the issue. You have to use link template with the archive shortcode. Page template will be visible only single download package page.

    And if you have the latest version there might be any js conflict with any other plugin or theme. Then it will need to deactivate theme/plugin to check which one causing the issue.

    Thanks

    #72712

    pog
    Member

    I changed form plugin (gravity) and works. The problem now is after filling my form and press submit button, doesnt redirect to download link but remaining to the form with spinner icon. If i close the form and then press download button again appears the “download now button”

    Check link with gravity form: http://www.urbietorbi.gr/portfolio/ultima/

    #72690

    In reply to: open pdf's in new tab

    Hi,

    You can use custom link template and set the download url to open in new tab. Just use target blank like following example,

    <a target="_blank" href="[download_url]">Download</a>

    Creating a new template ( https://www.wpdownloadmanager.com/doc/templates/creating-a-new-template/ )

    Also, check the setting open in browser from Downloads Settings File Download

    Thanks.

    #72687

    dylan doidge
    Member

    Team,
    I’m using ‘default template extended’.

    Please return edited code for this copy of the defult template extended with this modification…

    Modification: MAKE THE ‘DOWNLOAD’ TEXT OPEN IN A NEW TAB.

    ie: target _blank

    I don’t know how to edit your shortcodes.

    <div class="panel panel-default">
        <div class="panel-body">
     
        <div class="media">
            <div class="pull-left">[icon]</div>
            <div class="media-body"><strong class="ptitle">[title]</strong>
                [description]
                <div><strong>[download_link_extended]</strong></div>
            </div>
        </div>
     
     
        </div>
        <div class="panel-footer"><span class="pull-right">[download_count] downloads</span>[file_size]</div>
    </div>

    Also please let me know how to make a link template the default link template.

    I’m standing by.
    With Best Regards,

    -Carmine

    #72671

    Hi,

    Please check the package, if the file is available in the package for download. I got file not found error with your given link.
    Or the upload folder download-manager-files has htaccess issue.

    Please send a temporary wp-admin login info in private reply to check the issue.

    Thanks

    #72664

    Shahriar
    Moderator

    Hi,

    Is there any customization on top of Download Manager?

    Please send temporary wp-admin and the package link in private reply to check the issue.

    Thanks.

    #72630

    Hi,

    When we click on the downloadlink, its getting a 404 error page:

    https://enphaseinstallerportal.eu/nl/download/enphase-battery-photos/?wpdmdl=2528&ind=1522314857541

    We uploaded the files but now it’s not working when we click on download. Nothing gets downloaded!

    Hope to hear from you.


    turner2f
    Member

    Thanks Hasibul.

    But the issue is that I would have manually link each and every file and also insert all the meta data such as “file size” and “file version” from the default WP Media Library into the Download Manager.

    I have about 200 or more files.

    Is there a way to link them in bulk ?

Viewing 25 results - 5,501 through 5,525 (of 9,501 total)