Schnitzelweck
Forum Replies Created
-
hehe, i just want to post the same. Discount Rules for WooCommerce is also working for me!
https://www.flycart.org/products/wordpress/woocommerce-discount-rulesThanks
not for now sorry. Hope for support here. I also tried the Plugin Woocommerce Smart Coupon https://woocommerce.com/de-de/products/smart-coupons/ but with a similar issue.
i am searching. If i find a solution for me, i will post it here.
i have a similar problem. Have created a coupon on restricted payment methods but on the checkout page the coupon will not be calculated. Sometimes I get the message that the coupon code is applied but without calculation.
If i use the same coupon with the payment restriction, it works but this not what i try to achive.
Thanks for help.
Hi Edson,
Thanks for your reply. The Error is gone but i have to change the Codee to this:
function amp_story_callback( $dom ) { $button_services = weglot_get_service('Button_Service_Weglot'); $button_html = $button_services->get_html( 'weglot-default' ); if(strpos( $dom, '<aside data-wg-notranslate=""' ) !== false) { $dom = preg_replace( '/<aside\b[^>]*>(.*?)<\/aside>/', '', $dom ); } return $dom; } add_filter( 'weglot_render_default_button', 'amp_story_callback', 99, 1 );
i think in your code the $dom only returns on Frontend page, when ‘<aside data-wg-notranslate=””‘ will be found. In the Backend Editor, this will cause a the problem.
Thanks
Regards
Hi,
i have the same issue/errors. With your solution the debug of Google Web Stories goes away but i get new error messages saying that i am unable to save any changes editing the Web Story
——
Unable to save your story
We are currently unable to save your story, any changes you make may be lost. This may be due to temporary issues connecting to WordPress. Submit a new support topic for additional help.
——-Thanks in advanced
- This reply was modified 2 years, 3 months ago by Schnitzelweck.
Forum: Plugins
In reply to: [Contact Form 7] How to add progress bar in file upload on submit form.Have you found a solution to add a progressbar to contactform 7? Iam really interested in that because on bigger filesizes you just see the spinning wheel and as a user you have no status about the sending progress (is it hanging or is it stil loading).
I dont get the AJAX Progressbar link from you Chris. I dont no where to hook into Contactform7.
Thanks for your answers.