Search Results for 'download link'

Viewing 25 results - 4,751 through 4,775 (of 9,329 total)
  • Author
    Search Results
  • #92336

    Shahriar
    Moderator

    The view depends on the page template. You can change the template from package settings. You can even create your own custom-designed template using WPDM Template editor ( https://www.wpdownloadmanager.com/doc/templates/creating-a-new-template/ ). Please let me know which design you want, just send me the demo link. I will let you know what template we are using there.

    To control the everything on the details page you can create a core level template single-wpdmpro.php But most users don’t want that. They just use the template editor to create a custom view when built-in templates don’t meet their design requirements. Here is a detailed blog post about custom template https://www.wpdownloadmanager.com/building-a-wordpress-download-manager-link-template-from-scratch/

    #92284

    Are downloads by direct link counted?

    Thanks a lot

    #92273

    Andrew
    Member

    Hello, I’ve contacted support via email, but I’m not getting an answer, so I’m trying this way instead.

    I’ve purchased the Email Lock add-on for Download Manager back in April/May and you helped me with an issue we had with the form not displaying after the first time you submitted it.

    After your help, everything went great, and we pushed the site live around June. And it was working just fine until now. We had made an update to WordPress core version and Download Manager (and other plugins in the site) back at the end of November. We updated to WP 4.9.9, and Download Manager to 2.9.84 (from 2.9.71). Email lock add-on did not need any updates (we used to have a custom version that you had given us for it). It seems something got broken with the setup, because our client has contacted saying that he’s getting the Contact Form 7 notification emails sent to the admin user whenever someone downloads a file, but the users are not getting the emails with the files links.

    I’ve checked the code, and backend setup, but I could not find anything wrong. Maybe there is an issue between the add-on and the latest version of Download Manager, or between the add-on and WP 4.9.9. I’m afraid we will need some help from you again.

    If you want to see the live site, it is located at waypointgroup.org, and here is a downloadable file that displays the form: https://waypointgroup.org/whitepapers/finding-a-voc-solution-thats-just-right/

    We had to modify the Form Lock setting for each downloadable file so it would display a link to the file inline instead of sending it via email because we did not get an answer from Support for two weeks.

    I had sent support (via email) username and password to login to the site, but they keep telling me that the username and password I have sent does not give admin access. When I login using it, I get access to everything, so not sure what is wrong about it. But I don’t see much help coming from the team so far.

    Thank you.

    #92263
    This reply has been marked as private.
    #92253

    Thanks for the code snippet. I was looking at this page where I have found the kind of view I like:

    Link Template

    Basically, the problem is that between Free -> Pro, the link template “link-template-default” has changed and is no longer working with my shortcode. How can I go back to a one column display?

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

    Any help would be much appreciated!

    #92202

    Shahjada
    Keymaster

    Hi,
    If you remove “All Visitors” from “Allow Access” option with package settings, and select other user roles, users must have to login to get access to download. Which is explained here:

    Package Settings


    Also, you can hide page link from link template, by using [title] tag instead of [page_link] tag with the link template.
    Doc:

    Templates

    #92186

    In reply to: DIRECT DOWNLOAD

    Are the downloads made by the master link counted?

    Thanks for assistance

    #92145

    In reply to: File Download Link


    Shahriar
    Moderator

    The main package download link will be the same but single file download link won’t work. A new id will be assigned to the freshly uploaded file. And this id is used to server single file download.


    Philippe Bonneau
    Participant

    When I activate WordPress download manager pro, all the links in my site get a red underline even the menus https://dev.mrckamouraska.com

    How can I avoid this conflict?

    #92133

    In reply to: DIRECT DOWNLOAD


    Shahriar
    Moderator

    You can generate direct download link from all packages page. Use the generate download link button under the package name.

    https://www.evernote.com/l/AUetUQKK8S5MHbFC04VAwrtDoarQhVy4XKsB/image.png

    #92132

    Shahriar
    Moderator

    Where from did you take the screenshot of the link template? Please send me the link, then I can quickly check the shortcode. It looks like a custom link template.

    You can replace the [download_link] tag with <a class="btn btn-success" target="_blank" href="[download_url]">[link_label]</a> to open links in new tab.


    Johnny
    Participant

    Hello,

    Please disregard my comment on https://www.wpdownloadmanager.com/support/topic/thumbnail-width/ as I see this was already resolved.

    My issue is that I cannot the [thumb_WxH] tag to work in a custom link template for some reason. No matter what I use for the WxH it defaults to the original size of the featured image.

    My theme generates the following sizes when I upload an image, but none of the sizes work when I use the tag ( e.g [thumb_150x150] )

    150×150
    165x
    180×180
    350x
    385x
    485x
    570x
    730x
    768x
    800x
    90×90
    95x

    How do I determine which thumbnail sizes are available to me?

    Thanks!

    #92112

    How can I send some users to download the blocked PDF by email, through a direct link?

    This is the link where you can download the pdf:
    https://www.foodhubmagazine.com/uscita-1/

    Thanks

    #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

Viewing 25 results - 4,751 through 4,775 (of 9,329 total)