badget

Biggest Sale! Special Offer!

Get 30% discount on all of our single themes with this coupon code: #30%SALE

Hurry up! *Limited time offer*

changes in child theme don't show up anymore

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #50531

    hi jurriaana,

    Making the child theme directory in inc/structure/ will not overwrite the parent theme. First of all you have to create a two files styles.css and functions.php file. First of all you have to unhook the functions and customize the code according to your necessary.
    We have written many times how to unhook functions. You can search on forum too.
    For more reference visit below link
    Link

    Thank you

    #50533
    jurriaana
    Participant

    Thank you for your reply.
    as I said I created according to the wp-codex thus I have created the style.css en functions.php.
    This should just work and is a standard way of working with child themes.

    The unhooking process confuses me. Why do I have to paste a full php page including html in my functions.php to be able to change things.

    #50543

    Hi jurriaana,

    We have designed our theme using action hook. So making the same structure will not overwrite the parent theme. Its our Coding Standard. The above link was just an example to help you. Adding that code to child theme will not make your site slow because anyway either from parent or from child theme your code must be loaded.
    Thank you

Viewing 3 posts - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.