Viewing 7 replies - 1 through 7 (of 7 total)
  • Hi. I’ve built 2 sites using Minamaze child themes with no problems at all, so it would seem it is. As far as I know, all themes should be “child theme friendly” though.

    Thread Starter Toni

    (@tools4toni)

    I thought so. I had used a plugin to create a child theme, but the CSS did not render – or something, I forgot. The plugin author suggested I ask about child theme friendly.

    Thanks

    If you have FTP access to your webhost you can build a child theme yourself. I can talk you through it if you like?

    Thread Starter Toni

    (@tools4toni)

    Yes! That would be excellent!!

    If you get stuck at any point just message me. OK here goes!

    1) using you prefered FTP client login to your webspace
    2) navigate to /wp-content/themes/
    You should see a bunch of folders representing all the themes you see in the Themes chooser bit in the Appearance menu of your WordPress website admin area
    3) create a new folder called ‘minamaze-child’
    4) using your prefered text editor create a new file and copy paste the follow text between the dotted lines, save as ‘style.css’ and then upload into the new ‘minamaze-child’ folder
    ————————-
    /*
    Theme Name: Minamaze Child Theme
    Theme URI:
    Description: Minamaze Child Theme
    Author: Steve Ginever
    Author URI:
    Template: minamaze
    Version: 1
    */
    @import url(“../minamaze/style.css”);
    @import url(“custom-style.css”);
    ————————-
    5) create another text document save it as ‘custom-style.css’ and upload to the minamaz-child folder as well.
    6) login to your WordPress website admin area and go to the Theme chooser in the Appearance menu.
    You should now see a new theme called Minamaze Child Theme. Activate it and you have just finished preparing your child theme. Congratulations!

    You will probably also notice the child theme has no image. If you have image editing software you can create your own. Make it 600×450 pixels, save as ‘screenshot.png’ and upload to the minamaze-child folder as well. Alternatively you can copy the screenshot.png file from the minamaze parent theme folder.

    7) Now to go to the Appearance menu and select Editor. Choose Minamaze Child Theme from the drop down selector located at the top right. You should see in the list on the right the custom-style.css you created earlier. Drop all your custom css into this file, save and you should see the effects on your live site.

    So good luck. Let me know how you get on. Message me again if you get stuck at any point.

    Thread Starter Toni

    (@tools4toni)

    Okay! Going to try it tomorrow – Monday 9feb

    The basics look so simple, no problem.
    I will have to try #7 and get it as I do it. I have never seen “Editor” before.

    Oh! I have MultiSite(s) installs
    – so “Editor” is at Network> Themes> Editor

    Does this method work for a MultiSite network? I forgot about that

    Seems like it should?
    Thanks

    Thread Starter Toni

    (@tools4toni)

    This is ahead of things, but I was planning…

    Question: When the parent-theme updates and fixes a problem – so I want to update the child-theme too – I create a new child-theme the same way and overwrite the old child-theme?

    No: then my child-theme changes are lost!

    What does one do?

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Child Theme friendly?’ is closed to new replies.