This topic has 5 replies, 3 voices, and was last updated 9 years, 10 months ago ago by Eva Kemp
Is there any documentation on creating child themes for IDstore? A list of stylesheets that need to be imported into the child would be useful (the standard way clearly doesb’t work). I’ve hunted the forums and found only one thread on these where all the useful information is in private posts (nor very useful, and kind of pointless the post being left in the forum).
Also, is there any developers documentation? A list of hooks and filters maybe?
Thanks.
Ok, I may have missed some other stuff out here, but other than the usual stuff in the child-theme style sheet, I’ve just imported the parent theme stylesheet:
@import url("../idstore/style.css");
I’d be grateful for someone telling me if there is anything else in addition to this, rather than having to come across problems later on…
Hello sguilliard,
have you read following article: http://codex.wordpress.org/Child_Themes ?
Please read it carefully and create child theme according to documentation.
Regards,
Stan Russell.
Yes, if you read my question I didn’t ask how to create a child theme, I asked about the various stylesheets. In fact, if you read the link that you quoted, you’ll see the discussion about enqueueing the relevant stylesheets. That was my question: are there any other dependent stylesheets to be considered? (In particular the order that they’re loaded).
Also, is there any developers documentation detailing any hooks/filters in the theme? I’ve found some of the action hookc and filters myself, but it would be nice not to have to hunt through code and refer to some documentation.
(Hoping you actually read my post properly and answer my question this time)
Hello,
Sorry, but we don’t have any developers documentation.
To make changes in the theme you need create child theme as described in the documentation and use this code @import url("../idstore/style.css");
in a child theme style.css file.
Thank you.
Regards,
Eva Kemp.
The issue related to '‘Child Theme Creation’' has been successfully resolved, and the topic is now closed for further responses