Polylang front page not translating in Child theme (zerif lite)
-
Hi there,
I am using zerif lite theme and created a child theme with your plugin.
Everything fine until I installed Polylang for multi-languageWith original zerif lite them + polylang activated, all OK
with child them + polylang: the front page is not translatingurl: https://www.xn--ignici-gxa.com/
This is the content of my child theme function.ph:
<?php
// Exit if accessed directly
if ( !defined( ‘ABSPATH’ ) ) exit;// BEGIN ENQUEUE PARENT ACTION
// AUTO GENERATED – Do not modify or remove comment markers above or below:if ( !function_exists( ‘chld_thm_cfg_parent_css’ ) ):
function chld_thm_cfg_parent_css() {
wp_enqueue_style( ‘chld_thm_cfg_parent’, trailingslashit( get_template_directory_uri() ) . ‘style.css’ );
}
endif;
add_action( ‘wp_enqueue_scripts’, ‘chld_thm_cfg_parent_css’ );// END ENQUEUE PARENT ACTION
https://www.ads-software.com/plugins/child-theme-configurator/
- The topic ‘Polylang front page not translating in Child theme (zerif lite)’ is closed to new replies.