• I am having issues creating a child theme for the Minamaze theme..I am new to wp so maybe I am just not understanding the directions? I set up a child theme and it seems to be linking correctly but it is overriding ALL of the parent theme styles.. I thought I linked it correctly-

    /*
    Theme Name: Minamaze Child
    Author: Joeshmoe
    Template: minamaze
    Version: 0.1
    Text Domain: minamaze-child
    */

    @import url(“../minamaze/style.css”);

    I saved the child theme (minamaze-child) in the theme folder, I named it style.css.. Everything seems to be working but none of the parent theme styles are showing up and the slider is broken.. Any pointers?

Viewing 15 replies - 1 through 15 (of 17 total)
  • Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    In which folder did you create your Child Theme?

    Thread Starter joeshmoe830

    (@joeshmoe830)

    I created my child theme in the ‘themes’ folder within the ‘wp-content’ folder..

    Can you post a link to your site?

    Thread Starter joeshmoe830

    (@joeshmoe830)

    I am actually just running it on MAMP right now.. I don’t think I can show it to anyone. Maybe I’m wrong? Sorry total newbie!

    Make sure you’re using straight quotes, not curly quotes:

    @import url( "../minamaze/style.css" );

    You should always use a plain-text editor to edit your site’s files. If you’re using TextEdit, make sure it’s set to plain text mode.

    Thread Starter joeshmoe830

    (@joeshmoe830)

    I’m using Sublime, I copied and pasted exactly what my code is in the file ^.

    Strange, it came up in the post as curly quotes. And if I copy and paste from the original post, it comes up as curly quotes.

    What parent styles in particular are not showing up? Did you remember to recreate your slider settings when you switched to the child theme?

    Thread Starter joeshmoe830

    (@joeshmoe830)

    Hmmm, maybe that is all that is missing, the slider is the most noticeably messed up thing, everything is displayed as li items around it. I didn’t realize I needed to recreate the slider settings when I switched over. Thank you!! Do I just style it in my css file? Or do I need to change/add some php somewhere? I’ve never made a slider before..

    When you say the slider is messed up, do you mean that there are no pictures or text, or do you mean that the pictures and text are there, but they aren’t displayed correctly? When you switched to the Minamaze child theme, did you recreate your slider settings (Dashboard > Theme Options > Homepage > Homepage Slider)?

    Thread Starter joeshmoe830

    (@joeshmoe830)

    The are pictures and text are showing up but all of the photos are very small now(not full width anymore), the captions that were inside the pictures are now bulleted on the outside of the photos (like un-styled ul li), and there are numbers under the phitos too..
    My nav bar has also lost it’s styling. Everything in the header area has been pulled to the left. The top of the page basically looks like un-styled html.
    The content seems to look fine, like it is still reading the Minamaze style.css file. My child theme stylesheet just seems to be overriding all of the Minamaze header styles. The child theme I created doesn’t have any styles in it yet so I’m not sure I could have broke anything there..
    When you say “recreate” slider settings, what exactly do you mean? It just seems to allow me to
    *add more photos/captions(I have three photos I’ve added)
    *enable ThinkUpSlider (which is enabled)
    *add a custom slider
    *disable slider
    *enable full width slider (which is on)

    I don’t see any other options for it. Do you mean scrap everything I’ve done and start all over? I’ll try that I guess

    Thanks again ??

    -fra-

    (@fra-2)

    I’ve got exactly the same issue here. Same theme, same issues…did you fix it?

    Hi,

    I’m having the same problem with the minamaze-child theme.

    After trying to install a child theme by creating it from scratch on the server, and failing as well, I discovered that you can do it within the minamaze theme itself – there’s a button to do so when you click on theme details (below on the right side, next to “Personalise”, “Widgets”, etc.).

    The problem is that it doesn’t work either and the result is the same: layout messed up, all pushed to the left side.

    Can anybody help, please?

    Thanks a lot!!!

    Minamaze-child working now.
    All of a sudden.

    So what was the answer? I’ve created a Minamaze-Pro child theme, but same as y’all, it comes up looking very un-styled when I view it in “Live Preview”.

    Help?!?

    And, thanks!

    -W

    I can’t seem to figure out how to get my top nav menu to dropdown. I have a parent page identified in each of the secondary pages but it’s not working. I’m sure I’m missing some step. Can somebody help me?
    Here’s a link to my site:
    https://qr.inetogether.net

Viewing 15 replies - 1 through 15 (of 17 total)
  • The topic ‘Minamaze Child Theme’ is closed to new replies.