Search Results for 'all downloads'

Viewing 25 results - 76 through 100 (of 4,370 total)
  • Author
    Search Results
  • #202802

    Nayeem Riddhi
    Moderator

    Hello Michael Midkiff,

    Hope you are well. You shall get the options from Downloads > Settings > General as I image attached

    screenshot-150

    Please kindly check and let me know.

    Thank you and regards


    Trisha Miller
    Participant

    Thank you, and I hope you’ll seriously consider – at the very least – adding support for native Post Tags…..this is a must, after all why on earth would a webmaster NOT want the ability to associate content with downloads using the simplest native solution (Post Tags) when many other plugins (such as ‘related content’ type of plugins) use exactly that method? It’s what Post Tags are best for. It’s so frustrating that I have to keep hacking every update to add back in the ability to associated my downloads with my content using the Post Tags.

    #202565

    In reply to: i have some questions


    Nayeem Riddhi
    Moderator

    For total downloads of the sum of all packages, you can use this the below code,

    <?php _e( "Total Downloads" , "download-manager" ); ?>
    <?php echo $wpdb->get_var("select sum(meta_value) from {$wpdb->prefix}postmeta where meta_key='__wpdm_download_count'"); ?>

    And for a certain user, please use this code snippet in your theme functions.php

    add_shortcode('UserTotal', 'TotalUserDownload');
    function TotalUserDownload() {
       global $wpdb, $current_user;
    	$var = "Total Downloads: ";
        $var .= number_format($wpdb->get_var("select count(*) from {$wpdb->prefix}ahm_download_stats where uid = '{$current_user->ID}'"),0,'.',',');
        return $var;
    }

    Use the shortcode [UserTotal]

    I hope it will work fine for you now. Please kindly check.

    Thank you and regards

    #202560

    In reply to: i have some questions


    Ibrahim Ahmed
    Participant

    i want show total downloads and views of all products in my website

    all users too how to do that?

    #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

    Hello, recently updated from Version: 6.5.7 to Version 7.0
    After doing so, when creating a download and assigning the download categories, other unrelated categories are automatically checked and assigned. This did not happen prior to plugin update.

    Steps to reproduce:
    1. Go to downloads > add new package
    2. On right hand side select a single parent category
    3. Other child and parent categories are automatically checked that have nothing to do with selected category.

    It seems that somehow categories got tied together or associated?

    Looking for a solution. Currently, contributors need to go back through and uncheck unrelated categories until the initial selection is left.


    HappyHelper
    Member

    I want to use a shortcode on my frontpage to display the total number of packages on the website and another shortcode to display the total number of downloads across all packages. How can I do this?

    I tried using [wpdm_package_count] on the frontpage and making a dummy package and publishing it and it still wont work.

    #202449

    In reply to: Product shortcodes


    Tahasin
    Moderator
    This reply has been marked as private.

    Allen Musadziruma
    Participant

    Please advise how to display all pdf downloads in list view on a single page am using Divi, thank you.

    #202416

    In reply to: i have some questions


    Nayeem Riddhi
    Moderator

    For #10, We are checking the issue. I have already forwarded it to our related team authority.

    For updating the WPDM PRO plugin, please simply click the Save Settings again for the license key option from Downloads > Settings > License, and then please update the plugin from the wp-admin > plugins panel.

    For saving settings again for the license key option from Downloads -> Settings -> License, that will regenerate the access token. Thus the plugin will be updated,

    For updating WPDM add-ons, please download your plugin from here, https://www.wpdownloadmanager.com/user-dashboard/?udb_page=purchases,
    And update manually from the wp-admin dashboard Plugins > Add New option. I hope, thus it will resolve your issue. For the Download > Settings > Updates option will may not work properly for some server settings. please check and let me know, if you have any queries.

    Thank you and kind regards

    #202382

    In reply to: Display by date?


    Tahasin
    Moderator

    Hello, Brendan

    I hope you are doing well, and thanks for reaching out.

    You can achieve this by creating categories such as 2022, 2023, 2024, 2025, or broader categories like before2024 and from2024. Once set up, you can use these categories with the [wpdm_category] shortcode as explained in the documentation .

    I hope you understand the process. Please don’t hesitate to reach out if you need further clarification.

    Regards

    #202357

    Ryan Stueve
    Participant
    This reply has been marked as private.

    Portwell Inc.
    Participant

    In Downloads -> All Packages, when I click Add New Package, adding the first package works fine. However, when I click Add New Package a second time to add another package, it overwrites the previously added content. How can this be resolved?

    #202320

    Ibrahim Ahmed
    Participant

    1- i added 15% commission but users see Your commission per sale: 85%

    2- how to add share buttons to download template?

    3- to to make custom download template default for all downloads?

    4- how to disable comments for downloads?

    5- if customer added a product to his cart and that product price changed it not changing in the cart is it normal ?

    6- how to disable product Quantity to just buy it once in the cart?

    7- reCAPTCHA Settings is it v3, v2 visible or v2 hidden?

    8- there’s a bug in dashboard messages hope you fix it

    9- how to make the search use downloads by default?

    #202274

    In reply to: Form Lock Not Working


    Nayeem Riddhi
    Moderator

    For locked packages single file download option will not be visible. And while downloading the package it will give a zip file for all files for the related packages. And for download URL you can generate URL for download as I image attached for the packages from Downloads > All Packages section ,

    screenshot-113

    please kindly check and let me know

    Thank you and regards

    #202254

    In reply to: Form Lock Not Working


    Gaurav Chalana
    Participant

    So the link I sent you before, https://www.valtris.com/about/corporate-social-responsibility/esg-highlights/, has all of the documents that a user should be able to download once they fill out that form. I set each of those up as its own package so that we could have unique URLs for each file. What we want to have happen is, on that page, when the user clicks “Download”, they fill out the form. After they have filled out the form once, they can click any of the other “Download” buttons to download another document WITHOUT having to fill out the form again.

    Or, in other words, if a user downloads the document on https://www.valtris.com/download/supplier-code-of-conduct/, they should also be able to download the document on https://www.valtris.com/download/life-cycle-analysis-esg-highlight/ without filling out the form again.

    If the way I set it up does not work, we are open to other options, but we need a solution where:
    1. The user only has to fill out the form once.
    2. We can have unique URL/link to each document.

    #202249

    In reply to: Form Lock Not Working


    Gaurav Chalana
    Participant

    Thank you for the update. It is annoying that this does not work with Gravity Forms when that was listed as a supported plugin, as it seems a waste to have two different form plugins on the site. But, if that’s what it takes to make it work at this point, that is fine.

    You are correct that your solution does allow the download button to appear, which is what we want. However, users should only have to fill out the form once to download all of the documents associated with the form. This is not working. It is making me fill out the same exact form for each document. I have the setting under Downloads > Settings > General > Form Lock set to “Show form once in a session”, but it is showing the form more than once. Can you please help us fix this so that users only have to fill out the form once and, after that, can download any of the other documents they wish?

    For an example, here is a page with all of the downloads using that form: https://www.valtris.com/about/corporate-social-responsibility/esg-highlights/


    Nolan
    Participant

    Thank you very much for your continued support!

    I’m currently building a library with approximately 5,000 documents and am trying to create a dynamic, automated Elementor template similar to the one found on the Reqiq Downloads page (https://reqiq.co/downloads/). The template utilizes dynamic tags for fields such as the post title, featured image, post excerpt, and post URL, ensuring it is flexible and reusable across all posts without requiring shortcodes or manual linking with package for each document.

    The challenge I’m facing is with the ‘Download’ button. I need it to dynamically link to and trigger the download for the respective file in each post. Currently, templates like the ones used for this (https://reqiq.co/ethiopias-export-future-balancing-reform-and-reality/) and this (https://reqiq.co/insights/) automate most of the UI elements. However, the download functionality has been configured manually by linking each file using a custom field connected to your plugin’s master key links. While this method works, it undermines the scalability and efficiency of using templates.

    To summarize, I need a single ‘Download’ button in the Elementor template that automatically downloads the respective file for each post without requiring manual linking. This functionality is essential for maintaining the flexibility and automation of the template.

    I hope this explanation clarifies my requirements. Could you please guide me on how to achieve this? Or if the PRO version indeed has this?

    Thank you again for your support!


    Nolan
    Participant

    All context in title. How can I display a download button in a single or any other kind of template in Elementor? I’ve seen the Elementor addon, it only does packages, etc. I’m looking for single file downloads templates.

    #202109

    In reply to: Membership Plugin


    Nayeem Riddhi
    Moderator

    Here are all our discount packs, https://www.wpdownloadmanager.com/downloads/discount-packs/ and Full Access pack is this, https://www.wpdownloadmanager.com/download/full-access-pack/. Please kindly check and let me know.

    Thank you and regards

    #202073

    I did it for a specific user, but it is still shown.

    Moreover, once I restrict a category, isn’t it possible that the downloads related to the category inherit the restriction? I currently have to restrict each download per user.

    #202069

    Hi,
    now I have Download Manager Pro, WPDM – Advanced Access Control, WPDM – Archive Page, but I’m still not able to reach what I need.

    I would simply need to show to the users I gave access the categories and downloads. Providing them with the category filter which shows the categories they have access.

    For example: categories on the left and single packages on the right.

    In my attempts all of the packages or all of the categories are shown, not just the ones the user has access.

    Could you suggest how to get this, please?

    #202041

    Larry Longton
    Participant
    This reply has been marked as private.
    #201994

    In reply to: Filetype Exceptions


    Nayeem Riddhi
    Moderator

    Hello Vela Agency,

    Hope you are well. You can allow different file types putting file extension like png, jpg, exe, pdf etc from Downloads > Settings > Upload Settings as I image attached. putting * allows all type of files.

    screenshot-106

    Please kindly check and let me know if you have any queries.

    Thank you and regards

    #201972

    Nayeem Riddhi
    Moderator

    We have not any Mailerlite add-on yet, you can check the available all add-ons here, https://www.wpdownloadmanager.com/downloads/add-ons/. For adding it, you may have to order a customized service. I hope you have understood. Please kindly check.

    Thank you and regards

Viewing 25 results - 76 through 100 (of 4,370 total)