soundartstudio
Forum Replies Created
-
Forum: Plugins
In reply to: [PPOM - Product Addons & Custom Fields for WooCommerce] Textarea HightYou have to find the file:
wp-content/plugins/woocommence-product-addon/classes/inputs/input.textarea.php :
find: $_html = ‘<textarea ‘;
and replace with: $_html = ‘<textarea rows=”8″ ‘;Forum: Themes and Templates
In reply to: [Virtue] I cannot remove items from cart on smartphoneHi, this is the documentation I already had. But I can not manage to change “my” two words. No problem, I solved it in another way and therefore do not invest more time in that. Thanks anyway for your help.
Forum: Themes and Templates
In reply to: [Virtue] I cannot remove items from cart on smartphonemaybe I didn′t have the best documentation. Can you send me the link to the official plugin manual?
Forum: Themes and Templates
In reply to: [Virtue] I cannot remove items from cart on smartphoneNo not yet tried to change the po file, I have no software to change the po file.
Forum: Themes and Templates
In reply to: [Virtue] I cannot remove items from cart on smartphoneI found another solution: I added in function.php following:
add_filter(‘gettext’, ‘translate_text’);
add_filter(‘ngettext’, ‘translate_text’);
function translate_text($translated) {
$translated = str_ireplace(‘your cart’, ‘Warenkorb’, $translated);
$translated = str_ireplace(‘search’, ‘Suche’, $translated);
return $translated;
}Now the front end shows the German words.
But thanks for your help.
HubertForum: Themes and Templates
In reply to: [Virtue] I cannot remove items from cart on smartphonethe word “search” was already shown in the translation of woocommerce, I defined the word “your cart” with new translation “Warenkorb” and saved this.
But no reflection in front end (at the top of the site), see my site https://www.sound-art-studio.de .Forum: Themes and Templates
In reply to: [Virtue] I cannot remove items from cart on smartphoneThanks for your help. Tried woocommerce, woocommerce germanized, virtue. But “Your cart” and “Search” at the top of the site remains. But no problem, I can live with that.
Thanks and br
HubertForum: Themes and Templates
In reply to: [Virtue] I cannot remove items from cart on smartphoneThanks for your advice. I tried loco-translate. But it is only for backend, here I do not need any translation.
As far as I saw loco-translate can not translate words in frontend (for the customer) like “cart” or “search”.Forum: Themes and Templates
In reply to: [Virtue] I cannot remove items from cart on smartphoneHey,
thanks very much for your prompt reply. The simple adding of the css solved my problem, now it works perfectly. I have customer designed products, therefore I set product qty to “only one single product can be purchased”. In this case there is no option to change qty in cart.
I′m glad that now it works, Virtue is the very best theme for me ( I searched and tried hundred others) as there are so many options like typography, size of sidebar etc. which no other theme has.
***** 5 stars for you and your service *****Can I change “cart” and “search” to German words “Warenkorb” and “Suche” ?
- This reply was modified 8 years, 5 months ago by soundartstudio.
- This reply was modified 8 years, 5 months ago by soundartstudio.