Search Results for 'download link'

Viewing 25 results - 2,026 through 2,050 (of 9,403 total)
  • Author
    Search Results
  • #166106

    Nayeem Riddhi
    Moderator

    Hello David,

    Hope you are well. I think method #2 will work fine for Link To A Download Securely. If you restrict certain packages with the Allow Access option for subscriber role, without this role other users will get this message as I image attached

    login-restriction

    please check and let me know

    Thank you and regards

    #166092

    In reply to: A few questions..


    Nayeem Riddhi
    Moderator

    Hello Lethal,

    I think you should keep the dir for link-templates like this,

    wp-content/themes/oceanwp-child/download-manager/link-templates/your-link-template.php

    And For #5, you may uncheck the Enable email verification on signup from Frontend Access Settings, please check and let me know

    Thank you and regards

    #166070

    Humayon
    Spectator

    Hi there,

    Thank you for the logs.

    Our dev team is aware of this issue and it will be adjusted in the future update which you should be able to download from the below link.

    WPDM Extended Short-codes

    Please keep an eye on this.

    Regards

    #166055

    In reply to: A few questions..


    Lethal Clarke
    Participant

    Hi @Nayeem Riddhi,

    I’m using the link-template-calltoaction3.php with pop-up modal with accept T&C and reCAPTCHA.

    I’ve made a copy of the link template to my child theme wp-content/themes/oceanwp-child/download-manager/link-template-calltoaction3.php However, this doesn’t edit the popup modal that redirects after completing reCAPTCHA that’s the port I want to open in a new tab/window after completing the captcha.

    5. I think we might’ve mixed up. I’m not trying to disable registration completely – just the email notification WPDownloadManager sends to admin after someone has signed up.

    Cheers.

    #166050

    In reply to: A few questions..


    Nayeem Riddhi
    Moderator

    Hello Lethal,

    For #3, Yes, It is also possible in the manual method, by default, you are using link-template-default.php for link template and page-template-default.php for the page template. you can edit the files and follow this doc, https://www.wpdownloadmanager.com/doc/template-files/ for backup of your files.

    For opening in new windows, please add this code replacing [download_link] in page/link templates PHP file as i described below,

    <a href="[download_url]" onclick="window.open('[download_url]','newwindow','width=1200,height=800'); return false;" class="btn btn-primary" target="_blank">[link_label]</a>

    Thus, you will be able

    And For #5,

    You can disable it from WP-Admin > Settings > Membership > Anyone can register, unchecking the option. I hope it may help you

    Thank you and regards

    #166037

    In reply to: Unable to Lock Email


    Nayeem Riddhi
    Moderator

    Hello Courtney,

    The link should work fine here now for downloading WPDM PRO,

    Pricing

    please check

    Thank you and regards


    Tanvir
    Spectator

    Hello @bensquirrelpower-co-uk,
    Hope you are well.
    You can use [file-list] or [file_list_extended] template tags with link template and use that template ID to show file lists with shortcode.
    You can apply link template with wpdm_category and wpdm_packages shortcode. Both shortcodes support template parameter and you can use that.
    To understand about link template and template tags, you can follow this and this

    Also you can check this addon will be a great suit for you.
    Please check the demos and different shortcodes.

    WPDM Directory Add-on

    Thanks


    GIP MAORE OUVOIMOJA
    Participant

    Hello,

    So basically all the packages on my website are supposed to be available to all users (no need to log in). When I create a package or a category, I check “Authorize access to : all users”.
    Unfortunately, it seems that the download button is working only for logged-in users and on mobile for all users, but on desktop it isn’t.
    You can check for yourself here : https://gipmaore.yt/download/vade-mecum-pour-une-utilisation-efficiente-et-responsable-des-subventions/

    Could you help me fix that please ?

    Many thanks in advance.

    #165952

    In reply to: Download Link


    Humayon
    Spectator

    Hi @vavathefallen,

    Greetings and welcome.

    There are many types of download warnings within Chrome that can generally be flagged as dangerous files.

    However, you may find the below link useful in that case.

    https://www.alphr.com/how-to-unblock-downloads-google-chrome/

    Thanks.

    #165930

    storlann
    Participant

    Hi Tanvir, We found another W3C validator error:

    Error: Bad value https://fonts.googleapis.com/css?family=Varela Round for attribute href on element link: Illegal character in query: space is not allowed.

    <meta name=”generator” content=”WordPress Download Manager 6.0.1″ />
    <link href=”https://fonts.googleapis.com/css?family=Varela Round”
    rel=”stylesheet”>
    <style>
    .w3eden .modal-title {
    font-family: Varela Round,

    I think might also be related to WPDM.

    Hopefully of help to your dev team 🙂

    #165920

    Tanvir
    Spectator

    Hello @kaneleins,

    Sorry for this inconvenience.

    Make sure that WPDM and all add-ons you are using of WPDM are in the latest version. If you can’t update it directry from WordPress dashboard, Please update from here.
    If, still the problem exists then please share your admin login credentials with us in a private reply with the related links so that we can debug and give you a better solution about it?

    Best Regards

    #165904

    Lollen
    Member

    Hi, it is hard to replikate the solution if you do not tell me what it is… But after some try and error and comparing our code I think I found the answer myself, and it was very simple:

    If I choose “All Downloads Table” from the meny I get this short shortcode below. There is also a “blank” column added automaticly in the right sidebar. (But the table does not show any files from start.):
    <!– wp:download-manager/datatable /–>

    I tried to add some columns and change a few options, but still no files were visible. My code now looked like this:
    <!– wp:download-manager/datatable {“include_children”:true,”cols”:”title|categories|download_link”,”colheads”:”Title|Categories|Download”,”template”:”link-template-default.php”} /–>

    I found the reason: After adding new columns I have to delete that first blank auto-added column, to make the table work. Only after deleting that initial empty column will files be visible.

    So, problem solved I guess. And easy, when you know the answer.

    #165897

    Rodrigo Matheus
    Participant

    Hello,

    How to hidden the second dowload box?

    #165892

    Ricardo Oliveira
    Participant

    Tanvir,
    I’m trying to use your export feature so I could get a working sample.csv file.
    Unfortunately, the one I’m using (for an FTP upload) are failing (several errors in the error log).

    My setup is: I have a local FTP server, and later on I’d like to configure a task which would run once every day, fetching the updated xxxx.csv file which would have the new files which were created meantime.

    Now, I’m just testing if the FTP feature works, but it keeps failing. My sample file and the error logs:

    [Mon Dec 20 16:56:01.312596 2021] [php7:error] [pid 1148] [client 89.152.27.81:56868] PHP Fatal error: Uncaught Error: Call to undefined function quote_all_array() in /var/www/html/wp-content/plugins/wpdm-ftp-file-browser/wpdm-ftp-file-browser.p
    hp:868\nStack trace:\n#0 /var/www/html/wp-content/plugins/wpdm-ftp-file-browser/wpdm-ftp-file-browser.php(774): wpdm_import_ftp_dir()\n#1 /var/www/html/wp-content/plugins/wpdm-ftp-file-browser/wpdm-ftp-file-browser.php(815): wpdm_ftpdir_csv_impor
    t_process()\n#2 [internal function]: wpdm_ftp_settings()\n#3 /var/www/html/wp-content/plugins/download-manager/src/Admin/Menu/Settings.php(42): call_user_func()\n#4 /var/www/html/wp-includes/class-wp-hook.php(303): WPDM\\Admin\\Menu\\Settings->lo
    adSettingsPage()\n#5 /var/www/html/wp-includes/class-wp-hook.php(327): WP_Hook->apply_filters()\n#6 /var/www/html/wp-includes/plugin.php(470): WP_Hook->do_action()\n#7 /var/www/html/wp-admin/admin-ajax.php(187): do_action()\n#8 {main}\n thrown i
    n /var/www/html/wp-content/plugins/wpdm-ftp-file-browser/wpdm-ftp-file-browser.php on line 868, referer: http://34.159.6.251/wp-admin/edit.php?post_type=wpdmpro

    sample csv file (3 lines):
    title,description,link_label,password,quota,show_quota,show_counter,access,template,category,icon,preview,files,sourceurl,download_count,page_template,uid,creat
    e_date,update_date
    template one,a1,Download,,0,0,0,”subscriber,administrator”,link-template-default.php,”um”,download-manager/file-type-icons/box_download.png,http://34.159.6.251/
    wpdmpro320/wp-content/uploads/2012/01/2.jpg,”abc.txt,another-file.doc,other-file.pdf”,,31,page-template-default.php,1,YYYYMMDD,YYYYMMDD
    Web developer iconset,Description 2,Download,,0,0,0,”guest,administrator,editor”,link-template-default.php,”category-id-1,category-id-2″,,http://localhost/wpdmp
    ro320/wp-content/uploads/2012/07/calculator1.jpg,”abc.txt,another-file.doc,other-file.pdf”,,15,page-template-default.php,1,YYYYMMDD,YYYYMMDD

    Thank you,

    #165869

    Humayon
    Spectator

    Hello @amsresource1001,

    Greetings for the day.

    We are sorry to say that currently, the dev key is not available yet.

    You should be able to manage your licenses by following the below link.

    License

    Meanwhile, you can check other packages as well.

    Pricing

    Thanks.

    #165835

    Ryan
    Member
    This reply has been marked as private.
    #165829

    Ryan
    Member

    I have been using the WP Download Manager for quite some time now and after some updates were done, I am now getting the “Invalid File ID or File Name” error when clicking on my download link. I can’t figure out what is causing the error. Any assistance would be appreciated.

    #165823

    Tanvir
    Spectator

    Hello,
    You could change it easily from page template option easily in the pro version of WPDM. As you posted in free version forum, I think you are using the free version of WPDM. Free version doesn’t allow to change template.
    In this case you can follow the link below documentation,

    Template Files


    by default, you are using link-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 template or tpls>link-templates for link template. And you have to replace [download_link] with <a href="[download_url]" class="btn btn-primary" target=_blank>[link_label]</a> in related php file.

    Thanks.

    #165814

    Nayeem Riddhi
    Moderator

    Hello Barry,

    Hope you are well. We have updated shortcode structure recently. The shortcode format will be like this,

    [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|update_date|download_link" colheads="Title|Categories|Update Date|Download::155px"]

    please check the doc too,

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

    Thank you and regards

    • This reply was modified 3 years, 9 months ago by Nayeem Riddhi.
    #165808

    In reply to: Preview button


    Nayeem Riddhi
    Moderator

    Hello CLARA,

    You can use your custom template as the following shortcode,

    [wpdm_archive_flat order_by=”post_title” template="your link-template ID" order=”asc” category=”boletines-2021″ items_per_page=”999″]

    here, in the template parameter, you can put your custom link template ID. You can put template tag [pdf_thumb_WxH] in your custom link template. For more shortcode parameters you can visit the add-on page,

    WPDM Directory Add-on

    please check

    Thank you and regards

    #165795

    Matthew Kane
    Participant

    I’m still using version 5.3.7 because I get a fatal WordPress error when I try to upgrade to version 6xx. I finally had time to attempt to figure out what’s going on and it looks like this code I use in a page template file to display Download Manager links is no longer supported: $link = \WPDM\Package::getMasterDownloadURL($post->ID);

    Can you please tell me what to replace that with? Thanks!

    #165778

    In reply to: Preview button


    Nayeem Riddhi
    Moderator

    Hello CLARA,

    We have a template tag called [pdf_thumb_WxH] that will show Image Thumbnail From the attached PDF file with specified Width ( W ) and Height (H), you can use it in your link template. For more template tags, you can check this doc,

    Template Tags

    please check and let me know

    Thank you and regards

    #165770

    Ricardo Oliveira
    Participant

    Good morning,

    I have created two packages, each with a single file.
    On a simple page, I have created several combinations of package listings (using wpdm_archive_compact or wpdm_packages shortcodes) and even though they present the package lists, when I try to download the files they always fail (404 not found). The link is always http://xxxxx/wpdmdl/xxxxxxxxxxxxxxxxxxxxxxxxxx/originalfilename

    Thank you,

    #165764

    Humayon
    Spectator

    Hello,

    In order to achive that functionality make sure that you have created a login page and set it in the Frontend Acess section. Here is a screenshot for the reference.

    You will find more details about the Login form shortcode from the below link.

    [wpdm_login_form] – User Login Form Short-code

    With Regards

    #165763

    Humayon
    Spectator

    Hello @erobirds,

    Greetings and welcome!

    Auto-install sometimes fails due to auth error or server file permission issue, however, you always can download any add-on from the below link and install it.

    User Dashboard

    Best Regards

Viewing 25 results - 2,026 through 2,050 (of 9,403 total)