Search Results for 'download link'

Viewing 25 results - 4,776 through 4,800 (of 9,326 total)
  • Author
    Search Results

  • Shahriar
    Moderator

    Please send your order id or license key to unlock it from dev site.

    About the bulk import, send me the CSV file to check the format. Maybe files are not linked properly. Your files have to be located at /uploads/download-manager-files/ directory if you are using only file names in CSV files column.

    #91785

    Shahriar
    Moderator

    Your theme is deactivating the click on the download link. The click is triggered by JS onclick event.

    However, there is a workaround. I have created a clone ( Single Column, Flat Clone ) for the page template ( Single Column, Flat ) you are using there. Replaced the [download_link] template tag with <a href="[download_url]" class="btn btn-sm btn-success">[link_label]</a> This uses direct URL instead of JS onclick event to initiate download.

    Check the example here https://www.teatimemonkeys.com/download/single-opt-in-mailchimp-english/

    This clone template will work with only packages that have no lock. For locked packages use the original ( Single Column, Flat ) template.

    If all of your downloads are unlocked, let me know. I will bulk update page template for all packages so you don’t have to update one by one.

    #91780

    Anthony Lees
    Member

    Hi,
    I am trying to disable the package title link and remove the admin & date info that is shown under the title

    How can I do this?

    https://cullingworth-village.co.uk/downloads/minutes-2018/

    Thanks
    Tony

    #91779

    Lex
    Member

    Hi there,

    I’m currently displaying all downloads with this shortcut:
    [wpdm_all_packages items_per_page="30" jstable=1 order_by="date" order="DESC" cols="page_link,file_count,download_count|excerpt|acf_status_Bid Date|page_link" colheads="Project|Project Info|Bid Date/Status|Download::155px"]

    On this page: http://www.gdacllc.com/plan-room/current-bids/

    Now, we would like to split packages into two categories…each category will get it’s own page.

    Can you please help me keep this same layout, but switch with category view instead of all packageS?

    It would be very much appreciated!


    Hamid Ali Anjum
    Participant

    Hi,

    Sometimes user claim to not receiving the receipt and download links. And it is quite annoying to instruct customers every time about using their dashboard. Customers also prefer an easy and short process, just clicking on download link in their email. So, it would be great if you guys can add the option to resend the receipts. It will save a lot of hustle and time.

    Hi

    How can I change license IP site to normal live url? I can’t figure it out…. could you please change it from IP to this url: skolskoterskor.se? Thank you

    Also not sure this is related, but my bulk import is not working…I am able to bulk import files and new packages appear, but once I try to download I am getting missing files and nothing is downloaded. When I open single package I see that file has no name, no size etc. Attached is how bulk imported file looks….

    #91754

    Smitaz Sm
    Participant

    Hi,

    I would like to install download manager in a different site but the key is coming as invalid.
    How do I fix it?


    Shahriar
    Moderator

    Hi,

    Sorry for the delay

    1 ) A user can download it anytime from their dashboard. No option to send it again.
    2 ) You can generate a temporary download link from All packages page. Check the download button under each download.
    3 ) Which settings are you referring to? Temporary download links can’t be changed, you can set the parameters only when generating the link.

    Thanks.

    #91193

    In reply to: Download email lock

    Here is the download link:
    https://www.foodhubmagazine.com/uscita-1/

    I should have solved. Thanks for the support

    #91169

    David Jones
    Member

    I am trying to generate a temporary download link but I continually receive “Error: Unauthorized Access.” I am an administrator within my account, and I have tried turning on and off different settings with the download itself to get it working.

    What am I missing?

    #91047

    In reply to: Download email lock


    Shahriar
    Moderator

    Download starts automatically after submitting the email address. The download button is shown to allow more downloads. Please send me the link to check your package.


    bob1357
    Participant

    Download Manager 4.8.11
    WordPress 5.0.2 running Virtue theme
    Web server: Apache
    PHP version: 7.2.6

    I accidentally upgraded Download Manager in August when I got an email telling me there was a new version. I didn’t realize that It required a new purchase and the new version didn’t install, and only removed the old version (deleted it from server). I was able to find my old copy and eventually re-install it, links to packages were restored, but I didn’t have any reason to add new files at the time.
    Recently I migrated the site to a new server and tried to add some packages. This is when I noticed the Browse option in the Attach File section was missing any way to actually browse for the files, (this is how I have always added files.)
    I purchased the latest version (Download Manager Special Pack) and installed it. There is still no Browse functionality.

    I have several identically configured downloads. Some work correctly. Others do not.

    With the ones that fail, when clicking on the Download button, the pop-up simply disappears (rather than saying “processing”.

    Also, when you mouseover the download button, it does not activate (change color).

    Examples of both working and broken links here:

    https://ipservices.com/resources/brochures/&#8221;


    Hamid Ali Anjum
    Participant

    Hi, I have few questions regarding customer and order management.

    1) How do i resend purchase receipt?
    2) How do i generate custom download links for customer?
    3) How to limit or extend the expiry of download links?

    Thanks.

    #90949

    Ivan Turatti
    Participant

    Hi, so from some days we have problems with our home page but just in the italian language.

    After trying everything I did some research with the console and found an error:
    (index):494 Uncaught SyntaxError: Unexpected end of input

    when I see the envolved file turns out the one in attachment

    specially this script:

    </script>
    <script language=”JavaScript”>document.addEventListener(‘DOMContentLoaded’,function(){
    <!–
    jQuery(function (){
    jQuery(‘.wpdm-popup-link’).click(function (e){
    e.preventDefault();
    jQuery(‘#wpdm-popup-link .modal-title’).html(jQuery(this).data(‘title’));
    jQuery(‘#wpdm-modal-body’).html(‘<i class=”icon”></i> Please Wait…’);
    jQuery(‘#wpdm-popup-link’).modal(‘show’);
    jQuery.post(this.href,{mode:’popup’}, function (res){
    jQuery(‘#wpdm-modal-body’).html(res);
    });
    return false;
    });
    });</script>

    can you help?

    P,S. also I still don’t manage to do updates.

    #90944

    Shahriar
    Moderator

    Please try a link template with [download_link_extended] template tag or replace your [download_link] tag with this tag. It will embed the lock option on the page instead of using a popup.

    #90921

    Jason Emanuelson
    Participant
    This reply has been marked as private.

    Shahriar
    Moderator

    You can use [file-list] template tag to show single file download links (Demo: https://demo.wpdownloadmanager.com/wpdmpro/album/package-with-multiple-versions/ ). The user can download each file separately.

    Some built-in templates use this tag or you can create your own custom template.

    #90886

    In reply to: New Linked Site

    This is the same issue discussed on this post in the forum: https://www.wpdownloadmanager.com/support/topic/new-domain-linked-side/.


    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

Viewing 25 results - 4,776 through 4,800 (of 9,326 total)