Reply 42950 to: Issues with childtheme

Avatar: Eva
Eva Kemp
Support staff
February 17, 2015 at 13:26

Hello,

Sorry for a long delay. It’s caused due to large amount of work.

1. Add the code below to functions.php in the child theme folder and remove the “@import” line in the child theme style.css.

<?php
add_action( ‘wp_enqueue_scripts’, ‘theme_enqueue_styles’ );
function theme_enqueue_styles() {
wp_enqueue_style( ‘parent-style’, get_template_directory_uri() . ‘/style.css’ );
}

2. If you’re using style.css of the child theme you don’t need create custom.css there as well.

3. What plugins do you want to translate?
Unfortunately we were unable to log in to FTP account using the details you provided.

Regards,
Eva Kemp.

Go To The Whole Conversation In Topic
We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.