Search Results for 'download link'

Viewing 25 results - 6,626 through 6,650 (of 11,356 total)
  • Author
    Search Results
  • #74406
    This reply has been marked as private.
    #74388

    Shahriar
    Moderator

    If you are asking about link/page templates, then you can create custom link/page templates from Downloads Templates page. Plugin update won’t delete the custom link/page templates.

    #74286

    Shahriar
    Moderator

    Looks like a js event is not triggered due to a theme or plugin conflict.

    However, In your custom link template, I have replaced [download_link] tag with the following code,

    <a class="wpdm-download-link btn btn-success" href="[download_url]">[link_label]</a>

    That fixed the issue.

    #74283

    Shahriar
    Moderator

    Looks like your theme is preventing the js onclick event on the download button created by [download_link] tag.

    Please replace the tag with following code. I have tested it there and It works.

    <a href="[download_url]">Download</a>

    #74208

    Bryan Gillet
    Member

    I broke up downloads into series tabs in Visual Composer

    Series 1 – [wpdm-archive button_style=”info” link_template=”58f4e02fddc4d” category=”99″]
    Series 2 – [wpdm-archive button_style=”info” link_template=”58f4e02fddc4d” category=”98″]
    Series 3 – [wpdm-archive button_style=”info” link_template=”58f4e02fddc4d” category=”100″]
    Series 4 – [wpdm-archive button_style=”info” link_template=”58f4e02fddc4d” category=”101″]

    Each group has their own downloads but only one will work. When I switch to any but the first open tab none of the downloads appear.

    #74114

    Hasibul,

    i have copied the /link-template-default.php to /wp-content/themes/astra-child/download-manager, and change line 8, but it still open in the same window, what do i wrong

    BR Piet

    #74113

    Hi,

    Please copy the template from plugins/download-manager/tpls/link-templates/link-template-default.php to your active-theme/download-manager/link-template-default.php and change line 8 <div><strong>[download_link_extended]</strong></div> with <div><strong><a target="_blank" href="[download_url]">Download</a></strong></div>

    Thanks

    #74002

    I was testing out the Email Lock. The email with the download link was never sent. How do I fix this so that the download link emails go out?

    #73988

    flyingfox
    Participant

    Hi, I created my own template for listing of downloads. After updating the free version my template was deleted. Is there a way to upload own templates e.g. in my child theme or link to them in the shortcode? Do I need the pro version for that?

    Please explain and thx.

    R.

    #73967

    Hey guys,

    I’m trying to upload large zip files to my WP website. Let’s say I’m trying to upload a 1GB file. It shows the upload bar while uploading, but once it’s done and I click on the download link it shows a file sized 400MB (smaller than the actual file file that was uploaded) instead and when downloaded, I cannot extract the zip file (it gives an error). I already checked if the file is corrupted before the download (it’s not corrupted – I can extract it without any problems). Does any one know what’s the problem?


    DodgeThat
    Member

    Hi! thanks for the reply. I cannot give you ftp access as per company policy but I have checked error logs and there is absolutely nothing there.

    I tested on another wordpress install and does not work:
    https://caisafety.com/store2015/test-download-page/

    I have also checked file-type-icons directory and it is there with the correct permissions.
    eg.
    https://caisafety.com/wp-content/plugins/download-manager/assets/file-type-icons/pdf.svg
    https://caisafety.com/wp-content/plugins/download-manager/assets/file-type-icons/pdf.png

    Also, tried sorting by ‘categories’ but does not work. code:
    [wpdm_all_packages items_per_page="30" categories="access-platforms-gangways,bus-rv" jstable=1 order_by=”categories” order="ASC" cols="title,file_count,download_count|categories|package_size|download_link" colheads="Title|Categories|File Size|Link" download_link="1"]

    I am changing template to one that works [wpdm_category].

    You should really fix this for future reference. Thanks!

    #73961

    osaware
    Member

    Hi,

    We have updated to the latest version of your plugin and it has broken the links on our site.

    I was able to set the base url for the download location previously now i cant find anywhere to set it ?

    My site was

    https://www.jahfx.com/downloads/worlds/

    https://www.jahfx.com/downloads/models/

    now its

    https://www.jahfx.com/download-category/worlds/

    https://www.jahfx.com/download-category/models/

    How do i set it back to how it was before ?

    #73948

    lmobile
    Member

    Dear support

    we are using this shortcode to display our wpdm categories:

    [wpdm-archive cat_view=”extended” button_style=”default” link_template=”596dda29d7f83″ order_by=”post_title” order=”asc” items_per_page=”20″]

    it worked to open child categories within the main-categories, but now categories with child are loading mainpage again. Do we have to change something to make the shortcode work properly again?

    Shortcode is used there: https://www.l-mobile.com/interaktiv/downloadcenter/

    Thanks for advice Marc

    #73944

    Hi,

    Maybe you used custom code update in the file. After the plugin update, the file changed. So the link is disabled. For custom code update, You need to copy the file from \plugins\download-manager\tpls\wpdm-all-downloads.php and put this file into the active theme/download-manager/ wpdm-all-downloads.php, then the update will not affect the template file. More details here.

    Now, After the update you can use cols="page_link,file_count,download_count|categories|update_date|download_link" with the shortcode so the page link will be desplayed with the title. So you can use page_link instead of title in the cols.

    Thanks

    #73941

    On the blog page there is a list of all the downloaded files. I use the short code [wpdm_all_packages]. After the update, the active links to the pages of the downloaded files were disabled. Tell me, what should I fix?

    #73940

    In reply to: link-expired.txt


    Shahriar
    Moderator

    Hi,

    Guest download is working now. I have added a patch to your site to fix the link-expired.txt issue. Added this on our side too for the next update.

    Thanks.

    #73907

    Shahriar
    Moderator

    Hi,

    Please use TinyMCE Button add-on ( https://www.wpdownloadmanager.com/download/advanced-tinymce-button/ ) to insert shortcodes easily. It has user-friendly UI which helps a lot.

    You can use custom link template to match your theme style. Please read about custom link/page templates here https://www.wpdownloadmanager.com/doc/templates/creating-a-new-template/ You will find a detailed tutorial here https://www.wpdownloadmanager.com/building-a-wordpress-download-manager-link-template-from-scratch/

    Thanks.


    DodgeThat
    Member

    File Icons don’t show up in the jstable with ‘wpdm-all-packages’ shortcode. Please see here.. https://caisafety.com/downloads/

    Here is my code:
    [wpdm_all_packages items_per_page="50" categories="access-platforms-gangways,bus-rv,overhead-fall-protection" jstable=1 order_by="title" order="ASC" cols="title,file_count,download_count|categories|package_size|download_link" colheads="Title|Categories|File Size|Link" download_link="1"]

    I followed the instructions and viewed your demo which shows the file icons, but mine is not.
    http://demo.wpdownloadmanager.com/wpdmpro/package-list-in-responsive-table/

    #73652

    GuidoM
    Participant

    Hi team, I have the modal log in and it works, but one time enter with a correct user I can’t download any file
    I’m using the latest version of WPDM and my template is:

    <h4 class=”media-heading” style=”padding-top: 0px;border:0px;margin: 0px;”>[title]</h4>
    [download_link]

    can you help me please?

    #73630

    Shahriar
    Moderator

    Hi,

    You have to clone the current link template you are using and then replace [page_url] template tag with [download_url]. That will replace the details page url with a download link.

    Thanks.

    #73583

    Cheryl Spangenberg
    Participant

    In regards to GPRD the subscriber is the one who needs to double opt-in, not us as the collector of the information. This addition of keeping the email pending until approval is good for false emails only but doesn’t solve the double opt-in requirement.

    For double opt-in, if they entered an incorrect email address they wouldn’t be able to verify and we are asking that the package not be delivered until they verify. This would kill 2 birds with one stone. It would require accurate email addresses as well as be providing the double opt-in requirement for GPRD.

    From Martino’s original request:

    Step 1: Customer type in my form -> My customer receives Email Verify Link to the email address they entered.
    Step 2: Customer Clicks this email verify -> system will send Email with Link Download

    #73559

    IVA Groep
    Member

    Hi,

    We’ve got your plugin running a few years now and it’s doing it’s job.
    But there is one problem. We’ve got a file that is 350mb for download and it takes about 5 minutes to download if we are lucky. This is very slow. Because when we offer the file on our site with a direct url from our server it downloads in about 30 seconds. So this rules out it has nothing to do with the internet connection speed.

    I can give you the url links of both files so you can try for yourselves.

    Looking forward for your reply.

    Gr,
    Yance

    #73548

    I’ve managed to solve this. For anyone wondering: you need to edit link template and there you substitute whatever is in the link with [download_url].

    #73546

    Hi,

    you can easily modify the page/link template to remove the download link button. As you want to use file_list download button. Please go to /wp-admin/edit.php?post_type=wpdmpro&page=templates&_type=page page template section and modify the one you are using with the package.

    Thanks

    #73526

    AlesiaN
    Member

    Hi Simon, I was about to post the same issue. Even more, for me 95% of packages show the empty page.
    For those that show up the link is not working. Just a plain text. I had to disable the membership and allowed all downloads for now, as it is look empty 🙁

Viewing 25 results - 6,626 through 6,650 (of 11,356 total)