trailerproffsen
Forum Replies Created
-
Forum: Plugins
In reply to: [WooCommerce] Translate READ MORE button on out of stock productsGoogle is my friend 🙂
found the answer, I pasted this in functions.php and now it is working.
/*
* Translate custom strings
*/add_filter(‘gettext’, ‘translate_text’);
add_filter(‘ngettext’, ‘translate_text’);function translate_text($translated) {
$translated = str_ireplace(‘Read More’, ‘Kontakta oss’, $translated);
return $translated;
}Forum: Plugins
In reply to: [WooCommerce] Translate READ MORE button on out of stock productsThanks Stuart, the read more text string is/was translated as of above (but to “Läs Mer” on Swedish) but the button still shows READ MORE 🙁
This is really strange as the “Select options” is translated ok and it is possible to change to anything that I want..
Is it safe to just inactivate plugins and change theme without loosing settings and data of the plugins/themes?
Anyone else have a clue or have had the same “error” ?
Forum: Plugins
In reply to: [Contact Form 7] Align and text size problem in formThanks for help!
Forum: Plugins
In reply to: [Contact Form 7] Align and text size problem in formok, I understand that the question is unclear.
Please look at my homepage http://www.trailerproffsen.se
and scroll down to the bottom of the page to the form and just put in some chars in the textbox and there you see that the input starts some chars away from the left side and also the text size is a bit small.
Thanks for helping!