Problem after language change in child theme
-
After this change in the funciontion.php
<?php /* ------------------------------------------------------------------------- * * Custom functions /* ------------------------------------------------------------------------- */ // Add your custom functions here, or overwrite existing ones. Read more how to use: // http://codex.wordpress.org/Child_Themes function alx_load() { // Load theme languages load_theme_textdomain( 'hueman', get_stylesheet_directory().'/languages' ); }In “Theme Options > Styling” “Website Max-width”, “Image Border Radius” and maybe more don’t work. Why?
Viewing 6 replies - 1 through 6 (of 6 total)
Viewing 6 replies - 1 through 6 (of 6 total)
The topic ‘Problem after language change in child theme’ is closed to new replies.
