Search Results for 'download link'

Viewing 25 results - 4,876 through 4,900 (of 9,429 total)
  • Author
    Search Results
  • #92105

    1. Up until today, I have used the free plugin version to set up a new page.

    I have inserted the following shortcode into several dozen pages, referencing the link-template-default which rendered a nice, one-column list of downloads:

    [wpdm_category id="tickets-swiss-travel-pass-de" toolbar="0" order_by="field name" order="asc" template="link-template-default"]

    2. With the upgrade to the Pro version, the same link template has somehow changed (link-template-default), so all of my pages no longer displayed the same list. Here is one example where it is now showing a panel instead.

    3. Since I don’t want to update 60+ pages by changing the shortcode to another link template, I figured out how to go into PHP in order to override the template.

    4. For now, I have come up with the following snippet, hoping that it would nicely show my downloads like in the preview window within WP. I have overwritten the link-template-default, but the result looks pretty terrible and I can’t figure out how to make it a list again:

    <!– WPDM Link Template: Default Template –>
    <div class=”panel panel-default wpdm-link-template link-template-default”>
    <div class=”panel-body”>

    [thumb_200x100]

    <div class=”panel-content”>
    <h4 style=”padding-top: 0px;border:0px;margin: 0px;line-height: 1.7″>[title]</h4>
    <i class=”fas fa-hdd color-red”></i> [icon]  
    </div>
    </div>
    <div class=”panel-footer”>
    [download_link]
    </div>
    </div>

    5. Can you give me the correct code snippet which will create a view such as this one of yours?

    Thank you in advance!

    PS. And how can I add a target=”_blank” to the DOWNLOAD button, so that a new tab opens when someone clicks the button?

    #92069

    Shahriar
    Moderator

    You have to use custom CSS to change the text color. Target the .wpdm-download-link.btn.btn-link CSS classes to customize the text, font etc of shortcode button.

    The UI options apply to [download_link] tag only. So, If you want to show the download button then use a custom template and replace [download_link] with this <a class="btn btn-success" href="[download_url]">[link_label]</a>

    The feature was same before but controlled from Image Button add-on.

    #92056

    In reply to: Download email lock

    Hi, why does that text appear in the email field?

    It’s customize the text “Send Download Link To”?

    Thanks

    #92039

    Matt Vaughan
    Participant

    We are having a ton of issues with users inputing the correct password and then getting the “This Download Link Has Expired” error. I’ve tried multiple changes to try and fix this and cannot do so. Sometimes the download works, other times it does not.

    Please help.

    We need to have a password protected download package that easily downloads for everyone. This is why we purchased the Pro version.

    #92016

    Shahriar
    Moderator

    It is not possible to hide the parent category or order by category. But you can click on the category link to filter packages.

    By the way, if you want to show the parent why not drop the parent category completely?

    A better solution for showing all downloads with search and filter would be Archive Page add-on. Please take a look at the demo here https://demo.wpdownloadmanager.com/wpdmpro/archive-page-default/

    #92003

    I’m having a separate issue now with creating passwords for a temp login.
    I think it’s related to the Prime theme that I’ve downloaded from your site.
    Here’s the errors that I see when I load the users link.

    I’m getting a 500 error every time I try to save the user (editing the password or switching the role).

    #91997

    Shahriar
    Moderator

    Downloads are working now.

    WPDM generate download links that has this format packageurl?wpdmdl=packageid which is not working for strange reason in your server, so I had to change it to homeurl?wpdmdl=packageid.

    Changed files: class.Package.php ( getDownloadURL function ) and class.FileList.php ( Table function )

    Changed $permalink = get_permalink($ID); to $permalink = home_url();

    #91993

    Shahriar
    Moderator

    It is not possible to add a condition in link/page template code. But you can add custom template tag using wdm_before_fetch_template filter hook ( https://www.wpdownloadmanager.com/doc/filter-reference/wdm_before_fetch_template/ ) and handle all conditions there.

    #91987

    Shafayet
    Moderator

    Hi,
    If you are using image button, please add the following CSS in Additional CSS option with theme customizer:

    .w3eden .wpdm-download-link{
    	background: transparent !important;
    	padding: 0 !important;
    }

    https://i0.wp.com/www.evernote.com/l/AV0gnUL8G5VEQbX0MBH4V_WgLCVX7SrL46UB/image.png?ssl=1

    #91956

    Shahriar
    Moderator

    Yes, the approach is the same. Instead of showing the main download button display the single file download button only which can be added to the file cart.

    You have to modify your link/page template. Remove the [download_link] or [download_link_extended] template tag from there and add [file_list] tag.

    #91936

    Damian
    Member
    This reply has been marked as private.
    #91931

    simstim
    Participant

    Hi,

    I have a strange problem on my site: I suddenly cannot upload new files. I can create the package entry and select the file, but when I click on Publish the site hangs and I get a connection lost error. It looks like the file is being uploaded to the download-manager-files directory as I can see it via FTP, but it is not linked to the package entry.

    Simon


    sysop
    Member

    How do I keep the look of [DOWNLOAD_LINK] that has been changed in version 4.9.0?
    I would love to keep the look from version 4.8.11.
    See attached pictures…

    Thanks
    Thorbjörn

    #91855

    I had to return the template to how it was before as I still needed the all the packages password protected. However, after you made the change, the updated template wasn’t working on ANY of the pages except the test page you sent me the link to! I had a lot of users writing to me complaining that they couldn’t download anything! I’m not sure what the issue is, because I created a new link template (“Card Embedded – no lock”) with your updated code to test it on a private page and it works. However, when it was changed in the original “Card Embedded” it didn’t work site-wide.

    #91821

    Shahriar
    Moderator

    With shortcode, you use the link template. But I created the page template which is applicable to the package details page only.

    I have modified your custom link template and replaced [download_link_extended] tag with <a href="[download_url]" class="btn btn-sm btn-success">[link_label]</a>

    Now the custom link template should work too. Created a test page here https://www.teatimemonkeys.com/?page_id=9342&preview=true ( login required, the page in draft mode )

    [wpdm_package id='9117' template="594aac049c7cc"]

    If you have any confusion about link/page template usage please read details about it here https://www.wpdownloadmanager.com/doc/templates/link-template/


    Shahriar
    Moderator

    Please send your order id or license key to unlock it from dev site.

    About the bulk import, send me the CSV file to check the format. Maybe files are not linked properly. Your files have to be located at /uploads/download-manager-files/ directory if you are using only file names in CSV files column.

    #91785

    Shahriar
    Moderator

    Your theme is deactivating the click on the download link. The click is triggered by JS onclick event.

    However, there is a workaround. I have created a clone ( Single Column, Flat Clone ) for the page template ( Single Column, Flat ) you are using there. Replaced the [download_link] template tag with <a href="[download_url]" class="btn btn-sm btn-success">[link_label]</a> This uses direct URL instead of JS onclick event to initiate download.

    Check the example here https://www.teatimemonkeys.com/download/single-opt-in-mailchimp-english/

    This clone template will work with only packages that have no lock. For locked packages use the original ( Single Column, Flat ) template.

    If all of your downloads are unlocked, let me know. I will bulk update page template for all packages so you don’t have to update one by one.

    #91780

    Anthony Lees
    Member

    Hi,
    I am trying to disable the package title link and remove the admin & date info that is shown under the title

    How can I do this?

    https://cullingworth-village.co.uk/downloads/minutes-2018/

    Thanks
    Tony

    #91779

    Lex
    Member

    Hi there,

    I’m currently displaying all downloads with this shortcut:
    [wpdm_all_packages items_per_page="30" jstable=1 order_by="date" order="DESC" cols="page_link,file_count,download_count|excerpt|acf_status_Bid Date|page_link" colheads="Project|Project Info|Bid Date/Status|Download::155px"]

    On this page: http://www.gdacllc.com/plan-room/current-bids/

    Now, we would like to split packages into two categories…each category will get it’s own page.

    Can you please help me keep this same layout, but switch with category view instead of all packageS?

    It would be very much appreciated!


    Hamid Ali Anjum
    Participant

    Hi,

    Sometimes user claim to not receiving the receipt and download links. And it is quite annoying to instruct customers every time about using their dashboard. Customers also prefer an easy and short process, just clicking on download link in their email. So, it would be great if you guys can add the option to resend the receipts. It will save a lot of hustle and time.

    Hi

    How can I change license IP site to normal live url? I can’t figure it out…. could you please change it from IP to this url: skolskoterskor.se? Thank you

    Also not sure this is related, but my bulk import is not working…I am able to bulk import files and new packages appear, but once I try to download I am getting missing files and nothing is downloaded. When I open single package I see that file has no name, no size etc. Attached is how bulk imported file looks….

    #91754

    Smitaz Sm
    Participant

    Hi,

    I would like to install download manager in a different site but the key is coming as invalid.
    How do I fix it?


    Shahriar
    Moderator

    Hi,

    Sorry for the delay

    1 ) A user can download it anytime from their dashboard. No option to send it again.
    2 ) You can generate a temporary download link from All packages page. Check the download button under each download.
    3 ) Which settings are you referring to? Temporary download links can’t be changed, you can set the parameters only when generating the link.

    Thanks.

    #91193

    In reply to: Download email lock

    Here is the download link:
    https://www.foodhubmagazine.com/uscita-1/

    I should have solved. Thanks for the support

    #91169

    David Jones
    Member

    I am trying to generate a temporary download link but I continually receive “Error: Unauthorized Access.” I am an administrator within my account, and I have tried turning on and off different settings with the download itself to get it working.

    What am I missing?

Viewing 25 results - 4,876 through 4,900 (of 9,429 total)