Tagged: 

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #602472

    Enfold documantations recommend to update Enfold translations this way: http://kriesi.at/documentation/enfold/child-theme-translations/.
    Can I do this by another way:

    function enfold_child_lang_setup() {
    load_child_theme_textdomain( ‘avia_framework’, get_stylesheet_directory() . ‘/lang’ );
    }
    add_action( ‘after_setup_theme’, ‘enfold_child_lang_setup’ );

    ?

    #602617

    Hi netman2002!

    Thanks for getting in touch!

    Did the way described at http://kriesi.at/documentation/enfold/child-theme-translations/ not work for you? I’m not quite understanding why you are looking for an alternate way, instead of the recommended method. What issues are you having?

    Best regards,
    Jordan

    #602895

    In first time I used the method that I described, until I found the right method described in Enfold docs. But while I used the first method, I could not translate the “Home” link in breadcrambs, although other words was translated, and I cannot understand this method is worked or not. I found this method in wordpress codex.

    http://www.prestij-okna.ru/s/s-021.jpg

    Is “load_child_theme_textdomain” the method that not work in Enfold theme?
    PS: Excuse me for my english… :)

    • This reply was modified 8 years ago by netman2002.
    #603850

    Hi!

    Easier way is to use a plugin like
    ku2wooYuozae

    which will help you do all the translations easy.

    Please do let us know if we can do anything else for you.

    Regards,
    Basilis

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.