• Resolved Anonymous User 12851872

    (@anonymized-12851872)


    Hi,

    I managed to make my child theme,

    /*
    Theme Name: childbresponzive
    Template: bresponzive
    */
    
    @import url("../bresponzive/style.css");
    @import url("../bresponzive/css/skeleton.css");
    @import url("../bresponzive/css/camera.css");

    I used Poedit software for language files, but the concern is with the child theme, no translation, yet in functions.php of the child theme, I put
    load_theme_textdomain( 'bresponZive', get_stylesheet_directory() . '/languages' );

    Why ??
    Thank You

Viewing 1 replies (of 1 total)
  • Thread Starter Anonymous User 12851872

    (@anonymized-12851872)

    euraka !!
    I had the name wrong language files

    fr_FR.po and fr_Fr.mo and no default_fr.po and default_fr.mo

    Sorry for the inconvenience

Viewing 1 replies (of 1 total)
  • The topic ‘child theme’ is closed to new replies.