mandsconsulting
Forum Replies Created
-
Forum: Plugins
In reply to: [Email Before Download] inline link not working`hi jtheb007,
From what we can see on your test page, the ajax is still not working properly on it.
When you click Send, the browser reload it at http://www.thesalesjourney.com/landingpage1/#wpcf7-f109-p26-o1
This should not happen.
Check again if the footer is added as it should be. PHP is case sensitive, so make sure it is formatted the correctly.Forum: Plugins
In reply to: [Email Before Download] Can I change who the download email comes from?Hi mberns01,
Thanks for the interest in our plugin.
Please read this sticky post http://wordpress.org/support/topic/plugin-email-before-download-from-email-address?replies=2
Hopefully it will help.Forum: Plugins
In reply to: [Email Before Download] DOWNLOAD EMAIL NOT SENDINGHi mberns01,
Thanks for the interest in our plugin.
Please read this sticky post http://wordpress.org/support/topic/plugin-email-before-download-from-email-address?replies=2
Hopefully it will help.Forum: Plugins
In reply to: [Email Before Download] DOWNLOAD EMAIL NOT SENDINGHi mberns01,
Can you send us your test template where it fails?Forum: Plugins
In reply to: [Email Before Download] Change buttonHi,
You can modify either the CSS files that are included with your theme, or inline with the post. If you are having troubles, we recommend reading up on CSS and modifying WordPress code.Forum: Plugins
In reply to: [Email Before Download] "Failed to send your message."Hi sover and ngravi,
Thank you for your interest in our plugin. I would ensure that Contact Form 7 is working properly before implementing Email Before Download. It seems as though the issue is with CF7. Please ensure that it works on its own and let us know if you are still having difficulties.
Forum: Plugins
In reply to: [Email Before Download] Enter Email to Access Page ContentHi Dzung Web,
Thank you for your interest in using our plugin. I would recommend installing Download Monitor even if you aren’t explicitly using it because of the dependencies. Let us know if that works for you.
Forum: Plugins
In reply to: [Email Before Download] No Contact EmailHi KevinS3,
Glad we could help point you in the right direction. Once you get CF7 working, if you are having any difficulties with Email Before Download, feel free to let us know.
Forum: Plugins
In reply to: [Email Before Download] Change buttonHi ProTrainingSystem,
Yes, Email Before Download can be edited like any other plugin. You can find a few examples here: http://www.mandsconsulting.com/vendor-solutions/products/wp-email-before-download . Let us know if you need anything else.Forum: Plugins
In reply to: [Email Before Download] No link in email bodyHi modechino,
Sorry you are having difficulties. There is no setting for a second email. There is a chance the form was submitted twice. Can you reproduce this error with consistency?Forum: Plugins
In reply to: [Email Before Download] No Contact EmailHi KevinS3,
If you haven’t read our sticky post, check it out. You might find it helpful http://wordpress.org/support/topic/plugin-email-before-download-sticky-getting-faster-support?replies=17
There is also a good possibility your issue is with the configuration of CF7. We recommend testing CF7 alone to make sure that aspect is working correctly.”Forum: Plugins
In reply to: [Email Before Download] Error [contact-form 404 "Not Found"]Hi Alfred,
Sorry about your difficulties. We can assure our plugin works with the current version of WordPress, CF7 and Download Monitor. Once you are all up to date, let us know if things are working for you and we will go from thereForum: Plugins
In reply to: [Email Before Download] Error [contact-form 404 "Not Found"]Hi Alfred,
If you haven’t already, please be sure to check out the sticky post found here: http://wordpress.org/support/topic/plugin-email-before-download-sticky-getting-faster-support
By the way, are you sure on the version of the Contact Form 7, or it’s a typo? The latest version of it is 3.4.2 and it works with our plugin.As for the error message it can also occur if you pass a wrong CF7 form id into our plugin shortcode that in its basic form should look like:
[email-download download_id=”5″ contact_form_id=”4″]
So please check contact_form_id attribute value.
Thanks for the interest in our plugin.Forum: Plugins
In reply to: [Email Before Download] E-mail link don't workHi lisaloisfan,
When you leave the email blank, the system simply sends the URL. Once you begin entering an email, you will have to include placeholders for the email. The place holders include things like: : [requesting_name], [file_url] and [file_name]. Once those placeholders are there, you should be able to send emails with a body ,which includes the links.
You can read more about this in the Email Before Download settings sectionForum: Plugins
In reply to: [Email Before Download] inline link not showing upHi afresh,
Thanks for the link.
As we can see Ajax is not working on your page.
From what we know so far from our own and other user experience, this might happen if you are missing the following line in the footer.php file of your template:
<?php wp_footer(); ?>
Let us know if that was your issue.