Search Results for 'Add Url'

Viewing 25 results - 126 through 150 (of 1,656 total)
  • Author
    Search Results
  • #193670

    In reply to: Selection for Zip


    welswebmaster
    Participant
    This reply has been marked as private.

    FIX Trading
    Member

    Hi Nayeem
    We are using W3 Total Cache. I have set items_per_page = 20. We are still having problems on this page and also on the following pages:

    Recommended Practices

    Business Practices

    When you look at the source code the image is loaded multiple times. We are using a custom template where the package icon is displayed. The template looks as follows:

    <div class=”well c2a3″>
    <div class=”media”>
    <div class=”mr-3″ align=”left”>
    [icon]
    </div>
    <div class=”media-body”>
    <h3 class=”media-heading” style=”padding-top: 0px;border:0px;margin: 0 0 5px 0;font-size:12pt; “>
    [title]
    <span style=”font-size:8pt;font-weight:300″ class=”text-muted ml-4″>
    <i class=”fas fa-hdd mr-1″></i> [file_size]
    <i class=”ml-3 far fa-arrow-alt-circle-down mr-1″></i> [download_count] downloads
    <i class=”ml-3 far fa-clock mr-1″></i> [create_date]
    </span>
    </h3>
    [excerpt_200]</br>
    </div>
    <div class=”ml-3″ align=”right”>
    [download_link]
    </div>
    </div>
    </div>

    Regards, Eva


    Nayeem Riddhi
    Moderator

    Hello Ries Caroline,

    Hope you are well. And thanks for writing to us. Can you please elaborate more and let me know which custom fields you are trying to add? please share the related URL. if possible, can you please, give your temporary wp-admin login details in a private reply to check the issue?

    Thank you and regards

    #193054

    Nayeem Riddhi
    Moderator

    Hello Mariusz G,

    Hope you are well. Thanks for writing to us. For changing the text on the download button you shall find for it from certain packages from Package Settings as I image attached,

    2024-02-12-073059

    For template editing, you can clone the template as I image attached,

    2024-02-12-073500

    And change the [download_link] template tag to <a href="[download_url]" class="btn btn-info">Download Now!</a>

    For changing text on the download button at once for all packages, you can check this add-on,

    WPDM Default Values

    And for your Polish translation, you can use any translation plugin for example Loco Translate, you can check the beginner doc here,

    https://localise.biz/wordpress/plugin/beginners

    please check and let me know, if you have any queries more.

    Thank you and regards


    Nayeem Riddhi
    Moderator

    Hello Justin,

    Sorry for your inconvenience. For individual packages, you can try the below code putting in your theme functions.php file,

    add_filter("wpdm_audio_play_button", function($play_button, $play_url, $package, $fileID) {
      if(in_array($package->ID, [10, 20, 30])) $play_button = "";
      return $play_button;
    }, 10, 4);

    Here, 10, 20, 30 is your package ID. And for the option to turn off the audio player, we shall add it to our next updates. I hope you have understood. please check and let me know.

    Thank you and regards

    #192936

    NEOnet Website
    Participant

    Hi Nayeem,

    Thanks for this, and just to confirm my thinking. Currently there isn’t an option to apply if/then logic within the template manager/editor itself, correct? I will need to copy files from src into my child theme and edit those and then address any changes as new updates role out with the WPDM plugin?

    Also, I’m using ACF so that’s good to know I can add the field and access it with the template tool.

    Again, I basically want to combine a video and corresponding PDF document that compliments that video. I don’t think there is an option natively within WPDM to do that (correct me if I’m wrong), so I’m hoping to make something work with the templates. However, at times there might not be a video, only the PDF, thus my interest in some if/then capabilities in the template layout to only display the video button if the link is defined (in an ACF field) on the package.

    Another option, separate from the ACF field, it seems I can add a youtube URL to the package. In the same package I’d have PDf file and the Youtube link. Is there a function in the link templates tool that will let me select files within the package? I see I can pull the [file_list], I’m not seeing if there is an option that lets me pull file_1, file_2, etc.

    Be well!
    -Scott

    #192764

    Justin Black
    Participant
    This reply has been marked as private.

    Nayeem Riddhi
    Moderator

    Yes, possible. You are also able to add the image to the download button as the code here from your page/link template,

    <a href="[download_url]" class="btn btn-info"><img src="Image_URL" /></a>

    please check and let me know

    Thank you again and regards

    #192573

    Hi there,
    I have added the ‘wpdmdl’ in the ‘Drop Query String’ as said in the article.
    But I still have the problem with the [#donwload_url#] tag.

    Thank you

    #192325

    Nayeem Riddhi
    Moderator

    Hello MAXIM MIRONOV,

    I have checked your issue. When you attach Box.com files, it attaches with a URL so while downloading it redirects to the URL. However, you can also use the WPDM - Google Drive add-on, it is downloading as you are expecting https://game-tales.ru/download/wpdm-test. please check and let me know

    Thank you and regards

    #192311

    Nayeem Riddhi
    Moderator

    WPDM Block Hotlink add-on will help you to be redirected to the item/package details page or any other page specified by you. The external sites can only place the link to your item/package details page, not the direct download URL. Thus, there is no redirect to the box.com. Please also check the add-ons details page, https://www.wpdownloadmanager.com/download/wpdm-block-hotlink/. Please check and let me know

    Thank you and regards


    Anh Tuyet Ha
    Participant

    Hi, team,
    I added the line below to crontab, but it doesn’t work. Maybe I have wrong syntax, please help me.

    0 0 1 * * wget -q -O - https://mydomain.com/?cpc=wpdmcc&cronkey=mKNVRCdbJr1DiedHE18N >/dev/null 2>&1

    #192130

    Nayeem Riddhi
    Moderator

    Hello Sini,

    Hope you are well. Can you please share with me where or you can also share the URL where you have added the translations? Please check and let me know

    Thank you and regards

    #191873

    Tanvir
    Spectator

    Hello,

    Thanks for contacting us.
    You can do it by adding custom css.
    Please provide related url to check the issue further.

    Thanks
    Tanvir

    #191541

    Laura Miner
    Participant
    This reply has been marked as private.

    JUNTO LLC
    Participant

    Hello,

    When adding a file to a new package, through the WPDM Downloads > All Packages > New Package screen, it seems to add the file to the WP MEdia Library, where the direct File URL can be accessed by anyone if entered into a browser.

    Is there a setting where files that are part of a WPDM package are not publically accessible, and only accessible based on the WPDM settings?

    I appreciate your time.

    #191256

    Marco Houtgraaf
    Participant

    In the standard WP search, i type “toelichting”. A page with search results appears.
    The first result is “Toelichting op kaart 3.3” that has the link “https://oudbennekom.nl/download/toelichting-op-kaart-3-3/&#8221;
    When you click the link the page with URL “https://oudbennekom.nl/download/toelichting-op-kaart-3-3/&#8221; opens but it is the front page of the Woo shop.
    Now the funny thing: when i use the standard theme twentytwentythree the same search gives me the same result “https://oudbennekom.nl/download/toelichting-op-kaart-3-3/&#8221; However, when i click on it now, it does open the right page, the page with the download button.
    Remark: when i look at my server for “https://oudbennekom.nl/download/&#8221;, there is no such folder.

    I am using
    -the latest WordPress, Divi theme
    -The permalink setting in WP : https://oudbennekom.nl/voorbeeld-bericht/ (Message Name)
    -For Woo, i use “Custom base”. In my case: /winkel/
    -latest Download Manager, version 3.2.81 by W3 Eden, Inc
    -latest “Divi Easy Digital Downloads” Version 1.0.1 by DiviPlugins that adds Easy Digital Downloads modules to the Divi theme and builder.

    Any ideas what is happening here?

    #190917

    Tanvir
    Spectator

    Hello,

    Thanks for contacting us.
    It can be made responsive by adding custom css.
    Please share related url to check the issue further.

    Thanks


    Muhammad Kawish
    Participant

    Hi,

    Thanks so much for taking your time to reply ๐Ÿ™‚ What I do is that I replace this part of Dropbox URL “www.dropbox.com” with this one “dl.dropboxusercontent.com”, it allows browser to fetch file directly without opening the Dropbox website.

    I have been using this method in Download Manger for the last 8 months and the URL was always added without any issue. But now in the updated version, when I paste the modified URL with “dl.dropboxusercontent.com”, Download Manager says invalid URL. This is the issue. Thank you again for your time.

    #190481

    Vela Agency
    Member

    We have a gated download available after a user provides their name and email address. upon submittal they are presented with a screen that contains download button and an email is sent with a link as well. If the user selects to download using the button, then the download link in the email does not work (show “Invalid Download” error)…and vise versa.

    The download button and the email link both use the same auto generated unique url (ex. https://decisivmarketplace.com/download/decisiv-commercial-vehicle-service-analysis-report-q1-2023/?wpdmdl=47231&_wpdmkey=652053e205c7a&subscriber=EKuC93DYZJBmptiLwj7miORMHYHqVgSa0LHc-RoRVF-WxU0xUv_ARxSS0MFerUw6s-eeGPFAAXMJ6FO8w6Aqeg)

    The package download limit is 999/user

    The Email Lock Options are:

    Ask for visitors name: SELECTED
    Download Instantly: SELECTED
    Do Not Mail Download Link: NOT SELECTED

    Any help is appreciated.


    Muhammad Kawish
    Participant

    Thanks for your reply! I didn’t configure anything! I was just using the option “Insert URL” when adding a new download and I was just pasting the direct download link in that box and it was working fine.

    #190254

    Tanvir
    Spectator

    Hello,

    you can select file from exiting bucket, also upload file directly from amazon s3 bucket and attach with your package.

    You can have to enter any url manually, s3 add-on will handle all those.

    Regards
    Tanvir

    #190224

    Michael Green
    Participant
    This reply has been marked as private.
    #190137

    Shahjada
    Keymaster

    Yes, you can select file from exiting bucket, also upload file directly from amazon s3 bucket and attach with your package.

    You can have to enter any url manually, s3 add-on will handle all those.

    #189974

    Jahanur Miah
    Participant

    ok I think you understand . But I wish attach PDF url also download forcefully directly. is it possible to add this kind of function?

Viewing 25 results - 126 through 150 (of 1,656 total)