-
AuthorPosts
-
August 4, 2015 at 4:22 am #349433This reply has been marked as private.August 4, 2015 at 9:31 am #349701
Hi Ruben,
Thanks for the logins!
It looks like you haven’t yet selected Netherlands as your site language under Settings > General (see: http://prntscr.com/80qnbd). It is important to select your site language so that WordPress can use the appropriate language files stored in /wp-content/languages directory.
Thanks!
August 4, 2015 at 10:33 am #349768Thanks a million, it works!
Diving into the more advanced features made me forget the super-obvious.
August 4, 2015 at 12:00 pm #349839Glad to hear it worked! 🙂 Have a nice day!
August 6, 2015 at 12:27 pm #352088Dear support,
While working on my translation I’ve noticed the theme loads the file from the x-theme directory.
I really want it to load from the x-child-theme directory and I’ve performed all necessary steps (well, I think I did 😉 ) but it doesn’t work. This is what I was working on before contacting you the first time.Could you please help me out?
Edit: Below you’ll find the new login information.
August 6, 2015 at 12:29 pm #352090This reply has been marked as private.August 6, 2015 at 7:23 pm #352380Hi Ruben,
Have you tried moving your files to /wp-content/languages/ as suggested here https://community.theme.co//forums/topic/translating-wordpress-theme-not-working/#post-209001 ?
If not, you may add this code at your child theme’s functions.php them move your translation files at /lang/ folder.
add_action( 'after_setup_theme', 'x_load_language_files' ); function x_load_language_files() { load_child_theme_textdomain( '__x__', get_stylesheet_directory() . '/lang' ); }
Thanks.
-
AuthorPosts