Search Results for 'download link'

Viewing 25 results - 1,101 through 1,125 (of 9,326 total)
  • Author
    Search Results

  • John Gwinner
    Participant

    We just went through a mess of an update, our website was down briefly, but everything – and I mean everything – is now up to date.

    PHP64 version 7.4
    Download Manager version 6.3.1
    WordPress Amazon S3 Storage Plugin version 3.1.1 (in the list it’s the WPDM – Amazon S3)
    WPDM – Elementor version 1.2.2
    WPDM – OneDrive version 1.0.1
    Wordpress 5.7.8 – ok, that’s not updated. Does WPDM need 6.1.1?

    Note that the first two are paid for and licensed, in my current account. However, the S3 Storage Plugin doesn’t show up as registered on this page: Downloads->Add Ons. This happened when I removed it while upgrading and added it again.

    Downloads -> Settings -> Updates shows wpdm-amazon-s3.zip shows version 3.1.1 activated.

    However, if I go to “All Packages” or “Add New” and then click on “Select from Amazon S3” an initial screen comes up, but then just hangs.

    So, we can’t post our update, and the media is upset with us 🙁

    Other stuff:
    Elementor / plugins all updated
    Elementor Pro (I just purchased it, a previous website dev had installed it)

    Site used to work fine a year ago when we made a download link.

    The site is https://www.dworldvr.com

    Please help! Thank you.

    == John ==


    jdh1178
    Participant

    Sure, in my case I needed to make download access available to ‘Expired’ orders in order details for example and make a system where customers continue to receive files/serials based on the latest version available to them at the time their order expired in order-details. No problems there – just checking file attachment update date against the expiry date for each version to allow download.

    – However, because the download() runs checks against ‘expired/completed and expiration date’ I needed a way to modify this data temporarily so that it could pass the download() check when clicking the download button.

    This was nearly impossible to do without a filter. I tried for a while and came up with some super dirty solutions using cookies, but I wasn’t able to in a way that was clean and didn’t rely on actually writing/rewriting over the order details.

    With a hook, I just temporarily alter the order data before it passes the checks and problem solved.

    function wpdmpp_modify_order_data_status( $odata, $oid ) {
    	// Check order status and expire date
    	if ( $odata->order_status == 'Expired' ) {
    		// Modify order data here
    		$odata->order_status = 'Completed';
    		// Expired time set to 1 second in the future so that the download link will be seen as valid
    		$odata->expire_date = time() + 1;
    	}
    	return $odata;
    }
    
    // Add filter
    add_filter( 'wpdmpp_modify_order_data_before_download', 'wpdmpp_modify_order_data_status', 10, 2 );
    #184724

    In reply to: refund money


    Humayon
    Spectator

    Hello,

    Thank you for your reply.

    Well, live chat is for presale-related queries, however, for tech support you might need to post in the forum.

    If you let us know about your issue, we will check and let you know the solution.

    Apart from that, have you checked our refund policy, if not, please check from the below link?

    Terms & Conditions

    Regards

    #184716

    Shahjada
    Keymaster

    Hi,
    You may use shortcode wpdm_direct_download, please follow the doc:

    [wpdm_direct_link] – Embed direct download link as a simple text link

    however, if you want to generate download link for public downloads suing php code, you may use:

    $download_url = home_url("/?wpdmdl=" . $ID);

    For locked packages,

    Get master download url:

    $download_url = WPDM()->package->getMasterDownloadURL($ID); 

    Get expirable link:

            /**
    	 * @param $ID
    	 * @param int $usageLimit
    	 * @param int $expirePeriod seconds | default 10800 seconds = 3 hours
    	 *
    	 * @returns string download url
    	 */
             $download_url = WPDM()->package->expirableDownloadLink($ID, $usageLimit, $expirePeriod); 
    
    #184670

    In reply to: Download Manager 6.3.0


    Humayon
    Spectator

    Hello,

    Thank you for writing to us.

    We don’t have any separate download links for WPDM Pro 6.3.0 as of now.

    Please download the latest version from your account through the below link.

    User Dashboard

    Regards

    Hi,

    After updating, we encountered a bug with the feature of adding external links as download buttons.

    Example of how it worked previously. Link is added and then the title is changed to something more easily readable:

    Now, after the updates, when adding a link to an external website, the link will disappear once changing its title and subsequently updating the page. When changing the title of existing links, the link will also disappear.

    Differentiation between external and internal links:

    When using links to download.schenker-tech.de (our Download Manager URL), the links will remain, even after changing the title. Only links to “other” websites are affected by this undesirable behavior.

    Please help us figure out the root cause why this feature suddenly stopped working. Thank you for your assistance!

    #184589

    In reply to: Invalid-Download-Link


    Rich Wilkins
    Participant
    This reply has been marked as private.
    #184530

    Nayeem Riddhi
    Moderator

    Hello Vlad Lo,

    Hope you are well. You can change the title font size from the page template/ link templates CSS section, Downloads > Templates, and also can change through your theme style scripts. I hope you have understood. please check and let me know

    Thank you and regards

    #184483

    Humayon
    Spectator

    Hello,

    Based on the screenshot it appears that the credentials you are trying to use are not valid. Can you please recheck it or reconfigure it again one more time?

    Also, please follow the instructions accordingly from the below link.

    ActiveCampaign Subscription

    Regards

    #184472

    Keith Oxford
    Participant
    This reply has been marked as private.
    #184453

    Keith Oxford
    Participant

    Okay think I have sorted the download link but not the password

    #184412

    In reply to: CDN


    portalkairos
    Member

    Hi,

    I would like to change the whole site, in the packages that are ready.
    The problem is that the package link and the download link have the same path. /arquivo-portal/

    -https://portalkairos.org/arquivo-portal/musicas-para-o-2-domingo-da-quaresma-2023-do-ano-a-

    -https://portalkairos.org/arquivo-portal/musicas-para-o-2-domingo-da-quaresma-2023-do-ano-a/?ind=1677780942115&filename=01-misericordioso-e-deus-refrao-orante.mp3&wpdmdl=58533&refresh=64041623315cf1677989411-

    for
    CDN: -cdn-kairos.b-cdn.net-

    -https://cdn-kairos.b-cdn.net/arquivo-portal/musicas-para-o-2-domingo-da-quaresma-2023-do-ano-a/?ind=1677780942115&filename=01-misericordioso-e-deus-refrao-orante.mp3&wpdmdl=58533&refresh=64041623315cf1677989411-

    It is possible?

    Thanks!

    #184410

    Kathleen Babatz
    Participant
    This reply has been marked as private.

    Jahdiel Mafukidze
    Participant

    I want to show top downloads on a page with Link template :- call to action 4.I want options to change the number of columns per device. I cant seem to do that using WPDM top downloads for Elementor as there are no options to set this display. I can alternatively use the Packages plugin for Elementor but I don’t see how I can put the top downloads parameter on the parameters available.

    #184327

    Eddy Wright
    Participant

    Hello. I just want to know what reasons could cause the blue download button/link to not appear after downloading a pdf document into Download Manager.

    I do not have a file size limit on my website. Can you let me know if this has happened in the past and what was done to fix this type of issue?

    Thank you.

    #184318

    In reply to: Mollie payment system


    E.S. Kortsmit
    Participant
    This reply has been marked as private.
    #184299

    E.S. Kortsmit
    Participant

    Hi,
    Question: How can I get the Mollie payment system active for membership plans and downloads.
    I don’t see an option tot do so.
    I have purchased DM Mollie plugin and the API key is linked, but it’s not possible to add it as a payment method.
    I hope you can help.
    Thank you!
    Kind regards,

    #184272

    E.S. Kortsmit
    Participant

    Hi again,
    I purchased the mollie plugin.
    I got it linked to Downloads – Premium package – tab: paymnet.
    But I can’t get it attached as a payment option for planes.
    Can you help?
    Is there a tutorial how to do so?

    Thank you!


    Rita
    Member

    Hello!
    I have the same issues like this topic: #79408
    Your answer was:

    Hi,

    It is possible to keep the package download button open in the same session once the package is unlocked. You can add the following code after line 193 in /download-manager/libs/class.PackageLocks.php to apply it,

    if( isset( $_SESSION[ ‘_wpdm_unlocked_’.$package[‘ID’] ] ) == 1 ) {
    $download_url = \WPDM\Package::expirableDownloadLink( $package[‘ID’] );
    $link_label = get_post_meta($package[‘ID’], ‘__wpdm_link_label’, true);
    $link_label = trim($link_label) != ” ? $link_label : __(‘Download’, ‘wpdmpro’);
    $data = ”

    “;
    }

    But it will require very lengthy modification to unlock single file links. For now, use this modification. We will consider what you proposed for the future release of WPDM.

    Thanks.

    I tried the code but it’s not working. Could you have a look if there is an issue with the code or with compatibilites with newer versions of the plugin? Thank you.
    And since the topic is several years ago, are there other/better possibilities?
    My goal is to type in the password once and then choose which files or the whole zip file you want to download – without using the password every time.

    Thanks in advance!
    Best Regards

    #184264

    Tanvir
    Spectator

    Hello,

    I have checked the files.
    You are using wpdm link templates with elementor.
    WPDM is not responsible for any issues you are facing. As you are using it in a single page, All the files are loading at a same time. If server can handle that, there should be no issue.

    For arranging it without any issues, you can check demos of our below addon. There are many appearance with shortcodes with it

    WPDM Directory Add-on

    Regards
    Tanvir


    Eric Johnson
    Participant

    I have another ticket for this, but you stopped responding. I was having trouble with an old connection to a business account. You said the package links were to a personal account. You did some work on the site, but didn’t fix the issue. So, we started a new personal account, and link to that account, but files will not download even though it appears the permissions are correct. We need this to get fixed.

    #184040

    Maggie Gaston
    Participant

    I’m trying to recreate the demo page https://try.wpdownloadmanager.com/

    I’ve created several categories with packages in each, navigating to the url specified in the plugin settings (/downloads/category) results in a 404 error.

    Second, I’ve tried a ton of different combinations of shortcodes and can’t get a single one of them to display any packages. My current iteration is this:

    [wpdm_packages login="0" paging="1" items_per_page="10" template="link-template-bsthumnail" cols=4 colspad=2 colsphone=1]

    Note that I removed the tag id hoping that ANYTHING would come up. I’ve tried wpdm_category and wpdm_tag as well.

    #184034

    In reply to: Error 500


    Jason Levandoski
    Participant

    Yes for #1 you did change settings.

    However, the scenario was: In the FormLocked Download link page before you updated, each package file link “APPEARED” to be downloadable….

    So say a package of 5 files, a person was clicking the first, second, third…. links and instead 3 ZIPS were started in the backend killing the server inadvertently..

    Yes the user is doing dumb, but why does the UI make it look like it is possible.. I guess when “Single File for Package Downloads” setting is enabled, the individual files should NOT have HyperLinks or Download Buttons.. Only the Big ZIP button should be a HyperLink.. It should disable after click to prevent multiple click/ZIPs being created on Backend..

    I guess it is more about making the UI more clear and Mistake-Proof the logic as to what is occurring..

    Thanks for your support!!

    #184020

    In reply to: Error 500


    Jason Levandoski
    Participant

    1. We know there needs to be a bug fix from earlier in the thread. Clicking a single download from Package was creating a zip even though I did not click the Zip button. This was creating huge loads on the server for no reason resulting in the original 500 and timeout error..

    2. The Download Count Limits and Expiration Date is not followed for Form Locked Packages.
    Right now Form Locked seem to be set to 3 downloads.. If a package has more than 3 files, the person needs to do several Form Submissions to get all files.. That is not good..

    3. Lack of Scrolling in FormLock link page – Which you provide partial fix.

    4. There should be a way to turn the ZIP Package button on and off at the package level. Some packages with small files, a Zip would be great. However, a package with large files, a zip is not good.. Right now your partial fix has totally disable ALL zip which is not so great at all..

    -Jason

    #183998

    In reply to: Limit Redirect Page


    Shahjada
    Keymaster

    What I meant, probably due to cached page, you are seeing the download button instead of limit expired message, and as limit is already expired, download link is not serving the file anymore.

Viewing 25 results - 1,101 through 1,125 (of 9,326 total)