FXWare
Forum Replies Created
-
Forum: Plugins
In reply to: [BinancePay Checkout for WooCommerce] binance-logo.svg is empty fileI found the logo on the internet and got it right myself. Guys, do something about your QA because it’s poor.
If anyone needs it here is the link: https://upload.wikimedia.org/wikipedia/commons/1/12/Binance_logo.svg
It needs to be uploaded to the \wp-content\plugins\binance-pay\assets\ Don’t forget to change the name to binance-logo.svg.
I manually edited settings-ppec.php and added option:
‘BLIK’ => __( ‘BLIK’, ‘woocommerce-gateway-paypal-express-checkout’ ),
into ‘hide_funding_methods’ array. Lucky for me ‘BLIK’ was a proper name for this option and now I’m able to remove BLIK button by adding BLIK to Hide Funding Method(s).This is a workaround – please add this option to next plugin release. Thanks!
Forum: Plugins
In reply to: [Arconix FAQ] Classic Editor Issues with WP5.5@octotoot just use my link but replace server name with your own
Forum: Plugins
In reply to: [Arconix FAQ] Classic Editor Issues with WP5.5Here is how to workaround this issue.
1. Edit dismiss-notice.js file using your WP plugin editor. Here is the path https://your.domain.name.here/wp-admin/plugin-editor.php?file=arconix-faq%2Fincludes%2Fcomponent%2Ftracking-data%2Fassets%2Fjs%2Fdismiss-notice.js&plugin=arconix-faq%2Fplugin.php
2. Replace
btnText = commonL10n.dismiss || ”;
with
btnText = “”;Worked in my case. (I dismissed plugin notice before so I didn’t care to mess with this file.)
- This reply was modified 4 years, 3 months ago by FXWare.
Forum: Plugins
In reply to: [Arconix FAQ] Classic Editor Issues with WP5.5Same here, bump.
Forum: Plugins
In reply to: [WP-Chatbot for Messenger] Polish LocalesI bump this. Polish language support would be much appreciated. Thank you!