Search Results for 'download link'

Viewing 25 results - 2,426 through 2,450 (of 9,357 total)
  • Author
    Search Results
  • #158240

    twomuch
    Member
    This reply has been marked as private.
    #158239

    twomuch
    Member
    This reply has been marked as private.

    twomuch
    Member
    This reply has been marked as private.
    #158149

    Humayon
    Spectator

    Hello,
    Thank you for letting us know about it.
    However, we have some useful template tags as well which might help you too. Please check this documentation link.
    With Regards

    #158137

    Matias Volpe
    Participant
    This reply has been marked as private.
    #158121

    In reply to: Fatal Error


    Shahjada
    Keymaster
    This reply has been marked as private.
    #158120

    In reply to: Fatal Error


    kiddo worksheets
    Participant
    This reply has been marked as private.
    #158097

    In reply to: Link Template


    Tanvir
    Spectator

    Hello.
    It is possible in pro version. Please check this.
    Thanks

    #158078

    Tara Mac
    Participant

    Is there a way to add a preview/view link onto the [file_list] shortcode?

    So there is a view button and a download button
    [View] [Download]


    Humayon
    Spectator

    Hi,
    You can remove a previously linked domain by following the below docs.

    License


    Thank you

    #158044

    Peter Peck
    Participant

    When I use….
    [wpdm_search_result init=0 template="link-template-default" cols=1]

    and input a search word to the text box…..I get….

    Warning: Division by zero in /home/customer/www/(my website).info/public_html/wp-content/plugins/download-manager/src/Package/Shortcodes.php on line 239

    It used to work fine. If I roll back (approx) 1 month of backups, it works. But seems now not with all the updates. All my WP is updated and I’ve tried turning off all other plugins.

    I will PM my login details.
    Thanks in advance for any thoughts!


    serkan tekbas
    Participant

    Hello,

    When i send a download link to my customers with the download file, they have received this error:

    Warning: Illegal string offset ‘pid’ in /home/example/public_html/wp-content/plugins/download-manager/src/Package/Hooks.php on line 56

    Can you please help me about it?

    I use php 7.4 and nothing updated on my website. It’s just happened suddenly.

    Regards

    #158017

    Majid Samavi
    Participant

    Hello,

    Please advise if it is possible to use the download package link like: “https://www.foo.com?wpdmdl=19826&ind=1626767330182” as the digital product file link in Woocommerce when selling a downloadable product.

    I tried to use it but customer gets the error “File not found Go to shop” when trying to download the purchased digital product.

    Regards


    Peter Peck
    Participant

    When I use….
    [wpdm_search_result init=0 template="link-template-default" cols=1]

    and input a search word to text box…..I get….
    Warning: Division by zero in /home/customer/www/(my website).info/public_html/wp-content/plugins/download-manager/src/Package/Shortcodes.php on line 239

    It used to work fine if I roll back 1 month but… now not. Everything is updated.

    I emailed in my login details. Please could you take a look and let me know what’s up ?
    Thanks


    Jeff Martin
    Participant

    More background on this issue. We are using shortcodes in Elementor to render lists of downloads based upon category. The pagination setting “items_per_page” used to be “item_per_page”. I don’t know if this is a recent change or if our developer fat-fingered the setting and it has always just worked.

    The second thing we found was that the template setting seems to work with link templates, but not page templates. This appears to be a change from previous versions.

    This is eventually what we were able to get working. The template is a very slightly modified version of the “link-template-default-icon” link template.

    [wpdm_category id="bss-primary-downloads" operator="IN" toolbar="1" order_by="field name" order="asc or desc" items_per_page="10" template="link_default_icon_custom" cols=1 colspad=2 colsphone=1]

    #157975

    In reply to: Email Template


    Nayeem Riddhi
    Moderator

    Hello @misterspok,

    Hope you are well. For #1, Yes, it is possible, you can customize the email template from the Downloads > Templates > Email Templates > Email Lock Notification as I image attached here,

    Image 2021-07-20 at 11.03.27 PM

    And for #2, For now, the download link will be available for the Customer who will fill up the Email lock form with an email, however, there is also available an option for getting the information about who has downloaded the package, from Downloads > Subscriber > Email Lock section as I image attached,

    Image 2021-07-20 at 11.11.08 PM

    I hope these options may help you

    Thank you and regards


    ClearTouch
    Participant
    This reply has been marked as private.
    #157936

    Trista Perot
    Participant

    Hello,
    We are using the latest version of WP Download Manager and WordPress. We get the following HTTP 500 error on our site on pages with WPDM:

    Fatal error: Uncaught Error: Call to undefined method WPDM\Package\PackageLocks::AskEmail() in /www/wp-content/plugins/download-manager/src/Package/PackageController.php:1030 Stack trace: #0 /www/wp-content/plugins/download-manager/src/Package/PackageController.php(274): WPDM\Package\PackageController::activeLocks(5375, Array) #1 /www/wp-content/plugins/download-manager/src/Package/PackageController.php(1442): WPDM\Package\PackageController->prepare(5375, ‘link-template-d…’, ‘link’) #2 /www/wp-content/plugins/download-manager/src/Package/Shortcodes.php(62): WPDM\Package\PackageController->fetchTemplate(‘link-template-d…’, Array, ‘link’) #3 /wordpress/wp-includes/shortcodes.php(343): WPDM\Package\Shortcodes->singlePackage(Array, ”, ‘wpdm_package’) #4 [internal function]: do_shortcode_tag(Array) #5 /wordpress/wp-includes/shortcodes.php(218): preg_replace_callback(‘/\\[(\\[?)(wpdm_p…’, ‘do_shortcode_ta…’, ‘

    Here are links to the pages:
    https://www.hpdarch.com/firm-profile/speaking-engagements/
    https://www.hpdarch.com/download/presentation-topics-for-realtors/

    Please assist in troubleshooting this.

    #157908

    Nayeem Riddhi
    Moderator

    Hi @ikram_dirujii,

    Please use this Pastebin code,

    https://pastebin.com/WTZ1KAaT

    I have added the below lines download-manager\src\Package\views\all-packages-shortcode.php file in line number 288

    $data['download_link'] = "<a target='_blank' class='btn btn-primary' href='".get_permalink($data['ID'])."'>"."Download"."</a>";
    $download_link = $data['download_link'];

    commenting out this line

    //$data['download_link'] = WPDM()->package->downloadLink($data['ID'], 0, array('template_type' ► 'link'));

    I hope it should open a new tab for the related packages

    and for making back up the file for the next update, please follow this doc, https://www.wpdownloadmanager.com/doc/template-files/

    thank you and regards

    #157783

    Rural Info
    Participant
    This reply has been marked as private.

    Hi

    I have the latest versions:

    Download Manager: 6.0.4
    WPDM – Extended Short-codes: 2.9.0

    It is since updating to these versions the download link has stopped working.

    Any other ideas?

    #157754

    twomuch
    Member
    This reply has been marked as private.

    Hi

    Following the update to 6.0.4 this morning my links that open a file download in a pop-up have stopped working.

    It seems to be causing a Jquery 500 error.

    Any ideas why or how to solve this?

    I will send you a link to check it in a private message


    Tanvir
    Spectator

    Hello,

    I see visiting that link you provided is automatically showing all downloads and you dont need to press home.
    However you can try different parameters from here like categories of shortcode to show:


    Tanvir
    Spectator

    Hello,

    You can make a private page or page to specific user roles in wordpress you can send the page link to direct audience.

    or You can check this addon to assign specific users:

    Advanced Access Control

Viewing 25 results - 2,426 through 2,450 (of 9,357 total)