Child Theme Creation - by sguilliard - on WordPress WooCommerce support

This topic has 5 replies, 3 voices, and was last updated 9 years, 4 months ago ago by Eva Kemp

  • Avatar: sguilliard
    sguilliard
    Participant
    December 28, 2014 at 17:49

    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.

    4 Answers
    Avatar: sguilliard
    sguilliard
    Participant
    December 28, 2014 at 18:05

    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…

    Avatar: stan
    Stan Russell
    Participant
    December 29, 2014 at 09:43

    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.

    Avatar: sguilliard
    sguilliard
    Participant
    January 1, 2015 at 18:04

    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)

    Avatar: Eva
    Eva Kemp
    Support staff
    January 1, 2015 at 18:29

    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.

  • Viewing 5 results - 1 through 5 (of 5 total)

The issue related to '‘Child Theme Creation’' has been successfully resolved, and the topic is now closed for further responses

Helpful Topics

We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.