Tagged: x
-
AuthorPosts
-
April 1, 2016 at 2:52 am #862187This reply has been marked as private.April 1, 2016 at 6:21 am #862422
Hi Salilou,
Thanks for the logins!
I was able to fix the issue and run the translation files. Please check your site: http://hanneskreuziger.de/wordpress/warenkorb/.
There were two issues.
1: I checked your child theme functions.php file but couldn’t find the provided code in it (see: http://prntscr.com/amqlai). I’ve added the following code to target the language inside the child theme:
// Point Language Files Directory to the Child theme // ============================================================================= add_action( 'after_setup_theme', 'my_child_theme_lang' ); function my_child_theme_lang() { load_child_theme_textdomain( '__x__', get_stylesheet_directory() . '/languages' ); }
2. There was a blank space before the names of language files in the child theme (see: http://prntscr.com/amqo5b). I removed the blank space, and the language files are working now.
Hope this helps. 🙂
Thank you!
April 4, 2016 at 3:36 am #865593O man, how could I fail to see this!!
THANK YOU! 🙂April 4, 2016 at 6:52 am #865778You’re welcome and glad we could help! 🙂 Have a great day!
July 11, 2016 at 1:29 am #1080887Hello,
I have the same problem. I changed everything, as explained above. Unfortunately, nothing has changed. What can I tunr?
Greetings Thomas
July 11, 2016 at 2:53 am #1080969Hi there,
Thanks for writing in.
This is an old thread, would you mind starting a new thread? While you’re there, please provide the details of the issue you’re getting. I like to see your translation files too, please provide your admin and FTP login credentials in private reply.
Thanks!
July 11, 2016 at 3:48 am #1081046This reply has been marked as private.July 11, 2016 at 4:36 am #1081096This reply has been marked as private.July 11, 2016 at 7:40 am #1081298Hi there,
We have updated our translation guide with detailed information. Please refer to that (https://community.theme.co/kb/translation/). Let us know if you have any other issues.
Thanks!
-
AuthorPosts