This topic has 16 replies, 5 voices, and was last updated 9 years, 8 months ago ago by Eva Kemp
Hi There,
Great theme! I can’t seem to find the folder/zip to upload the child theme. Can you send it to me?
Thanks,
Blake
Hello,
We do not have a folder/zip to upload the child theme, it must be created.
You may read how to create child theme here http://codex.wordpress.org/Child_Themes
Regards,
Robert Hall.
Anyway you can provide one?
Hello,
We don’t provide with child theme archive. You need create a new folder via FTP, for example “legenda-child”, then create style.css file inside of it as described in this article http://codex.wordpress.org/Child_Themes (please read it carefully).
Regards,
Eva Kemp.
I followed the directions to a T… multiple times… but I haven’t had any luck. The site is loading without any CSS. Here is what the style sheet looks like in the child directory:
/*
Theme Name: Legenda Child Theme
Theme URI: https://www.8theme.com/
Author: 8theme
Author URI: http://themeforest.net/user/8theme
Description: ThemeForest Premium Theme
Template: legenda
Version: 2.2
License: GNU General Public License version 3.0
License URI: http://www.gnu.org/licenses/gpl-3.0.html
*/
/*
@import url(“../legenda/style.css”);
*/
/* =Theme customization starts here
————————————————————– */
Hello,
It must be like this.
/*
Theme Name: Legenda Child
Theme URI: (here link to your site)
Description: legenda Child Theme
Author: MyName
Author URI: https://www.8theme.com
Template: legenda
Version: 1.0.0
Tags: light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
Text Domain: legenda-child
*/
@import url(“../legenda/style.css”);
/* =Theme customization starts here
————————————————————– */
Regards,
Robert Hall.
I too am having problems implementing the child theme. I have used the code you laid out above but when I activate the child theme it appears as though the css from the parent theme is largely missing. Here is how I entered the child theme style.css. Could you please check to see what is wrong? FTP credentials are included in the private content.
/*
Theme Name: Legenda Child
Theme URI: http://thestatisticalmind.com
Description: legenda Child Theme
Author: MyName
Author URI: https://www.8theme.com
Template: legenda
Version: 1.0.0
Tags: light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
Text Domain: legenda-child
*/
@import url(“../legenda/style.css”);
/* =Theme customization starts here
————————————————————– */
Hello @scolwell,
The credentials are incorrect.
Please provide us with wp-admin and FTP credentials as well.
Regards,
Robert Hall.
Sorry I’ll try that again. Credentials in the the private content area.
Sorry, but still incorrect.
Have you tried to log in with those credentials?
Regards,
Robert Hall.
Yes those definitely work for me. I’ve pasted the log from the login below. The & in the password should just be &
Hello @scolwell,
I’ve made some changes in style.css of your child theme. Please check if it’s fine now.
Please provide us with wp-admin panel credentials as well.
Regards,
Eva Kemp.
Please see below
Please note that the & is just and ampersand
I’ve replaced quotes in legenda-child/style.css as they were copied incorrectly. Now the child theme is working fine. Please check from your side and clear browser cache before.
Regards,
Eva Kemp.
Hi
I have a few questions:
1 do I have to copy the custom.css too in child directory?
2 if I change for example the colors of the star used for the rating, do I have to create a directory /images/ in child theme directory and past the file in it?
3 what about the localization I did with the files it_IT.po and it_IT.mo, same as above create the directory languages and past there the files?
thank you for help!
Paolo
Hello,
1. You don’t need copy custom.css to child theme folder. You can make style changes in style.css file of the child theme.
2. Yes, you’re right.
3. You don’t need move .po files to the child theme directory. They work only in a parent theme. Also your .po/.mo files in the parent theme won’t be overwritten after the theme update. So you shouldn’t worry.
Thank you.
Regards,
Eva Kemp.
Tagged: #legenda, child theme, design, responsive, themes, woocommerce, wordpress
You must be logged in to reply to this topic.Log in/Sign up