gringopost
Forum Replies Created
-
Absolutely no conflicts from another plugin, since I disabled ALL plugins and I tested it on raw WordPress side. I gave up on using it to reset passwords. I am only using it for comments. 50% of new comments notifications are sent to the site admin instead of the owner of the post (Author). I would pay for the plugin if it works since I need it, but I won’t pay for something broken. I am offering to work with you to fix it other than that I can’t offer anything else right now. Thanks.
Despite diligently following all the suggested methods, I have been unable to resolve the issue. Furthermore, the reset password notification is completely ineffective. Additionally, disabling the default WordPress emails did not trigger the deployment of the Better Notifications reset password email.
Also, the new comment or new replies Notifications sometimes doesn’t get sent to the authors, instead it get sent to the admin as if the admin is the author. What a mess!!?!! Can I create a temp password for you to log in and find out what is happing? It is total mess.
Forum: Plugins
In reply to: [Minify HTML] Saving a post in WP 6.4 converts content to Classic blockWhere do you add this?
function teckel_init_minify_html() {
if (is_admin() || (defined(‘REST_REQUEST’) && REST_REQUEST) || (defined(‘DOING_AJAX’) && DOING_AJAX)) {
return;
}
$minify_html_active = get_option(‘minify_html_active’);
if ($minify_html_active != ‘no’) {
ob_start(‘teckel_minify_html_output’);
}
}
add_action(‘template_redirect’, ‘teckel_init_minify_html’);Forum: Plugins
In reply to: [Minify HTML] Saving a post in WP 6.4 converts content to Classic blockI have the same issue for weeks now and it is pain in th***. Any update guys on this fix? Very much appreciated
- This reply was modified 1 year, 9 months ago by gringopost.