Forum Replies Created
-
AuthorPosts
-
This reply has been marked as private.This reply has been marked as private.
I have updated theme. Also, now installed WooCommerce Variation Swatch. But when I edit a variable product, the Variation Swatch tab is empty. What to do?
Sure, Harry.
December 13, 2017 at 12:43 pm in reply to: Enable Maintenance mode sitewide except on one page #14843No Problem, Harry. I have found the following two plugins that allows to ‘exclude URL’s from Maintenance mode’
2> Maintenance
Thanks!
Hi Harry,
Just to clarify, I use gmail only as recipient email. Therefore I believe gmail smtp may not solve the problem.
Moreover, if you could go to the frontend of the site and register as a customer, the email you would receive is from name “MySite” and email “[email protected]” and even the orders etc.
P.S. Hey, I now just tried adding the following code in functions.php and this has worked. :
// Function to change email address
function wpb_sender_email( $original_email_address ) {
return ‘[email protected]’;
}
// Function to change sender name
function wpb_sender_name( $original_email_from ) {
return ‘MySite’;
}
// Hooking up our functions to WordPress filters
add_filter( ‘wp_mail_from’, ‘wpb_sender_email’ );
add_filter( ‘wp_mail_from_name’, ‘wpb_sender_name’ );December 13, 2017 at 1:42 am in reply to: Enable Maintenance mode sitewide except on one page #14824Harry, thanks for the suggestion. But I’m afraid that keeping the page private or password protected would be upsetting for incoming paid traffic. Is there any other alternative?
This reply has been marked as private.Checked, Pirate forms is not using [email protected]
Any other solutions?
Hi Harry,
That has not worked. Today I received a ‘New user Registration’ email from ‘WordPress’ and [email protected] to the admin email.
Any other solution?
-
AuthorPosts