Search Results for 'download link'

Viewing 25 results - 326 through 350 (of 9,349 total)
  • Author
    Search Results
  • #200283

    Baptiste Dumouchel
    Participant

    Hello,
    I am experiencing major slowdowns on pages with the plugin installed. I have a cache plugin installed, no change.
    After monitoring the site, it turns out that this comes from a certain number of very slow requests (78), for example:

    select download_count from xxx_ahm_user_download_counts
    WHERE user = '1' and package_id = '3418'

    The plugin is up to date, and I am using this shortcode:
    [wpdm_all_packages items_per_page="20" categories="human-factors" jstable=1 order_by="field_name" order="ASC" cols="title,description|download_link" colheads="Title::300px|Download::155px"]
    Example : https://www.smartcockpit.com/flight-ops/human-factors/

    What can be done to eliminate these slowdowns?
    Thanks in advance

    #200273

    John Mills
    Participant

    Hi Tahasin….thank you…the V2 reCaptcha works…unfortunately when you click on the nice looking simple PDF File display (just shows the symbol and file size and name – exactly what I want)…this immediately opens into a Table with a download button on top and file size, file created date, file last modified date etc and the reCaptcha box….I do NOT want visitors to see the file original or created date as this is an Evergreen product.

    How do you STOP the table being displayed when you click on the simple PDF display (see previous link…it shows exactly what happens…albeit the reCaptcha issue is now resolved.

    Thanks….John

    #200257

    HappyHelper
    Member

    I believe using that [download_link] shortcode adds a NEW download button somewhere on the page. Image gallery has its own download button on EACH photo and the styling of that button does not come from your settings. I believe this button is hard coded in the [image-gallery] shortcode so how can it be edited? I need to be able to customize the image gallery download button and add download count under each images title.

    How can this be done?

    #200255

    Nayeem Riddhi
    Moderator

    Hello HappyHelper,

    Hope you are well. Thanks for writing to us. You shall able to find your active link/page templates from the Downloads > Templates section. And please use [download_link] template tag in your used template, thus I hope the appearance settings that has been set by you, will be effected from Downloads > Settings > User Interface > Color/Download Button. Please kindly check.

    Thank you and kind regards

    #200166

    Romy Winkler
    Participant

    Dear Support,

    we have our own Download Template and it worked well. Unfortunately, since some days, the thumbnails are missing. Cache was deleted, but there is no difference.

    Code:

    <div class=”well c2a3″>
    <div class=”media”>
    <div class=”mr-3″ align=”left”>
    [thumb_100x100]
    </div>
    <div class=”media-body”>
    <h3 class=”media-heading” style=”padding-top: 0px;border:0px;margin: 0 0 5px 0;font-size:12pt;”>
    <b>[title]</b> | Kategorie: [categories] </br>
    <span style=”font-size:8pt;font-weight:300″>
    Größe:[file_size]
    [download_count] Downloads
    </span>
    </h3>
    [description]
    </div>
    <div class=”ml-3″ align=”right”>
    [download_link]
    </div>
    </div>

    </div>

    _______
    Page with the problem:

    Downloadbereich


    _______
    I saw in the forum that some others have the same issue. Can you help, please?
    Thanks in advance

    This reply has been marked as private.

    Hi there,

    with Devault Values I have renamed all link labels to “read”. But when I use the search function of the Download Manager the search results display the link labels as “Download” – why?

    Link label difference

    YOu can try it out yourself here: https://www.lorenz-partners.com/newsletters-brochures/?search=legal

    How can I make it as I need it? Please advise.

    Thanks

    #200145

    In reply to: Advanced search


    Tahasin
    Moderator

    Use this tag [excerpt] in your page template file from here : wp-content/plugins/download-manager/src/Package/views/page-templates/your-link-template-name.php to show the Excerpt texts

    #200128

    In reply to: Advanced search


    Tahasin
    Moderator

    Then you have to modify the link template with the following 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="fa fa-calendar" aria-hidden="true"></i>
                         <span> Publish Date [create_date]</span></div>
    
                </div>
                <div class="ml-3">
                    [download_link]
                </div>
            </div>
        </div>
    </div>

    Just paste the given code here: wp-content/plugins/download-manager/src/Package/views/link-templates/link-template-default.php

    #200111

    In reply to: Advanced search


    Tahasin
    Moderator

    kindly use this shortcode to show the publish date
    [wpdm_all_packages login=1 thumb=1 items_per_page="20" categories="slug1,slug2,.." jstable=1 order_by="field_name" order="ASC/DESC" cols="title,file_count,download_count|categories|publish_date|download_link" colheads="Title|Categories|publish Date|Download::155px"]

    This will be the final result,screenshot

    Kindly check and let me know, if this aligns with your requirements.

    #200081

    Chileprevencion
    Participant

    Hello

    I wanted to ask for your help since the “DOWNLOAD” button does not appear, it disappeared.
    I use the short code [download_link]
    I attach an image so you can understand which one I’m talking about.

    #200075

    In reply to: Advanced search


    Giulia Todini
    Participant

    Hi, yes, I’ve bought it.

    I have a question: I would like to show the publishing date of each download.

    I have the following shortcode:
    [wpdm_all_packages thumb=1 items_per_page="10" jstable=1 order_by="page_link" order="ASC" cols="page_link,package_size,location|categories|publish_date|download_link"]

    But the date has not been shown.
    Please let me know asap, thanks
    Giulia

    #200070

    Tahasin
    Moderator

    We have checked the issue on our end, and the [download_link] is working fine. To investigate further, we need to check it from your end, so please share the login credentials for your site.

    #200017

    Omar Saber
    Participant

    These are the settings I use now and they work without any problems on version 6.5.7 and these settings have not changed since I purchased the plugin in 2021

    This is the download link code that I have also used since then and it has not changed and now works without any problems on version 6.5.7.

    The problem is that after updating to the latest version, when a visitor clicks on the word “Download” instead of downloading the required file, the article page opens again without downloading the file.

    #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 &#8230;
    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


    Leviathan Srl
    Participant

    Hello, I am experiencing an issue with saving the settings in the Download Manager plugin. When I try to modify the option to index the download links and click “Save,” the loader appears, but the process never seems to complete. Even after waiting, when I refresh the page, the settings revert back to their default values, as if I haven’t made any changes. Could you please help me resolve this issue?

    My website is https://feyc.eu/

    Thank you in advance.

    #199972

    ieltsschool bd
    Participant

    I recently migrated my site ieltsschoolbd.com from siteground to namecheap, after migrating my site ielts material download link not working, here is page link: https://ieltsschoolbd.com/download-category/ielts-materials/, I also try by reupdating the drive link but still it shows invalid download link, can you please check and let me know what the issue

    #199970

    Tahasin
    Moderator

    Which short-code you are using for direct download link?

    #199969

    Omar Saber
    Participant

    Is there any upcoming update to solve the problem of downloading with direct links?

    #199947

    cbryant
    Participant

    How come your plugin injects an empty popup into pages that don’t even have a DML download block or link? This is bad for ADA compliance.


    BudBreak Creative
    Participant

    [wpdm_category id=""] seems to be broken. It’s displaying inline CSS before the output of the shortcode content and then after the shortcode content it’s displaying what appears to be a var_dump() of an array.

    Before the output:
    .wpdmdt-toolbar { padding: 10px; } .wpdmdt-toolbarb { padding: 5px 10px 10px; } .wpdmdt-toolbar > div { display: inline-block; } table, td, th { border: 0; } #wpdm-all-packages .card { overflow: hidden; } .dataTables_wrapper .table { margin: 0; } #wpdmmydls-695e57e9e5aa162b5f738a277ed330be { border-bottom: 1px solid #dddddd; border-top: 1px solid #dddddd; font-size: 10pt; min-width: 100%; } #wpdmmydls-695e57e9e5aa162b5f738a277ed330be .wpdm-download-link img { box-shadow: none !important; max-width: 100%; } .w3eden .pagination { margin: 0 !important; } #wpdmmydls-695e57e9e5aa162b5f738a277ed330be td:not(:first-child) { vertical-align: middle !important; } #wpdmmydls-695e57e9e5aa162b5f738a277ed330be td.__dt_col_download_link .btn { display: block; width: 100%; } #wpdmmydls-695e57e9e5aa162b5f738a277ed330be td.__dt_col_download_link, #wpdmmydls-695e57e9e5aa162b5f738a277ed330be th#download_link { max-width: 155px !important; width: 155px; } #wpdmmydls-695e57e9e5aa162b5f738a277ed330be th { background-color: rgba(0, 0, 0, 0.04); border-bottom: 1px solid rgba(0, 0, 0, 0.025); } #wpdmmydls-695e57e9e5aa162b5f738a277ed330be_length label, #wpdmmydls-695e57e9e5aa162b5f738a277ed330be_filter label { font-weight: 400; } #wpdmmydls-695e57e9e5aa162b5f738a277ed330be_filter input[type=search] { display: inline-block; width: 200px; font-size: 12px; } #wpdmmydls-695e57e9e5aa162b5f738a277ed330be_length select { display: inline-block; width: 60px; font-size: 11px; } #wpdmmydls-695e57e9e5aa162b5f738a277ed330be .package-title { color: #36597C; font-size: 11pt; font-weight: 700; } #wpdmmydls-695e57e9e5aa162b5f738a277ed330be .small-txt { margin-right: 7px; } #wpdmmydls-695e57e9e5aa162b5f738a277ed330be td.__dt_col_categories { max-width: 300px; } #wpdmmydls-695e57e9e5aa162b5f738a277ed330be .small-txt, #wpdmmydls-695e57e9e5aa162b5f738a277ed330be small { font-size: 9pt; } .w3eden .table-striped tbody tr:nth-of-type(2n+1) { background-color: rgba(0, 0, 0, 0.015); } .dataTables_wrapper .dataTables_paginate .paginate_button:active, .dataTables_wrapper .dataTables_paginate .paginate_button:focus, .dataTables_wrapper .dataTables_paginate .paginate_button:hover, .dataTables_wrapper .dataTables_paginate .paginate_button { margin: 0 !important; padding: 0 !important; border: 0 !important; background: transparent !important; } .paginate_button.page-item.active a { background: var(--color-primary) !important; color: #fff !important; } @media (max-width: 799px) { #wpdmmydls-695e57e9e5aa162b5f738a277ed330be tr { display: block; border: 3px solid rgba(0, 0, 0, 0.3) !important; margin-bottom: 10px !important; position: relative; } #wpdmmydls-695e57e9e5aa162b5f738a277ed330be thead { display: none; } #wpdmmydls-695e57e9e5aa162b5f738a277ed330be, #wpdmmydls-695e57e9e5aa162b5f738a277ed330be td:first-child { border: 0 !important; } #wpdmmydls-695e57e9e5aa162b5f738a277ed330be td { display: block; } #wpdmmydls-695e57e9e5aa162b5f738a277ed330be td.__dt_col_download_link { display: block; max-width: 100% !important; width: auto !important; } }

    After the output:
    0 [3884] ► 1 [1391] ► 0 [1393] ► 0 [1395] ► 0 [1397] ► 0 [1399] ► 0 [1401] ► 0 [1403] ► 0 [1405] ► 0 ) -->

    The site is not publicly accessible so I can’t provide a link.

    This issue started a few updates ago and we can’t seem to roll it back.

    #199925

    Tahasin
    Moderator

    Okay, we are checking from our end, and if we find anything, we will let you know. Could you also share which shortcode you’re using for direct download links?

    #199920

    Tahasin
    Moderator

    Previous login credentials have expired. Could you please provide new ones? Also share the URL where you have placed the direct download links.

    #199911

    Omar Saber
    Participant

    After downloading the latest update and solving the problem, another problem appeared, which is that the direct download links do not work, and when you click on the word “Download”, it opens the same page, but in another TAB.

    #199910

    In reply to: Slowing the site load

    That’s not on, but that is what the delay seems to be.

    select download_count from wp_2_ahm_user_download_counts

    My template as below.

    <div class=”link-template-default card mb-2″>
    <div class=”card-body”>
    <div class=”media”>
    <div class=”mr-3 img-48″>
    <table class=”link-table” style=”width: 100%;” border=”0″>
    <tbody>
    <tr>
    <td style=”width: 50px;”>[icon]</td>
    <td>[title]</td>
    <td style=”text-align: right;”>[download_link]</td>
    </tr>
    </tbody>
    </table>
    </div>
    </div>
    </div>
    </div>

Viewing 25 results - 326 through 350 (of 9,349 total)