yoshi9959
Forum Replies Created
-
I had the same issue, and updated to 2.1.1 then I became to add items. BUT I cannot remove the items now.
Forum: Plugins
In reply to: [YITH WooCommerce Wishlist] auguments in …….. php on line 858Hi,
Go to class.yith-wcwl-admin-init.php on line 858, you will see
‘desc’ => sprintf( __( ‘Enable all plugin…..
There is space right before ‘Enable all… which cause the error message.
So, replace space with “%s”, like below.
‘desc’ => sprintf( __(“%s”,’Enable all plugin….Forum: Plugins
In reply to: [YITH WooCommerce Wishlist] Error message on admin & not work on storefrontAlthough version 2.1.1 was just release, it doesn’t help. So. I fixed by adding “%s”, instead of space on plugins/yith-woocommerce-wishlist/includes/class.yith-wcwl-admin-init.php on line 858.
Original goes like this, and cause error of Warning: sprintf(): Too few arguments in,
‘desc’ => sprintf( __( ‘Enable all plugin
Tweak as below.
‘desc’ => sprintf( __(“%s”,’Enable all pluginDear Michael,
Thank you for your prompt reply. I believe that the plug-in works beautifully now!
Best regards
YoshiForum: Plugins
In reply to: [Nextend Social Login and Register] 404 on try to connect & iThemes SecurityThis works!
Thanks for sharing.Hi
Somehow it is working now after disabling ‘personalize interface’ as per your advice.
Maybe cache on browser or server caused mis-behaviour.
Thank you for your help anyway.
Regards
YoshiNo. Since Symbiostock was installed, I lost “Product” menu and I got “Add Non-symbiostock products” instead regardless “pesonalize interface” is on or not. There is no “Prodcut” menu, if this is what you mean by “base woocommerce products”
Thank you for prompt reply but it did not work.
In the meantime, I found that Visual composer has worked on only “Page” editing page but not on product – symbiostock page regardless ‘personalize interface’ is on or off.Hope you can still advise anything else.
Forum: Plugins
In reply to: [WooCommerce Mijireh Checkout] White Screen after CheckoutThey back in business
Forum: Plugins
In reply to: [WooCommerce Mijireh Checkout] White Screen after CheckoutSame here. We just launch new site and got this.