janole
Forum Replies Created
-
Forum: Plugins
In reply to: [CMB2] Value of Select and Radio Elements are not saved to dbindeed the UI in the wp-admin post editor keeps the changes after reload. I assumed it was a cache thing related to WordPress, since the changes never make it to the front end. Could this be another issue?
Forum: Plugins
In reply to: [WooCommerce Stripe Payment Gateway] Customize “updated checkout experience”I want to apply the
appearanceoption to the stripe fields generated by WooCommerce as described in the official stripe docs:const appearance = { theme: 'stripe', variables: { colorPrimary: '#0570de', colorBackground: '#ffffff', colorText: '#30313d', colorDanger: '#df1b41', fontFamily: 'Ideal Sans, system-ui, sans-serif', spacingUnit: '2px', borderRadius: '4px', // See all possible variables below } };// Pass the appearance object to the Elements instance const elements = stripe.elements({clientSecret, appearance});https://stripe.com/docs/elements/appearance-api
Since this is not a theme issue, I use storefront currently.
- This reply was modified 3 years, 4 months ago by janole.
Forum: Plugins
In reply to: [Germanized for WooCommerce] Unhook woocommerce_order_reviewDas klappt! Vielen Dank für die schnelle Antwort!
Id like to add myself to the thread since im having the same issue. The documentation @babylon1999 linked to is outdated and does not work for the new Stripe “updated checkout experience” like detailed here: https://stripe.com/docs/elements/appearance-api
done! thanks for the quick reply
I also just realised that the “working” video-file still has some issues. It cuts out at some point of the video with a freeze-frame.
Forum: Plugins
In reply to: [CMB2] Images from “file” field nowhere to be seenThank you very much! This did it. Didn’t catch that “_id” at the end in the docs, thought it was part of the regular field id.
Forum: Plugins
In reply to: [Polylang] Posts Page is not the home pageThanks a lot for the quick reply. I wasn’t ware that simply adding a translated version to my post page would do the trick. Couldn’t imagine it being that easy 😉
Thanks for the amazing work on this plugin!
I now have the page “Blog” with two translations in English and German.
Is it possible to archive a structure like this?
website.com/blog (English) and website.com/de/blog (German)Right now wordpress renames the German site to website.com/de/blog-2 since it would otherwise be a duplicate site. Is there any workaround for that?