Search Results for 'download link'

Viewing 25 results - 376 through 400 (of 9,316 total)
  • Author
    Search Results
  • #197790

    In reply to: Deactivate page view


    Nayeem Riddhi
    Moderator

    Ok, now, got the problem. If you are using the free version of WPDM and using the default template, you can edit the link-template-default.php file. you can edit it from download-manager\src\Package\views\link-templates dir. For making backup your file you may follow this doc,

    Template Files

    And for related template tags, please check this doc,

    Template Tags

    please let me know, if you need further assistance.

    Thank you and regards

    #197775

    Nick Haywood
    Participant

    Hello, I hope you can help,

    None of the files I have within download-manager can be crawled.
    I have nothing within the robottxt file that would block them. And all the download links are set to unmask within the settings.

    Google search console is telling me that there is a no-follow attribute on the pages, but as I have mentioned earlier, there are no attributes applied within the robots file.

    Many thanks

    Nick

    I think I found that bug as well. In all-packages-shortcode.php line 9 there are the default columns defined: page_link,file_count,download_count|categories|update_date|download_link. Calling __::valueof() on them with ‘safetxt’ sanitazation removed the commas, which are needed in line 14 for exploding the column values.

    To fix this you’ll need to change the file:
    src/__/__.php

    There is says:

    337 case "safetxt":
    338    $value = preg_replace("/([^a-zA-Z0-9_|\-\s])/", "", $value);
    339    break;

    To fix it change line 338 to:
    338 $value = preg_replace("/([^a-zA-Z0-9,_|\-\s])/", "", $value);

    Basically you’ll need to insert a comma into the regex.

    PLEASE again forward this to you developers – thank you!

    #197759

    In reply to: Deactivate page view


    Nayeem Riddhi
    Moderator

    You can see the default link template using [page_link] template tag, you can replace it with [title], for more template tags you can visit here, https://www.wpdownloadmanager.com/doc/templates/template-tags/. Please kindly check and let me knowe, if it helps you.

    Thank you and regards

    #197756

    Tahasin
    Moderator

    As mentioned previously, for customization, please submit a customization request through this link. You will be informed if the request is feasible.

    Here is the screenshot

    Regards

    #197745

    In reply to: Deactivate page view


    Nayeem Riddhi
    Moderator

    Please check the package and its package setting which link template you are using, then go to Downloads > Templates, check the Link Template which has been set to that package , edit the link template, you shall find available template tags here, https://www.wpdownloadmanager.com/doc/templates/template-tags/ , Please kindly check and let me know.

    Thank you and regards

    This reply has been marked as private.

    Thomas Staudte
    Participant

    I have create a file package with two MP4s and one ZIP. The MP4s I’d like to view directly in the browser and the ZIP should – naturally – be downloaded. However, the multifile-package only lets me download the files. It looks like I’d need to create 3 packages, two for the MP4s and one for the ZIP, or do you see another way around this problem? Actually I wanted one package for each product I make available for download – that’s the primary reason I bought the Pro version 😉

    Thank you and best regards
    Thomas

    Link to download-page for you to see

    #197637

    In reply to: Direct Download Link


    Tahasin
    Moderator

    Hello,

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

    You can send the download link by activating the email lock option in Package Settings > Lock Options > Email Lock. After submitting their email, guests can easily receive the download link for their desired package. Here is the screenshot

    Regards


    Tahasin
    Moderator

    Hello, Tinsley

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

    Yes, WordPress Amazon S3 Storage Plugin for Download Manager will help you to store your file at Amazon s3 from WordPress Download Manager admin area with a full-featured bucket browser interface. You can create and explore buckets and upload a file directly to Amazon s3 and link files from amazon s3 with your package.

    WordPress Amazon S3 Storage Plugin

    Regards

    #197623

    Chelsea Profit
    Participant

    How can I send guests a direct download link via email instead of sending people to a download page?


    Burkhard Asmuth
    Participant

    I would like the download to start automatically for my customer.

    My customer sends out a newsletter with download links. If someone clicks on the link, they have to log in. Unfortunately, the download does not start automatically, but the customer is redirected to the package. They then have to search there themselves to find the correct download.

    domain.com/file.pdf
    This is what the links look like.

    If I am logged in, the download does not start either. I also end up on the package page.

    Is there a solution for this?

    Thank you very much!

    #197589

    Vela Agency
    Member

    Exactly what I needed. TY!

    For anyone who may need it in the future, the final template looks like this:

    <div class="media">
        <a class="pull-left" href="[download_url]">
        [icon]
        </a>
        <div class="media-body">
            <h3 class="media-heading m-0 p-0"><a href="[download_url]">[title]</a></h3>
            <div class="text-muted text-small"><i class="fas fa-copy"></i> [file_count] [txt=file(s)] <i class="fas fa-hdd ml-3"></i> [file_size]</div>
        </div>
        <div class="ml-3">
            [download_link]
        </div>
    </div>

    Vela Agency
    Member

    I am trying to customize a clone of the following link template:

    ————————————–

    <div class="media">
        <a class="pull-left" href="[page_url]">
        [icon]
        </a>
        <div class="media-body">
            <h3 class="media-heading m-0 p-0">[page_link]</h3>
            <div class="text-muted text-small"><i class="fas fa-copy"></i> [file_count] [txt=file(s)] <i class="fas fa-hdd ml-3"></i> [file_size]</div>
        </div>
        <div class="ml-3">
            [download_link]
        </div>
    </div>

    ————————————-

    I need <a class="pull-left" href="[page_url]"> and <h3 class="media-heading m-0 p-0">[page_link]</h3>
    to have the same functionality as [download_link]

    I’ve tried to replace [page_url] and [page_link], but can’t seem to get it right. Any help is appreciated.

    #197566

    Antonella Manenti
    Participant
    This reply has been marked as private.
    #197530

    In reply to: Unable to upload


    Tahasin
    Moderator

    Hello,

    We have thoroughly tested the issue in our environment, and everything is functioning as expected. It appears that the issue might be related to the server. In this case, you might consider linking the media URL to a downloadable file or using cloud storage to host the file.

    Regards

    #197507

    Daniel D.
    Participant

    Yes, I have chosen that section, the only thing is that I do not want to approve each download, but rather make it automatic, so I have selected the option below that you indicate.

    The only thing I want is for the email with the link that reaches the client to be a personalized email… How can I modify that email template? I can’t find her.

    #197506

    Daniel D.
    Participant

    Hello,

    I just downloaded the mailchimp extension so that my users are automatically saved in my DB, my question is that I want there to be a record in the mailchimp registry of when the user has accepted that I send them commercial emails… How can I do this?

    #197491

    Tahasin
    Moderator

    Hello, Jarek

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

    Kindly use this settings Mask Download Link. By doing this, bots will not be able the find any public download link easily.

    Regards

    #197487

    In reply to: Unable to upload


    Davo Triskele
    Participant
    This reply has been marked as private.
    #197486

    In reply to: Unable to upload


    Tahasin
    Moderator

    Kindly share the package download link

    #197441

    Corentin CPCI
    Participant

    Hello and thank you for your answer :

    – It would be nice if one day, the “send again” option could be available.
    – Form lock is not in the list of “skip lock for loggedin user. Client still has to fill in the form even if he just did it for another document. I would like that he receives the download link of the other document by email without the need to fill the form again with his email.

    Thank you !

    #197420

    Nayeem Riddhi
    Moderator

    Hello Daniel D,

    Hope you are well. Thanks for writing to us. Are you using email lock for your packages? Please check the Mail Download Link option from Email Lock as I image attached

    2024-07-28-095157

    Please kindly check and let me know.

    Thank you and regards

    #197419

    Daniel D.
    Participant

    Hello,

    I have downloads enabled on my website after the user writes their email, that is, they enter their email, click on the download button and the file is downloaded.

    I would like, as you have provided me with your email, to be able to send you an automatic email so that I can send you the link to a Google Form survey. How can I do it?

    Thank you!

    #197359

    In reply to: Custom Login Page


    Sidratul Sohrat
    Spectator

    Hello,

    You can change the login page various links by changing file links from this directory wp-content\plugins\download-manager\src\User\views\login-form.php file. You can keep the file backup for any plugin update following this doc, https://www.wpdownloadmanager.com/doc/template-files/. Please check and let me know, if you have any queries.

    Thank you and regards

Viewing 25 results - 376 through 400 (of 9,316 total)