Forum Replies Created

Viewing 5 replies - 1 through 5 (of 5 total)
  • My problem has been resolved by renaming the directory and that enabled me to reinstall MailChimp for WordPress – thanks

    Unfortunately the MailChimp for WordPress plugin is completely gone. I will try and rename the folder first and if that allows a reinstall then delete it.

    Thanks for the quick reply

    I updated to the latest version 4.1.8 and got an error saying it could not access the server (sorry I don’t have exact words); my WordPress site then failed and when it restarted the plugin was no longer in the list of plugins and I have the following banner message “Please install or update MailChimp for WordPress (version 3.1 or higher) in order to use MailChimp User Sync”.

    When I try and install MailChimp for WordPress, that fails saying the directory already exists.

    Any ideas how to restore MailChimp for WordPress and keep my existing link to MailChimp?

    Thanks

    Mark

    If it helps I resolved the problem for me of html tags appearing by changing line 362 in agreeable.php from

    $terms_content = '<h3>'.esc_html( $terms->post_title ).'</h3>'.esc_html( apply_filters('the_content', $terms->post_content) );

    to

    $terms_content = '<h3>'.$terms->post_title.'</h3>'.apply_filters('the_content', $terms->post_content);

    I only have tested on login page as that is what I need – worked for me but use at your own risk and try on test server first etc.

    Thread Starter naylom

    (@naylom)

    Not resolved in plugin. I have resorted to using another one that does bulk new user creation from a csv file. This also generates email to the new subscriber. Unfortunately in plain text but better than nothing.

Viewing 5 replies - 1 through 5 (of 5 total)