Search Results for 'download link'

Viewing 25 results - 4,301 through 4,325 (of 9,350 total)
  • Author
    Search Results
  • #111741

    <div class=”panel panel-default”>
    <div class=”panel-heading”><b>Document to Download</b></div>
    <div class=”panel-body”>
    [file_list] [link_label]
    </div>

    #111740

    This is the code in my page template:

    <div class=”panel panel-default”>
    <div class=”panel-heading”><b>Document to Download</b></div>
    <div class=”panel-body”>
    [file_list] [link_label]
    </div>

    #111739

    Hi,
    I had the same issue, ‘single-file download’ fixes the problem, however, I want the download file to open in a new page once clicking the download link. At the moment it opens it in the same window, thus taking me away from the website.

    Any suggestions?

    #111487
    This reply has been marked as private.
    #111483

    Shahriar
    Moderator

    Looks like the download issue is related to the access settings. At first, no role was selected in package settings, so download didn’t work as expected. Because no one has access to the package.

    Later you updated the access settings to allow the User and Administrator role to have download access. But you tried to download the file without logging in. But package settings require User and Administrator role.

    If you want the link work always then select Anyone in package settings.

    About the next/previous links, those are coming from your theme. Download Manager uses your active theme’s single.php template to show the package. It can control the content part but the rest is controlled by the theme. So, you have the edit the single.php to remove those links.

    You can copy the single.php and rename it single-wpdmpro.php If this template exists inside your theme this will get priority over single.php The benefit of using single-wpdmpro.php is, it will only be used by WPDM, so you can design it as you want without affecting any other parts of your site.

    #111479

    victor torres
    Participant

    download button shows up on the package, and files in the package are displayed, but NO download buttons on individual files. I have used templates with the [file_list] in the code and still no download links on individual files. What am i doing wrong?


    Shahriar
    Moderator

    We will add the following patch in next version to fix this issue. Replace

    $vars['free_download_btn'] = self::free_download_button($vars['ID'], $vars['link_label']);
    with
    $vars['free_download_btn'] = self::free_download_button($vars['ID'], apply_filters("free_files_link_label", __( "Download free sample" , "wpdm-premium-packages" )));

    in wpdm-premium-packages.php file on line 1114.

    And then you can utilize the free_files_link_label filter to modify the label as shown in the following example.

    function wpdm_free_files_link_label(){
        return 'Download Free Files';
    }
    add_filter('free_files_link_label', 'wpdm_free_files_link_label');

    Shahriar
    Moderator

    I have created a custom template tag [file_list_play_only] to show only play button.

    Copy the code from here https://www.dropbox.com/s/5hk4xca0x80lcmi/file_list_play_only.php?dl=0 and add it to your theme’s functions.php file.

    And then use the [file_list_play_only] tag on your custom link/page template.

    Btw, remove the previous code to allow the download button in normal file list tag.

    #111459

    Abhishek Shukla
    Participant

    https://drive.google.com/file/d/1FAu4NUHL7EXUnagegLkWXDk_WqkMixrq/view

    In the above link, I showing a video of Download Manager Advanced Access Control add-on issue. In this video, I used to a restriction that if user not allowed to download a particular package then hide the package for that user.

    And In this video, I assigned 12 packages(name of packages like form-1 to form-12) to Sales forms & Pricing category. out of 12 packages(of Sales forms & Pricing category), 7 packages hide for a user(akshat.ambore) and only 5 packages are allowed to download for a user(akshat.ambore).
    And I am using pagination shortcode of download manager and assigned 5 package’s per page but out of 5 packages(that are assigned to download a user) 3 package’s shows on the first page, 1 package on the second page and 1 package on the third page.

    #111449

    Abhishek Shukla
    Participant

    https://drive.google.com/file/d/1FAu4NUHL7EXUnagegLkWXDk_WqkMixrq/view

    In the above link, I showing a video of Download Manager Advanced Access Control add-on issue. In this video, I used to a restriction that if user not allowed to download a particular package then hide the package for that user.

    And In this video, I assigned 12 packages(name of packages like form-1 to form-12) to Sales forms & Pricing category. out of 12 packages(of Sales forms & Pricing category), 7 packages hide for a user(akshat.ambore) and only 5 packages are allowed to download for a user(akshat.ambore).
    And I am using pagination shortcode of download manager and assigned 5 package’s per page but out of 5 packages(that are assigned to download a user) 3 package’s shows on the first page, 1 package on the second page and 1 package on the third page.


    Isaac Wilke
    Participant

    I am trying to get the direct download link to work for sharing packages and it wont work. It just keeps downloading a file called permission-denied.txt. Please watch this video below and advise how to resolve this problem. Thanks.

    #111414

    Paul Sherman
    Member

    Hello,

    When I click the Logout link from the https://www.pophopandrock.com/my-account/ page, I get a blank page. If I disable the Download Manager Pro plugin it works fine. Sample login: testuser 123

    I’m using Woocommerce Memberships with Subscriptions to restrict access to download pages (but that should not interfere with Download Manager).

    Paul

    #111410

    KoDan
    Participant

    Spoke too soon. Had another issue with a Guest Order Invoice not loading and returning me the:

    Warning!. Critical billing info is missing. Please update your billing info to generate invoice properly. [UPDATE BILLING INFO] button.

    However this time I double-checked that Settings > Premium Packages > Ask for billing address was checked : and it was.

    OK, turns out it is ***another*** problem with the Country/State linking. On another matter I’ve asked for Technical Support for Country/State linking over 3 weeks ago, so I’m not holding my breath for a WPDM solution anytime soon. Anyway what I think is happening here is that if a buyer chooses a Country that does NOT HAVE a STATE attached, if they do not put anything in that field the Cart code error checking doesn’t catch this and it writes into the database as an empty string:


    a:11:{s:10:”first_name”;s:5:”guest”;s:9:”last_name”;s:4:”user”;s:7:”company”;s:0:””;s:7:”country”;s:2:”AI”;s:5:”state”;s:1:”1″;s:9:”address_1″;s:5:”weqwe”;s:9:”address_2″;s:3:”qwe”;s:4:”city”;s:3:”dwd”;s:8:”postcode”;s:4:”1224″;s:5:”phone”;s:0:””;s:11:”order_email”;s:26:”12345@1234567890123.com.au”;}

    I tested again with the exact same Billing Details EXCEPT typing ‘somewhere’ the State field and voila: Invoice appears.

    a:11:{s:10:”first_name”;s:5:”guest”;s:9:”last_name”;s:4:”user”;s:7:”company”;s:0:””;s:7:”country”;s:2:”AI”;s:5:”state”;s:9:”somewhere”;s:9:”address_1″;s:5:”weqwe”;s:9:”address_2″;s:3:”qwe”;s:4:”city”;s:3:”dwd”;s:8:”postcode”;s:4:”1224″;s:5:”phone”;s:0:””;s:11:”order_email”;s:26:”12345@1234567890123.com.au”;}

    So I’m pretty confident it is the empty string causing the invoice error.

    I tried manually editing the broken data but simply adding text into the empty “” space it didn’t work until I twigged that the S:# has to match the character count of the next “string”. No idea why they do this, as there are plenty of ways to count string lengths in PHP. but at least you can fix the problem by editing the record directy in the database.

    More testing has shown that everything works fine if you choose a Country with States, because even if the User does nothing they always have a default value that gets written.

    So that the invoicing error is linked with any Country THAT DOES NOT have any STATES attached to it in Downloads > Premium Package > Taxes.

    I tried adding a blank or a text string into the Taxes field, that by default just shows [/ ], but it doesn’t help – so if the user doen’t enter something into the Cart then the code won’t catch it and although the transaction will process you cannot load the Invoice.

    What does that all mean?

    It means that any purchasers from those countries – guest or logged in – will potentially have problems loading an invoice. To get around this I will simply turn OFF those countries – so they can’t be selected – so I won’t have to deal with the error.

    But if you are from one of those Countries, please feel free to try and get WPDM to at least respond to the error 🙂

    #111379

    Shahriar
    Moderator

    You can do that by customizing your link/page template. Clone the template you are using now and remove all link tags from there. For example, replace [page_link] with just [title]

    Here is a detailed blog post on template customization https://www.wpdownloadmanager.com/building-a-wordpress-download-manager-link-template-from-scratch/

    #111367

    Matan Lahav
    Member

    I have WPDM Pro.

    I need to disable page/post link- website/wpdm-package/file name/, so that only the download link will be clickble.

    #111305

    Shahriar
    Moderator

    You can control the category access from the category settings page in the admin area. It is a core feature. Only users from allowed roles will be able to download the file from that category. This permission is merged with package settings permission.

    But I am not sure what you meant by Front-End Manager. Please send me the link if you are referring to an add-on.

    #111290

    Shahriar
    Moderator

    You can control the details page view using the page template. Please check all available page templates from the Downloads > Templates page.

    You can also create your own custom template using the template editor. Here is a blog post about that https://www.wpdownloadmanager.com/building-a-wordpress-download-manager-link-template-from-scratch/


    Paul
    Member

    Thank you very much for your help. Yes, I noticed a small problem now with the page: https://www.dukemaps.net/?page_id=38
    It appears those files can’t be downloaded now. Perhaps this has to do with the next update. I really appreciate your help and when this gets fixed so that it is working properly I would like to make a donation or contribution to your software. Please let me know the best way I can do this.

    I think what I am struggling with is getting it to work properly on a POST page then also properly in a Tablepress Row. It appears there are some problems with the download links within tablepress plugin. This is why I had to Disable certain functions of the Download Manager Plugin. Particularly Bootstrap CSS needs to be disabled to see the download button within a Tablepress cell as shown in the Link mentioned above.

    *** UPDATE ***
    I have since gone back into my WordPress to disable Bootstrap CSS so that my downloads will be available in a Tablepress row. I noticed this was unchecked due to your changes. But it prevents people from downloading files if left unchecked.

    Thanks,
    Paul

    #111213

    welswebmaster
    Participant

    I received another phone call today from someone who was unable to do a “Download All” for one of the files under Interactive Faith Bible studies. So I decided to experiment. It appears that the “download all” function fails after the package and documents reach a certain age. For example on https://cad.welsrc.net/downloads-cad/interactive-faith/, the first package created in August 2018 will work with the download all. Any others after that will not.

    At this link, https://worship.welsrc.net/downloads-worship/worship-the-lord/, once again, the first will download, but the others will not.

    Here’s where it gets interesting – the fourth link down “Practical Ideas for Lutheran Worship.” It was created in 2015, and when you do a download all, there are no documents in the zip file except the one that was updated this past July. Anything before that is treated like it no longer exists in the “Download All.” But there are 13 working files when you go into the package.

    I find it hard to believe this is a problem of corrupt files and needing to recreate the packages. If I had a corrupt file, it would seem that I wouldn’t be able to open it individually either. It seems more like a matter of files aging out of the package download option.

    #111180

    Shahriar
    Moderator

    You have linked the title to the download URL. So it downloading the file ( opening in browser ). If you want to open the package details page then use [page_link] tag in your custom link template.

    #111165

    Blake Hayes
    Member

    Gotcha.

    All of our downloads are PDF or JPG/PNG files. Is it possible to link to the file and it not “download”?

    Example: Use a HTML img tag with the url to the JPG/PNG file?


    Mozart Brito
    Participant
    This reply has been marked as private.

    Jacquelyn Keep
    Participant

    I have purchased the pro version but in the templates section it still says “Custom Template editor is available with WordPress Download Manager Pro” and I only have 9 link templates loaded and no buttons “Create Page Template & Create Link Template”.

    In the Settings/Updates I have the “Check for updates” as well as the “Logout” options which tells me the plugin has accepted my credentials for the pro upgrade.

    I’m looking to Implement the Audio Preview “link-template-audio” feature. Assistance would be greatly appreciated.

    #111073

    hi there!

    We’ve bought the PRO version of this plugin and we’re running it here:

    Ethiopia

    – we’ve done a custom template for the file list, but when it goes through to the package, it’s not showing any of the package’s content (download link, text content etc.

    Please check this here:

    https://www.impaact4tb.org/ethiopia/ – click the “Resources” tab on this page to see WP Download Manager file list, when you click on the title, it just goes to a blank page??

    Looking forward to your feedback!

    #111057

    Shahriar
    Moderator

    Your key is linked to applefortheteacher.co.uk

    If you are having a license issue in this domain, please install the latest version of Download Manager. That will fix it.

Viewing 25 results - 4,301 through 4,325 (of 9,350 total)