Noelle Steegs
Forum Replies Created
-
Thanks for the quick confirmation @duracelltomi. Much appreciated.
Hey @jamesosborne, thanks so much for the quick reply and for confirming the plugin is set up correctly. I did test in an incognito tab, so the logged in users part won’t be it.
I checked GA and I see that the data is there now. It just didn’t show up in Realtime when I was testing. Definitely odd, but I am happy all is working as it should. ??
Thanks for letting me know @sanzeeb3. ??
Forum: Plugins
In reply to: [WooCommerce Stripe Payment Gateway] WooCommerce 4.0 not supported yet?Hi @janmartin3 I just saw in this thread that the plugin is in fact compatible: https://www.ads-software.com/support/topic/woocommerce-4-0-compatible-4/.
Forum: Plugins
In reply to: [WooCommerce Stripe Payment Gateway] WooCommerce 4.0 not supported yet?I’d also like to know when the update is expected that makes this plugin compatible with Woo 4 please.
Forum: Plugins
In reply to: [WooCommerce] Variations + attributes not importedHi @slash1andy, just following up on this. Hope you are OK in this crazy time. Have you had a chance to take a look at my Sheet?
Forum: Plugins
In reply to: [WooCommerce] Variations + attributes not importedHey @slash1andy, thanks so much for getting back to me so quickly. Here is the sheet which just includes variable products and products with attributes.
The attributes of simple products (same attributes – size, colour, materials, origin) also do not import.
https://docs.google.com/spreadsheets/d/1KbPO0j7FodE5LVfwdDWX1IyvAmqCVIYg5nyndQ2kS6Q/edit?usp=sharing
Forum: Plugins
In reply to: [Restricted Site Access] Redirect after loginHi @dinhtungdu, unfortunately that plugin didn’t work BUT after a lot of trial and error the following snippet ended up working for me:
// Redirect to homepage after login function login_redirect( $redirect_to, $request, $user ){ wp_redirect( get_option('siteurl') ); } add_filter( 'login_redirect', 'login_redirect', 10, 3 );
Thanks for your help.
Forum: Plugins
In reply to: [Restricted Site Access] Redirect after loginNo, I mean that after logging in with correct credentials, the user gets redirected to the login page again with a badge showing the user is logged in.
I have recorded a screencast: https://screencast-o-matic.com/u/inNS/rsa.
Forum: Plugins
In reply to: [Restricted Site Access] Redirect after loginHi @dinhtungdu,
Thanks for the reply.
I have deactivated all plugins except Restricted Site Access, amr shortcode any widget and bbPress – the latter two are required for the login form. I have also switched to Twentytwenty.
The issue persists.
How else can I help to troubleshoot?