Search Results for 'download link'

Viewing 25 results - 4,801 through 4,825 (of 9,332 total)
  • Author
    Search Results

  • Shahriar
    Moderator

    You can create a custom link template to show your downloads as shown in the screenshot.

    Please read this detailed post about custom template https://www.wpdownloadmanager.com/building-a-wordpress-download-manager-link-template-from-scratch/ It will guide you through each step of custom template creation.

    Let me know if you have a further query. Send login info in private reply if you want me to create a custom template for you, although I encourage you to read the post to understand how custom templates work. But I can help you to create the template if it seems to complex to you.

    #90789

    Shahriar
    Moderator

    Hi!

    Sorry for the delayed reply.

    Please put your page template files in /active-theme/download-manager/page-templates/ dir and link template files in /active-theme/download-manager/link-templates/ dir.

    Thanks.

    #90777

    Shahriar
    Moderator

    Hi!

    Permission seems to be working on fine. Both links are asking me to log in to download the “AAL National Admin System Manual” file. I also tested this in my local setup.

    Please send login info in private reply if you want me to check it on your installation.

    Thanks.

    #90774

    Shahriar
    Moderator

    In your link template replace [download_link_extended] with [download_link] to show multiple captcha locked packages in the same page.

    Add the following CSS in Customize Additional CSS to fix the file icon issue,

    .w3eden .wpdm_icon {
        max-width: 48px;
    }

    Brian Grinter
    Participant

    I have recently updated to WordPress v5 with Gutenberg and added some files using blocks. There is a serious bug whereby the Package block does not respect the security settings of a file.

    The following file should ONLY be accessible by logged in users

    https://www.airleague.com.au/download/aal-national-admin-system-manual/

    When I add a link as a block using call to action template 3 – the download link allows users who are NOT logged in to access the file. This is a serious security concern.

    https://www.airleague.com.au/publications/

    Brian

    #90759

    Trevor Andrews
    Participant

    Hi Shahriar,

    Thanks, I have done some more testing.

    I made sure both had exactly the same Link and Page Template.
    I deleted old downloads as they were set up on my old site, old host.
    I even gave them the same featured image.

    I even swapped the downloads around on the page.

    I concluded that it is the download that appears first is always the one without the captcha box and seems to be narrower.

    Would also appreciate any suggestions on best formatting for spaces when more than one download on a page.

    Here is latest image. Page is Workplace Page

    Thanks
    Trevor


    Shahriar
    Moderator

    Hi!

    You have to use a custom link template with [file_list] template tag to show single file download buttons. This post explains how to create custom templates https://www.wpdownloadmanager.com/building-a-wordpress-download-manager-link-template-from-scratch/

    Please send login info in private reply if you want me to create a custom link template for you although we highly encourage reading the above tutorial.

    Thanks.

    #90740

    Shahriar
    Moderator

    Please replace the Download text with this ".$data['link_label']." to use link label from pacakge settings.

    echo "<a target='_blank' href='".\WPDM\Package::getDownloadURL($data['ID'])."'>".$data['link_label']."</a>";

    #90730

    Shahriar
    Moderator

    You can place the WPDM Package Info widget in the sidebar to show the add to cart options. Check the Download Link option if you want to add to cart button only.

    https://www.evernote.com/l/AUcZz5gD0CRLz4yiUticSf46QRowKOHZU9UB/image.png

    #90729

    Shahriar
    Moderator

    So, I guess download links are opening in a new tab now? Marking this as resolved.


    non
    Participant

    Hi,

    I am trying to use the short-code to display the single file downloads on the page that the short-code is added to. Currently it shows the title of the download package (this links to the page with the single file downloads) and it also shows a download link for the zip file.

    I have been looking through the forum and seeing an answer about templates and using [file_list] but I’m not able to make that work.

    Thanks!

    #90680

    Hi Shahriar,

    sorry to bother you again – I just found something missing in the code you provided: now the Download link is always named “Download”.
    Our customer use the “link title” function for a download (see attached image) so it shows that title instead of “Download”.
    In your code snippet, that does not work of course, as it just states “Download” 😉
    In the php file I was unaware to exactly find out where and how the link title gets generated to change it there.

    I hope you can help me out again here 🙂
    Thanks!

    #90675

    BGM
    Participant

    My host, WPE is forcing updates to php 7.2 as 7.0 reaches end of support in Jan 2019 and 7.1 reached end of life Dec 2018.

    I noted that WPDM didn’t seem compatible based on a few tools and the error messages I was getting after updating the server to 7.2. I purchased pro hoping it would resolve the issues and it has not.

    These are the errors and warnings that I am getting. I have 2 weeks to work this out, otherwise I will be unable to use the plugin.

    Name: Download Manager

    FILE: /nas/content/live/bgmstaging/wp-content/plugins/download-manager/tpls/link-templates/link-template-default-wdc.php
    ———————————————————————————————————————————————————————————-
    FOUND 0 ERRORS AND 1 WARNING AFFECTING 1 LINE
    ———————————————————————————————————————————————————————————-
    1 | WARNING | No PHP code was found in this file and short open tags are not allowed by this install of PHP. This file may be using short open tags but PHP does not allow them.
    ———————————————————————————————————————————————————————————-

    FILE: /nas/content/live/bgmstaging/wp-content/plugins/download-manager/tpls/link-templates/link-template-audio.php
    ———————————————————————————————————————————————————————————-
    FOUND 0 ERRORS AND 1 WARNING AFFECTING 1 LINE
    ———————————————————————————————————————————————————————————-
    1 | WARNING | No PHP code was found in this file and short open tags are not allowed by this install of PHP. This file may be using short open tags but PHP does not allow them.
    ———————————————————————————————————————————————————————————-

    FILE: /nas/content/live/bgmstaging/wp-content/plugins/download-manager/tpls/link-templates/link-template-calltoaction1.php
    ———————————————————————————————————————————————————————————-
    FOUND 0 ERRORS AND 1 WARNING AFFECTING 1 LINE
    ———————————————————————————————————————————————————————————-
    1 | WARNING | No PHP code was found in this file and short open tags are not allowed by this install of PHP. This file may be using short open tags but PHP does not allow them.
    ———————————————————————————————————————————————————————————-

    FILE: /nas/content/live/bgmstaging/wp-content/plugins/download-manager/tpls/link-templates/link-template-panel.php
    ———————————————————————————————————————————————————————————-
    FOUND 0 ERRORS AND 1 WARNING AFFECTING 1 LINE
    ———————————————————————————————————————————————————————————-
    1 | WARNING | No PHP code was found in this file and short open tags are not allowed by this install of PHP. This file may be using short open tags but PHP does not allow them.
    ———————————————————————————————————————————————————————————-

    FILE: /nas/content/live/bgmstaging/wp-content/plugins/download-manager/tpls/link-templates/link-template-button.php
    ———————————————————————————————————————————————————————————-
    FOUND 0 ERRORS AND 1 WARNING AFFECTING 1 LINE
    ———————————————————————————————————————————————————————————-
    1 | WARNING | No PHP code was found in this file and short open tags are not allowed by this install of PHP. This file may be using short open tags but PHP does not allow them.
    ———————————————————————————————————————————————————————————-

    FILE: /nas/content/live/bgmstaging/wp-content/plugins/download-manager/tpls/link-templates/link-template-nopopup.php
    ———————————————————————————————————————————————————————————-
    FOUND 0 ERRORS AND 1 WARNING AFFECTING 1 LINE
    ———————————————————————————————————————————————————————————-
    1 | WARNING | No PHP code was found in this file and short open tags are not allowed by this install of PHP. This file may be using short open tags but PHP does not allow them.
    ———————————————————————————————————————————————————————————-

    FILE: /nas/content/live/bgmstaging/wp-content/plugins/download-manager/tpls/link-templates/link-template-button-popup.php
    ———————————————————————————————————————————————————————————-
    FOUND 0 ERRORS AND 1 WARNING AFFECTING 1 LINE
    ———————————————————————————————————————————————————————————-
    1 | WARNING | No PHP code was found in this file and short open tags are not allowed by this install of PHP. This file may be using short open tags but PHP does not allow them.
    ———————————————————————————————————————————————————————————-

    FILE: /nas/content/live/bgmstaging/wp-content/plugins/download-manager/tpls/link-templates/link-template-default-ext.php
    ———————————————————————————————————————————————————————————-
    FOUND 0 ERRORS AND 1 WARNING AFFECTING 1 LINE
    ———————————————————————————————————————————————————————————-
    1 | WARNING | No PHP code was found in this file and short open tags are not allowed by this install of PHP. This file may be using short open tags but PHP does not allow them.
    ———————————————————————————————————————————————————————————-

    FILE: /nas/content/live/bgmstaging/wp-content/plugins/download-manager/tpls/link-templates/link-template-default-icon.php
    ———————————————————————————————————————————————————————————-
    FOUND 0 ERRORS AND 1 WARNING AFFECTING 1 LINE
    ———————————————————————————————————————————————————————————-
    1 | WARNING | No PHP code was found in this file and short open tags are not allowed by this install of PHP. This file may be using short open tags but PHP does not allow them.
    ———————————————————————————————————————————————————————————-

    FILE: /nas/content/live/bgmstaging/wp-content/plugins/download-manager/tpls/link-templates/link-template-widget.php
    ———————————————————————————————————————————————————————————-
    FOUND 0 ERRORS AND 1 WARNING AFFECTING 1 LINE
    ———————————————————————————————————————————————————————————-
    1 | WARNING | No PHP code was found in this file and short open tags are not allowed by this install of PHP. This file may be using short open tags but PHP does not allow them.
    ———————————————————————————————————————————————————————————-

    FILE: /nas/content/live/bgmstaging/wp-content/plugins/download-manager/tpls/link-templates/link-template-extended.php
    ———————————————————————————————————————————————————————————-
    FOUND 0 ERRORS AND 1 WARNING AFFECTING 1 LINE
    ———————————————————————————————————————————————————————————-
    1 | WARNING | No PHP code was found in this file and short open tags are not allowed by this install of PHP. This file may be using short open tags but PHP does not allow them.
    ———————————————————————————————————————————————————————————-

    FILE: /nas/content/live/bgmstaging/wp-content/plugins/download-manager/tpls/link-templates/link-template-panel-1-3.php
    ———————————————————————————————————————————————————————————-
    FOUND 0 ERRORS AND 1 WARNING AFFECTING 1 LINE
    ———————————————————————————————————————————————————————————-
    1 | WARNING | No PHP code was found in this file and short open tags are not allowed by this install of PHP. This file may be using short open tags but PHP does not allow them.
    ———————————————————————————————————————————————————————————-

    FILE: /nas/content/live/bgmstaging/wp-content/plugins/download-manager/tpls/link-templates/link-template-calltoaction3.php
    ———————————————————————————————————————————————————————————-
    FOUND 0 ERRORS AND 1 WARNING AFFECTING 1 LINE
    ———————————————————————————————————————————————————————————-
    1 | WARNING | No PHP code was found in this file and short open tags are not allowed by this install of PHP. This file may be using short open tags but PHP does not allow them.
    ———————————————————————————————————————————————————————————-

    FILE: /nas/content/live/bgmstaging/wp-content/plugins/download-manager/tpls/link-templates/link-template-search-result.php
    ———————————————————————————————————————————————————————————-
    FOUND 0 ERRORS AND 1 WARNING AFFECTING 1 LINE
    ———————————————————————————————————————————————————————————-
    1 | WARNING | No PHP code was found in this file and short open tags are not allowed by this install of PHP. This file may be using short open tags but PHP does not allow them.
    ———————————————————————————————————————————————————————————-

    FILE: /nas/content/live/bgmstaging/wp-content/plugins/download-manager/tpls/link-templates/link-template-semi-ext.php
    ———————————————————————————————————————————————————————————-
    FOUND 0 ERRORS AND 1 WARNING AFFECTING 1 LINE
    ———————————————————————————————————————————————————————————-
    1 | WARNING | No PHP code was found in this file and short open tags are not allowed by this install of PHP. This file may be using short open tags but PHP does not allow them.
    ———————————————————————————————————————————————————————————-

    FILE: /nas/content/live/bgmstaging/wp-content/plugins/download-manager/tpls/link-templates/link-template-bsthumnail.php
    ———————————————————————————————————————————————————————————-
    FOUND 0 ERRORS AND 1 WARNING AFFECTING 1 LINE
    ———————————————————————————————————————————————————————————-
    1 | WARNING | No PHP code was found in this file and short open tags are not allowed by this install of PHP. This file may be using short open tags but PHP does not allow them.
    ———————————————————————————————————————————————————————————-

    FILE: /nas/content/live/bgmstaging/wp-content/plugins/download-manager/tpls/link-templates/link-template-calltoaction2.php
    ———————————————————————————————————————————————————————————-
    FOUND 0 ERRORS AND 1 WARNING AFFECTING 1 LINE
    ———————————————————————————————————————————————————————————-
    1 | WARNING | No PHP code was found in this file and short open tags are not allowed by this install of PHP. This file may be using short open tags but PHP does not allow them.
    ———————————————————————————————————————————————————————————-

    FILE: /nas/content/live/bgmstaging/wp-content/plugins/download-manager/tpls/link-templates/link-template-category-link.php
    ———————————————————————————————————————————————————————————-
    FOUND 0 ERRORS AND 1 WARNING AFFECTING 1 LINE
    ———————————————————————————————————————————————————————————-
    1 | WARNING | No PHP code was found in this file and short open tags are not allowed by this install of PHP. This file may be using short open tags but PHP does not allow them.
    ———————————————————————————————————————————————————————————-

    FILE: /nas/content/live/bgmstaging/wp-content/plugins/download-manager/tpls/link-templates/link-template-default.php
    ———————————————————————————————————————————————————————————-
    FOUND 0 ERRORS AND 1 WARNING AFFECTING 1 LINE
    ———————————————————————————————————————————————————————————-
    1 | WARNING | No PHP code was found in this file and short open tags are not allowed by this install of PHP. This file may be using short open tags but PHP does not allow them.
    ———————————————————————————————————————————————————————————-

    FILE: /nas/content/live/bgmstaging/wp-content/plugins/download-manager/tpls/link-templates/link-template-calltoaction4.php
    ———————————————————————————————————————————————————————————-
    FOUND 0 ERRORS AND 1 WARNING AFFECTING 1 LINE
    ———————————————————————————————————————————————————————————-
    1 | WARNING | No PHP code was found in this file and short open tags are not allowed by this install of PHP. This file may be using short open tags but PHP does not allow them.
    ———————————————————————————————————————————————————————————-

    FILE: /nas/content/live/bgmstaging/wp-content/plugins/download-manager/tpls/link-templates/link-template-msthumnail.php
    ———————————————————————————————————————————————————————————-
    FOUND 0 ERRORS AND 1 WARNING AFFECTING 1 LINE
    ———————————————————————————————————————————————————————————-
    1 | WARNING | No PHP code was found in this file and short open tags are not allowed by this install of PHP. This file may be using short open tags but PHP does not allow them.
    ———————————————————————————————————————————————————————————-

    FILE: /nas/content/live/bgmstaging/wp-content/plugins/download-manager/tpls/page-templates/page-template-default.php
    ———————————————————————————————————————————————————————————-
    FOUND 0 ERRORS AND 1 WARNING AFFECTING 1 LINE
    ———————————————————————————————————————————————————————————-
    1 | WARNING | No PHP code was found in this file and short open tags are not allowed by this install of PHP. This file may be using short open tags but PHP does not allow them.
    ———————————————————————————————————————————————————————————-

    FILE: /nas/content/live/bgmstaging/wp-content/plugins/download-manager/tpls/page-templates/page-template-col2-il.php
    ———————————————————————————————————————————————————————————-
    FOUND 0 ERRORS AND 1 WARNING AFFECTING 1 LINE
    ———————————————————————————————————————————————————————————-
    1 | WARNING | No PHP code was found in this file and short open tags are not allowed by this install of PHP. This file may be using short open tags but PHP does not allow them.
    ———————————————————————————————————————————————————————————-

    FILE: /nas/content/live/bgmstaging/wp-content/plugins/download-manager/tpls/page-templates/page-template-1col-ex-autdio.php
    ———————————————————————————————————————————————————————————-
    FOUND 0 ERRORS AND 1 WARNING AFFECTING 1 LINE
    ———————————————————————————————————————————————————————————-
    1 | WARNING | No PHP code was found in this file and short open tags are not allowed by this install of PHP. This file may be using short open tags but PHP does not allow them.
    ———————————————————————————————————————————————————————————-

    FILE: /nas/content/live/bgmstaging/wp-content/plugins/download-manager/tpls/page-templates/page-template-metro.php
    ———————————————————————————————————————————————————————————-
    FOUND 0 ERRORS AND 1 WARNING AFFECTING 1 LINE
    ———————————————————————————————————————————————————————————-
    1 | WARNING | No PHP code was found in this file and short open tags are not allowed by this install of PHP. This file may be using short open tags but PHP does not allow them.
    ———————————————————————————————————————————————————————————-

    FILE: /nas/content/live/bgmstaging/wp-content/plugins/download-manager/tpls/page-templates/page-template-video.php
    ———————————————————————————————————————————————————————————-
    FOUND 0 ERRORS AND 1 WARNING AFFECTING 1 LINE
    ———————————————————————————————————————————————————————————-
    1 | WARNING | No PHP code was found in this file and short open tags are not allowed by this install of PHP. This file may be using short open tags but PHP does not allow them.
    ———————————————————————————————————————————————————————————-

    FILE: /nas/content/live/bgmstaging/wp-content/plugins/download-manager/tpls/page-templates/page-template-doc-preview.php
    ———————————————————————————————————————————————————————————-
    FOUND 0 ERRORS AND 1 WARNING AFFECTING 1 LINE
    ———————————————————————————————————————————————————————————-
    1 | WARNING | No PHP code was found in this file and short open tags are not allowed by this install of PHP. This file may be using short open tags but PHP does not allow them.
    ———————————————————————————————————————————————————————————-

    FILE: /nas/content/live/bgmstaging/wp-content/plugins/download-manager/tpls/page-templates/page-template-1col-ex.php
    ———————————————————————————————————————————————————————————-
    FOUND 0 ERRORS AND 1 WARNING AFFECTING 1 LINE
    ———————————————————————————————————————————————————————————-
    1 | WARNING | No PHP code was found in this file and short open tags are not allowed by this install of PHP. This file may be using short open tags but PHP does not allow them.
    ———————————————————————————————————————————————————————————-

    FILE: /nas/content/live/bgmstaging/wp-content/plugins/download-manager/tpls/page-templates/page-template-1col.php
    ———————————————————————————————————————————————————————————-
    FOUND 0 ERRORS AND 1 WARNING AFFECTING 1 LINE
    ———————————————————————————————————————————————————————————-
    1 | WARNING | No PHP code was found in this file and short open tags are not allowed by this install of PHP. This file may be using short open tags but PHP does not allow them.
    ———————————————————————————————————————————————————————————-

    FILE: /nas/content/live/bgmstaging/wp-content/plugins/download-manager/tpls/page-templates/page-template-1col-flat.php
    ———————————————————————————————————————————————————————————-
    FOUND 0 ERRORS AND 1 WARNING AFFECTING 1 LINE
    ———————————————————————————————————————————————————————————-
    1 | WARNING | No PHP code was found in this file and short open tags are not allowed by this install of PHP. This file may be using short open tags but PHP does not allow them.
    ———————————————————————————————————————————————————————————-

    FILE: /nas/content/live/bgmstaging/wp-content/plugins/download-manager/libs/socialconnect/Facebook/PseudoRandomString/McryptPseudoRandomStringGenerator.php
    ———————————————————————————————————————————————————–
    FOUND 3 ERRORS AFFECTING 1 LINE
    ———————————————————————————————————————————————————–
    57 | ERROR | Function mcrypt_create_iv() is deprecated since PHP 7.1 and removed since PHP 7.2; Use random_bytes() or OpenSSL instead
    57 | ERROR | Extension ‘mcrypt’ is deprecated since PHP 7.1 and removed since PHP 7.2; Use openssl (preferred) or pecl/mcrypt once available instead
    57 | ERROR | The constant “MCRYPT_DEV_URANDOM” is deprecated since PHP 7.1 and removed since PHP 7.2
    ———————————————————————————————————————————————————–

    FILE: /nas/content/live/bgmstaging/wp-content/plugins/download-manager/tpls4/link-templates/link-template-default-wdc.php
    ———————————————————————————————————————————————————————————-
    FOUND 0 ERRORS AND 1 WARNING AFFECTING 1 LINE
    ———————————————————————————————————————————————————————————-
    1 | WARNING | No PHP code was found in this file and short open tags are not allowed by this install of PHP. This file may be using short open tags but PHP does not allow them.
    ———————————————————————————————————————————————————————————-

    FILE: /nas/content/live/bgmstaging/wp-content/plugins/download-manager/tpls4/link-templates/link-template-audio.php
    ———————————————————————————————————————————————————————————-
    FOUND 0 ERRORS AND 1 WARNING AFFECTING 1 LINE
    ———————————————————————————————————————————————————————————-
    1 | WARNING | No PHP code was found in this file and short open tags are not allowed by this install of PHP. This file may be using short open tags but PHP does not allow them.
    ———————————————————————————————————————————————————————————-

    FILE: /nas/content/live/bgmstaging/wp-content/plugins/download-manager/tpls4/link-templates/link-template-calltoaction1.php
    ———————————————————————————————————————————————————————————-
    FOUND 0 ERRORS AND 1 WARNING AFFECTING 1 LINE
    ———————————————————————————————————————————————————————————-
    1 | WARNING | No PHP code was found in this file and short open tags are not allowed by this install of PHP. This file may be using short open tags but PHP does not allow them.
    ———————————————————————————————————————————————————————————-

    FILE: /nas/content/live/bgmstaging/wp-content/plugins/download-manager/tpls4/link-templates/link-template-panel.php
    ———————————————————————————————————————————————————————————-
    FOUND 0 ERRORS AND 1 WARNING AFFECTING 1 LINE
    ———————————————————————————————————————————————————————————-
    1 | WARNING | No PHP code was found in this file and short open tags are not allowed by this install of PHP. This file may be using short open tags but PHP does not allow them.
    ———————————————————————————————————————————————————————————-

    FILE: /nas/content/live/bgmstaging/wp-content/plugins/download-manager/tpls4/link-templates/link-template-button.php
    ———————————————————————————————————————————————————————————-
    FOUND 0 ERRORS AND 1 WARNING AFFECTING 1 LINE
    ———————————————————————————————————————————————————————————-
    1 | WARNING | No PHP code was found in this file and short open tags are not allowed by this install of PHP. This file may be using short open tags but PHP does not allow them.
    ———————————————————————————————————————————————————————————-

    FILE: /nas/content/live/bgmstaging/wp-content/plugins/download-manager/tpls4/link-templates/link-template-nopopup.php
    ———————————————————————————————————————————————————————————-
    FOUND 0 ERRORS AND 1 WARNING AFFECTING 1 LINE
    ———————————————————————————————————————————————————————————-
    1 | WARNING | No PHP code was found in this file and short open tags are not allowed by this install of PHP. This file may be using short open tags but PHP does not allow them.
    ———————————————————————————————————————————————————————————-

    FILE: /nas/content/live/bgmstaging/wp-content/plugins/download-manager/tpls4/link-templates/link-template-button-popup.php
    ———————————————————————————————————————————————————————————-
    FOUND 0 ERRORS AND 1 WARNING AFFECTING 1 LINE
    ———————————————————————————————————————————————————————————-
    1 | WARNING | No PHP code was found in this file and short open tags are not allowed by this install of PHP. This file may be using short open tags but PHP does not allow them.
    ———————————————————————————————————————————————————————————-

    FILE: /nas/content/live/bgmstaging/wp-content/plugins/download-manager/tpls4/link-templates/link-template-default-ext.php
    ———————————————————————————————————————————————————————————-
    FOUND 0 ERRORS AND 1 WARNING AFFECTING 1 LINE
    ———————————————————————————————————————————————————————————-
    1 | WARNING | No PHP code was found in this file and short open tags are not allowed by this install of PHP. This file may be using short open tags but PHP does not allow them.
    ———————————————————————————————————————————————————————————-

    FILE: /nas/content/live/bgmstaging/wp-content/plugins/download-manager/tpls4/link-templates/link-template-default-icon.php
    ———————————————————————————————————————————————————————————-
    FOUND 0 ERRORS AND 1 WARNING AFFECTING 1 LINE
    ———————————————————————————————————————————————————————————-
    1 | WARNING | No PHP code was found in this file and short open tags are not allowed by this install of PHP. This file may be using short open tags but PHP does not allow them.
    ———————————————————————————————————————————————————————————-

    FILE: /nas/content/live/bgmstaging/wp-content/plugins/download-manager/tpls4/link-templates/link-template-widget.php
    ———————————————————————————————————————————————————————————-
    FOUND 0 ERRORS AND 1 WARNING AFFECTING 1 LINE
    ———————————————————————————————————————————————————————————-
    1 | WARNING | No PHP code was found in this file and short open tags are not allowed by this install of PHP. This file may be using short open tags but PHP does not allow them.
    ———————————————————————————————————————————————————————————-

    FILE: /nas/content/live/bgmstaging/wp-content/plugins/download-manager/tpls4/link-templates/link-template-extended.php
    ———————————————————————————————————————————————————————————-
    FOUND 0 ERRORS AND 1 WARNING AFFECTING 1 LINE
    ———————————————————————————————————————————————————————————-
    1 | WARNING | No PHP code was found in this file and short open tags are not allowed by this install of PHP. This file may be using short open tags but PHP does not allow them.
    ———————————————————————————————————————————————————————————-

    FILE: /nas/content/live/bgmstaging/wp-content/plugins/download-manager/tpls4/link-templates/link-template-panel-1-3.php
    ———————————————————————————————————————————————————————————-
    FOUND 0 ERRORS AND 1 WARNING AFFECTING 1 LINE
    ———————————————————————————————————————————————————————————-
    1 | WARNING | No PHP code was found in this file and short open tags are not allowed by this install of PHP. This file may be using short open tags but PHP does not allow them.
    ———————————————————————————————————————————————————————————-

    FILE: /nas/content/live/bgmstaging/wp-content/plugins/download-manager/tpls4/link-templates/link-template-calltoaction3.php
    ———————————————————————————————————————————————————————————-
    FOUND 0 ERRORS AND 1 WARNING AFFECTING 1 LINE
    ———————————————————————————————————————————————————————————-
    1 | WARNING | No PHP code was found in this file and short open tags are not allowed by this install of PHP. This file may be using short open tags but PHP does not allow them.
    ———————————————————————————————————————————————————————————-

    FILE: /nas/content/live/bgmstaging/wp-content/plugins/download-manager/tpls4/link-templates/link-template-search-result.php
    ———————————————————————————————————————————————————————————-
    FOUND 0 ERRORS AND 1 WARNING AFFECTING 1 LINE
    ———————————————————————————————————————————————————————————-
    1 | WARNING | No PHP code was found in this file and short open tags are not allowed by this install of PHP. This file may be using short open tags but PHP does not allow them.
    ———————————————————————————————————————————————————————————-

    FILE: /nas/content/live/bgmstaging/wp-content/plugins/download-manager/tpls4/link-templates/link-template-semi-ext.php
    ———————————————————————————————————————————————————————————-
    FOUND 0 ERRORS AND 1 WARNING AFFECTING 1 LINE
    ———————————————————————————————————————————————————————————-
    1 | WARNING | No PHP code was found in this file and short open tags are not allowed by this install of PHP. This file may be using short open tags but PHP does not allow them.
    ———————————————————————————————————————————————————————————-

    FILE: /nas/content/live/bgmstaging/wp-content/plugins/download-manager/tpls4/link-templates/link-template-bsthumnail.php
    ———————————————————————————————————————————————————————————-
    FOUND 0 ERRORS AND 1 WARNING AFFECTING 1 LINE
    ———————————————————————————————————————————————————————————-
    1 | WARNING | No PHP code was found in this file and short open tags are not allowed by this install of PHP. This file may be using short open tags but PHP does not allow them.
    ———————————————————————————————————————————————————————————-

    FILE: /nas/content/live/bgmstaging/wp-content/plugins/download-manager/tpls4/link-templates/link-template-calltoaction2.php
    ———————————————————————————————————————————————————————————-
    FOUND 0 ERRORS AND 1 WARNING AFFECTING 1 LINE
    ———————————————————————————————————————————————————————————-
    1 | WARNING | No PHP code was found in this file and short open tags are not allowed by this install of PHP. This file may be using short open tags but PHP does not allow them.
    ———————————————————————————————————————————————————————————-

    FILE: /nas/content/live/bgmstaging/wp-content/plugins/download-manager/tpls4/link-templates/link-template-category-link.php
    ———————————————————————————————————————————————————————————-
    FOUND 0 ERRORS AND 1 WARNING AFFECTING 1 LINE
    ———————————————————————————————————————————————————————————-
    1 | WARNING | No PHP code was found in this file and short open tags are not allowed by this install of PHP. This file may be using short open tags but PHP does not allow them.
    ———————————————————————————————————————————————————————————-

    FILE: /nas/content/live/bgmstaging/wp-content/plugins/download-manager/tpls4/link-templates/link-template-default.php
    ———————————————————————————————————————————————————————————-
    FOUND 0 ERRORS AND 1 WARNING AFFECTING 1 LINE
    ———————————————————————————————————————————————————————————-
    1 | WARNING | No PHP code was found in this file and short open tags are not allowed by this install of PHP. This file may be using short open tags but PHP does not allow them.
    ———————————————————————————————————————————————————————————-

    FILE: /nas/content/live/bgmstaging/wp-content/plugins/download-manager/tpls4/link-templates/link-template-calltoaction4.php
    ———————————————————————————————————————————————————————————-
    FOUND 0 ERRORS AND 1 WARNING AFFECTING 1 LINE
    ———————————————————————————————————————————————————————————-
    1 | WARNING | No PHP code was found in this file and short open tags are not allowed by this install of PHP. This file may be using short open tags but PHP does not allow them.
    ———————————————————————————————————————————————————————————-

    FILE: /nas/content/live/bgmstaging/wp-content/plugins/download-manager/tpls4/link-templates/link-template-msthumnail.php
    ———————————————————————————————————————————————————————————-
    FOUND 0 ERRORS AND 1 WARNING AFFECTING 1 LINE
    ———————————————————————————————————————————————————————————-
    1 | WARNING | No PHP code was found in this file and short open tags are not allowed by this install of PHP. This file may be using short open tags but PHP does not allow them.
    ———————————————————————————————————————————————————————————-

    FILE: /nas/content/live/bgmstaging/wp-content/plugins/download-manager/tpls4/page-templates/page-template-default.php
    ———————————————————————————————————————————————————————————-
    FOUND 0 ERRORS AND 1 WARNING AFFECTING 1 LINE
    ———————————————————————————————————————————————————————————-
    1 | WARNING | No PHP code was found in this file and short open tags are not allowed by this install of PHP. This file may be using short open tags but PHP does not allow them.
    ———————————————————————————————————————————————————————————-

    FILE: /nas/content/live/bgmstaging/wp-content/plugins/download-manager/tpls4/page-templates/page-template-col2-il.php
    ———————————————————————————————————————————————————————————-
    FOUND 0 ERRORS AND 1 WARNING AFFECTING 1 LINE
    ———————————————————————————————————————————————————————————-
    1 | WARNING | No PHP code was found in this file and short open tags are not allowed by this install of PHP. This file may be using short open tags but PHP does not allow them.
    ———————————————————————————————————————————————————————————-

    FILE: /nas/content/live/bgmstaging/wp-content/plugins/download-manager/tpls4/page-templates/page-template-1col-ex-autdio.php
    ———————————————————————————————————————————————————————————-
    FOUND 0 ERRORS AND 1 WARNING AFFECTING 1 LINE
    ———————————————————————————————————————————————————————————-
    1 | WARNING | No PHP code was found in this file and short open tags are not allowed by this install of PHP. This file may be using short open tags but PHP does not allow them.
    ———————————————————————————————————————————————————————————-

    FILE: /nas/content/live/bgmstaging/wp-content/plugins/download-manager/tpls4/page-templates/page-template-metro.php
    ———————————————————————————————————————————————————————————-
    FOUND 0 ERRORS AND 1 WARNING AFFECTING 1 LINE
    ———————————————————————————————————————————————————————————-
    1 | WARNING | No PHP code was found in this file and short open tags are not allowed by this install of PHP. This file may be using short open tags but PHP does not allow them.
    ———————————————————————————————————————————————————————————-

    FILE: /nas/content/live/bgmstaging/wp-content/plugins/download-manager/tpls4/page-templates/page-template-video.php
    ———————————————————————————————————————————————————————————-
    FOUND 0 ERRORS AND 1 WARNING AFFECTING 1 LINE
    ———————————————————————————————————————————————————————————-
    1 | WARNING | No PHP code was found in this file and short open tags are not allowed by this install of PHP. This file may be using short open tags but PHP does not allow them.
    ———————————————————————————————————————————————————————————-

    FILE: /nas/content/live/bgmstaging/wp-content/plugins/download-manager/tpls4/page-templates/page-template-doc-preview.php
    ———————————————————————————————————————————————————————————-
    FOUND 0 ERRORS AND 1 WARNING AFFECTING 1 LINE
    ———————————————————————————————————————————————————————————-
    1 | WARNING | No PHP code was found in this file and short open tags are not allowed by this install of PHP. This file may be using short open tags but PHP does not allow them.
    ———————————————————————————————————————————————————————————-

    FILE: /nas/content/live/bgmstaging/wp-content/plugins/download-manager/tpls4/page-templates/page-template-1col-ex.php
    ———————————————————————————————————————————————————————————-
    FOUND 0 ERRORS AND 1 WARNING AFFECTING 1 LINE
    ———————————————————————————————————————————————————————————-
    1 | WARNING | No PHP code was found in this file and short open tags are not allowed by this install of PHP. This file may be using short open tags but PHP does not allow them.
    ———————————————————————————————————————————————————————————-

    FILE: /nas/content/live/bgmstaging/wp-content/plugins/download-manager/tpls4/page-templates/page-template-1col.php
    ———————————————————————————————————————————————————————————-
    FOUND 0 ERRORS AND 1 WARNING AFFECTING 1 LINE
    ———————————————————————————————————————————————————————————-
    1 | WARNING | No PHP code was found in this file and short open tags are not allowed by this install of PHP. This file may be using short open tags but PHP does not allow them.
    ———————————————————————————————————————————————————————————-

    FILE: /nas/content/live/bgmstaging/wp-content/plugins/download-manager/tpls4/page-templates/page-template-1col-flat.php
    ———————————————————————————————————————————————————————————-
    FOUND 0 ERRORS AND 1 WARNING AFFECTING 1 LINE
    ———————————————————————————————————————————————————————————-
    1 | WARNING | No PHP code was found in this file and short open tags are not allowed by this install of PHP. This file may be using short open tags but PHP does not allow them.
    ———————————————————————————————————————————————————————————-

    #90672

    markharari
    Participant

    I updated from from 4.5.2 to 4.8.1 today, and now my icons and doc_preview are too large.

    Here is the code I have been using on my page template for a few years:

    <style type=”text/css”>.more_previews_a{display: block;float: left;margin-right: 6px;}</style>
    <div class=”row”>
    <div class=”col-md-12″>
    <table class=”table table-borderless”>
    <tbody>
    <tr><td>[icon]</td><td><h4>[title]</h4><h5>File Size: [file_size]</h5></td></tr>
    [memb_has_any_tag tagid=”1742,1726,1854,532″]
    <tr><td style=”width:50%”>[doc_preview]</td><td style=”width:50%”>[description]<p><div class=”joinbtn”>[download_link]</div></p></td></tr>
    [else_memb_has_any_tag]
    <tr><td style=”width:50%”>[notification style=”error” font_size=”10px” closeable=”false”]Sorry… the Download Library is available to invested members only.[/notification] – Document Preview Disabled -<p> </p><h3>login to download</h3><p>[memb_loginform redirect=#current.page#]</p>
    <p style=”text-align: center;”>Not a member? Click here to join!</td><td style=”width:50%”>[description]<hr>
    <p> </p></td></tr>
    [/memb_has_any_tag]
    </tbody></table>
    <p> </p>
    [memb_has_any_tag tagid=”1742,1726,1854,532″]
    <h4 style=”text-align: center;”>– Go Back to Previous Page –</h4>
    [else_memb_has_any_tag]
    <div class=”hr hr-solid”> </div>
    [/memb_has_any_tag]
    </div>
    </div>

    memb_has_any_tag is from my membership plugin.

    How do I resize the icon and document so they show – I want the full width of the document showing in half of the table.

    #90660

    In reply to: not all files showing

    Link: https://ramtaps.com.au/downloads2/
    short-code:
    [wpdm_all_packages items_per_page="20" jstable="1" order="ASC/DESC" cols="title,file_count,download_count|categories|download_link" colheads="Title|Categories|Download::155px"]

    issue: showing search on top but not showing all files (showing only 78 pages in pagination)

    =========================================================================================================

    Link: https://ramtaps.com.au/downloads1/
    short-code:
    [wpdm_all_packages items_per_page="20" order="ASC/DESC" cols="title,file_count,download_count|categories|download_link" colheads="Title|Categories|Download::155px"]

    issue: showing all files as (showing 176 pages in pagination) but not showing search on top

    purpose: I want both search on top and also show all files in pagination..i think when i am using jstable=”1″ in shortcode than the issue coming

    #90633

    In reply to: Best Practices Guide


    Shahriar
    Moderator

    Which shortcode are you using to display your downloads? Could you send me the page link to check how your download page looks now?

    Hi,

    It appears right around the time we updated Download Manager (last week), our download links on our package level pages are no longer displayed.

    see here – https://www.zuckerbergfiles.org/records/2018-088/

    It seems like everything is in its right place on the backend (see attached).

    How can we correct this issue?

    Thanks.

    #90511

    Shahriar
    Moderator

    Hi,

    Do you want to skip the package details page?

    In that case, you have to remove the [page_url] tag from your template. And use the [download_link] template tag to show the download button.

    If you send login info I can set up an example template for you.

    Thanks.

    #90492

    In reply to: After Update Problems


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

    ZOOK Marketing
    Participant

    Hi there,

    I’m trying to add a thumbnail image of the actual pdf/image files. How would I do that? Here’s the short code I’ve currently have.
    I want the headings to be Thumbnail, File Name, File Type (image of file type), update date, download.

    [wpdm_all_packages items_per_page="20" categories="brochures-datasheets" jstable=1 order_by="field_name" order="ASC/DESC" cols="title|update_date|download_link,addto_file_cart" colheads="File Name::30%|Update Date|Download::20%"]

    #90455

    Futexcel
    Member

    I would like to download direct to the link

    Can you adjust my code?

    <!-- WPDM Link Template: Personal Template -->
    <div class="media well link-template-widget">
        <a class="pull-left" href="[page_url]">
        [icon]
        </a>
        <div class="media-body">
        <a href="[page_url]" style="display: block;clear: bottom;font-size: 11pt;font-weight: bold;">[title]</a>
            <div style="font-size: 9pt;">
        <i class="fa fa-database color-green"></i> [file_size] &nbsp; <i class="fa fa-files-o color-purple"></i> [download_count] downloads
            </div>
        </div>
    </div>
    <style>
        .wpdm_icon{ max-width: 48px; width: 48px; }
    </style>
    #90452
    This reply has been marked as private.
    #90405

    In reply to: Template Tags


    Shahriar
    Moderator

    There are 2 ways. You can use the custom fields add-on to add custom fields. Insert the custom field value in edit package screen. The ACF add-on will provide you template tags that you can use in custom link/page template to show you custom data.

    Another approach is adding new custom template tags using filter hook wdm_before_fetch_template. Use this option if your template tag generates something dynamic. This is the more completed option and requires coding experience. Here is the filter documentation https://www.wpdownloadmanager.com/doc/filter-reference/wdm_before_fetch_template/

    #90401

    In reply to: After Update Problems


    Shahriar
    Moderator
    This reply has been marked as private.
    #90361

    Pixelquest
    Member
    This reply has been marked as private.
Viewing 25 results - 4,801 through 4,825 (of 9,332 total)