Myridia Company
Forum Replies Created
-
Forum: Plugins
In reply to: [WooCommerce] Product variations doesn’t displayI’m getting the same error with no variation. But this only happened for a user with French as selected Language. For the English User, all works fine.
PHP Fatal error: Uncaught ValueError: Unknown format specifier "a" in /var/customers/webs/indrya/public/wp-content/plugins/woocommerce/includes/admin/meta-boxes/views/html-product-data-variations.php:120After I comment out this line, 120
<span class="displaying-num"><?php echo esc_html( sprintf( _n( '%s item', '%s items', $variations_count, 'woocommerce' ), $variations_count ) ); ?></span>with
<span class="displaying-num"><?php /* echo esc_html( sprintf( _n( '%s item', '%s items', $variations_count, 'woocommerce' ), $variations_count ) ); */ ?></span>it’s working.
- This reply was modified 1 year, 5 months ago by Myridia Company.
Yes, it works perfectly now.
Same, same.
I commented out line 93 in line wp-content/plugins/yith-color-and-label-variations-for-woocommerce/init.php
//yit_maybe_plugin_fw_loader( YITH_WCCL_DIR );
so at least the whole WordPress platform is not crashing.
thanks,
i found it finally at the same time you posted this.example:
function my_plugin_init() { if( !class_exists( 'HTML5_Parser' ) ): require_once BWC_DIR . 'lib/dompdf/lib/html5lib/Parser.php'; require_once BWC_DIR . 'lib/dompdf/lib/php-font-lib/src/FontLib/Autoloader.php'; require_once BWC_DIR . 'lib/dompdf/lib/php-svg-lib/src/autoload.php'; require_once BWC_DIR . 'lib/dompdf/src/Autoloader.php'; endif; } add_action( 'plugins_loaded', 'my_plugin_init' );- This reply was modified 6 years, 8 months ago by Myridia Company.
- This reply was modified 6 years, 8 months ago by Myridia Company.
- This reply was modified 6 years, 8 months ago by Myridia Company.
- This reply was modified 6 years, 8 months ago by bcworkz. Reason: code fixed
Forum: Plugins
In reply to: [WooCommerce Gift Coupon] How can i contribute?I moved it and I will commit my changes here:
Forum: Plugins
In reply to: [WooCommerce Gift Coupon] How can i contribute?we are facing a similar problem. we need to use this kind of plugin with its bugs fixed but the source maintainer seems very busy.
i will now go on with my own fork on https://calantas.org/woocommerce_coupons_as_product_gifts
if you you want to contribute your work there i would be very happy.Forum: Plugins
In reply to: [WP Store Locator] German Translation of opening hoursjust right now i had the same issue on my wordpress 5.1
1.
download the mo file and po filehttps://translate.ww.wp.xz.cn/projects/wp-plugins/wp-store-locator/stable/de/default/export-translations
https://translate.ww.wp.xz.cn/projects/wp-plugins/wp-store-locator/stable/de/default/export-translations?format=mo2.
rename and copy them to
/wp-content/languages/plugins/wpsl-de_DE.mo
/wp-content/languages/plugins/wpsl-de_DE.po- This reply was modified 7 years, 2 months ago by Myridia Company.