khkrustev
Forum Replies Created
-
Forum: Plugins
In reply to: [WooCommerce Grid / List toggle] Displays code on frontendIt is a small bug after the last update.
I confirm that what @pskigen wrote is correct. The problem indeed comes from this line of code.
If you want to solve it now and not to wait for an official fix just comment it out.
screenshot of the problem/fix – screenchot- This reply was modified 8 years ago by khkrustev.
Forum: Plugins
In reply to: [Improved Sale Badges - Free Version] Translation not workingHello!
I also came across the same problem with the plugin. This is because the plugin searches for another name of the translation file when it adds it.
After browsing the plugin code I found it and it works fine for me.Solution: just change the name of the files to isbwoo-bg_BG.po and isbwoo-bg_BG.mo
I hope it works for you too!
Cheers- This reply was modified 9 years, 3 months ago by khkrustev.
Forum: Plugins
In reply to: [WooCommerce] Change text "items" in menuHello,
Are you using Storefront?
If Yes, then here is the solution:
It is possible to translate to a different language by adding a translation file to the following directory: /wp-content/languages/themes/Storefront has all the translation strings in the following .pot file https://github.com/woocommerce/storefront/tree/version/1.6.1/languages
You can use PoEdit to do the changes.
Although I am not sure that you can change “items” to “my order” in this way without changing the language.