Title: trailerproffsen's Replies | WordPress.org

---

# trailerproffsen

  [  ](https://wordpress.org/support/users/trailerproffsen/)

 *   [Profile](https://wordpress.org/support/users/trailerproffsen/)
 *   [Topics Started](https://wordpress.org/support/users/trailerproffsen/topics/)
 *   [Replies Created](https://wordpress.org/support/users/trailerproffsen/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/trailerproffsen/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/trailerproffsen/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/trailerproffsen/engagements/)
 *   [Favorites](https://wordpress.org/support/users/trailerproffsen/favorites/)

 Search replies:

## Forum Replies Created

Viewing 4 replies - 1 through 4 (of 4 total)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WooCommerce] Translate READ MORE button on out of stock products](https://wordpress.org/support/topic/translate-read-more-button-on-out-of-stock-products/)
 *  Thread Starter [trailerproffsen](https://wordpress.org/support/users/trailerproffsen/)
 * (@trailerproffsen)
 * [8 years, 10 months ago](https://wordpress.org/support/topic/translate-read-more-button-on-out-of-stock-products/#post-9264439)
 * Google 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](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WooCommerce] Translate READ MORE button on out of stock products](https://wordpress.org/support/topic/translate-read-more-button-on-out-of-stock-products/)
 *  Thread Starter [trailerproffsen](https://wordpress.org/support/users/trailerproffsen/)
 * (@trailerproffsen)
 * [8 years, 10 months ago](https://wordpress.org/support/topic/translate-read-more-button-on-out-of-stock-products/#post-9264420)
 * Thanks 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](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Contact Form 7] Align and text size problem in form](https://wordpress.org/support/topic/align-and-text-size-problem-in-form/)
 *  Thread Starter [trailerproffsen](https://wordpress.org/support/users/trailerproffsen/)
 * (@trailerproffsen)
 * [9 years, 9 months ago](https://wordpress.org/support/topic/align-and-text-size-problem-in-form/#post-7635292)
 * Thanks for help!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Contact Form 7] Align and text size problem in form](https://wordpress.org/support/topic/align-and-text-size-problem-in-form/)
 *  Thread Starter [trailerproffsen](https://wordpress.org/support/users/trailerproffsen/)
 * (@trailerproffsen)
 * [9 years, 9 months ago](https://wordpress.org/support/topic/align-and-text-size-problem-in-form/#post-7635206)
 * ok, I understand that the question is unclear.
    Please look at my homepage [http://www.trailerproffsen.se](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!

Viewing 4 replies - 1 through 4 (of 4 total)