Support Forum

For all questions related to themes and plugins!

Enter search keyword e.g. "footer color".

  • Registration is Required

    Registration is required to post questions to support forum. ThemeForest buyers also need to obtain Purchase code to be able to post on forum.

    Please read here how to obtain Purchase code.

#1272
Vladimir
Keymaster

Hi,

First script is ok but textdomain isn’t “elvyre” but “pi_framework”. Change it and it will work fine.

add_action( 'after_setup_theme', 'mts_child_theme_setup' );

function mts_child_theme_setup() {
   load_child_theme_textdomain( 'pi_framework', get_stylesheet_directory() . '/languages' );
}