Search Results for 'download link'

Viewing 25 results - 5,476 through 5,500 (of 9,511 total)
  • Author
    Search Results
  • #75078

    In reply to: Membership Pro


    Shahriar
    Moderator

    Subscribe link is working now. Currently, WP Pro Membership can detect the plans page when this version [wpmp-membership-plans] of shortcode is used. Although both generates same plans. I have updated the plans shortcode and the link is working on package details page.

    Btw, you can use customized message now from WP Pro Membership settings. Now all of the options are set to a Download text which is linked to the plans page.


    Scott Kolbe
    Member

    Shahriar, good afternoon. Since downloading the new Premium Packages version the patch that you applied to my instance of WPDM is no longer working and I’m getting the link-expired.txt files again. Would you please reapply the patch? Credentials to come in second message.

    Thanks for your attention to this. Was the patch/fix not part of the new Premium Packages update?

    Cheers!

    Scott

    I’ve tested with chrome and not found the download link, seems like there is a problem with the template. Please provide admin login info to check.

    Thanks


    Jenny
    Member
    This reply has been marked as private.
    #74451

    Mohd. Aasim
    Member

    Was going through the plugins… is the recent membership pro plugin linked to wpdm download limit plugin. Cause what ever plans I make in membership plugin its shown as a user in Download limit plugin.

    If it is so then can you please guide me how to make changes as per user requirement.

    I’ve updated to the new version. All of my downloads are broken. Most are showing as 0kb and when users click “download” nothing happens or it downloads a “link-expired.txt” file.
    Please help.

    #74424

    I just updated and now ALL of my downloads are marked as “link-expired”.
    Please advise

    #74412

    Hi,

    In case of page/link template files, you can modify/create new templates from Downloads Templates page on the dashboard. Plugin update won’t delete the custom link/page templates.

    Thanks

    #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?


    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 ?

    #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

    #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.

    #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

    #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

Viewing 25 results - 5,476 through 5,500 (of 9,511 total)