Patrick Rauland
Forum Replies Created
-
Forum: Plugins
In reply to: [Mailpoet - Contact Form 7 Integration] Text in emailHey Adrian,
Sorry for the delay here. You don’t have to add that shortcode to the mail field. You just have to add the shortcode to the form textarea like the top screenshot here:
https://wordpress.org/plugins/mailpoet-contact-form-7/screenshots/
What part of the instructions were confusing?
Forum: Plugins
In reply to: [WooCommerce] Woocommerce and GravityCan you recreate the donation products within WooCommerce?
If you need fancy Gravity Form on the page you can do that with the WooCommerce Gravity Form Product Add Ons extension.
http://www.woothemes.com/products/gravity-forms-add-ons/Forum: Plugins
In reply to: [Mailpoet - Contact Form 7 Integration] Mailpoet Signup not workGlad we got it working! π
Forum: Plugins
In reply to: [Mailpoet - Contact Form 7 Integration] Mailpoet Signup not workHey Jean,
It doesn’t look like you named the field the correct name. It should look something like this:
[mailpoetsignup mailpoetsignup mailpoet_list_4 default:on]Recreate the signup field and make sure to give it the
mailpoetsignupname as per the screenshot here: https://wordpress.org/plugins/mailpoet-contact-form-7/screenshots/@jean – I’ll be happy to help but can you please create your own thread? Thread hijacking just slows down the process.
Forum: Plugins
In reply to: [Mailpoet - Contact Form 7 Integration] pasting the code into a formHey Chris,
Nope – sorry for the confusion. You don’t have to add anything to the mail fields. I actually just got a new computer so I set everything up from scratch and it works without doing anything to the mail fields.
The only setup you have to do is the setup in the screenshots.
- Create a MailPoet Signup field named mailpoetsignup
- When you’re creating the MailPoet Signup field you can select any number of lists you want the user to be assigned to
- Add the generated shortcode to your form with your other fields (first name, last name, etc). It should look something like this
[mailpoetsignup mailpoetsignup mailpoet_list_1 default:on]
I hope that helps! π
BTW – I now have some plans to make the instructions a bit clearer: https://github.com/BFTrick/mailpoet-contact-form-7/issues/13
Forum: Fixing WordPress
In reply to: Fatal error: Call to undefined function wp_using_ext_object_cache()I’ve seen this with other WooCommerce issues – an older version of WordPress. Just upgrade WordPress and that should solve that.
Forum: Plugins
In reply to: [Mailpoet - Contact Form 7 Integration] pasting the code into a formI think you’re talking about “Add an email field named your-email” when talking about setting up the form. Just setup your form like the screenshot here and you should be good to go. π
https://wordpress.org/plugins/mailpoet-contact-form-7/screenshots/
Hey Akedv,
Well I don’t have a FAQ yet but we should put it somewhere. π
Forum: Plugins
In reply to: [Mailpoet - Contact Form 7 Integration] No valid headerHi Simpson,
This is a known issue. Something funky went on in the deployment process. See more here: http://wordpress.org/support/topic/plugin-error-35?replies=2#post-5117900
Hey @akedv,
If you read here you can see how to split the name into two different fields! Basically you just create a
your-first-name&your-last-namefield.I hope that helps! π
Forum: Fixing WordPress
In reply to: redirecting to – wp-admin/admin-post.phpLooking into this a bit more there might be an issue with WP Super Cache. Certain files are not being opened correctly which is causing an error on the page. If you have WP Super Cache disable that.
I hope that helps! π
Forum: Fixing WordPress
In reply to: redirecting to – wp-admin/admin-post.phpHi. There’s most likely an error message on that page. Please enable debugging and let me know what error message you receive. You can learn more about this here: http://codex.wordpress.org/Editing_wp-config.php#Debug
Forum: Plugins
In reply to: [WooCommerce] How to show shipping classes on the product page?Try this in the backend:
http://cld.wthms.co/iUJhForum: Plugins
In reply to: [WooCommerce] How to show shipping classes on the product page?To put it right by the product price would take a couple hours to find the right filter and write the code. Why not try adding it as an attribute? Then it can show up under the Additional Information tab.