Search Results for 'download link'

Viewing 25 results - 4,651 through 4,675 (of 9,382 total)
  • Author
    Search Results
  • #94984

    Marcie
    Member

    We recently updated to php 7.2 but this update broke our display for anything related to Downloads Manager. Below is a link to the page where one of the display issues is occurring. Please advise.

    https://extechinc.com/cleanwall-porcelain-wall-panels/

    #94963

    Paul Vragel
    Member

    Is it possible to have WPDMPro go to a URL after filling in the form (instead of downloading a document)? (No billing is involved)

    #94952

    Vela Agency
    Member

    I attempted this, but the snippet is throwing the following error:

    syntax error, unexpected identifier (T_STRING), expecting ‘,’ or ‘;’

    The snippet look like this:
    case 'download_link':
    //echo $download_link;
    echo "<a target="_blank" href='".\WPDM\Package::getDownloadURL($data['ID'])."'>Download</a>";
    break;

    Please advise.
    TY!
    KO


    Max Rob
    Member
    This reply has been marked as private.
    #94911

    Peter Kong
    Participant

    Thanks for all your great support. First class service. I would like to launch the site on wed. I need to tidy a few things …

    1. Have a look at the attachment – software-link.jpg. The software link (parent link) at the top menu should be hyperlinked to https://ps-cardiagnostics.com/software/ but there seems to be a bug. Can you help pls

    2.If you look at the diagnostics page – https://ps-cardiagnostics.com/downloads/diagnostics-software/, you can see at the footer of the site with pagination 1,2,3 next. How can I make this page to show all products rather rather having the pagination? Thanks

    I think that’s all for now

    #94881

    In reply to: SLOW Download


    davenovelline
    Participant
    This reply has been marked as private.
    #94868

    Shahriar
    Moderator

    1 ) You can add the cart page link in your menu just like adding a normal page and hide the floating bar.

    2 ) We can modify the plugin code to remove those floating tabs or just change the text.

    3 ) Same thing. Popup or lightbox both requires code customization.

    4 ) We will add the translation in the next release.

    5 ) It will work the same way for any Form plugin. In the next version, we will add the option to direct download files after form submission.

    6 ) Add the following line after this code localStorage.removeItem('file_cart_data');
    $('#file-cart').html('<ul class="list-group file-cart-list"><li class="list-group-item">File cart is empty</li></ul>');

    #94854

    Shahriar
    Moderator

    Looks like you have already added the download links there. For anyone else looking to implement the same thing, you can generate the download link from Downloads All Packages page. There is a generate download URL button under each package title.


    Ivan Turatti
    Participant

    Hi,

    I’m trying to do something a bit “complex”.

    We want to give some of our users a from (maybe a gravity form module) where they may insert title, subtitle, mini bio and upload 6 files>

    1 black and white DOC
    1 colored DOC
    1 black and white PDF
    1 colored PDF
    1 black and white JPG
    1 colored JPG

    Also choose the category and the tags.

    Then we would need each entry of this form to be inserted in a wpdm package, where the page template the final users must see, has the following structture>

    – Title
    – description that contains subtitle and mini bio
    – black and white DOC autogenerated thumbnail + download link
    – colored PDF autogenerated thumbnail + download link
    – black and white PDF autogenerated thumbnail + download link
    – colored and white JPG autogenerated thumbnail + download link
    – black and white JPG autogenerated thumbnail + download link

    Is this possible with WPDM? How may I do it?

    thanks for the support


    networkevok
    Member

    Hello,

    It doesn’t seem that the password dialog is a real popup, but we have the same issue on other browsers and other OS.
    If you click the link in the post (without copying it), you cannot then click on the Download button, and you need to go to the address bar ant type enter to reload the page.

    Best regards

    #94833

    Good Morning,

    I have some documents on my website which are linked as documents from Media, i would like to add these to Download Manager so i can track downloads. For example on this page, http://culchethhigh.org.uk/parental/ there are a list of policies and these documents that i want adding.

    I have gone through all the Default Template options and cant find one that is suitable as i would like one that when viewed by the public they dont see the file size, downloads and a download button, its is just a text link as i already have.

    Would this be a possible option?

    Thank you

    #94765

    Shahriar
    Moderator

    Yes, you can remove the download button. Just use a custom link template. You can clone the current link template from Downloads Templates page. Remove the [download_link] template tag from the custom template to hide the download button.


    networkevok
    Member

    Hello,

    When going directly to our download page from a link, we cannot click the link to display the unlock code.
    But if we go to the address bar of the browser and I revalidate the address, the button works or if we accessing using the menu it also works
    I cannot manage to find what is the difference and how to solve this.

    Could you please help us?

    Best regards

    #94760

    Erwin Hauer
    Member

    Hi,

    I want to display a table with certain categories, e.g. Category1 AND Category2. Or sometimes Category2, BUT NOT Category 1.

    Is this possible in the shortcode, and how?

    Thanks!

    Erwin

    [wpdm_all_packages items_per_page="20" jstable=1 order_by="publish_date" order="DESC" categories="fees,financial" colheads="Titel::300px|Auteur::150px|Inhoud::500px|Categoriën::100px|Datum::80px|Download::80px" cols="title|auteur|post_content|categories|publish_date|download_link"]


    Shahriar
    Moderator

    The thing is package details page or link template won’t show this download link to the non-members. I guess you are using this URL in a customized way.

    There is still a way to redirect the user using the wpdm_download_permission_denied hook. Add the following code to your theme’s function.php file to redirect the user to the login page ( replace the your_login_url with proper url ),

    add_action('wpdm_download_permission_denied', 'wpdm_permission_denied_login_redirect');
    function wpdm_permission_denied_login_redirect($id){
        if( !is_user_logged_in() ):
            wp_redirect( "your_login_url" );
            exit();
        endif;
    }
    #94716

    Shahriar
    Moderator

    Hi, Claus you can also add the following code in your Customize Additional CSS to fix the button width,

    .wpdm-download-link.btn {
        width: auto !important;
    }

    Thanks, Prodesigner for the help.


    Piers Barber
    Member
    This reply has been marked as private.
    #94675

    Shahriar
    Moderator

    This may be related to server capacity. Stamping the file requires a fair amount of server resource. Could you please send me the file to test it on my server? You can use the private reply or send me a download link.


    Piers Barber
    Member
    This reply has been marked as private.
    #94667

    Hello guys, we currently have the problem that the download does not work anymore. It only appears the wheel but no download begins. Can you please help us? I have set up a test download. Here the link:

    Chiemgau Kriterien Premium-Wanderprodukte

    PW: ts-bgl

    In the backend I found the following error message, maybe this helps you further.

    Warning: file_put_contents(/home/tefuetqm/htdocs/gs/wp-content/uploads/wpdm-cache/wpdm_green-solutions.info): failed to open stream: No such file or directory in /home/tefuetqm/htdocs/gs/wp-content/plugins/download-manager/wpdm-core.php on line 170

    Thanks in advance for your help.
    greeting
    Rainer

    #94661

    VVE de Watertoren
    Participant

    Hi Shahriar, thanks for getting back.

    I just realise what was causing the problem. I have been using the ‘User Access Manager’ plugin to restrict access to WPDM download packages (by giving packages one or more Categories with access rights controlled by UAM), as this was the only way to bulk edit access rights for our 250+ download packages. By using UAM, the package detail page was restricted to users with roles A and B, but the attachment appeared still accessible by users with role C by clicking the download button or by following a direct hyperlink to that attachment.

    I just tested setting the access rights by way of the native WPDM ‘Access’ field, and now the download package is completely hidden to users with role C, and neither can they open it by following a direct hyperlink. So WPDM is doing a great job there in terms of securely restricting access, but the problem remains that there is no way for me to bulk edit access rights on download packages. I have tried bulk inline editing the WPDM ‘Access’ field with Admin Columns Pro, but unfortunately that does not do the trick either.

    Would you happen to know a way to bulk edit access rights on WPDM packages?

    #94660

    Shahriar
    Moderator

    If a user doesn’t have access to the pacakge he won’t be able to generate this download URL. I guess you got this URL after unlocking the pacakge. To prevent sharing of this URL you can limit the usage of this temporary download URL. Set the limit from “Private Download Links Usage Limit:” option in the Basic Settings tab.


    Steve Wild
    Member

    More Specifically there is no click-event taking place when I click ‘Select Files’.

    I have taken over this plugin for a client, However, once Purchasing the pro version there is still an issue with files not uploading. I can Log in, Add New, etc… All up unto the point where the User (administrator and Authors) tries to upload a file. there is no prompt, Nor can I drag and drop Files, They just open up in the browser.

    These are the Plugins for WPDM:

    WPDM – Advanced Custom Fields – Version 1.2.1. (Previous Owner bought this, CANNOT Update ( v1.9.0 ))
    WPDM – Block Hotlink – Version 2.1.0. (UP TO DATE)
    WPDM – Custom Access Level – Version 2.4.2. (Previous Owner bought this, CANNOT Update ( v2.8.2 ))
    WPDM – Dropbox Explorer – Version 1.3.2. (UP TO DATE)
    WPDM – Extended Short-codes – Version 2.8.2. (UP TO DATE)
    WPDM – File Manager – Version 1.2.0. (Previous Owner bought this, CANNOT Update ( v1.3.0 ))
    WPDM – Google Drive – Version 1.4.1. (UP TO DATE)
    WPDM – Import Download Monitor Data – Version 1.0.0. (UP TO DATE)
    WPDM – TinyMCE Button – Version 2.7.4. (UP TO DATE)

    Because I have the New Pro Updated version as a new customer, I don’t have access to update the other paid products, If you know the issue is because of a specific Plugin, I can Speak to discuss upgrading specific paid plugins.

    I can provide any Additional Information if needed.


    blakemiller
    Participant

    I have a site which is using accordions. The client keeps reporting back that they and their clients cannot access files behind the accordion. It’s only on certain browsers (mostly on a PC). Instead, it’s returning a “-1” instead of the content. It’s hard to reproduce every time, but I (and the client) has seen it a few times over the past few weeks.

    It’s almost identical to this issue reported a few months ago – https://www.wpdownloadmanager.com/support/topic/problems-with-1-notification-on-package-links/

    Which I see points to another fix talking about users logged in / logged out – but that fix doesn’t apply to us as all of our files are public so we don’t gate anything baed on user login.

    When I can replicate it, sometimes a few refreshes work. Sometimes it’s by clearing cache.

    #94582

    Peter Kong
    Participant

    Okay. I have done as you suggested. I tried to apply different page template to see if any changes to the layout but no effect. Plus when clone ‘Single Column, Extended, PlayList’. I did not see the tag [file list]. Here is the code.

    <div class=”row”>

    <div class=”col-md-12″>
    <ul class=”list-group”>
    <li class=”list-group-item [hide_empty:version]”>
    <span class=”badge”>[version]</span>
    [txt=Version]

    <li class=”list-group-item [hide_empty:download_count]”>
    <span class=”badge”>[download_count]</span>
    [txt=Download]

    <li class=”list-group-item [hide_empty:file_size]”>
    <span class=”badge”>[file_size]</span>
    [txt=File Size]

    <li class=”list-group-item [hide_empty:file_count]”>
    <span class=”badge”>[file_count]</span>
    [txt=File Count]

    <li class=”list-group-item [hide_empty:create_date]”>
    <span class=”badge”>[create_date]</span>
    [txt=Create Date]

    <li class=”list-group-item [hide_empty:update_date]”>
    <span class=”badge”>[update_date]</span>
    [txt=Last Updated]

    </div>
    <div class=”col-md-12″>
    <div class=”panel panel-default”>
    [play_list]
    <div class=”panel-footer”>[download_link]</div>
    </div>
    </div>

    <div class=”col-md-12″>
    [description]
    </div>

    </div>

    <style>.panel audio{ margin-bottom: -6px !important; padding: 6px; } .wpdm-filelist th:last-child, .wpdm-filelist td:last-child{ width: 60px; text-align: center; }</style>

    Please advise

Viewing 25 results - 4,651 through 4,675 (of 9,382 total)