Hi,
I’ve created a child theme, but after activated it isn’t show the correct layout.
This are the files:
Style.css
/*
Theme Name: Travern Pro Child
Theme URI: https://flythemes.net/wordpress-themes/travel-wordpress-theme/
Description: Travel WordPress theme specially made for todays fastest growing industries like tourism, hotel bookings, solo travellers and more. In todays world the people are finding all the best places and the best options online so they can easily get all the places and options at same time. So it is important to have your online website that can provide all the necessary information to your customers. Travern theme help you to create extremly beautiful website in just few click. This theme is made up with the nice and clean desing by using a eye catching color combitation can make it stand out. This theme is comes with the theme options framework so you can easily manage and change your content without hassle. Fully functional theme compatible with the latest version of WordPress and some popular plugins.
Author: FlyThemes
Author URI: https://www.flythemes.net/
Template: travern-pro
Version: pro 1.0
License: GNU General Public License version 3
License URI: license.txt
Tags: one-column,two-columns,left-sidebar,right-sidebar,custom-background,custom-header,custom-menu,editor-style,featured-images,full-width-template, sticky-post,threaded-comments,translation-ready,theme-options
Text Domain: travern
*/
Function.php
<?php
add_action( ‘wp_enqueue_scripts’, ‘enqueue_parent_styles’ );
function enqueue_parent_styles() {
wp_enqueue_style( ‘parent-style’, get_template_directory_uri().’/style.css’ );
}