Search Results for 'download link'

Viewing 25 results - 176 through 200 (of 9,349 total)
  • Author
    Search Results
  • #203344

    Nayeem Riddhi
    Moderator

    It is the shortcode link-template, you shall find the default and other link template from Downloads > Templates > Link templates. Please kindly check and let me know.

    Thank you and regards

    #203339

    PINT Inc
    Participant

    There are a lot of issues with file requests.

    The expiration date isn’t respected by default, neither is the closed status, and I had to write my own hook to override the fileRequest function located in wp-content/plugins/download-manager/src/DropZone/DropZone.php. And because there are no proper hooks/filters here I then had to also override the Template::locate function from wp-content/plugins/download-manager/src/__/Template.php for just this one instance. That was all working fine until 6.7.1.

    However, after the new “Dropzone improvements”, File Request uploads stopped working. Specifically, $_FILES[‘attach_file’][‘tmp_name’] is empty, and error = 1.

    Also there doesnt seem to be a way to make File Requests public/for non-logged in users, so I have to yet override 2 more functions.

    In the “chunkUploadFile” function in wp-content/plugins/download-manager/src/AuthorDashboard/AuthorDashboard.php, you are unlinking package_file instead of attach_file on line 354, but that’s not the issue here. (Based on reading other code, I believe you meant to only use package_file for admin frontend uploads and not for “File Requests”.

    I’m a bit concerned about the status of the Dropzone/File Request features, and their confusing settings overlaps.

    How can we fix this?

    #203319

    Sitcom Software
    Participant

    I have to display somewhere all the urls of the package download links

    #203318

    Tahasin
    Moderator

    For that, you can create a simple link template using this tag [download_url] and name the template for example abc. Then you can use this template in this short-code: [wpdm_category id="slug" template="abc" toolbar=0]. In this way you can get all the package link URLs for a particular category.

    #203317

    Sitcom Software
    Participant
    #203315

    Sitcom Software
    Participant

    Hello,

    is there way to get all packages download links from each category ? For the link i mean the link wich would open or download the file, not the link to the post where i can download the file. I’m not talking about the archive page…

    thank you

    #203236

    Nayeem Riddhi
    Moderator

    You can edit the link template PHP file directly from the download-manager plugin folder, for creating template files and for making backup your file you may follow this doc, https://www.wpdownloadmanager.com/doc/template-files. Please kindly check and let me know.

    Thank you and regards

    #203173

    Hi Nayeem,

    I wanted to send an update and post in public in case others have the same problem.
    Basically, we need file downloads to open in a new tab in order to prevent the page reload issue we have (still unsure why this happens).
    But, using our page builders module “Page links to” -> “Custom URL” prevents names from being recorded.

    I looked in the settings for download manager and saw it has a native/in built toggle to open files in a new tab. I activated this, and changed all of our files so the “Page links to” module is set to “It’s a normal WordPress URL”.

    So far we are seeing positive results and names are being recorded. Continuing to monitor but hopefully this is all working correctly now.

    Thanks!

    #203129

    Valeria Pasina
    Participant

    Hello, I have this shortcode in a protected page:

    [wpdm_all_packages login=0 thumb=0 items_per_page="20" jstable=1 order_by="field_name" order="ASC" cols="title,file_count,file_size|tags|categories|download_link" colheads="Title|Authors::100px|Categories::100px|Download"]

    I have about 2400 items but I can see only 2000

    see pic: https://pasteboard.co/5ldMOUycimaT.png

    Picture of table footer

    PS: What are those two buttons bottom? they don’t seems to work.

    #203127

    German Zhyvotnikov
    Participant
    This reply has been marked as private.
    #203074

    LORENZO
    Participant
    This reply has been marked as private.
    #203061

    Hi, I have recently moved from the Pro version to the Free version as the site is slowly fading away so I don’t want to send much on it, but I must have been using a Pro template before because now the download links are not showing, just some sort of shortcode [files]. So I want to change all the downloads from whatever it was to Extended as that suits my needs. I have over 200 downloads so I dont want to have to do this manually on each one, so I thought I could just edit the database, but I can’t find where the template is set. I’m fully ok with editing databases and using myPHP, but I just need to know where to change it, can you advise where this setting is in the database?

    Thanks!

    #203058

    Nayeem Riddhi
    Moderator

    Hello Rodrigo Zamorano,

    Hope you are well. You can customize template=”default” here for the shortcode. You can create/edit the templates and use from Downloads > Templates > Link Template. For custom field range filter, you can order and discuss it from here, https://www.wpdownloadmanager.com/download/custom-upgrade-service/, and for translation you can check the doc here, https://www.wpdownloadmanager.com/translate-wordpress-plugin/. Please kindly check.

    Thank you and regards

    Hi,
    I posted this issue previously on the Free forum. We have since upgraded to Pro, but still having this issue. I have since found out the potential problem.

    Our downloads are accessible only to clients, who must log in to the website to download files. Therefore, emails and names are known. However, in the Stats, they are only showing as Guest.

    I noticed one package where this was not the case, because it was incorrectly configured.
    Correct configuration: “Page links to” -> Custom URL (our client area). This keeps user on the same page while the file downloads via another tab. But the user is recorded as “Guest”.
    Incorrect configuration: “page links to” -> normal WordPress URL. The file downloads, but the page tries and fails to reload properly, so the user needs to navigate back to the package page. But the user’s email is recorded.

    Is it possible to speak to a developer to look at this configuration and why this happens?

    #203034

    Kelly MacPhee
    Participant

    Hi,

    Looking at the demo link, I can still see a print option in the top right of the frame, which will allow users to download it.

    Do you have a BLOB or canvas method that you could incorporate?

    Since the purpose of this plugin is to restrict access to PDFs, it would strike me as an obvious feature that should be included as standard to prevent users downloading the PDF once they have access…?

    Many thanks.

    #203020

    In reply to: Refund Request


    Tahasin
    Moderator

    Hello,

    We will be updating the default value for the watermark add-on.
    Currently, the file size is being displayed for each individual file within a package. You can see an example of this link.

    For refund related issues please send an order note from this page, here is a screenshot for your help

    Please check and let me know.

    Regards


    Rodrigo Zamorano
    Participant

    I have a page template to display the details of a download, and I configured Elementor to work with the download posts from WPDM. I also use Polylang to link the posts for each language version of any given post. In this context, there is a functionality that allows configuring specific content to show or not based on the post’s language. This works for other post types but not with the WPDM post. Is there any way to make this work? Thank you.

    #202875

    Julia
    Member

    After I updated the download manager to version 3.3.06, the shortcode [wpdm_tree] stopped filtering by categories. All documents are listed, regardless of category. I also updated the WPDM – Extended Short-codes plugin to version 3.2.0 and it still didn’t work properly. Before the update, it was working normally. I was using version 2.9.81 of the download manager and version 2.8.2 of WPDM – Extended Short-codes. I’m using the short-code like this: [wpdm_tree category=”editais” orderby=”date” order=”ASC” download_link=1]. What could be happening?


    Willem Razenberg
    Participant

    How can I force Download Manager to use my local hosted Nunito Sans font? This is what I see in the source:

    <meta name=”generator” content=”WordPress Download Manager 3.3.06″ />
    <link href=”https://fonts.googleapis.com/css2?family=Nunito Sanswght200300regular500600700800900200italic300italicitalic500italic600italic700italic800italic900italic”
    rel=”stylesheet”>


    Tahasin
    Moderator
    This reply has been marked as private.
    #202735

    Below the headline of the categories, we have one section in an accordion for all categories we have for the documents.
    Within every category we have the following shortcode:
    [wpdm_all_packages login=0 thumb=0 items_per_page="10" categories="legal-updates-thailand" jstable=1 order_by="publish_date" order="DESC" cols="title,excerpt|publish_date|download_link" colheads="Name::60%|::10%Document::15%|"]

    #202651

    Olly Kemp
    Participant

    Hiya

    If you go here:
    https://lightmaster-direct.co.uk/product/shop/save/downlights-save/plata-medium-surface-fixed-square-spotlight-s2471-white/

    And do specsheet and press download – it’s downloading a zip file despite one PDF file being uploaded.
    Do you know why it’s started zipping files instead of opening the PDF in a new window?

    We’ve also lately had a load of PDF now through an invalid file type error:
    https://lightmaster-direct.co.uk/product/shop/lightmaster-own-products/up-lights/ulan-pico-recessed-fixed-round-footlight-f3031-brushed-stainless-steel/

    If you click spec sheets and press the link again.

    Do you know why this is happening?

    We haven’t changed anything, and some of the files have been on for years, which is why it’s all the more puzzling.

    Re=uploading the file and copying the and resetting the shortcode generally solves it, but what if this then happens again? We would like to know why this is happening or if the current errors can be resolved easily enough to prevent redoing everything.

    This is the file in the media manager:
    https://lightmaster-direct.co.uk/product/wp-content/uploads/sites/8/dlm_uploads/2022/01/3031-Ulan-Pico-recessed-horizontal-JGC-V1.6.pdf

    and you’ll see it’s thrown the error. Can you see why?

    Thank you for your help.


    G4D
    Participant
    This reply has been marked as private.
    #202545

    In reply to: WDM and AI


    Nayeem Riddhi
    Moderator

    Hello Sitcom Software,

    Hope you are well. Thanks for writing this. We have introduced AI for WPDM for the latest version. You shall find it from Downloads > Settings > AI Settings. After setting credentials properly you are able to create templates with AI from Downloads > Templates > Create Page Template/ Link template section. Please kindly check and let me know.

    Thank you and kind regards


    Nayeem Riddhi
    Moderator

    The download was not working properly, because of you enabling flat download link, it may not work properly for different servers settings. And can you let me know how you are generating this download link, https://midsouthdiagnostics.com/wpdm-download/CH7JR5GnFFAMB-AXpGyEE65NBqf2fhFsR2i3BG816cTcgYCnYeHFoyhlbXqmMOKhzNKBS8O027F9kwYLtazXd7VY94ZF8ARMqr4Y61N1fG0WiIrgdCil_DMNOyP9UJSX, please kindly check and let me know.

    Thank you and kind regards

Viewing 25 results - 176 through 200 (of 9,349 total)