Search Results for 'download link'

Viewing 25 results - 1,976 through 2,000 (of 9,349 total)
  • Author
    Search Results
  • #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, 5 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

    #165745

    Nayeem Riddhi
    Moderator

    Hello ITR,

    Hope you are well. Can you please more elaborate on your query, please? If you locked any package with any lock option, there will open the lock fill up a form each time before downloading. Moreover, there is also available a master download option section as I image attached

    master-download-link

    Please check and let me know

    Thank you and regards

    #165739

    Humayon
    Spectator

    Hi,

    Only link or page template files should be customizable not the wpdm-all-downloads.php file.
    As it’s described in the docs /{active-theme}/download-manager/link-templates.

    Thanks.

    #165737

    YinYang
    Participant

    Hi,

    yes, it is the right folders structure, and before the update, it was my custom template that was taken into account. But since the update, it is not the case anymore.

    Here is the structure of my folders in my worpdress theme:

    download-manager/
        > link-templates/
            > files....php
        > page-templates/
            > files....php
        page-template-default.php
        wpdm-all-downloads.php

    I checked, my wpdm-all-downloads.php file is my custom template, but it doesn’t seem to be taken into account as default template.

    Thanks to you.

    • This reply was modified 3 years, 5 months ago by YinYang.
    #165715

    Humayon
    Spectator

    Hi,

    Those coordinates are mm supported only. Sorry to say that there is no percentage option right now. If you want to adjust positioning then you have to do it by the mm coordinates.

    However, Those are not shortocde. They are template tags. You can use them by following this.

    Apart from that, you can add other fields rather than pre-defined fields by using the below filter.

    wpdm_after_prepare_package_data

    If you are not aware of the code or customization then you may leave a mail through

    customize@wpdownloadmanager.com
    or
    You may knock to the customized team through the below link

    User Dashboard

    Thank You


    Michael K.
    Participant
    This reply has been marked as private.
    #165642

    pauline simon
    Participant

    Hello,
    I’m facing an issue regarding the custom login / logout page with WPDM Pro.
    When accessing a protected download page, from times to times after entering my credentials and a sucessful login, an error message is show saying that i’m already connected.
    When i click on the disconnect link and login again i’m still having the same error message again and again.

    Suspecting that it’s a cookie retalted error i cleanded all the cookies for the domain and that seems to resolve the eror. The problem is that i can not ask the visitors of the website to clear their browser cookies when/if they faced that login issue.

    How can this issue can be solved? What does the Checkbox “Clear the connection page” mean in the “Settings > Frontend Access” page ?

    #165636

    In reply to: Change in shorcodes ?


    Nayeem Riddhi
    Moderator

    Hello Nicolas,

    Hope you are well. the shortcode you have referred is working fine from my side with latest version,

    WPDM ARCHIVE COMPACT TEST

    I have used this shortcode here,

    [wpdm_archive_compact category="101-main" template="link-template-default" cols=4 orderby="date"]

    And for add-on updates,

    WPDM->settings->updates sometimes will not work with some sites for server settings. For now, For add-on updates, you can follow these steps,

    1 ) Download the latest version from here https://www.wpdownloadmanager.com/user-dashboard/?udb_page=purchases
    2 ) Install the latest version and activate.

    I hope it will work fine then

    Thank you and regards


    Nayeem Riddhi
    Moderator

    Hi Nick,

    Hope you are well. For creating and cloning templates and for the full feature, you may have to use the PRO version of WPDM PRO, you shall get the features as I image attached for creating templates,

    link-template

    And for Free, it has a limited version. However, you can also edit link-template PHP files too, if you want to edit any pre-designed template you have to edit those directly editing PHP files at wp-content/plugins/download-manager/src/Package/views/link-templates dir files,

    for making backup files, you have to follow this doc,

    Template Files

    Template tags will be found here,

    Template Tags

    please check

    Thank you and regards

    #165532

    Humayon
    Spectator

    Hello,

    After updating to the latest version simply visiting the link and page template menu on the admin dashboard will resolve the issue. As the action will regenerate the templates automatically in the new style.

    Go to Downloads>templates then visit all tabs there.

    Hopefully, your problem will be solved.

    Regards

    #165528

    ian-ct
    Participant

    Hi Nayeem – I have updated the plugin but no difference – this issue has been there for multiple releases.

    We are using Elementor for the site and need to use that page builder for different views on packages, depending on their use. The page is built using an Elementor template, and then embedded link templates show content – on the right hand column a link template shows:

    <div>[download_link]</div>
    <div style=”margin-top:5px;font-size:0.8em;”>Size: [file_type_icons] [package_size]</div>

    The [package_size] shortcode isn’t working – and it’s the same behaviour on all of our sites. Sometimes it works, sometimes it doesn’t and shows nothing.

Viewing 25 results - 1,976 through 2,000 (of 9,349 total)