Search Results for 'all downloads'

Viewing 25 results - 151 through 175 (of 4,372 total)
  • Author
    Search Results

  • Carina
    Participant

    Currently only the “Main Download Button” seems to be protected.
    So when the bundle contents are listed, these Single File Download buttons are not protected. This means I can just download without the popup to appear.

    It would make more sense that all downloads (bundle or single) are treated the same way regarding the lock. From my point of view there is now advantage to have no lock on the Single File Download of the bundle, while the bundle is locked. Either I lock all or none.


    Carina
    Participant

    Oh, ok. It would make more sense that all downloads (bundle or single) are treated the same way regarding the lock. From my point of view there is now advantage to have no lock on the file list of the bundle, while the bundle is locked. Either I lock all or none.

    #200011

    Nayeem Riddhi
    Moderator

    Hello Carina,

    Hope you are well. Can you please elaborate more on your issue? Do you want to restrict downloads with the Allow Access option with a certain role? And do you want to register the user manually by admin from the WP-Admin > Users > Add New section? Please kindly check and let me know.

    Thank you and regards

    #199998

    Nayeem Riddhi
    Moderator

    Hello Chris,

    Hope you are well. Thanks for writing to us.

    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 regards

    #199996

    Hi there,
    when I try an update (in this case 6.5.8 to 6.6.0) this error happens:
    Aktualisierung fehlgeschlagen: Das Paket konnte nicht installiert werden. PCLZIP_ERR_BAD_FORMAT (-10) : Unable to find End of Central Dir Record signature

    When I try via wp-cli this output is given:

    Anschalten des Wartungsmodus …
    Herunterladen der Aktualisierung von https://www.wpdownloadmanager.com/?wpdmppdl=eyJkb21haW4iOiJpbnRlcm4yLmZlZy5kZSIsIklEIjoiMTU3MTciLCJvaWQiOiJXUERNNjI2N0QyMUQyQTNFOCJ9&ind=17163102886881&domain=intern.feg.de …
    Using cached file ‘/usr/local/bin/wordpress-files/.wp-cli/cache/plugin/download-manager-6.6.0’…
    Entpacken der aktualisierten Version …
    Warning: Das Paket konnte nicht installiert werden. “PCLZIP_ERR_BAD_FORMAT (-10) : Unable to find End of Central Dir Record signature”
    Abschalten des Wartungsmodus …
    +——————+————-+————-+——–+
    | name | old_version | new_version | status |
    +——————+————-+————-+——–+
    | download-manager | 6.5.8 | 6.6.0 | Error |
    +——————+————-+————-+——–+
    Error: No plugins updated (1 failed).

    When I try the link directly, it downloads the correct zip-file, but when I look at the cached file download-manager-6.6.0 it is a html-file with the line
    <div class=’w3eden’><div class=’alert alert-danger’ data-title=’Error!’>Invalid Access!</div></div>

    Can you check, whether my license is working on your side?

    Thanks, Chris

    #199916

    In reply to: Issue Updating


    Nayeem Riddhi
    Moderator

    Hello Eric Johnson,

    Hope you are well. Thanks for writing to us.

    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 regards

    #199805

    Nayeem Riddhi
    Moderator

    Please check now, I have adjusted Upload Einstellungen > Allowed file types to upload settings from Downloads > Settings section. Please kindly check and let me know.

    Thank you again and kind regards

    #199725

    Tahasin
    Moderator

    Here is the page template code:

    <div class="row">
        <div class="col-md-12">
            <div class="card mb-3 p-3 hide_empty [hide_empty:featured_image]">[featured_image]</div>
        </div>
        <div class="col-md-5">
            <div class="wpdm-button-area mb-3">
                [download_link]
            </div>
            <ul class="list-group ml-0 mb-2">
                <li class="list-group-item d-flex justify-content-between align-items-center [hide_empty:version]">
                    [txt=Version]
                    <span class="badge">[version]</span>
                </li>
                <li class="list-group-item d-flex justify-content-between align-items-center [hide_empty:download_count]">
                    [txt=Download]
                    <span class="badge">[download_count]</span>
                </li>
                <li class="list-group-item d-flex justify-content-between align-items-center [hide_empty:file_size]">
                    [txt=File Size]
                    <span class="badge">[file_size]</span>
                </li>
                <li class="list-group-item d-flex justify-content-between align-items-center [hide_empty:file_count]">
                    [txt=File Count]
                    <span class="badge">[file_count]</span>
                </li>
                <li class="list-group-item d-flex justify-content-between align-items-center [hide_empty:create_date]">
                    [txt=Create Date]
                    <span class="badge">[create_date]</span>
                </li>
                <li class="list-group-item  d-flex justify-content-between align-items-center [hide_empty:update_date]">
                    [txt=Last Updated]
                    <span class="badge">[update_date]</span>
                </li>
    <!--            <li class="list-group-item  d-flex justify-content-between align-items-center [hide_empty:company_name]">-->
    <!--                [txt=Company Name]-->
    <!--                <span class="badge">--><?php //echo wpdm_acf([268],'AuthorReview/company_name'); ?><!--</span>-->
    <!--            </li>-->
    
            </ul>
        </div>
    
        <div class="col-md-7">
            <h1 class="mt-0">[title]</h1>
            [description]
            <h3>Attached Files</h3>
            [file_list]
            <div class="wel">
                [tags]
               [add_to_list] 
            </div>
    
        </div>
    
    </div>

    for link template:

    <div class="card bg-light c2a4 mt-2 mb-2">
        <div class="card-body text-center pb-4">
            <div class="text-center wicon">
                [thumb_128x128]
            </div>
            <h3 class="p-0 m-0 mb-2"><a style="font-weight: 700" href="[page_url]">[title]</a></h3>
            <div class="text-muted text-small"><i class="fas fa-hdd"></i> [file_size] <i class="far fa-arrow-alt-circle-down ml-2"></i> [download_count] [txt=downloads]</div>
        </div>
        <div class="card-footer text-center">
                <a href="[page_url]" class="btn btn-secondary">[txt=View More]</a>
                <a href="[download_url]" class="btn btn-secondary">[txt=Download]</a>
              
    [addto_file_cart]
        </div>
    </div>
    <style>
        .w3eden .c2a4 .wpdm_icon{ height: 64px !important; width: auto; }  .well.c2a4 .media-body{ font-size: 11pt; }
        .w3eden .c2a4 .wicon img{ border-radius: 500px; max-width: 96px;margin: 5px auto 25px; }
        .w3eden .c2a4 .btn{ border-radius: 50px; font-weight: 500; margin: 0 3px; padding: 0 25px; height: 36px; line-height: 36px; font-size: 12px; }
    </style>
    #199696

    In reply to: How to upload in bulk


    Nayeem Riddhi
    Moderator

    For #1, For moving, you can use the cut file feature as I image attached from the Asset Manager section,

    screenshot-31

    For #2, you can use the Downloads> Import & Export > Select Dir option and then import selected files option.

    For #3, For setting options for All Packages globally, you can check our this add-on, https://www.wpdownloadmanager.com/download/wpdm-default-values/

    Please kindly check and let me know.

    Thank you and kind regards

    #199695

    In reply to: Search for tag


    Tahasin
    Moderator

    Hello, Alex

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

    The search engine functions by targeting package titles only. However, you can use this shortcode to query all downloads associated with specified tag(s)

    [wpdm_tag id="Tag Slug(s)" tag_field="slug" title="Custom Title" desc="Custom Dscription" toolbar="1" order_by="field name" order="asc or desc" items_per_page="10" template="temaplte name or ID" cols=4 colspad=2 colsphone=1]


    Chileprevencion
    Participant

    Hello good

    I need help since the plugin is not restarting the downloads, it resets the period but not the download limitation.

    Let me explain better:
    a user has 20 weekly downloads, the plugin resets the date but not the available downloads, so I have been manually doing the resets.

    I hope you can help me
    I look forward to your comments

    greetings

    #199494

    In reply to: Not Adding Subscribers


    Nayeem Riddhi
    Moderator

    Please configure User Signup Notification ( To: Admin ) properly as I image attached,

    2024-09-25-210555

    Also check if the SMTP mail delivery is working properly from your server or not. And protecting downloads from subscriber, please restrict packages with Allow Access option with subscriber role. Please kindly check and let me know.

    Thank you and kind regards

    #199455

    In reply to: packages for groups


    Tahasin
    Moderator

    – Advanced Access Control controls access for specific users not roles, here you can check.
    All downloads/packages assigned to a user is listed in User Dashboard My Downloads Tab

    – For custom roles, we recommend our Pro-Membership add-on. With this add-on, you can create custom roles and set restrictions using the Allow Access option in the package settings.

    WordPress Pro Membership

    #199441

    In reply to: Not Adding Subscribers


    Nayeem Riddhi
    Moderator

    Downloads > Subscribers section is only for Package Email Lock Subscriber, Google or Linkedin subscribers. For registered users you can check wp-admin > Users > All Users section. Please kindly check and let me know.

    Thank you and kind regards

    #199397

    In reply to: Issue with uploading


    Tahasin
    Moderator

    Hello, Cedric

    I hope you are doing well and thanks for contacting us.

    I have created a test package to check and it’s working fine. Kindly try clearing the cache from Downloads > Settings > Privacy > Cache & Statistiques > Clear All Cache and then upload the files again.

    Let me know if the problem persists.

    Regards

    #199379

    Ryan Stueve
    Participant

    I’m not sure I understand your question. The column you said was missing from the screenshots I provided has been added back (Users > All Users), but I can only do so with the Download Limits Add-On activated. I am leaving the plugin activated now so you can test.

    But I keep turning off the Show download limit notice at front-end option in the settings because it displays on the frontend for all of our users, even those we haven’t set a download limit for. I don’t want to confuse our users by displaying a box that says “Download Limit: 0/0.” If you need to turn that on temporarily for testing, that’s fine. But I do want to leave it off when we aren’t testing so they don’t get confused…because it is weird that the backend says 0/Unlimited while the frontend says 0/0, almost like 0 downloads are allowed to users without a limit set.


    Tahasin
    Moderator

    I have conducted a thorough review, and since you have reset the download limit for that user, it’s a bit challenging for us to identify the issue. To help debug this, could you please ask the user to attempt the download again? It would also be helpful to monitor any downloads from that user to see if the statistics are accurately capturing the downloads.

    #199356

    Tahasin
    Moderator

    Hello, Stefano

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

    Unfortunately, there isn’t an option to set a duration limit for stats. However, you can use the Delete All Stats Data button found in Downloads > Settings > Privacy > Cache & Stats to remove the stats data and ease the pressure on the database.

    Kindly check


    Mario Montoya
    Participant

    Hello. I am trying to update some of my downloads and/or create new ones, but whenever I do the uploaded file just shows as “Undefined”.

    download undefined

    If I save the download and refresh it, it doesn’t contain any file. It is not uploading successfully.

    I’ve tried with both big and small files, different formats. I’ve tried updating an existing download and creating a new one. I’ve updated to the newest version of the download manager. Any ideas?

    Thanks in advance!

    #198984

    Nayeem Riddhi
    Moderator

    Really sorry for your inconvenience. I think it is taking time to resolve your issue. But I can’t check your the attached file issues,
    https://proofs.advisorsexcel.com/2024/weekly-dbr/i/download-limits-09.05.2024.pdf
    https://proofs.advisorsexcel.com/2024/weekly-dbr/i/download-limits-09.05.2024_unique-only.pdf
    for turning off the Download Limits notice on front-end. I have enabled Show download limit notice at front-end setting from Downloads > Settings > General, but it is not showing still now. Please kindly help on this. I hope your issue will be resolved ASAP. Please kindly check and let me know.

    Thank you and kind regards


    Anna Nguyen
    Participant

    Hi Tahasin,

    Thank you for your reply, we will increase the limit as suggested.

    Another ongoing issue that we seem to be having is that the Stats do not seem to be pulling through all downloads.

    For example –
    Kathryn Feeley contacted us as she had reached her limit, which we reset for her, however if I search for her as a user in the Downlaod Hostory section, it only shows 1 download (rather than 20) what would the reason for this be?

    Thanks


    Tahasin
    Moderator

    If a user has both subscriber and Annual Membership Subscription still the reset time will count for Annual Membership role.

    What you can do is,
    – increase the limit since it’s yearly subscription, so you can set as 200 downloads(for example) per year. If any of your users report you to increase or reset the download limit you can manually reset the limit for that particular user from User page


    Anna Nguyen
    Participant
    This reply has been marked as private.
    #198941

    Nayeem Riddhi
    Moderator

    Hello Eric Johnson,

    Hope you are well. Thanks for writing to us. Amazon S3 Addon is not installed on your site. However, 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 regards

    #198896

    ok i understand but it doesn’t work, it only allows one download for guests, my configuration is to reset download in 1 day and it’s been 3 days and the download button didn’t appear again and the countdown timer never reaches zero, I think when there are 12 hours left for the countdown timer to reach zero it appears again that there are 1 day and 12 hours left for me to download again

    The download button for guests doesn’t appear, it only appears when you click on reset downloads for everyone

Viewing 25 results - 151 through 175 (of 4,372 total)