Search Results for 'download link'

Viewing 25 results - 5,276 through 5,300 (of 11,356 total)
  • Author
    Search Results
  • Hello.
    I downloaded DM to trial it out and linked it to my website store. I no longer want to use it, for now, and when I uninstalled it, an error keeps appearing telling me that I need to have it installed for WPDM – Premium Packages plugin to work. But I don’t want either, and I can’t find WPDM – Premium Packages plugin on my list of plugins.

    Can someone help me? This plugin is sending customers an email after purchasing the one file I trialled with, and I want to make sure it is not interfering with the rest of my store. Thanks for your help,
    Jami

    #113195

    John Floren
    Participant
    This reply has been marked as private.

    This is my code:
    [wpdm_all_packages items_per_page="5" order_by="publish_date" order="DESC" cols="title,package_size|download_count|publish_date|download_link" colheads="Dokument|Broj preuzetih dokumenata|Datum|Preuzeti"]

    how to change color of text inside rows to be diferent with one in header?


    Shahriar
    Moderator

    One of your plugin is breaking the download URL when using [download_link] tag.

    http://prntscr.com/pe1v0m

    I have cloned Button template to create a new template with the following code. And that fixed the issue.

    <a class="wpdm-download-link btn btn-info" href="[download_url]">Donwload</a>

    Updated the pacakge with the new Link Template “Button Template Clone”. Try the download link in this page https://www.prounione.it/en/ecumenism/wpcu/2020-week-prayer-christian-unity/

    #113153

    In reply to: Download URL


    Shahriar
    Moderator

    Hi,

    Use the first link without the master key,

    http://www.fensor.com/download/mbw-t12/?wpdmdl=4125

    Thanks.

    #113143

    alain ACIN
    Member

    Hello to the whole community

    I would like to retrieve the PDF URLs from my wordpress site to integrate them into my CRM.

    I hesitate between these four links (which works)
    Which I have to take (I’m looking for a permanent link)

    http://www.fensor.com/download/mbw-t12/?wpdmdl=4125&masterkey=5a331b6b4c58b
    http://www.fensor.com/download/?wpdmdl=4125&masterkey=5a331b6b4c58b
    http://www.fensor.com/download/?wpdmdl=4125
    http://www.fensor.com/?wpdmdl=4125
    Thank You

    Translated with http://www.DeepL.com/Translator

    #113139

    Just purchased the PRO version to our website. We modified the page and link template to our own design/ info. Everything works perfect with the page template but we are having problems with our new link template. The design on our Download-page changed completely, and now we can’t get the old version back. The link template seems to be “stuck”. The design dosen’t change when we switch to another link template.


    ProDev
    Participant
    This reply has been marked as private.

    ProDev
    Participant

    Dear Technical support,
    I renewed my subscription to the plug-in site and updated in multisite WP the plug-in to the latest 5.0.1. version but since then the button download link appears but does not download the file in PDF.
    What I neeed to do in order to fix this issue?
    The URL of the issue page is here: http://www.prounione.it/en/ecumenism/wpcu/2020-week-prayer-christian-unity/
    Thanks in advance for considering my request.

    ProDev
    (Developer)

    #113103

    Lollen
    Member

    Hi Myron, just want to tell you are not alone.
    For us WPDM is fine for normal PDF-file and other small files. But for heavy files I do not use it anymore, since our clients have been complaining a long time about slow speed and interupted downloads.
    We have tried to solve it in many ways, but for now I put big files with a normal wordpress direct link (like a normal link to a media-file). Will look further for other solutions out there.


    Lollen
    Member

    Hi after installing Wordfence and scanning our site I got one alert for a possible malicious file. Can you confirm if the file is correct, or if I should delete it?
    This is the info I have got from Wordfence:

    Filename: wp-content/plugins/download-manager/libs/socialconnect/pinteresconnect-dev.php
    File Type: Not a core, theme, or plugin file from wordpress.org.
    Details: This file appears to be installed or modified by a hacker to perform malicious activity. If you know about this file you can choose to ignore it to exclude it from future scans. The matched text in this file is: <title>PHP File Manager</title>
    The issue type is: Suspicious:PHP/filemanager.6443
    Description: File Manager script that can be used as a webshell. Delete if it’s not being used

    Also:
    When looking at the file in Filezilla the file size is 72 600 kb, but the file sizes for the Facebook, Google, LinkedIn in the same folder (“socialconnect”) is only around 15 000 kb. And this maybe “malicious” file is called “-dev”, the other files in that folder do not have this filename-ending. Facebook, LinkedIn etc also have there own separate folders there, but there is no folder for Pinterest?

    Suspicious file to delete, or not?

    #113050

    Myron Wittmer
    Participant

    Compared to a direct download link it is about 2x or 3x slowed in the tests I was doing.

    #113048

    Shahriar
    Moderator

    Hi,

    By default, No HTML is allowed as the button label. But you can override it using wpdm_custom_data hook. Add the following code to your theme’s functions.php file and set the font awesome icon <i class="fa fa-download"></i> in “Link Label:” option of package settings.

    function wpdm_html_link_label($data, $ID){
        $data['link_label'] = get_post_meta($ID, '__wpdm_link_label', true );
        return $data;
    }
    add_filter('wpdm_custom_data','wpdm_html_link_label', 10, 2);

    Best regards.


    Shahriar
    Moderator

    It is possible but requires a custom template for /download-manager/tpls/wpdm-all-downloads.php I have created the custom template which sorts by download count. Download the file from the following link and place it in /active-theme/download-manager/wpdm-all-downloads.php

    https://www.dropbox.com/s/ev77auo5vt8a3wj/wpdm-all-downloads.php?dl=1

    #113041

    Shahriar
    Moderator

    Download Issue: When you use the main download button to download all files WPDM creates a compressed zip to serve the download. Creating a zip requires lots of server resource and if there are too many files some servers can’t handle the request. That what happened in your case. So, the solution here is enabling single file download or just upload an already zipped file.

    Naming issue: Download Manager renames a file when there is an existing file with the same name. You can enable the override if you want in which case the old file will be overwritten by the new one instead of using a new name.

    Link expired notice: WordPress uses nonce in all actions. And nonce expires after a defined period. So, you can’t create the pacakge that you opened yesterday. Just upload your files using WPDM asset manager or FTP app. The link the server dir when creating the package.

    No, it is not possible to create pacakge automatically without clicking the “Create Package” button.

    I have added the custom CSS in Customize > Additional CSS option. So those won’t be lost in plugin update. But if you make any changes inside plugin folder changes will be lost when you update the plugin.

    #113031

    Shahriar
    Moderator

    Hi,

    You have to modify your theme’s single.php template to add the next/prev link in package details page. Please download one of our free themes. You can copy the code from there.

    Thanks.

    #113010

    Myron Wittmer
    Participant
    This reply has been marked as private.
    #112993

    Shahriar
    Moderator

    There is a difference between your WordPress-address (URL) https://www.vphuisartsen.nl/2018 and Siteadres (URL) https://www.vphuisartsen.nl The issue originated from there. I have updated the Block Hotlink add-on to handle this scenario. Downloads are working now


    Pablo O
    Member

    Hi everyone,
    I would like to replace the “Download” text in Download Link Button with another text “Descarga”
    Any idea what I have to do?

    Thank you very much

    #112940

    Shahriar
    Moderator

    Looks like guest order redirect isn’t working properly yet. But the login page does show button that links to the guest download page. For now, that somehow serves as a work around. But we will definitely fix the issue in next update.

    Btw, Stripe Test card is 4242 4242 4242 4242 with any expiry date and CVC.

    You can customize the checkout form using a custom template. The form is coming from /wpdm-premium-packages/templates/checkout-cart/checkout-billing-info.php. This template can be overridden by copying it to /active-theme/download-manager/checkout-cart/checkout-billing-info.php. After making the copy edit the new file to remove unnecessary fields.

    #112938

    Martha Tejada
    Participant

    Hello WPDM,

    I’m having trouble with file’s uploading in WP Download Manager. I am working within a WPEngine install. On the ‘Add New Package’ page, the file seems to upload the file fine (https://cl.ly/96ea7629efa5). When I go to a page, and I click on ‘Download’ a file-not-found.txt file downloads. I checked through FTP and the file isn’t in wp-content/uploads/download-manager-files either.

    Random Notes:

    • I’ve copied all the ‘settings’ from a working version of WPDM on another site within WPEngine, but it’s still not working
    • I also tried to upload through Dashboard > Downloads > Asset Manager and got an “!” error (although with no details)
    • I would like to post a link, but the site may have some confident files that I’m not comfortable sharing on a public forum

    scott eckland
    Participant

    Pro Purchased! SO…the 2 hooks ‘View Course’ and ‘Take Quiz’, I found this:

    https://www.wpdownloadmanager.com/doc/filter-reference/wdm_before_fetch_template/

    Where does this get placed/edited if that’s what needs to happen. The buttons in question will more than likely be links to a webpage/url and not a file they would need to download locally.

    Thanks
    Scott


    Kostas
    Member

    Hi everyone,
    I would like to replace the “Download” text in Download Link Button with an Icon from Awesome fonts or what else.
    Any idea what I have to do?

    Thank you very much
    Kostas


    preif
    Member

    Thanks for the answer Shahriar.
    Unfortunately it doesn’t work like this. It is still showing me only the symbol, not a list.
    Do I make any mistakes? I think it is only necessary to put the shortcode of the package into the new page I built for it??
    When I click on the Download Link of the not propperly shown Download symbol a blank/empty page appears with the URL: “myURL.com/download/packagename

    Within the preview function I’d also like to have some sort of timeline where I can jump around within one track.
    Thank you!

    #112891

    Erik van Dijk
    Participant

    All my download links do not work anymore. Maybe aftre updating the packahe? Or after installing recaptcha v3?

    Downloads

Viewing 25 results - 5,276 through 5,300 (of 11,356 total)