designbysue
Forum Replies Created
-
Forum: Plugins
In reply to: [Login No Captcha reCAPTCHA] Not working in EdgePlease disregard this – I can’t log in using Edge even without the plug in so it is not this plugin’s problem. Sorry.
Sue
Forum: Plugins
In reply to: [Members - Membership & User Role Editor Plugin] Content PermissionsThanks again for your help – and it really helped even though I could not make the code work because it gave me something to search for. I found a plugin that works perfectly – LoginWP in case others have this issue.
Forum: Plugins
In reply to: [Members - Membership & User Role Editor Plugin] Content PermissionsI must have something wrong as even with the code as below the user is taken to his profile. Can you see what I might be missing – thanks this is exactly what I need to do so I hope I can work this out. (I put this in the functions.php in the child theme – is that correct?
function members_login_redirect_roles($user_login, $user) {
if( in_array( ‘Committee’,$user->roles ) ){
exit( wp_redirect(‘https://loxalucieheadwaters.org/committee-page/’ ) );
}
}
add_action( ‘wp_login’, ‘members_login_redirect_roles’, 10, 2);Forum: Plugins
In reply to: [Members - Membership & User Role Editor Plugin] Will this plugin work for meThanks – is that included in the basic plugin?
I was using an old version of Safari (I use an older Mac and primarily use it to run Windows, but sometimes I forget and open stuff in Safari. It is version 11 so it is old!
Forum: Plugins
In reply to: [Spiffy Calendar] Larger Pop up windowI found it using css. Thanks
I figured it out – ended up to be a browser issue!
This is a bigger problem and so I will repost
Actually – that is not the only problem – all of the areas of Mail Poet are blank! What the heck?
Forum: Plugins
In reply to: [WooCommerce] Two stores one WooCommerceThanks – have done so
Forum: Plugins
In reply to: [WooCommerce] New Order emails not being sentThank you for your reply – I finally found what the problem was and it had to do with the connection with PayPal. Should others have this problem check your email info in the PayPal section of your woo commerce settings to be sure the email addresses are correctly set up – they need to match the PayPal account settings. (be sure the email address for the admin of the site is, if not the primary email address with PayPal is at least one of the emails associated with your PayPal account) Google the correct settings for this and I am sure you will find further info – I can’t find the link at this moment).
I apologize, I forgot that I had this post still open.
Forum: Plugins
In reply to: [WooCommerce] Two stores one WooCommerceSounds like a great suggestion – just have to learn something new (again!) Do you know if I purchase a theme such as rhodes do I need to purchase 2 licenses to make it work on both sites?
Thanks so much for your reply
SueForum: Plugins
In reply to: [WooCommerce] Testing purchases in subdomain test siteSorry – thank you for you help.I will have to check out the link but can the subdomain be on sandbox and the domain still work correctly? Or should the domain be put in maintenance mode during the testing? I was under the impression from something I read that the PayPal account would not work with the subdomain, Possibly the link answers these questions…
Thank you
Sue
Thank you so much for your assistance. I was able to get Woocommerce to send the standard emails. If any one is having this problem I strongly suggest you check your PayPal settings – the email is shown in two places there and they have to match the email that is the admin on your website so in my case I had to add the admin address to my PayPal account.
Sue
I set up a new order confirmation the best I could figure and tried to test the email and it was not sent – I use WP Mail Log and the email never went through – and I also use WP Mail SMTP and it is set up correctly and the test email from that does go through and is inn the WP Mail Log.
Do you have any idea why this will not send?
Thanks
Sue