I had a perfectly fine working opt-in on my website… but apparently it stopped working, I don’t know since when, I got an e-mail of someone who tried to subscribe but couldn’t… I didn’t change a thing for months….
when searching on the error I saw on his forum that someone reported the issue 8 months ago… can you please help to fix this please?
Hi, our site was running version Campaign Monitor Forms by Optin Cat 2.5.4 and worked fine, however since updating to 2.5.6, subscribing fails with the error “? Failed to add user – 400”.
The admin displays available subscriber lists correctly so we know that part of the plugin/API is still working. I have enabled WP debug mode but nothing related to the plugin appears in debug.log. The site is running WP version 6.4.3, it is also a multi-site. The server is running PHP 7.4.33.
I have reverted the live site to version 2.5.4 while we wait for a fix, and installed version 2.5.6 on a staging site in the hope we can email URLs to someone at FatCat Apps rather than posting them publicly here.
Please let me know if this is possible, thanks!
]]>Hi there,
It seems that when I click on “Edit” in the dashboard for my popup form, I only see a “loading preview…” message but no form. I have not had any signups since September when we updated to PHP 8.
Can you advise here? Thanks!
]]>Hi just wanted to flag that, the plugin probably doesn’t work with php8.x
Just updated the site to php8.x, the option forms are not loading in the admin dashbaord.
Error details
Deprecated: strlen(): Passing null to parameter #1 ($string) of type string is deprecated in wp-content/plugins/campaign-monitor-wp/includes/classes/k/k.php on line 409
The Optin Post box form does not seem to be working for me. It is present but everytime name and email is entered in, it refreshes the page and does not transmit the information to CM. This is in contrast to the Pop-up form on the same site that works great. What am I doing wrong?
]]>A client is getting a lot of fake signups – how can I add ReCaptcha to the Optin form?
]]>Hi there,
Our form is successfully linked to the Campaign Monitor form via the API however the widget continues to show “Please make sure to connect your form to your email marketing provider and to select a thank you page.” and the front end shows “The selected Optin Cat form doesn’t exist.”. I have tried reading the form API details and also creating a new form linking to the database but the issue continues. The form works at the campaign monitor end as I can add a widget with code linking to one of their forms and it works no problem.
Can you assist?
Thank you
]]>Hi – wondering if you can help me customize the color of the success box pop-up that appears on an embedded form after an email address has been collected. It currently clashes with the rest of the site, and although I can change the text input, there’s no option for color/font changes. Couldn’t figure it out with more basic custom CSS. Thanks
]]>Hi,
we’ve noticed some ‘ALTER..’ DB queries run by the plugin on each pageload with the form from the plugin on the page:
ALTER TABLE wp_fca_eoi_subscribers CHANGE COLUMN 'id' 'id' INT NOT NULL AUTO_INCREMENT
ALTER TABLE wp_fca_eoi_subscribers CHANGE COLUMN 'email' 'email' LONGTEXT
ALTER TABLE wp_fca_eoi_subscribers CHANGE COLUMN 'name' 'name' LONGTEXT
ALTER TABLE wp_fca_eoi_subscribers CHANGE COLUMN 'time' 'time' DATETIME
ALTER TABLE wp_fca_eoi_subscribers CHANGE COLUMN 'timezone' 'timezone' LONGTEXT
ALTER TABLE wp_fca_eoi_subscribers CHANGE COLUMN 'campaign_id' 'campaign_id' INT
ALTER TABLE wp_fca_eoi_subscribers CHANGE COLUMN 'status' 'status' LONGTEXT
ALTER TABLE wp_fca_eoi_subscribers CHANGE COLUMN 'consent_granted' 'consent_granted' LONGTEXT
ALTER TABLE wp_fca_eoi_subscribers CHANGE COLUMN 'consent_msg' 'consent_msg' LONGTEXT
We had to add manual fix for this, because with thousands of pageviews these DB queries could cause significant load on MySQL DB.
These queries are caused by a call to dbDelta() function in ‘EoiSubscribers’ class constructor. It really should not be called on each pageload, a variable with a DB table version should be used to check prior to calling to dbDelta() function, see the page in the codex: https://codex.www.ads-software.com/Creating_Tables_with_Plugins#Adding_an_Upgrade_Function
Our version of the code with the fix to avoid ALTER DB queries on each pageload:
$installed_table_ver = get_option( 'fca_eoi_subscribers_ver' );
if ( $this->db_table_ver !== $installed_table_ver ) {
//CREATE THE PEOPLE TABLE
$sql = "CREATE TABLE $this->table_name (
'id' INT NOT NULL AUTO_INCREMENT,
'email' LONGTEXT,
'name' LONGTEXT,
'time' DATETIME,
'timezone' LONGTEXT,
'campaign_id' INT,
'status' LONGTEXT,
'consent_granted' LONGTEXT,
'consent_msg' LONGTEXT,
PRIMARY KEY (id)
);";
require_once( ABSPATH . 'wp-admin/includes/upgrade.php' );
dbDelta( $sql );
update_option( 'fca_eoi_subscribers_ver', $this->db_table_ver );
}
Could you please update the plugin with a similar fix to avoid ALTER DB queries on each pageload?
Thank you.
]]>Hello! I haven’t used your plugin before (normally use Mailchimp, but for this project the client uses Campaign Monitor). I have tried adjusting a few things with Custom CSS, and also tried a few different templates, but haven’t achieved what I need to. Are you able to help?
Things I’m hoping to change:
1. Square up the fields (not rounded)
2. Square up the button. Create transparent background, with grey border.
3. Remove left/right padding so form sits directly below content above (button still centered).
Thank you.
Melanie
One my clients is using the ‘Campaign Monitor Forms by Optin Cat’, and after installing it the site’s admin area is extremely slow. The public site itself is not impacted; however, every page in the admin section slows down once this plugin is enabled.
I was just running some tests and could load pages in the admin panel from 250-500ms, but after enabling the plugin, the same page takes 3-5s.
Any ideas why this plugin would slow down the entire admin section of the site – or more importantly how to prevent that? They are now on the latest version of WordPress v5.0.2. I have also tried things like uninstalling and reinstalling the plugin to no resolve.
Any advice would be greatly appreciated since even doing things like creating posts is slow having this enabled. I appreciate your assistance.
]]>Hello ,
I want to add the subscribe form to my home page template but can’t find how to do that.
I’ve watch the video and maybe because I use free version it doesn’t have the shortcode option in my form setting.
Please help.
Thank you.
]]>Hi
I have added a new form, a simple subscription. Added in correct Client ID and Secret for Campaign Monitor but the form just does not like adding email addresses.
See this: https://www.oakleighwatches.co.uk/news/
Any clues
Matt
]]>Hi!
I’m using the plugin with success on mobile and other devices, but on desktop Safari / Chrome the popup never shows despite erasing the cookies and trying private mode etc.
Are there any debug mode or any explanation?
]]>On the home page I’m get this error: “Optin Cat: Invalid Form ID”
Everything looks good on the opt in form except; “Client ID”. I clicked “Where can I find my Campaign Monitor Client ID” link but it was no help.
I’m using mailchimp and went through everything and have no idea what they are looking for?!?!
Help!!!
]]>Hello!
I’m testing out the Optin Cat Campaign Monitor feature at https://www.raleighwoodmedia.com/straighttalkplus/ and where I’ve placed the shortcode in the homepage widget for opt-in information, I’m not seeing the opt-in box rendered… just the shortcode text itself. Any thoughts on what I’ve missed along the way?
Cheers,
LJ
After installing optin cat on a multisite installation I started to get 502 Bad gateway errors. No such issue on an normal installation with the same theme.
Could see the following errors in the log:
AH01071: Got error ‘PHP message: WordPress databasefout Table ‘wordpress_d.x6DYJfNL4U_4_fca_eoi_activity’ doesn’t exist bij query SELECT form_id
, COUNT(*) AS total
FROM x6DYJfNL4U_4_fca_eoi_activity
WHERE type
= ‘impression’ GROUP BY form_id
gemaakt door WP_List_Table->display, WP_List_Table->display_rows_or_placeholder, WP_Posts_List_Table->display_rows, WP_Posts_List_Table->_display_rows, WP_Posts_List_Table->single_row, WP_List_Table->single_row_columns, WP_Posts_List_Table->column_default, do_action(‘manage_easy-opt-ins_posts_custom_column’), call_user_func_array, EasyOptInsPostTypes->set_column_data, EasyOptInsActivity->get_form_stats\nPHP message: WordPress databasefout Table ‘wordpress_d.x6DYJfNL4U_4_fca_eoi_activity’ doesn’t exist bij query SELECT form_id
, COUNT(*) AS total
FROM x6DYJfNL4U_4_fca_eoi_activity
WHERE type
= ‘conversion’ GROUP BY form_id
gemaakt door WP_List_Table->display, WP_List_Table->display_rows_or_placeholder, WP_Posts_List_Table->display_rows, WP_Posts_List_Table->_display_rows, WP_Posts_List_Table->single_row, WP_List_Table->single_row_columns, WP_Posts_List_Table->column_default, do_action(‘manage_easy-opt-ins_posts_custom_column’), call_user_func_array, EasyOptInsPostTypes->set_column_data, EasyOptInsActivity->get_form_stats\n’, referer: https://vps-253857-4414.hosted.at.hostnet.nl/packaging-nl/wp-admin/post.php?post=262&action=edit
Updated from 1.5.8 to 1.6.1 and my single form no longer appeared in the widget area, though it existed in the admin. Resaving the widget had no effect. Resaving the form in the admin fixed the issue of it now showing on the front end, but now there were all sorts of styles that were not in the original form. Reselecting the No CSS layout on the existing form or a new form now shows Color, Border, etc. selectors for the form fields. Even if you clear the entries, you still get CSS injected in the head with the form (see below) with badly formed CSS and ‘!important’ added to border, background, font-size so that you can’t override them in the theme style sheet.
This makes the NoCSS layout useless. Please fix.
</ul></div></div><div id="easy-opt-in-widget-2" class="widget easy-opt-in-widget"><style type='text/css' class='fca-eoi-style'>.fca_eoi_form{ margin: auto; } .fca_eoi_form p { width: auto; } #fca_eoi_form_1640 input{ max-width: 9999px; }div.fca_eoi_form_text_element,input.fca_eoi_form_input_element,input.fca_eoi_form_button_element{display:block;margin:0;padding:0;line-height:normal;font-size:14px;letter-spacing:normal;word-spacing:normal;text-indent:0;text-shadow:none;text-decoration:none;text-transform:none;white-space:normal;width:inherit;height:inherit;background-image:none;border:none;border-radius:0;box-shadow:none;box-sizing:border-box;transition:none;outline:none;-webkit-transition:none;-webkit-appearance:none;-moz-appearance:none;color:#000;font-family:"Open Sans", sans-serif;font-weight:normal;transition:background 350ms linear;}input.fca_eoi_form_button_element:hover{background-color:inherit !important;}div.fca_eoi_form_text_element{text-align:center;}div.fca_eoi_layout_popup_close{display:block;margin:0;padding:0;line-height:normal;font-size:14px;letter-spacing:normal;word-spacing:normal;text-indent:0;text-shadow:none;text-decoration:none;text-transform:none;white-space:normal;width:inherit;height:inherit;background-image:none;border:none;border-radius:0;box-shadow:none;box-sizing:border-box;transition:none;outline:none;-webkit-transition:none;-webkit-appearance:none;-moz-appearance:none;color:#000;font-family:"Open Sans", sans-serif;font-weight:normal;display:block;position:absolute;z-index:9999992;top:-10px;right:-10px;background:rgba(0, 0, 0, 0.6);border:1px solid #000;color:#fff;font-weight:bold;width:20px;height:20px;line-height:20px;text-align:center;cursor:pointer;}div.fca_eoi_layout_headline_copy_wrapper{font-weight:bold;}div.fca_eoi_layout_0,form.fca_eoi_layout_0{display:inline-block;}div.fca_eoi_layout_0.fca_eoi_layout_widget,form.fca_eoi_layout_0.fca_eoi_layout_widget{max-width:300px;}div.fca_eoi_layout_0.fca_eoi_layout_postbox,form.fca_eoi_layout_0.fca_eoi_layout_postbox{max-width:600px;}div.fca_eoi_layout_0.fca_eoi_layout_popup,form.fca_eoi_layout_0.fca_eoi_layout_popup{max-width:650px;}div.fca_eoi_layout_0.fca_eoi_layout_widget div.fca_eoi_layout_field_wrapper,form.fca_eoi_layout_0.fca_eoi_layout_widget div.fca_eoi_layout_field_wrapper{float:none;width:100%;}div.fca_eoi_layout_0 div.fca_eoi_layout_content_wrapper,form.fca_eoi_layout_0 div.fca_eoi_layout_content_wrapper{margin:20px;}div.fca_eoi_layout_0 div.fca_eoi_layout_field_wrapper,form.fca_eoi_layout_0 div.fca_eoi_layout_field_wrapper{border:solid 1px transparent;width:49%;border-radius:3px;margin-bottom:10px;position:relative;}div.fca_eoi_layout_0 div.fca_eoi_layout_name_field_wrapper,form.fca_eoi_layout_0 div.fca_eoi_layout_name_field_wrapper{float:left;}div.fca_eoi_layout_0 div.fca_eoi_layout_email_field_wrapper,form.fca_eoi_layout_0 div.fca_eoi_layout_email_field_wrapper{float:right;}div.fca_eoi_layout_0 div.fca_eoi_layout_inputs_wrapper_no_name div.fca_eoi_layout_field_wrapper,form.fca_eoi_layout_0 div.fca_eoi_layout_inputs_wrapper_no_name div.fca_eoi_layout_field_wrapper{float:none;width:100%;}div.fca_eoi_layout_0 div.fca_eoi_layout_field_wrapper input,form.fca_eoi_layout_0 div.fca_eoi_layout_field_wrapper input,div.fca_eoi_layout_0 div.fca_eoi_layout_field_wrapper input:focus,form.fca_eoi_layout_0 div.fca_eoi_layout_field_wrapper input:focus{border:none !important;width:100%;height:auto;font-size:16px;line-height:1.2em;padding:7px 0;outline:none;background:none !important;box-shadow:none;}div.fca_eoi_layout_0 div.fca_eoi_layout_submit_button_wrapper,form.fca_eoi_layout_0 div.fca_eoi_layout_submit_button_wrapper{clear:both;transition:background 350ms linear, border-color 350ms linear;}div.fca_eoi_layout_0 div.fca_eoi_layout_fatcatapps_link_wrapper a,form.fca_eoi_layout_0 div.fca_eoi_layout_fatcatapps_link_wrapper a{display:block;margin:10px 0 0;font-size:12px;}@media (min-width:1px) and (max-width:450px),(min-height:1px) and (max-height:450px){div.fca_eoi_layout_0.fca_eoi_layout_popup div.fca_eoi_layout_content_wrapper div.fca_eoi_form_text_element.fca_eoi_layout_headline_copy_wrapper div,form.fca_eoi_layout_0.fca_eoi_layout_popup div.fca_eoi_layout_content_wrapper div.fca_eoi_form_text_element.fca_eoi_layout_headline_copy_wrapper div,div.fca_eoi_layout_0.fca_eoi_layout_widget div.fca_eoi_layout_content_wrapper div.fca_eoi_form_text_element.fca_eoi_layout_headline_copy_wrapper div,form.fca_eoi_layout_0.fca_eoi_layout_widget div.fca_eoi_layout_content_wrapper div.fca_eoi_form_text_element.fca_eoi_layout_headline_copy_wrapper div,div.fca_eoi_layout_0.fca_eoi_layout_postbox div.fca_eoi_layout_content_wrapper div.fca_eoi_form_text_element.fca_eoi_layout_headline_copy_wrapper div,form.fca_eoi_layout_0.fca_eoi_layout_postbox div.fca_eoi_layout_content_wrapper div.fca_eoi_form_text_element.fca_eoi_layout_headline_copy_wrapper div,div.fca_eoi_layout_0.fca_eoi_layout_popup div.fca_eoi_layout_content_wrapper div.fca_eoi_form_text_element.fca_eoi_layout_description_copy_wrapper div,form.fca_eoi_layout_0.fca_eoi_layout_popup div.fca_eoi_layout_content_wrapper div.fca_eoi_form_text_element.fca_eoi_layout_description_copy_wrapper div,div.fca_eoi_layout_0.fca_eoi_layout_widget div.fca_eoi_layout_content_wrapper div.fca_eoi_form_text_element.fca_eoi_layout_description_copy_wrapper div,form.fca_eoi_layout_0.fca_eoi_layout_widget div.fca_eoi_layout_content_wrapper div.fca_eoi_form_text_element.fca_eoi_layout_description_copy_wrapper div,div.fca_eoi_layout_0.fca_eoi_layout_postbox div.fca_eoi_layout_content_wrapper div.fca_eoi_form_text_element.fca_eoi_layout_description_copy_wrapper div,form.fca_eoi_layout_0.fca_eoi_layout_postbox div.fca_eoi_layout_content_wrapper div.fca_eoi_form_text_element.fca_eoi_layout_description_copy_wrapper div,div.fca_eoi_layout_0.fca_eoi_layout_popup div.fca_eoi_layout_content_wrapper div.fca_eoi_layout_field_wrapper i.fa:before,form.fca_eoi_layout_0.fca_eoi_layout_popup div.fca_eoi_layout_content_wrapper div.fca_eoi_layout_field_wrapper i.fa:before,div.fca_eoi_layout_0.fca_eoi_layout_widget div.fca_eoi_layout_content_wrapper div.fca_eoi_layout_field_wrapper i.fa:before,form.fca_eoi_layout_0.fca_eoi_layout_widget div.fca_eoi_layout_content_wrapper div.fca_eoi_layout_field_wrapper i.fa:before,div.fca_eoi_layout_0.fca_eoi_layout_postbox div.fca_eoi_layout_content_wrapper div.fca_eoi_layout_field_wrapper i.fa:before,form.fca_eoi_layout_0.fca_eoi_layout_postbox div.fca_eoi_layout_content_wrapper div.fca_eoi_layout_field_wrapper i.fa:before,div.fca_eoi_layout_0.fca_eoi_layout_popup div.fca_eoi_layout_content_wrapper div.fca_eoi_layout_field_wrapper div.fca_eoi_layout_field_inner input,form.fca_eoi_layout_0.fca_eoi_layout_popup div.fca_eoi_layout_content_wrapper div.fca_eoi_layout_field_wrapper div.fca_eoi_layout_field_inner input,div.fca_eoi_layout_0.fca_eoi_layout_widget div.fca_eoi_layout_content_wrapper div.fca_eoi_layout_field_wrapper div.fca_eoi_layout_field_inner input,form.fca_eoi_layout_0.fca_eoi_layout_widget div.fca_eoi_layout_content_wrapper div.fca_eoi_layout_field_wrapper div.fca_eoi_layout_field_inner input,div.fca_eoi_layout_0.fca_eoi_layout_postbox div.fca_eoi_layout_content_wrapper div.fca_eoi_layout_field_wrapper div.fca_eoi_layout_field_inner input,form.fca_eoi_layout_0.fca_eoi_layout_postbox div.fca_eoi_layout_content_wrapper div.fca_eoi_layout_field_wrapper div.fca_eoi_layout_field_inner input,div.fca_eoi_layout_0.fca_eoi_layout_popup div.fca_eoi_layout_content_wrapper div.fca_eoi_layout_field_wrapper div.fca_eoi_layout_field_inner input:focus,form.fca_eoi_layout_0.fca_eoi_layout_popup div.fca_eoi_layout_content_wrapper div.fca_eoi_layout_field_wrapper div.fca_eoi_layout_field_inner input:focus,div.fca_eoi_layout_0.fca_eoi_layout_widget div.fca_eoi_layout_content_wrapper div.fca_eoi_layout_field_wrapper div.fca_eoi_layout_field_inner input:focus,form.fca_eoi_layout_0.fca_eoi_layout_widget div.fca_eoi_layout_content_wrapper div.fca_eoi_layout_field_wrapper div.fca_eoi_layout_field_inner input:focus,div.fca_eoi_layout_0.fca_eoi_layout_postbox div.fca_eoi_layout_content_wrapper div.fca_eoi_layout_field_wrapper div.fca_eoi_layout_field_inner input:focus,form.fca_eoi_layout_0.fca_eoi_layout_postbox div.fca_eoi_layout_content_wrapper div.fca_eoi_layout_field_wrapper div.fca_eoi_layout_field_inner input:focus,div.fca_eoi_layout_0.fca_eoi_layout_popup div.fca_eoi_layout_content_wrapper div.fca_eoi_layout_submit_button_wrapper input,form.fca_eoi_layout_0.fca_eoi_layout_popup div.fca_eoi_layout_content_wrapper div.fca_eoi_layout_submit_button_wrapper input,div.fca_eoi_layout_0.fca_eoi_layout_widget div.fca_eoi_layout_content_wrapper div.fca_eoi_layout_submit_button_wrapper input,form.fca_eoi_layout_0.fca_eoi_layout_widget div.fca_eoi_layout_content_wrapper div.fca_eoi_layout_submit_button_wrapper input,div.fca_eoi_layout_0.fca_eoi_layout_postbox div.fca_eoi_layout_content_wrapper div.fca_eoi_layout_submit_button_wrapper input,form.fca_eoi_layout_0.fca_eoi_layout_postbox div.fca_eoi_layout_content_wrapper div.fca_eoi_layout_submit_button_wrapper input,div.fca_eoi_layout_0.fca_eoi_layout_popup div.fca_eoi_layout_content_wrapper div.fca_eoi_layout_submit_button_wrapper input:focus,form.fca_eoi_layout_0.fca_eoi_layout_popup div.fca_eoi_layout_content_wrapper div.fca_eoi_layout_submit_button_wrapper input:focus,div.fca_eoi_layout_0.fca_eoi_layout_widget div.fca_eoi_layout_content_wrapper div.fca_eoi_layout_submit_button_wrapper input:focus,form.fca_eoi_layout_0.fca_eoi_layout_widget div.fca_eoi_layout_content_wrapper div.fca_eoi_layout_submit_button_wrapper input:focus,div.fca_eoi_layout_0.fca_eoi_layout_postbox div.fca_eoi_layout_content_wrapper div.fca_eoi_layout_submit_button_wrapper input:focus,form.fca_eoi_layout_0.fca_eoi_layout_postbox div.fca_eoi_layout_content_wrapper div.fca_eoi_layout_submit_button_wrapper input:focus,div.fca_eoi_layout_0.fca_eoi_layout_popup div.fca_eoi_layout_content_wrapper div.fca_eoi_form_text_element.fca_eoi_layout_privacy_copy_wrapper div,form.fca_eoi_layout_0.fca_eoi_layout_popup div.fca_eoi_layout_content_wrapper div.fca_eoi_form_text_element.fca_eoi_layout_privacy_copy_wrapper div,div.fca_eoi_layout_0.fca_eoi_layout_widget div.fca_eoi_layout_content_wrapper div.fca_eoi_form_text_element.fca_eoi_layout_privacy_copy_wrapper div,form.fca_eoi_layout_0.fca_eoi_layout_widget div.fca_eoi_layout_content_wrapper div.fca_eoi_form_text_element.fca_eoi_layout_privacy_copy_wrapper div,div.fca_eoi_layout_0.fca_eoi_layout_postbox div.fca_eoi_layout_content_wrapper div.fca_eoi_form_text_element.fca_eoi_layout_privacy_copy_wrapper div,form.fca_eoi_layout_0.fca_eoi_layout_postbox div.fca_eoi_layout_content_wrapper div.fca_eoi_form_text_element.fca_eoi_layout_privacy_copy_wrapper div,div.fca_eoi_layout_0.fca_eoi_layout_popup div.fca_eoi_layout_content_wrapper div.fca_eoi_layout_fatcatapps_link_wrapper a,form.fca_eoi_layout_0.fca_eoi_layout_popup div.fca_eoi_layout_content_wrapper div.fca_eoi_layout_fatcatapps_link_wrapper a,div.fca_eoi_layout_0.fca_eoi_layout_widget div.fca_eoi_layout_content_wrapper div.fca_eoi_layout_fatcatapps_link_wrapper a,form.fca_eoi_layout_0.fca_eoi_layout_widget div.fca_eoi_layout_content_wrapper div.fca_eoi_layout_fatcatapps_link_wrapper a,div.fca_eoi_layout_0.fca_eoi_layout_postbox div.fca_eoi_layout_content_wrapper div.fca_eoi_layout_fatcatapps_link_wrapper a,form.fca_eoi_layout_0.fca_eoi_layout_postbox div.fca_eoi_layout_content_wrapper div.fca_eoi_layout_fatcatapps_link_wrapper a{font-size:13px !important;}}@media (min-width:1px) and (max-width:320px),(min-height:1px) and (max-height:320px){div.fca_eoi_layout_0.fca_eoi_layout_popup div.fca_eoi_layout_content_wrapper div.fca_eoi_form_text_element.fca_eoi_layout_headline_copy_wrapper div,form.fca_eoi_layout_0.fca_eoi_layout_popup div.fca_eoi_layout_content_wrapper div.fca_eoi_form_text_element.fca_eoi_layout_headline_copy_wrapper div,div.fca_eoi_layout_0.fca_eoi_layout_widget div.fca_eoi_layout_content_wrapper div.fca_eoi_form_text_element.fca_eoi_layout_headline_copy_wrapper div,form.fca_eoi_layout_0.fca_eoi_layout_widget div.fca_eoi_layout_content_wrapper div.fca_eoi_form_text_element.fca_eoi_layout_headline_copy_wrapper div,div.fca_eoi_layout_0.fca_eoi_layout_postbox div.fca_eoi_layout_content_wrapper div.fca_eoi_form_text_element.fca_eoi_layout_headline_copy_wrapper div,form.fca_eoi_layout_0.fca_eoi_layout_postbox div.fca_eoi_layout_content_wrapper div.fca_eoi_form_text_element.fca_eoi_layout_headline_copy_wrapper div,div.fca_eoi_layout_0.fca_eoi_layout_popup div.fca_eoi_layout_content_wrapper div.fca_eoi_form_text_element.fca_eoi_layout_description_copy_wrapper div,form.fca_eoi_layout_0.fca_eoi_layout_popup div.fca_eoi_layout_content_wrapper div.fca_eoi_form_text_element.fca_eoi_layout_description_copy_wrapper div,div.fca_eoi_layout_0.fca_eoi_layout_widget div.fca_eoi_layout_content_wrapper div.fca_eoi_form_text_element.fca_eoi_layout_description_copy_wrapper div,form.fca_eoi_layout_0.fca_eoi_layout_widget div.fca_eoi_layout_content_wrapper div.fca_eoi_form_text_element.fca_eoi_layout_description_copy_wrapper div,div.fca_eoi_layout_0.fca_eoi_layout_postbox div.fca_eoi_layout_content_wrapper div.fca_eoi_form_text_element.fca_eoi_layout_description_copy_wrapper div,form.fca_eoi_layout_0.fca_eoi_layout_postbox div.fca_eoi_layout_content_wrapper div.fca_eoi_form_text_element.fca_eoi_layout_description_copy_wrapper div,div.fca_eoi_layout_0.fca_eoi_layout_popup div.fca_eoi_layout_content_wrapper div.fca_eoi_layout_field_wrapper i.fa:before,form.fca_eoi_layout_0.fca_eoi_layout_popup div.fca_eoi_layout_content_wrapper div.fca_eoi_layout_field_wrapper i.fa:before,div.fca_eoi_layout_0.fca_eoi_layout_widget div.fca_eoi_layout_content_wrapper div.fca_eoi_layout_field_wrapper i.fa:before,form.fca_eoi_layout_0.fca_eoi_layout_widget div.fca_eoi_layout_content_wrapper div.fca_eoi_layout_field_wrapper i.fa:before,div.fca_eoi_layout_0.fca_eoi_layout_postbox div.fca_eoi_layout_content_wrapper div.fca_eoi_layout_field_wrapper i.fa:before,form.fca_eoi_layout_0.fca_eoi_layout_postbox div.fca_eoi_layout_content_wrapper div.fca_eoi_layout_field_wrapper i.fa:before,div.fca_eoi_layout_0.fca_eoi_layout_popup div.fca_eoi_layout_content_wrapper div.fca_eoi_layout_field_wrapper div.fca_eoi_layout_field_inner input,form.fca_eoi_layout_0.fca_eoi_layout_popup div.fca_eoi_layout_content_wrapper div.fca_eoi_layout_field_wrapper div.fca_eoi_layout_field_inner input,div.fca_eoi_layout_0.fca_eoi_layout_widget div.fca_eoi_layout_content_wrapper div.fca_eoi_layout_field_wrapper div.fca_eoi_layout_field_inner input,form.fca_eoi_layout_0.fca_eoi_layout_widget div.fca_eoi_layout_content_wrapper div.fca_eoi_layout_field_wrapper div.fca_eoi_layout_field_inner input,div.fca_eoi_layout_0.fca_eoi_layout_postbox div.fca_eoi_layout_content_wrapper div.fca_eoi_layout_field_wrapper div.fca_eoi_layout_field_inner input,form.fca_eoi_layout_0.fca_eoi_layout_postbox div.fca_eoi_layout_content_wrapper div.fca_eoi_layout_field_wrapper div.fca_eoi_layout_field_inner input,div.fca_eoi_layout_0.fca_eoi_layout_popup div.fca_eoi_layout_content_wrapper div.fca_eoi_layout_field_wrapper div.fca_eoi_layout_field_inner input:focus,form.fca_eoi_layout_0.fca_eoi_layout_popup div.fca_eoi_layout_content_wrapper div.fca_eoi_layout_field_wrapper div.fca_eoi_layout_field_inner input:focus,div.fca_eoi_layout_0.fca_eoi_layout_widget div.fca_eoi_layout_content_wrapper div.fca_eoi_layout_field_wrapper div.fca_eoi_layout_field_inner input:focus,form.fca_eoi_layout_0.fca_eoi_layout_widget div.fca_eoi_layout_content_wrapper div.fca_eoi_layout_field_wrapper div.fca_eoi_layout_field_inner input:focus,div.fca_eoi_layout_0.fca_eoi_layout_postbox div.fca_eoi_layout_content_wrapper div.fca_eoi_layout_field_wrapper div.fca_eoi_layout_field_inner input:focus,form.fca_eoi_layout_0.fca_eoi_layout_postbox div.fca_eoi_layout_content_wrapper div.fca_eoi_layout_field_wrapper div.fca_eoi_layout_field_inner input:focus,div.fca_eoi_layout_0.fca_eoi_layout_popup div.fca_eoi_layout_content_wrapper div.fca_eoi_layout_submit_button_wrapper input,form.fca_eoi_layout_0.fca_eoi_layout_popup div.fca_eoi_layout_content_wrapper div.fca_eoi_layout_submit_button_wrapper input,div.fca_eoi_layout_0.fca_eoi_layout_widget div.fca_eoi_layout_content_wrapper div.fca_eoi_layout_submit_button_wrapper input,form.fca_eoi_layout_0.fca_eoi_layout_widget div.fca_eoi_layout_content_wrapper div.fca_eoi_layout_submit_button_wrapper input,div.fca_eoi_layout_0.fca_eoi_layout_postbox div.fca_eoi_layout_content_wrapper div.fca_eoi_layout_submit_button_wrapper input,form.fca_eoi_layout_0.fca_eoi_layout_postbox div.fca_eoi_layout_content_wrapper div.fca_eoi_layout_submit_button_wrapper input,div.fca_eoi_layout_0.fca_eoi_layout_popup div.fca_eoi_layout_content_wrapper div.fca_eoi_layout_submit_button_wrapper input:focus,form.fca_eoi_layout_0.fca_eoi_layout_popup div.fca_eoi_layout_content_wrapper div.fca_eoi_layout_submit_button_wrapper input:focus,div.fca_eoi_layout_0.fca_eoi_layout_widget div.fca_eoi_layout_content_wrapper div.fca_eoi_layout_submit_button_wrapper input:focus,form.fca_eoi_layout_0.fca_eoi_layout_widget div.fca_eoi_layout_content_wrapper div.fca_eoi_layout_submit_button_wrapper input:focus,div.fca_eoi_layout_0.fca_eoi_layout_postbox div.fca_eoi_layout_content_wrapper div.fca_eoi_layout_submit_button_wrapper input:focus,form.fca_eoi_layout_0.fca_eoi_layout_postbox div.fca_eoi_layout_content_wrapper div.fca_eoi_layout_submit_button_wrapper input:focus,div.fca_eoi_layout_0.fca_eoi_layout_popup div.fca_eoi_layout_content_wrapper div.fca_eoi_form_text_element.fca_eoi_layout_privacy_copy_wrapper div,form.fca_eoi_layout_0.fca_eoi_layout_popup div.fca_eoi_layout_content_wrapper div.fca_eoi_form_text_element.fca_eoi_layout_privacy_copy_wrapper div,div.fca_eoi_layout_0.fca_eoi_layout_widget div.fca_eoi_layout_content_wrapper div.fca_eoi_form_text_element.fca_eoi_layout_privacy_copy_wrapper div,form.fca_eoi_layout_0.fca_eoi_layout_widget div.fca_eoi_layout_content_wrapper div.fca_eoi_form_text_element.fca_eoi_layout_privacy_copy_wrapper div,div.fca_eoi_layout_0.fca_eoi_layout_postbox div.fca_eoi_layout_content_wrapper div.fca_eoi_form_text_element.fca_eoi_layout_privacy_copy_wrapper div,form.fca_eoi_layout_0.fca_eoi_layout_postbox div.fca_eoi_layout_content_wrapper div.fca_eoi_form_text_element.fca_eoi_layout_privacy_copy_wrapper div,div.fca_eoi_layout_0.fca_eoi_layout_popup div.fca_eoi_layout_content_wrapper div.fca_eoi_layout_fatcatapps_link_wrapper a,form.fca_eoi_layout_0.fca_eoi_layout_popup div.fca_eoi_layout_content_wrapper div.fca_eoi_layout_fatcatapps_link_wrapper a,div.fca_eoi_layout_0.fca_eoi_layout_widget div.fca_eoi_layout_content_wrapper div.fca_eoi_layout_fatcatapps_link_wrapper a,form.fca_eoi_layout_0.fca_eoi_layout_widget div.fca_eoi_layout_content_wrapper div.fca_eoi_layout_fatcatapps_link_wrapper a,div.fca_eoi_layout_0.fca_eoi_layout_postbox div.fca_eoi_layout_content_wrapper div.fca_eoi_layout_fatcatapps_link_wrapper a,form.fca_eoi_layout_0.fca_eoi_layout_postbox div.fca_eoi_layout_content_wrapper div.fca_eoi_layout_fatcatapps_link_wrapper a{font-size:12px !important;}}@media (min-width:1px) and (max-width:450px),(min-height:1px) and (max-height:450px){div.fca_eoi_layout_0 div.fca_eoi_layout_content_wrapper,form.fca_eoi_layout_0 div.fca_eoi_layout_content_wrapper{margin:8px 13px;}div.fca_eoi_layout_0 div.fca_eoi_layout_fatcatapps_link_wrapper a,form.fca_eoi_layout_0 div.fca_eoi_layout_fatcatapps_link_wrapper a{margin:0;}div.fca_eoi_layout_0 div.fca_eoi_form_text_element.fca_eoi_layout_headline_copy_wrapper,form.fca_eoi_layout_0 div.fca_eoi_form_text_element.fca_eoi_layout_headline_copy_wrapper{margin-bottom:5px;}}@media (min-width:1px) and (max-width:320px),(min-height:1px) and (max-height:320px){div.fca_eoi_layout_0 div.fca_eoi_layout_popup_close,form.fca_eoi_layout_0 div.fca_eoi_layout_popup_close{top:-1px;right:-1px;}}@media (min-width:1px) and (max-width:768px){div.fca_eoi_layout_0 div.fca_eoi_layout_field_wrapper,form.fca_eoi_layout_0 div.fca_eoi_layout_field_wrapper{float:none;width:100%;}}div.fca_eoi_layout_0 div.fca_eoi_layout_submit_button_wrapper,form.fca_eoi_layout_0 div.fca_eoi_layout_submit_button_wrapper{text-align:center;width:100%;}div.fca_eoi_layout_0 div.fca_eoi_layout_submit_button_wrapper input,form.fca_eoi_layout_0 div.fca_eoi_layout_submit_button_wrapper input{width:100%;border:0 !important;}#fca_eoi_form_1640 .fca_eoi_layout_0.fca_eoi_layout_widget { background-color: !important; }#fca_eoi_form_1640 .fca_eoi_layout_0.fca_eoi_layout_widget { border-color: !important; }#fca_eoi_form_1640 .fca_eoi_layout_0.fca_eoi_layout_widget div.fca_eoi_layout_headline_copy_wrapper div { font-size: none !important; }#fca_eoi_form_1640 .fca_eoi_layout_0.fca_eoi_layout_widget div.fca_eoi_layout_headline_copy_wrapper div { color: !important; }#fca_eoi_form_1640 .fca_eoi_layout_0.fca_eoi_layout_widget div.fca_eoi_layout_description_copy_wrapper p, .fca_eoi_layout_0.fca_eoi_layout_widget div.fca_eoi_layout_description_copy_wrapper div { font-size: none !important; }#fca_eoi_form_1640 .fca_eoi_layout_0.fca_eoi_layout_widget div.fca_eoi_layout_description_copy_wrapper p, .fca_eoi_layout_0.fca_eoi_layout_widget div.fca_eoi_layout_description_copy_wrapper div { color: #000000 !important; }#fca_eoi_form_1640 .fca_eoi_layout_0.fca_eoi_layout_widget div.fca_eoi_layout_name_field_wrapper, .fca_eoi_layout_0.fca_eoi_layout_widget div.fca_eoi_layout_name_field_wrapper input { font-size: none !important; }#fca_eoi_form_1640 .fca_eoi_layout_0.fca_eoi_layout_widget div.fca_eoi_layout_name_field_wrapper, .fca_eoi_layout_0.fca_eoi_layout_widget div.fca_eoi_layout_name_field_wrapper input { color: !important; }#fca_eoi_form_1640 .fca_eoi_layout_0.fca_eoi_layout_widget div.fca_eoi_layout_name_field_wrapper { border-color: !important; }#fca_eoi_form_1640 .fca_eoi_layout_0.fca_eoi_layout_widget div.fca_eoi_layout_email_field_wrapper, .fca_eoi_layout_0.fca_eoi_layout_widget div.fca_eoi_layout_email_field_wrapper input { font-size: none !important; }#fca_eoi_form_1640 .fca_eoi_layout_0.fca_eoi_layout_widget div.fca_eoi_layout_email_field_wrapper, .fca_eoi_layout_0.fca_eoi_layout_widget div.fca_eoi_layout_email_field_wrapper input { color: !important; }#fca_eoi_form_1640 .fca_eoi_layout_0.fca_eoi_layout_widget div.fca_eoi_layout_email_field_wrapper { border-color: !important; }#fca_eoi_form_1640 .fca_eoi_layout_0.fca_eoi_layout_widget div.fca_eoi_layout_submit_button_wrapper input:hover { background-color: inherit !important; }#fca_eoi_form_1640 .fca_eoi_layout_0.fca_eoi_layout_widget div.fca_eoi_layout_submit_button_wrapper input { font-size: none !important; }#fca_eoi_form_1640 .fca_eoi_layout_0.fca_eoi_layout_widget div.fca_eoi_layout_submit_button_wrapper input { color: !important; }#fca_eoi_form_1640 .fca_eoi_layout_0.fca_eoi_layout_widget div.fca_eoi_layout_submit_button_wrapper input { background-color: !important; }#fca_eoi_form_1640 .fca_eoi_layout_submit_button_wrapper { background-color: #000000 !important; }#fca_eoi_form_1640 .fca_eoi_layout_0.fca_eoi_layout_widget div.fca_eoi_layout_privacy_copy_wrapper div { font-size: 14px !important; }#fca_eoi_form_1640 .fca_eoi_layout_0.fca_eoi_layout_widget div.fca_eoi_layout_privacy_copy_wrapper div { color: #ffffff !important; }#fca_eoi_form_1640 .fca_eoi_layout_0.fca_eoi_layout_widget div.fca_eoi_layout_fatcatapps_link_wrapper a, .fca_eoi_layout_0.fca_eoi_layout_widget div.fca_eoi_layout_fatcatapps_link_wrapper a:hover { color: #3197e1 !important; }</style><div class="fca_eoi_form_wrapper fca_eoi_layout_widget_wrapper fca_eoi_layout_0_wrapper"><div id='fca_eoi_form_1640' class='fca_eoi_form_content'><form method='post' action='#' class='fca_eoi_form fca_eoi_layout_0 fca_eoi_layout_widget'data-fca_eoi_list_id='Not set' data-fca_eoi_thank_you_page='https://www.deepfocusproductions.com/subscribed/' data-fca_eoi_thank_you_mode='redirect' novalidate><input type='hidden' id='fca_eoi_form_id' name='fca_eoi_form_id' value='1640'>
]]>
Hi there
Both popup and sidebar forms disappeared recently. I’ve just deactivated and reactivated the plugin, and the sidebar form appeared, but not the popup. Neither are able to be edited – when I click to edit one of the forms, the page loads with no content. Any help would be appreciated!
Site is: https://www.appletozucchini.com.au/
Emma
]]>I created an Optin Cat popup that offers optin bait. I can enter an e-mail address into the form, but I keep getting the following message:
Error: Can’t add user
A check of my Campaign Monitor database shows that the e-mail address isn’t being added.
But the reply message, which includes the optin bait link, is being sent.
]]>Hi,
first of all this plugin is very usefull and easy to use. Though I was wondering how I can remove the <div> -Tags that are automatically “produced” for every text field. I can`t find them (No-CSS Layout) in the file “campaign-monitor-wp/layouts/widget/layout_0/layout.html”
<form>
<div class="signup">
<span class="fca_eoi_layout_0_headline_copy_wrapper">{{{headline_copy}}}</span>
{{#description_copy}}
<div class="fca_eoi_layout_0_description_copy_wrapper">{{{description_copy}}}</div>
{{/description_copy}}
{{#show_name_field}}
<p class="fca_eoi_layout_0_name_field_wrapper">{{{name_field}}}</p>
{{/show_name_field}}
<p class="fca_eoi_layout_0_email_field_wrapper">{{{email_field}}}</p>
<p class="fca_eoi_layout_0_submit_button_wrapper">{{{submit_button}}}</p>
{{#privacy_copy}}
<p class="fca_eoi_layout_0_privacy_copy_wrapper">{{{privacy_copy}}}</p>
{{/privacy_copy}}
{{{fatcatapps_link}}}
</div>
</form>
Any idea how to get rid of them?
Best regards
Stefan
]]>Hello, I just updated Optin Cat and it had a terrible effect on lists, i.e. dropdown menus, post meta, tabs, etc. Can you help please?
]]>Hi, I was wondering if there was a way to have ‘first name’ and ‘last name’ input fields?
It really needs to have Name + Surname + Mail (so three boxes), otherwise the entries won’t be added to our database as it stands?
If this is a premium feature then I’m happy to upgrade
]]>Hi, I’d like to include two or three hidden flags that will convey certain permanent (static) values to custom fields in the subscriber’s profile in CampaignMonitor. How can I do that with the plugin? (or where do I hard code it in its php code?) thanks
]]>Updated to 1.5.0 this morning and the optin form stopped working. Examining the console revealed that submitting the form was bringing up a “Uncaught ReferenceError: fca_eoi is not defined” error.
Obviously, the fact this makes the form unusable also makes this version of the plugin unusable and I’ve reverted to 1.4.2 for the moment.
]]>Hello,
I have a error on my site with the plugin installed. In the PHP error log it shows:
PHP Fatal error: Call to undefined function remove_meta_box() in /home/sitepath/public_html/wp-content/plugins/campaign-monitor-wp/campaign-monitor-wp.php on line 20
Please help! Thank you!
]]>i want to integrate optin cat to infusionsoft. but it not show html code. just only API. How i integrate it ?
]]>Hello,
Thanks for your plugin and the saved time!
Nevertheless, I found and fixed a bug and i have suggestions to improve your plugin..
When I validated the form without entering the field, I had no error message.
The bug was in the file: /assets/script.js.
I replaced it:
fca_eoi.invalid_email = $this.children('.fca_eoi_error_texts_email').val();
fca_eoi.field_required = $this.children('.fca_eoi_error_texts_required').val();
By:
fca_eoi.invalid_email = $this.find('.fca_eoi_error_texts_email').val();
fca_eoi.field_required = $this.find('.fca_eoi_error_texts_required').val();
In the same file, it would replace the following line:
$( '.fca_eoi_form_button_element', $this ).attr( 'disabled', 'disabled' );
By:
jQuery( '.fca_eoi_form_button_element', $this ).attr( 'disabled', 'disabled' );
Indeed, for reasons of compatibility, the shortcut ‘$’ jQuery can be disabled.
In the file ‘/assets/style-new.css’ : I suggest you to remove ‘!important’ rules because it’s difficult to customize the affected properties.
Bye!
]]>Hi, can someone tell what/where exactly to go to get my API and client ID from mailchimp?
Thanks
I’ve installed the free version and we have five sign-ups so far but I can’t find where the sign-up information is located. There were no email notifications and there is no where that I can see w/in the plugin that gives anything but stats. What am I missing?
]]>