Search Results for 'all downloads'

Viewing 25 results - 1,901 through 1,925 (of 4,390 total)
  • Author
    Search Results

  • Nayeem Riddhi
    Moderator

    Hi
    Please follow these steps to update the plugin,

    1 ) Deactivate and delete the old version. You won’t lose any data.
    2 ) Download latest version from here https://www.wpdownloadmanager.com/user-dashboard/?udb_page=purchases
    3 ) Install the latest version and activate the license key.

    To enable the auto-update, login to your WPDM account from Downloads > Settings > Updates tab. If login is successful and you have an active subscription then you can update the future releases right from your plugins page. I hope this will help you.

    Thanks.

    #122664

    In reply to: cannot update


    Nayeem Riddhi
    Moderator

    Hi
    Please follow these steps to update the plugin,

    1 ) Deactivate and delete the old version. You won’t lose any data.
    2 ) Download latest version from here https://www.wpdownloadmanager.com/user-dashboard/?udb_page=purchases
    3 ) Install the latest version and activate the license key.

    To enable the auto-update, login to your WPDM account from Downloads > Settings > Updates tab. If login is successful and you have an active subscription then you can update the future releases right from your plugins page.

    Thanks.

    #122655

    Nayeem Riddhi
    Moderator

    Hi,

    I have checked from your site, the templates working fine. If you want to see the preview of templates you can check them from Downloads > Templates and the preview button. and if you want to edit or adjust with new code, you can follow this doc, https://www.wpdownloadmanager.com/doc/template-files/, by default, you are usinglink-template-default.php for link template and page-template-default.php for the page template. As documentation, you have to copy the file in the theme directory naming a folder called download-manager, then paste it in tpls>page-templates for page templateor tpls>link-templates for link template. or if you want to create from the admin panel you can use the PRO version. you will find templates available tags here, https://www.wpdownloadmanager.com/doc/templates/template-tags/

    and for showing package related categories you can use this tag in your template[categories]. it is also available here, https://www.wpdownloadmanager.com/doc/templates/template-tags/

    and for third when you have given allow access to the subscriber as an administrator you can see the download button, but if you check the file/package from the incognito mode it is not showing there. please check and let me know.

    Thanks.

    #122490

    ENEA WPDM_Admin
    Participant

    Hi,

    My name is Raluca, I am a colleague of Mihai’s and I am checking this issue out.
    I have checked the setting again. This time the license seems to be activated. I try to install: “All Add-ons ( wpdm-amazon-s3.zip )”, I get the message “Success!” but the add on is still not installed. I logged out and logged in again from the Downloads/Settings/Updates, pressed the install button again for that Add on and the install is still not done!
    Please let me know what should be the next steps.

    Best Regards,
    Raluca

    #122484

    In reply to: Add-on update


    Nayeem Riddhi
    Moderator

    Hi
    Please follow these steps to update the plugin,

    1 ) Deactivate and delete the old version. You won’t lose any data.
    2 ) Download latest version from here https://www.wpdownloadmanager.com/user-dashboard/?udb_page=purchases
    3 ) Install the latest version and activate the license key.

    To enable the auto-update, login to your WPDM account from Downloads > Settings > Updates tab. If login is successful and you have active subscription then you can update the future releases right from your plugins page.

    Thanks.

    #122450

    Shahriar
    Moderator

    Hi
    Please follow these steps to update the plugin,

    1 ) Deactivate and delete the old version. You won’t lose any data.
    2 ) Download latest version from here https://www.wpdownloadmanager.com/user-dashboard/?udb_page=purchases
    3 ) Install the latest version and activate the license key.

    To enable the auto-update, login to your WPDM account from Downloads > Settings > Updates tab. If login is successful and you have active subscription then you can update the future releases right from your plugins page.

    Thanks.

    #122449

    Scott Beilke
    Participant

    Currently installed is DMP 4.0.4 with a message “Automatic Update not available for this plugin”

    Followed advise in another form post to download the plugin from downloads area. In attempt to install the package I have the message: /html/wp-content/plugins/download-manager/ already exists.

    I’d really enjoy having automatic update available for this plugin. What needs to be done to update the plugin and have automatic updates available?

    Thanks.

    #122270

    Cal Olson
    Participant

    Good day. I’m having the same issue when I try to download the History. Get notice accross all browsers “Failed – Network error” Typically this allows me to download the cvs file of various downloads. Hosted in WP Engine. Any help would be appreciated

    #122025

    In reply to: Bulk Export & Import

    Thank you. What about the downloads / files – do we manually have to move them across?

    #121974

    Hi Nayeem,

    Thank you for your response. Yes we’ve done this already. This seems to disable the ‘all-downloads’ archive. However the individual category archives are still generated / active.

    We currently have WPDM Custom Access Level installed. We are using [wpdm_user_dashboard signup=1] as the main public facing interface for end users.

    We would like the main view when a user logs in (via the signup form presented on the user dashboard page) to be the My Downloads view (ie ?udb_page=my-downloads).

    Although this wasn’t documented, scouring through the source code, we found this solution:

    [wpdm_user_dashboard signup=1 redirect="https://www.mydomain.com/my-downloads-base/?udb_page=my-downloads"]

    So when a user now logs into WPDM through the User Dashboard login dialog, they will go directly to the “My Downloads” view.

    We are also interested in finding out how to do this.

    Basically we would like to use something like [wpdm_user_dashboard signup=1], but have it default to the “My Downloads” view (ie https:/mywebsite.com/download-manager/?udb_page=my-downloads.

    Is there a way defaulting the view to “My Downloads” ?udb_page=my-downloads rather than the ‘Profile’ view?

    PS. we are using the “WPDM Custom Access Level” plugin.

    • This reply was modified 5 years, 4 months ago by safetysystems. Reason: more info

    Nayeem Riddhi
    Moderator

    Hi,

    Please copy the below code and then from Downloads > Templates, Create a new link template, paste in HTML section the code

    <div class="link-template-default card mb-2">
        <div class="card-body">
            <div class="media">
                <div class="mr-3 img-48">[icon]</div>
                <div class="media-body">
                    <h3 class="package-title">[page_link]</h3>
                    <div class="text-muted text-small"><i class="fas fa-hdd ml-3"></i> [file_size]</div>
    Document Author : [author_name] |
    Document Date : [create_date]
                </div>
                <div class="ml-3">
                    [download_link]
                </div>
            </div>
        </div>
    </div>

    After saving the link template, you can choose your link template from package settings. Please check and let me know.

    Thanks.


    Ensicaen
    Member
    This reply has been marked as private.

    Tiffany Richards
    Participant

    I purchased the special pack. I am looking for the add-ons included (specifically the PDF viewer). When I go to Downloads > Add-Ons – I found it in the list but it is showing $39.00 to purchase it. How do i install the add-ons included with the Special Pack?
    Also, where can I go to find a Beginners Guide to getting started with WPDM? I need more help/explanation than what is provided on this website.
    (Basically I have a ton of PDF’s for my website that I want to organize and provide for viewing (not purchasing).

    #121648

    Stealth
    Participant

    Hello Nayeem,

    That didn’t appear to work either. How ever the downloads list is actually rendering out fine. Its the search form around it I am trying to alter the structure of.

    #121480

    Hayder Jawad
    Participant

    I just purchased the Download manager plug-in yesterday, and I have some problems need to fix and I have some other questions, I will list all below as points:

    1- “Basic Settings” in the Download Manager settings, is not saving, every time I click save settings the gear icon keeps spinning but it never showed “Settings Saved Successfully” message, while other settings tabs I can save changes normally. I can’t modify anything only in the Basic tab.
    2- What template I can use to make packages showed in categories like “Tiles”, actually I want to make a file hosting section like this one “https://www.thingiverse.com/newest”?
    3- How I can set default settings for front-end “add package” page that front-end user can’t see or can’t modify. For example. I don’t want user to change “template” or “set limit for number of downloads”?


    Sebastian Schwarz
    Participant

    Hi,

    is it possible to limit the plugin functionality to one certain page only.
    Meaning that all scripts and styles are only loaded, when this certain page (for example ../downloads) ist visited?
    Would this be possible with a conditional function in functions.php and how would this function need to look like?

    Thanks for your help in advance!
    Sebastian


    Audrey Miller
    Participant

    I use Woocommerce Memberships to restrict access to pages and to show them only to logged-in members. Since last update of this plugin, even if a member is supposed to have access to a protected page, it is always restricted. The behavior stops when I deactivate Download Manager. Then, everything works fine (except that I can’t manage my downloads!). If I reactivate WPDM, the members can’t access the protected pages anymore. The problem here is that I need both plugins and I’d rather they do their own thing 🙂 Any clues? I also wrote to the Woocommerce Memberships team. Thanks a lot! (I tried to uninstall and reinstall both plugins as well.)


    ENEA WPDM_Admin
    Participant

    Hello,

    We have WPDM Pro and “All Plugins pack”.

    The automatic update was NOT available.
    I have updated it manually, but now it is not working as expected.

    It did not preserve the add-ons that were installed in the previous version.
    Even if I try to install them from the Downloads/Settings/Updates page, it says “Success”, but they are not actually installed.

    One thing that I noticed is a warning from WordPress saying:
    Please activate Download Manager Pro license for automatic update. Validate license key

    I clicked on the “Validate license key”, and the Downloads/Settings/License page was opened.
    I checked the license and it is the one available in our account for WPDM Pro.

    Is there a license related issue?
    Do we need to upload each WPDM add-on manually?

    Or how can we make it work again?

    Best Regards,
    Mihai Nitu

    #121324

    In reply to: Upload History


    Nayeem Riddhi
    Moderator

    Hello,

    You can check these options, here in front end using the shortcode [wpdm_frontend], you can see all items as well as which author has uploaded which you can track easily.

    image

    and in Downloads > Stats, you can easily track the download history as well which user/IP has downloaded the file.

    image

    hope this will help you.

    Thanks.


    Web Guy
    Participant

    Yes, I am using the latest version of WPDM and the latest version of the Download Limit Addon on my own website.

    However, please note that the screenshot that I previously sent was taken from your own demo site:
    http://demo.wpdownloadmanager.com/wpdmpro/download/multi-file-package/

    Try changing the number of monthly allowed downloads on that Demo Site from “9999” to “1” and then test on the above package link.

    I’m assuming that the demo site is running the latest versions.

    Please advise.

    #121099

    Nayeem Riddhi
    Moderator

    Hi,
    Please follow these steps to update the plugin,
    1 ) Deactivate and delete the old version. You won’t lose any data.
    2 ) Download latest version from here https://www.wpdownloadmanager.com/user-dashboard/?udb_page=purchases
    3 ) Install the latest version and activate the license key.

    For future updates, To update the plugin from plugins page login to your WPDM account from yourDownloads > Settings > Updates tab.
    Thanks.


    Luther Davies
    Participant

    Hi there,

    We’re using Directory Add-on to show certain parent categories of downloads on different pages. Normally the child categories are shown in the filter menu on the left, but some seem to have disappeared even though they do contain packages.

    The site is login only so I will share details by private reply.

    Thanks,

    Luther


    Varinder Singh
    Participant

    While viewing the All Package page under Downloads, the page view is not at all proper.
    I am sharing the layout view as;
    https://www.dropbox.com/s/3uohia95kv6e6i2/wpdm-packagepage.png?dl=0

    Please suggest, how to correct it.

Viewing 25 results - 1,901 through 1,925 (of 4,390 total)