Search Results for 'download link'

Viewing 25 results - 5,826 through 5,850 (of 9,401 total)
  • Author
    Search Results
  • #63899

    Arne Klein
    Member

    Thanks for your help.

    Yes, there is another issue. All download links are not working anymore. They don’t trigger the download process but (re)load the download details page. Please help me with this one, too.

    Regards, Arne

    #63895

    Shahriar
    Moderator

    @arneklein, Updated Download Manager to the latest version. Please let me know if there is any other issue.


    @markmaxdb
    , Found no issue in my test. The download was served as usual from the email link.

    #63889

    Shahriar
    Moderator

    Your theme has it’s own archive template which by default works as category archive.

    You have to create the custom category template taxonomy-wpdmcategory.php if you want to build a custom archive for only downloads. This template does not come with the theme if it is not a Download Manager theme.

    Please check the doc link for more info.

    https://www.wpdownloadmanager.com/docsfor/for-theme-developers/

    #63876
    This reply has been marked as private.
    #63868
    This reply has been marked as private.
    #63867

    In reply to: attach files


    Sounday
    Member

    Thank you for your reply Shahriar,

    the direct download link works
    http://walkmansrldownload.com/download/baila-conmigo-anguilla-reggaeton-merengue-cd1/

    the problem is in the article page when clicking the download link nothing happen
    http://walkmansrldownload.com/bailaconmigoanguilla/
    PW #W7B7C7M

    Thank you for your help,
    giorgia

    #63858
    This reply has been marked as private.
    #63841

    In reply to: Direct Download Button


    Shahriar
    Moderator

    You can get the direct download link of a file from “Downloads All files” page. Just copy the download button URL as shown in the following screenshot.

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

    #63840

    Gary Hartley
    Participant
    This reply has been marked as private.

    Shahriar
    Moderator

    Sorry for the delay. Yes, you can use custom link template in Pro version to open download links in new window.

    WPDM Pro payment is yearly. But you can cancel the subscription anytime. And after 1 year you can continue using the version you have. Renewing license after 1 year gives you access to updates and bug fixes. Also, you get access to Pro forum.

    #63830

    In reply to: Custom Work Quote


    Shahriar
    Moderator

    You can do that easily by using custom link template.

    Just use the following code in the custom template to link download button to the details page.

    <a class="btn btn-success" href="[page_url]">Download</a>

    #63825

    In reply to: Custom Work Quote

    I understand that on the package page, the download link takes me to iTunes, but on the page that list all the Add Ons:

    (https://www.wpdownloadmanager.com/downloads/add-ons/page/2/)

    On this page, the download button under the Add On name, takes me to the package page. How is that set up?

    On my page that list all my downloads, the download buttons always “trigger” the download. How do I get the buttons to just go to the package pages?

    #63792
    This reply has been marked as private.

    Shahriar
    Moderator

    1 ) WPDM core plugin has 2 options to show all packages.

    First one is all packages table

    [wpdm-all-packages items_per_page=10 jstable=1 order_by="create_date" order="DESC"]

    Second option is packages shortcode

    [wpdm_packages template="link-template-bsthumnail.php" order_by="date" order="desc" paging="1" items_per_page="10" title="" desc="" cols=3 colsphone=1 colspad=1]

    Install TinyMCE add-on to insert these shortcodes easily.

    2 ) Use the second shortcode I wrote above to show all downloads with card template. You can show video in card template by creating a clone of card template and replacing thubmnail tag with video tag [video_player_500] But there is no option to apply condition there ( i.e. show image or video based on availability )

    Hey guys,

    I’m struggling to wrap my head around templates, even with your docs. I’m going to lay out here what i am hoping to achieve, in the hope you will tell me exactly what i need to do in order to create that. My requirements are:

    1. A central download page where all uses see all downloads available.
    2. All files have the same template. Ideally “Card” would be perfect, with the image being swapped out for a video if its a video file, for example.

    That’s it. I’ve created my own downloads page, but all of the files look identical, and are in a single list rather than three columns. The video file, as an example I have the following settings telling i want the link template to be card, but that on the downloads page definitely isn’t card, is it?!

    Your help would be hugely appreciated! Thanks in advance.
    Conor

    #63776

    In reply to: Link custom field data


    Shahriar
    Moderator

    Are you using WPDM Advanced Custom Fields add-on? It is possible to link custom data using this add-on.

    1 ) Create 1 text custom fields and another URL custom field. Set name and URL in respective fields when creating the package.

    2 ) In your custom template use this format to add link to the text <a href="[acf_ACF_url]">[acf_ACF_Text]</a>

    #63770

    Susan Gillies
    Participant

    I have created a radio button custom field called “contributors” so we can reference what organization created the file. Is there a way the data can be linked so that when it shows up on the download page (such as: http://trafficsafety.org/shso-portal/download/cost-of-crashes-2015/) it could be linked to their website?

    For instance, in my attached picture, could the “NETS” text be automatically linked to their website based upon a parameter we set somewhere?

    Thanks!

    #63766

    Susan Gillies
    Participant

    Hi, Shahriar,

    Sorry for the confusion.

    Here is an example of one of my packages: http://trafficsafety.org/shso-portal/download/cost-of-crashes-2015/

    Attached is 1.jpg, a screenshot of the link template I made which includes not only the download button but a “more info” button that is made using the [wpdm-download-link] tag.

    2.jpg is how the [file_list_extended] tag is rendered by default. I want to know if there is any way I can edit this layout. I would like to add a “more info” button to each of the individual files so people can click on it and be taken to the page of each file included in the package. (For example, using my example link, they wanted to see the thumbnail preview and file detail of just “Cost of Crashes 2015 Report” they could find out.)

    Does that help? Thanks so much!

    #63762

    Shahriar
    Moderator

    Please install WPDM v.4.7.1 to fix the “link-expired” issue.

    Save your WPDM login info in Downloads Settings Updates Tab to enable plugin update from your admin dashboard.

    Or just download the latest version here https://www.wpdownloadmanager.com/user-dashboard/purchases/

    #63761

    Shahriar
    Moderator

    Hi,

    Sorry, not clear. Could you please send me the URL, so I can relate your query with visual data?

    You can show file list with single file download link using [file_list] or [file_list_extended] template tag if that’s what you are trying to achieve.

    Thanks.

    #63757

    Shahriar
    Moderator

    I have updated the Download Manager ( v.4.7.1 ) on your site.

    Download Link in email ( sent from email lock ) is working now.

    #63755

    In reply to: attach files


    Sounday
    Member

    Hi all,

    I’m coming back with another issue.
    The download is working on desktop, but we’ve problems with mobile.
    Clicking on the download link nothing happen.
    I cannot access to the download page (I’ve enabled the single download option).

    Can you help me?
    Thank you,
    giorgia

    #63753

    In reply to: Custom Work Quote

    Can someone please respond to this.

    To start over…

    1. Do you know of a way to use WPDMP to allow a user on an iOS device to click the download button and load an .ipa file? It has to load, not just download and Apple has a specific method for using a .plist file to call to the .ipa file when it’s outside the app store. If you’re unfamiliar with this, then let me know and I’ll send you the documentation.

    If it isn’t inherent in the functionality, then please provide a quote for a custom option to make it work.

    If that isn’t possible, then:

    2. Can we have the download button link to the package page, just like it works on your own ADD ONS page for WPDM for iOS. If all the download buttons need to link to the package page, then that’s fine.


    Susan Gillies
    Participant

    I’m working on a site with well over a thousand documents, many of which will be grouped in packages. Is there any way to add the Download Link to the list of attachments?

    I’m using the [premium_file_list] tag in the template and what I’d like included besides the “download” button is a link from [wpdm-download-link]. When they click on the link, they’d be able to see all the details, preview images, etc. of the individual file within the document. Does that make sense? (I already have it set to allow for individual file downloads.)

    Thanks!

    #63731

    Davor
    Member

    Shahriar,

    the problem is solved.

    There was a few lines of code needed to be added to the .htaccess of my page.

    <IfModule mod_security.c>
    SecFilterRemove 001868
    </IfModule>

    I see others have also this problems.

    This post on your form has helped me.

    Post Link

    Thanks. Davor

Viewing 25 results - 5,826 through 5,850 (of 9,401 total)