christopherheaven
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Enigma] Remove Vertical Floating Navigation Menu@weblizar_support thank you for your response. It worked perfect.
Also, as per my original comment I tried to signup for your premium forums and never got a response from an admin and therefore have no access. That’s why I posted my question here.
Chris
Forum: Plugins
In reply to: [WCP Contact Form] Mailchimp IntegrationThank you sir. That worked perfect.
For future reference for anybody else who wants to do this here are the precise steps:
In the admin panel install the MailChimp for WP plugin, set it up with your API etc., navigate to the Integrations option, edit the custom option, select your mailing list, set the other options the way you want them and save your changes.
After that ssh in to your server and do the following:
cd [wordpress directory]/wp-content/themes/[active theme]/
mkdir templates (if this directory doesn’t exist already)
cd templates
mkdir wcp-contact-form
cd wcp-contact-form
cp [wordpress directory]/wp-content/plugins/wcp-contact-form/templates/scfp.php . (don’t miss the trailing dot for current working directory)
vi scfp.php
Add this code:
<p>
<label>
<input type=”checkbox” name=”mc4wp-subscribe” value=”1″ checked=”checked” />
Sign me up for your mailing list!
</label>
</p>Just above:
<div class=”scfp-form-action scfp-form-button-position-<?php echo $button_position;?>”>Save the file, refresh the contact form page and send a test message.
Cheers,
ChrisForum: Plugins
In reply to: [WCP Contact Form] No Submit SuccessThanks. I have set a custom thank you page for the time being.
Chris
Forum: Plugins
In reply to: [WCP Contact Form] No Submit SuccessThank you for the reply.
1. I do not have a separate thank you page defined in the options.
2. I have not modified the code for your plugin, or are you referring to another customization?
3. I am using version 2.4.1.
I can give you access to the admin panel if that would help.
Thanks again.
Chris
Thank you Julien – much appreciated.