This topic has 30 replies, 3 voices, and was last updated 10 years, 5 months ago ago by Eva Kemp
Hello, i am trying to use a childtheme of IDStore, but it is impossible, i read a comment in themeforest where someone says that your theme doesn’t support childthemes. Is it true? I need a childtheme but i can’t. I have done a lot of childthemes in WordPress! But with your theme it is impossible. Please can you help me?
Hello,
Please provide us with FTP and wp-admin credentials we’ll take a look at your problem.
Regards,
Jack Richardson
I tried to send it by email but i get back my email. Do you see it if i write it in Private Content, isn’t it?
Hello,
We’re sorry but you forgot to include link to the site. Please send it in Private Content.
Regards,
Jack Richardson
Sorry!
Hello! did you receive the url? thanks!
Hello,
You should create child theme which is contain style.css with the following content:
/*
Theme Name: IDStore Child
Theme URI: https://www.8theme.com
Description: idstore Child Theme
Author: 8theme
Author URI: https://www.8theme.com
Template: idstore
Version: 1.0.0
Tags: light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
Text Domain: idstore-child
*/
@import url("../idstore/style.css");
/* =Theme customization starts here
-------------------------------------------------------------- */
And you shouldn’t copy styles from the style.css parent theme.
Regards,
Jack Richardson
Have you try it? It doesnt work…
This is my style.css now and it doesn’t worK:
https://www.dropbox.com/s/fir9ajcsulj3phh/Captura%20de%20pantalla%202014-06-19%2011.43.24.png
Hello,
We’re sorry but there is a peculiarity of idstore theme that all style changes should be made in custom.css of parent theme.
Regards,
Jack Richardson
But you say in themeforest that it supports childthemes. I need it.
Hello,
IDStore supports child theme. Only styles should be changed in custom.css and other child theme features is working in ordinary way. Also custom.css doesn’t lose changes after theme upgrading.
Regards,
Jack Richardson
But how i modify functions.php in the Chile theme? And how can i add things in a php file? Please say me how i can do modifications differents to css…
Hello,
If you want to do some changes in php files just copy required php files in the child theme directory and edit them. More information about child theme you can read here: http://codex.wordpress.org/Child_Themes.
The style changes should be done in the custom.css of parent theme. Here is a video tutorial how to create custom.css: https://www.youtube.com/watch?v=Qok2zRedRMY&feature=youtu.be. The tutorial is recorded for Legenda but actions are analogical for IDStore.
Regards,
Jack Richardson
Hello, I did custom.css and all was fine, but i need replace a function (blog_breadcrumbs). I always, in my childthemes do this:
https://www.dropbox.com/s/a70etx1ibg9b479/Captura%20de%20pantalla%202014-06-23%2019.31.34.png
But it doesn’t work…
Please, can you say me how i can modify this function? It isn’t work like a childtheme because in your parent functions.php only see:
https://www.dropbox.com/s/tmgv3iwfe3rwb2i/Captura%20de%20pantalla%202014-06-23%2019.32.32.png
Thanks.
Hello,
Could you please clarify what exactly you need to do with “blog_breadcrumb” function?
Are you making any changes currently?
As I see the default theme is enabled.
Regards,
Eva Kemp.
Yes, i was working in it. Now the theme is activated.
I only want disable it, but i will need modify more functions and i would like to know how i can do it.
If you need to edit the file /code/functions.php, then you need create the folder “code” in the child theme directory and copy functions.php into there. After that you may modify this file and the original one will be untouchable.
Regards,
Eva Kemp.
No, it isn’t work. I’ve just tried but it doesn’t work. You say i may copy the file functions.php, and i did it, but have i to copy it with all the functions? or maybe i have to copy it empty and i may create my own functions?
Thanks.
Hello,
Yes, you should copy empty file and create there your own functions.
Regards,
Jack Richardson
I am sorry, but it doesn’t work… Please can you access and try it? because you are saying me things and they don’t work…
Please, I need fix it as soon as possible…
Hello,
We’ve added the functions.php into your child theme directory, tested and it is working fine.
Could you please clarify us with exact problem?
Regards,
Jack Richardson
Please, can you say me where? For example, can you change the separator of breadcrumbs? Or disable it completely?
Hello,
We’re very sorry, but there is a bug in theme and subfolders in child theme directory may not work, you can make changes only in the parent theme.
This bug should be fixed in our future update.
Please take our apologies for the inconveniences.
Regards,
Eva Kemp.
Ok, But you say in your description what this theme support child themes. Are you going to correct this? When? And I don’t understand why you have been more than one week saying me that i have to do wrong things. I have lost my time… I don’t understand…
Hello,
In our theme breadcrumbs is not a shortcode. That’s why to change it you should declare a new function in your functions.php which will create breadcrumbs in your desired format and then replace old breadcrumbs functions calls in your php files by the new one.
For the reference you can check the lines number 845 in code/functions.php.
Our child theme supports all subfolders except idstore/code. Also please read this information: http://codex.wordpress.org/Child_Themes#Referencing_.2F_Including_Files_in_Your_Child_Theme.
Sorry for any inconveniences!
Regards,
Jack Richardson
Sorry, but you are deceiving customers if you put your theme supports children issues. When you work with children issues, it is usual to modify functions.php
I will do it in a different way, but I’m not happy with your theme.
Thanks…
Hello,
There is no deceit in our statement! The theme supports child theme and if correct code is used there is no problem. It is an inconvenience that the features of our theme are not pluggable, but it’s not a bug, because it is not a compulsory condition!
The only issue is that all additional CSS styles for the theme must be written in custom.css file.
Thank you for understanding.
Regards,
Eva Kemp.
No, it isn’t the only issue. I can’t use functions.php in my child theme like all child themes in wordpress. Sorry, but I disagree and I think there cheating, you should inform before buying this, because your client can not change your theme functions son and this is something very normal.
Please refer to WP documentation you were provided earlier how to include files in child theme. If you use the correct code changes should take effect. There is only an exception you have to make style changes in custom.css, not in style.css of child theme.
Please take our apologies.
Regards,
Eva Kemp.
The issue related to '‘Childtheme doesn't work’' has been successfully resolved, and the topic is now closed for further responses