Mark Windisch
Forum Replies Created
-
Forum: Plugins
In reply to: [TS Poll - Survey, Versus Poll, Image Poll, Video Poll] Translation problemDear Totalsoft,
Took 6 screenshots into this Drive folder about the problem, please check it.
This is a fresh install, just activated the plugin.
At first I show that there is the .pot file, string number is –.When I want to create a new language / translation, the 4th screenshot shows an error that the template is missing (I think its there, just corrupt). If you create with the “skip template” option, only 5 strings shows up.
https://drive.google.com/drive/folders/1mpuk3nTwGf9nEk4peJzVGsE1fccIUuXv?usp=sharing
Thanks, now its working again!
Forum: Plugins
In reply to: [WooCommerce] Layout issue on checkout – two columnsIt seems that I found a solution!
Had the same problem on a client site, Elementor is installed, but not used in this case.
Somehow a flex element is hidden there between the 2 columns, so if you hide that with CSS, it works again!
The code you need to add to the custom CSS:wc-order-attribution-inputs {
display:none;
}Woocommerce > Settings > Advanced > Features. Option for “Order Attribution” which is enabled.
This adds a “wc-order-attribution-inputs” tag inside the checkout form causing the flexbox to break into 1 column.
Greetings,
Mark- This reply was modified 2 years ago by Mark Windisch.
- This reply was modified 2 years ago by Mark Windisch.