Search Results for 'all+downloads'

Viewing 25 results - 651 through 675 (of 4,412 total)
  • Author
    Search Results
  • #183176

    Tanvir
    Spectator

    Hello,

    I have found that no files are attached in the download packages.
    You can check those from Downloads > All Packages if you find no files, please attach files from there.
    Also found that you are using old version of wpdm pro. That is not recommended. If possible please update it to the latest version 6.2.9

    Regards
    Tanvir

    #183171

    Gail Francombe
    Participant

    We have the plugin already installed and PDF Stamper settings set. However, the watermarks doesn’t get applied to our PDF downloads.

    #183140

    Eddy Wright
    Participant

    Hello. Thank you for responding.
    I did not place any restrictions on my download other than assigning a password that the user must enter to access all of my downloads. But, as I stated, 2 of my downloads are not displaying the “download” button, meaning that my visitors will not know where to click to access these 2 specific downloads.
    I do not wish to provide my URL to my download nor allow temporary access to my dashboard because of a dishonest experience I had with another person hijacking my information on a different platform after I gave them access to my dashboard….very unfortunate situation because now I do not trust anyone being given access to my dashboard.
    My questions about the 2 files that do not display the “download” button:
    -Does it matter if a download is a paid item that I password-protected through Download Manager? Not selling through Woo Commerce, but want to use WordPress Download Manager where my visitors can access my downloads.
    -Does the size of the download matter? I’m thinking that it should not matter because it shows that my maximum file size is “no limit”.
    Thanks in advance for your response.


    Jason Levandoski
    Participant

    So I have given up support… After so many days I have to get downloads working again.. I have rolled back my site to Jan 10.

    At this point my site is working 100%. All themes and plugins are up to date except Download Manager which is running with version 6.2.8. So there definitely appears to be a major bug going on in 6.2.9…

    -Jason

    Screenshot-2023-02-06-100632


    Imr Ta
    Participant

    We have been having a problem with the WPDM pro for about 2 months now.

    When a visitor tries to download a file here: https://healtheducationpartnership.com/free-resource-downloads/
    They enter their details and all it now shows is a spinning download animation. but it does not go any further.

    Tried
    We have done all the cleared cache suggestions (in Browser, WordPress and Hosting a/c), also we have also downloaded the latest WPDM pro plugin and tried to disable other plugins to test but still no luck.

    It was all working fine for 1-2 years, but the client noticed back in Nov-Dec 2022 that this issue arose.

    Any ideas for solutions?

    Else this plug-in is now useless to us.

    Cheers


    Jason Levandoski
    Participant
    This reply has been marked as private.

    Jason Levandoski
    Participant
    This reply has been marked as private.

    George C
    Participant
    This reply has been marked as private.

    Hi,

    I’m looking for a shortcode (for the link template or page template) to get the FIRST PAGE of a PDF rendered instead of a preview of the whole document [doc_preview] (which is not good for performance if you have a lot of downloads on one single page)
    I don’t want to generate manually the FIRST PAGE of the document as image to use it as “featured Image”neither do I want to use Icons.

    Any Solution?

    #182888

    Stacey Gibbs
    Participant
    This reply has been marked as private.
    #182713
    This reply has been marked as private.

    Nate Enns
    Member

    Using the plugin Advanced Access Control, and its shortcode, I’ve set up a “My Downloads” page for each of our users.

    Currently it sorts by the file name. But I’d like all of the newest files to show at the top. Is there a place where I can set the sort field?

    'My Downloads' page

    Thanks!

    #182535

    Nayeem Riddhi
    Moderator

    Hello Abram Watson,

    If you already installed and activated WPDM main plugin, you should be able to see the Downloads section menu. if possible, can you please, give your temporary wp-admin login details in a private reply for checking the issue?

    Thank you and regards


    Wolf Lewitz
    Participant

    After update today my templates are not working anymore. Need help. I tried verythin, but it shows allways the default template. Please help to solve this issue. Page Link: https://www.hzwei.info/Relaunch/shop-downloads/

    Here three examles, the first two have the same result, like you can see on the page, the last one ist different but not wht i need and want.
    I wand to show thubs and use the hover_card_3 version.

    [wpdm_packages link_template="wolf_ueberarbeitetes_default_template" order_by="date" order="desc" paging="1" items_per_page="10" title="" desc="" cols=1 colsphone=1 colspad=1]

    [wpdm_packages link_template="link-template-panel" order_by="download_count" order="desc" paging="0" items_per_page="10" cols=2 colsphone=1 colspad=1 title="Most Downloaded Packages" desc=""]

    [wpdm-all-packages items_per_page="10" toolbar="1" order_by="create_date" order="desc"; jstable=1]

    The Shortcode documentation is not very good on your page, you shoud show a list of all possible shortcodes or at least better examples and user should be able to copy them to use.

    I tried some of your codes but tehy not warking either.

    Here is the HTML and CSS Info:
    <div class=”card hover_card__3″>
    [thumb_200x300]
    <div class=”card-body text-center”>
    [icon]

    <span class=”text-info text-small”>[category]</span>
    <h3>[title]</h3>
    [sales_price]
    <p>
    Erstellt am: [update_date]
    </p>

    ————————————————
    .w3eden .hover_card__3{
    max-with: 300px;
    margin-bottom: 30px;
    border:0;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 0 15px rgba(0,0,0,0.1);
    }
    .hover_card__3 a{
    display: block;

    }
    .w3eden .hover_card__3 h3{
    font-size: 16px;
    font-weight: 600;
    line-height: 1.4;
    }
    .w3eden .hover_card__3 .card-footer{
    font-size: 12px;
    border: 0;
    color: #888;
    }
    .w3eden .hover_card__3 span i{
    margin-right: 4px;
    }
    .w3eden .hover_card__3 .card-body{
    padding: 0 20px;
    z-index: 999;
    position: relative;
    }
    .w3eden .hover_card__3 .card-body .intro{
    display: block;
    margin-top: -64px;
    background: #fff;
    padding: 0 80px;
    padding-top: 0px;
    border-radius: 50%;
    height: 160px;
    box-shadow: 0px -2px 1px rgba(0,0,0,0.1);
    text-decoration: none;
    transition: all ease-in-out 300ms;
    padding-top: 48px;
    margin-left: -80px;
    margin-right: -80px;
    }
    .w3eden .hover_card__3 .card-body .intro *{
    text-decoration: none;
    }
    .w3eden .hover_card__3 .card-body .intro p{
    font-size: 13px;
    margin-bottom:0;
    color: rgba(0,0,0,0.7);
    }
    .w3eden .hover_card__3 a img{
    transition: all ease-in-out 300ms;
    }
    .w3eden .hover_card__3:hover a img {
    transform: scale(1.2);
    transition: all ease-in-out 300ms;
    }
    .w3eden .hover_card__3:hover .intro{
    transition: all ease-in-out 300ms;
    margin-top: -70px;
    height: 166px;
    padding-top: 48px;
    }
    .w3eden .dl-btn{
    display: inline-block;
    font-size: 24px;
    position: absolute;
    left: calc(50% – 36px);
    top: 0;
    width: 72px;
    height: 72px;
    padding: 10px !important;
    border: 4px solid #ffffff;
    margin-top: -100px;
    line-height: 64px;
    background: var(–color-primary) linear-gradient(45deg, rgba(12,6,121,0.5) 0%, rgba(0,212,255,0.3) 100%);
    border-radius: 500px;
    padding: 4px;
    color: #ffffff;
    }
    .w3eden .dl-btn img{
    max-width: 100%;
    }

    #182499

    Nayeem Riddhi
    Moderator

    Hello Joachim Bartel,

    Hope you are well. For some add-ons PLUGIN not FOUND message will show because they are PRO plugins and they are not in the WordPress Plugin repository. And for certain site server settings, DOWNLOADS –> Settings –> Updates will not work, For updating the WPDM main 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.

    Alternatively, You can also download them from here.

    And for updating WPDM add-ons, please download your plugin from here,

    User Dashboard

    and update manually from the wp-admin dashboard Plugins > Add New option. I hope, thus it will work fine. please check and let me know

    Thank you and regards

    #182446

    Werner Pretorius
    Participant

    Hi
    Having issues with the All Downloads Table not showing any Packages and not excluding categories. See images and more In the second image you can see that I’ve excluded a category (on the left), but it still shows in the dropdown. In the first image you can see 365 files found, nothing listed though. Testing URL link

    Please advise
    Regards
    Werner

    #182408

    BGM
    Participant

    The problem comes about after upgrading the plugin. I’ve gone ahead and upgraded all of them to the latest then updated the short codes the best I can. Here are the screenshots of what we are experiencing. Please let me know if you have questions.

    Layout of Downloads->Home before upgrading:

    Layout of Downloads->Home after upgrading and fixing short code:

    Once I get into a category you can see how the package description layout changed:

    This is what viewing a package looked like before upgrading:

    Viewing a package post upgrade:

    I have not made any changes to the document-library page so you can see exactly what it looks like after upgrading, before I change any short codes.

    Hopefully this helps clarify the issues we are experiencing. Thanks again.

    #182372

    Franz Knittl
    Participant

    The users Max Muster or MartinPfeiffer all received a package with photos.

    The files for download are not displayed in the dashboard.
    That’s the problem I can’t get any further!

    The login works perfectly and if successful, the user is redirected to his dashboard.

    His photos should then be visible there under “my Downloads”. NOTHING no matter what I try shows up there.

    #182361

    Franz Knittl
    Participant

    Why are files suddenly no longer displayed in the dashboard? I’ve tried everything but no chance.

    Urgent help please as these days it’s really annoying that one problem gets fixed and the next one pops up.

    THANKS

    #182329

    Adi
    Participant

    UPDATE: I did as you suggested, even after the option to replace files with same name was enabled, when you click the red trash icon in the package edit to remove an attached file and then you upload another file with the SAME name, the downloadmanager silently FAILS and when you try downloading it only downloads a BLANK file with zero bytes called “download-manager-files”. It’s a bug, I have tested, please fix it so that duplicate file names don’t cause the download to break.

    #182266

    Robert
    Participant

    I would like to directly link to the actual download straight from the table that is produced using the [wpdm_user_dashboard recommended="recent"] shortcode.

    In your example, the URL tied to each item in the “Last 5 Downloads” table drives to the package page. I prefer the URL in the table directly link to the actual file. I’m trying to remove one step for my visitors.

    Actually, I don’t have any need for the package pages at all.


    Martin Liungman
    Participant

    I am guessing I can download the plugin manually and just upload it to the plugin-folder, and then reactivate the pro version with my code. But I want to be sure this is the correct way to update an existing installation of the plugin, without overwriting existing settings and downloads.


    Tanvir
    Spectator

    Hello Owen,

    Thanks for contacting us.

    Generally email lock is for free downloads to collect emails of the visitors. For premium downloads, you already get the email when they pay for the download. There is no need to collect email through email lock. So the feature will not work properly here with premium downloads. Hope you understand.

    Let us know for further assistance.

    Regards
    Tanvir

    #182091

    Tanvir
    Spectator

    Hello Kevin,

    Thanks for contacting us.
    You can set the allowed file types for Downloads > Settings > Basic
    image

    However, if the issue still persists, please share the related url of your website as well as admin access of your website in a private reply to check and inspect the issue further.

    Regards
    Tanvir

    #181925

    Nayeem Riddhi
    Moderator

    Hello Travis Harley,

    Hope you are well. With the [wpdm_all_packages] shortcode you can display all the packages and if you want to show the table for a specific category or categories, you can use the categories parameter. please check the doc here for more details,

    [wpdm_all_packages] – List all downloads in tabular format in a page

    please check and let me know

    Thank you and regards

Viewing 25 results - 651 through 675 (of 4,412 total)