Removed the login/register tab from login page. Also redirected user to homepage after login. You can change the redirect url from your theme’s functions.php file by editing my code.
You need WPDM Directory addon to create a all downloads page with panel 1/3 template.
Ok. Got the 404 error again, change user in the frontend settings and the add new page came back,
Also, when I used the url function for loading the file in the package, I was able to create the package as expected.
So, is it the file browser settings or the file browser root?
The service provider made some changes and it seems that there is a connection to AWS S3 BUT if I try to create a bucket or try to access to an existing one, I do receive the following error message.
“Fatal error: Uncaught Aws\S3\Exception\PermanentRedirectException: AWS Error Code: PermanentRedirect, Status Code: 301, AWS Request ID: 9DD9EEAEE56E308B, AWS Error Type: client, AWS Error Message: The bucket you are attempting to access must be addressed using the specified endpoint. Please send all future requests to this endpoint: “superspirit.ffm.s3.amazonaws.com”., User-Agent: aws-sdk-php2/2.7.17 Guzzle/3.9.2 curl/7.38.0 PHP/7.0.14-1~dotdeb+8.1 thrown in /var/customers/webs/Superspirit/wp_harmonics/wp-content/plugins/wpdm-amazon-s3/aws/Aws/Common/Exception/NamespaceExceptionFactory.php on line 91″
Hi,
I posted this several times that I cannot activate my license. I did all you redommended me.
My server administrator checked everything for me and there is no problems in contacting any other server. But I can still not activate my license.
And the Amazon S3 Add-On still do not work. I receive the following message EVERY TIME
Fatal error: Maximum execution time of 120 seconds exceeded in /wp_harmonics/wp-content/plugins/wpdm-amazon-s3/aws/Guzzle/Http/Curl/CurlMulti.php on line 224
I increased the execution time from 30 to 60 seconds and to 120 seconds but the problem still occures.
I did send an temporarilly admin account via privat message but nothing happend AND my previous post are deleted!!!
I paid for this because I wanted to have professional download plugin for wordpress but I cannot use it. Next week my product lauch will start and I am not able to use the paid plugin!!! This is annoying.
This reply has been marked as private.
This problem is very annoying. If I add a package, I am for 2 Minutes not able to do something on the site. Then the following error message appears in the lower right corner where the S3 field is:
Fatal error: Maximum execution time of 120 seconds exceeded in /wp_harmonics/wp-content/plugins/wpdm-amazon-s3/aws/Guzzle/Http/Curl/CurlMulti.php on line 224
Have purchased WP-Downloadmanager and two Add-Ons to solve my problems with downloads. Now my problems are bigger.
1) Can not activate the license because of an error message ‘Invalid License Key’
2) Amazon S3 plugin creates massive error messages (The aws S3 keys are correct. I use them in another software and they work)
3) PDF Stamper writes the messages into the text and I cannot adjust the exact position, even if I type the mm into the field
Error messages for Amazon S3
Fatal error: Maximum execution time of 30 seconds exceeded in /wp_harmonics/wp-content/plugins/wpdm-amazon-s3/aws/Symfony/Component/EventDispatcher/EventDispatcher.php on line 166
Fatal error: Maximum execution time of 30 seconds exceeded in /wp_harmonics/wp-content/plugins/wpdm-amazon-s3/aws/Guzzle/Http/Curl/CurlMulti.php on line 224
Fatal error: Maximum execution time of 30 seconds exceeded in /wp_harmonics/wp-content/plugins/wpdm-amazon-s3/aws/Symfony/Component/EventDispatcher/EventDispatcher.php on line 164
Fatal error: Maximum execution time of 30 seconds exceeded in /wp_harmonics/wp-content/plugins/wpdm-amazon-s3/aws/Guzzle/Plugin/Backoff/BackoffPlugin.php on line 110
Need support urgently because I go online with a big product launch in 12 days!!!
This reply has been marked as private.
All available options with archive page is explained here:
WPDM Directory Add-on
But if you want to customize the looks using an id, you can wrap the short-code like this:
<div id="my-archive-page-id">[short-code-here]</div>
Please give me the url where you trying to use cols
parameter with short-code and temporary wp-admin login info in a private reply to check.
Hi team,
I’m trying to solve a puzzle here and wonder if you could help speed up the process. I’ve got the following setup on a real estate agent website running fine so far:
Docs download with Email Lock option
Mailchimp Integration
Zapier pushing Mailchimp data to Active Campaign
Active Campaign starting a campaign
It all works fine, except that I need some sort of identifier; tag, URL, post tittle (preferably) being sent to Mailchimp in order to identify which property a client will me contacting me about and most important to be able to trigger different Active Campaign emails based on the property.
Questions are;
– how can I have the email lock asking for First Name, Last Name and Email and have them all set as required fields?
– how can I have the email lock sending an identifier to a Mailchimp field?
I’m rather confused if I’d need Advanced Custom Fields or WPDM Live forms add-on or if this can be achieved without them so I’m open to ideas and suggestions, as long as the identifier can be sent out to Mailchimp/Active Campaign. You may preview the site/downloads at http://www.rebeccak.co.nz/properties/89-mapua-drive/
Thanks,
Andre
Hi,
You can use your own template for add new page.
You have to use the download-manager/tpls/wpdm-add-new-page-front.php
template. Check this documentation for more info.
Remove ending /
from your permalink settings. That should fix the url issue.
Thanks.
Yes, add-on will work flawlessly with pro. Also I tried to login from your url , but URL returning 404 error.
All the editing has to be done in your theme. I see you added a login page link. Use an If else block to generate the link for login or logout based on user’s login status.
Please check this doc https://codex.wordpress.org/Function_Reference/wp_logout_url, It explains how to generate logout link.
You need to add your site url in app settings, please check following screenshot.
https://www.evernote.com/l/AUfnDAjf_J9Dfb4agwprvSaUmGNNAShvtJcB/image.png
hi,
I had to replaced a code by
if (isset($_POST["reCaptchaVerify"])) {
$retraw = file_get_contents("https://www.google.com/recaptcha/api/siteverify?secret=" . get_option('_wpdm_recaptcha_secret_key') . "&response=" . $_POST['reCaptchaVerify'] . "&remoteip=" . $_SERVER['REMOTE_ADDR']);
$ret = json_decode($retraw, true);
// $ret = remote_post(‘https://www.google.com/recaptcha/api/siteverify’, array(‘secret’ ► get_option(‘_wpdm_recaptcha_secret_key’), ‘response’ ► $_POST[‘reCaptchaVerify’], ‘remoteip’ ► $_SERVER[‘REMOTE_ADDR’]));
if ($ret["success"] == true) {
$_SESSION["_wpdm_unlocked_" . $file["ID"
= 1;
update_post_meta($file["ID"], "__wpdmkey_" . $key, 3);
$download_url = wpdm_download_url($file, "_wpdmkey={$key}");
$data["downloadurl"] = $download_url;
} else {
$data['error'] = __("Captcha Verification Failed!", "wpmdpro");
}
header("Content-type: application/json");
echo json_encode($data);
die();
}
And its working.
Can you try again?
Thank you
Added your ip and site in hosts file, but still url shows 404
You can capture email using email lock feature. You need Mailchimp add-on to add the user email to a Mailchimp list.
You can use custom link template to remove details page link from image and title.
Hi, somehow pages on the second page from a specific URL isn’t responding properly. Looks like it only appears on only one page.
Page 1 – 3 – 4 are working fine.
I’ll add more info in private
Greetings.
Yes, you are right, however, in next update we are adding the single file path with the parameter, so now there will be 4 parameter instead of 3:
function wpdm_single_file_download_link_callback($ind_download_link, $signale_file_path, $download_url, $package){ .... }
It was happening for php timeout issue with your server, however, I’ve added the file as URL and now it will work fine.
This reply has been marked as private.
All of a sudden my Advanced TinyMCE button isn’t working properly. It opens but I can’t select anything.
I’ve already tried deactivating all my plugins except for the download manager and associated add-ons. It didn’t fix it.
I’ve attached a screenshot of what I’m seeing.
My blog url is: http://thecinnamonhollow.com
Thanks,
Crystal Martin
I’m using the Form Lock add-on; I integrated it with Ninja Forms, and I’m using it for multiple files. However, when a user hits the submit button on the form to get the file download, the page reloads and anchors to the top of the page. The form is closed, so the user doesn’t know if they have successfully submitted the form unless they scroll down and click on the download link again.
Any ideas on how I can get the page to stay anchored to the same spot on the page where the link is located after they hit the submit button? I’ll send the URL in a private reply so you can test firsthand.
Hi,
You need custom link template to open link in new tab. Use following code in your custom link template to open file in tab,
<a target="_blank" href="[download_url]">[title]</a>
If you are referring to some other use case, please send me the url and temporary login info in private reply. I will add it there.
Thanks.
Hi,
I’ve updated my dashboard page several times, didn’t change anything.
I believe the URL’s of the links are being generated incorrectly. The seem to be added to the end of the current page URL simply as text (not as a query parameter or URI).
Thanks,
James
You can insert url to add file from another site. But that file has to be publicly available. Otherwise WPDM can’t access it as it is located in another site.
https://www.evernote.com/l/AUfNdRgXKftH_qY8-ReQCoGYO-EhqxtK5CsB/image.png