I am using the Mailpoet plugin now for more than 4 years with goed results.
After the update from version 4.51.1 to 4.51.2 I have a problem with the admin screens of the Mailpoet plugin. The screens remain empty. Even after emptying the cache.
I reverted to version 4.51.1 and all the content of the admin screens is back again.
Please have a look on this issue.
]]>any advice?
]]>While trying to set up the plugin, I keep on getting the following warning:
“Please disable your AdBlocker to prevent problems with your ad setup.”
Furthermore, many of the plugin buttons don’t function, so I’m basically unable to use the plugin.
The thing is, I do have AdBlockPlus on my browser but have disabled it for the entire website, so it should not affect the website whatsoever. I should not have to remove it from my entire browser just to be able to use the plugin.
How could this issue be resolved?
Thank you very much
]]>is there any solution?
Thanks
]]>Previously, I had been able to prevent ad-blockers from hiding the MC4WP form by replacing the form class with a more generic name, as follows:
/**
* Replace MC4WP default form class to prevent ad-blocker from hiding the subscribe form.
* See also https://kb.mc4wp.com/add-css-class-to-form-element/
*/
function my_mc4wp_replace_form_class( $classes ) {
// Remove MC4WP default class
$remove_value = 'mc4wp-form';
if ( ( $key = array_search($remove_value, $classes) ) !== false ) {
unset( $classes[$key] );
}
// Add generic class name
$classes[] = 'form-latestnews';
return $classes;
}
add_filter( 'mc4wp_form_css_classes', 'my_mc4wp_replace_form_class' );
Unfortunately, ad-blockers have smartened up and are now also recognizing MC4WP by the MC4WP form ID (e.g. mc4wp_form_widget-2
and mc4wp-form-1
).
I have found the ‘mc4wp_form_element_attributes’ filter, but this does not seem to allow changing of the form ID.
How can one replace the MC4WP form ID to make it more generic, and thus prevent ad-blockers from hiding the form?
]]>Your plugin doesn’t work when an adblocker like Adblocker Plus in Chrome is installed. In my country, 56.8 of the users use an adblocker on a mobile device. They can’t see the Instagram images on my site because the images are blocked.
Same thing is happening with your Pro version. I couldn’t find a warning about this on your website. I don’t see any examples of Instagram images on your website.
Since this plugin is useless to 56.8 of my website visitors, could you see if it’s possible to create a version where the images can be seen when the adblocker is on?
Thank you
]]>