Gertius
Forum Replies Created
-
Forum: Plugins
In reply to: [Groups] Removing a site from group didn′t unlock itHi,
my issue wasn′t resolved and I ended up removing Groups completely.
Before I′ve found a workaround for some pages to just delete the page and create a new one. I did this for a static page and it worked fine. But then my Woocommerce pages also had this issue and this seemed too dangerous, so I removed the plugin.Forum: Plugins
In reply to: [Groups] Removing a site from group didn′t unlock itHello,
I still have this problem. Can you please fix that for me or tell me a workaround?
I protected subpages of my site with the Group plugin. Now that I want to open those pages for everyone, they are not visible, even though I removed the access restriction with this dialog.
Please help!Forum: Plugins
In reply to: [Groups] Removing a site from group didn′t unlock itThanks for your fast response!
I′m sorry, I just re-read my post.
When I wrote “sites” I really meant “pages”.So, I wanted to unlock a page by removing the access restriction, using this dialog.
But then the page didn′t show up for logged-out users anymore.Forum: Plugins
In reply to: [Stripe for WooCommerce] Make storing Credit Card data optionalGreat, thanks!
Looking forward to it.Forum: Plugins
In reply to: [WooCommerce] PayPal IPN fails with HTTPS SSL here are causesHi,
thanks a ton for this post!
It saved me a lot of grey hairs today.For anyone stuck with a host that uses SSL SNI (like my host Strato), I have found a workaround:
– created Subdomain without SSL (e.g. ipn.example.com)
– Put this subdomain in PayPal IPN address settings
– Fix Woocommerce class WC_Gateway_Paypal with static return URL:
Line 35: $this->notify_url = ‘https://ipn.example.com/wc-api/WC_Gateway_Paypal/’;This most likely only works, if you have only a single domain SSL certificate, like me. With a wildcard certificate, you might try using a different URL for IPN purposes.
Forum: Plugins
In reply to: [WooCommerce Poor Guys Swiss Knife] Custom1 validation of text fieldHi Uli,
ah good to know, thanks for looking into this!
It′s not urgent at all, as I have just started to create my site and have a long way to go anyway ??Cheers!
ChristianForum: Plugins
In reply to: [WooCommerce Poor Guys Swiss Knife] Custom1 validation of text fieldHi Uli,
thanks for your fast reply!
I remembered one more thing, the email verification did work, but according to the debugger it seemed to use another file, maybe the woocommerce email verification?Forum: Plugins
In reply to: [WooCommerce Poor Guys Swiss Knife] Custom1 validation of text fieldP.S.: I have put in the custom1 validation in the Poor Guys Swiss Knife “Woocommerce Checkout Billing Section” options. Actually all the other validation options also don′t work for me.