Title: Minamaze Child Theme
Last modified: August 22, 2016

---

# Minamaze Child Theme

 *  [joeshmoe830](https://wordpress.org/support/users/joeshmoe830/)
 * (@joeshmoe830)
 * [11 years, 8 months ago](https://wordpress.org/support/topic/minamaze-child-theme/)
 * 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](https://wordpress.org/support/users/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)

1 [2](https://wordpress.org/support/topic/minamaze-child-theme/page/2/?output_format=md)
[→](https://wordpress.org/support/topic/minamaze-child-theme/page/2/?output_format=md)

 *  [Andrew Nevins](https://wordpress.org/support/users/anevins/)
 * (@anevins)
 * WCLDN 2018 Contributor | Volunteer support
 * [11 years, 8 months ago](https://wordpress.org/support/topic/minamaze-child-theme/#post-5419893)
 * In which folder did you create your Child Theme?
 *  Thread Starter [joeshmoe830](https://wordpress.org/support/users/joeshmoe830/)
 * (@joeshmoe830)
 * [11 years, 8 months ago](https://wordpress.org/support/topic/minamaze-child-theme/#post-5419943)
 * I created my child theme in the ‘themes’ folder within the ‘wp-content’ folder..
 *  [stephencottontail](https://wordpress.org/support/users/stephencottontail/)
 * (@stephencottontail)
 * [11 years, 8 months ago](https://wordpress.org/support/topic/minamaze-child-theme/#post-5419945)
 * Can you post a link to your site?
 *  Thread Starter [joeshmoe830](https://wordpress.org/support/users/joeshmoe830/)
 * (@joeshmoe830)
 * [11 years, 8 months ago](https://wordpress.org/support/topic/minamaze-child-theme/#post-5419952)
 * 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!
 *  [stephencottontail](https://wordpress.org/support/users/stephencottontail/)
 * (@stephencottontail)
 * [11 years, 8 months ago](https://wordpress.org/support/topic/minamaze-child-theme/#post-5419962)
 * 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](https://wordpress.org/support/users/joeshmoe830/)
 * (@joeshmoe830)
 * [11 years, 8 months ago](https://wordpress.org/support/topic/minamaze-child-theme/#post-5419967)
 * I’m using Sublime, I copied and pasted exactly what my code is in the file ^.
 *  [stephencottontail](https://wordpress.org/support/users/stephencottontail/)
 * (@stephencottontail)
 * [11 years, 8 months ago](https://wordpress.org/support/topic/minamaze-child-theme/#post-5419969)
 * 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](https://wordpress.org/support/users/joeshmoe830/)
 * (@joeshmoe830)
 * [11 years, 8 months ago](https://wordpress.org/support/topic/minamaze-child-theme/#post-5420009)
 * 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..
 *  [stephencottontail](https://wordpress.org/support/users/stephencottontail/)
 * (@stephencottontail)
 * [11 years, 8 months ago](https://wordpress.org/support/topic/minamaze-child-theme/#post-5420019)
 * 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](https://wordpress.org/support/users/joeshmoe830/)
 * (@joeshmoe830)
 * [11 years, 8 months ago](https://wordpress.org/support/topic/minamaze-child-theme/#post-5420066)
 * 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-](https://wordpress.org/support/users/fra-2/)
 * (@fra-2)
 * [11 years, 8 months ago](https://wordpress.org/support/topic/minamaze-child-theme/#post-5420194)
 * I’ve got exactly the same issue here. Same theme, same issues…did you fix it?
 *  [Sbinne](https://wordpress.org/support/users/sbinne/)
 * (@sbinne)
 * [11 years, 6 months ago](https://wordpress.org/support/topic/minamaze-child-theme/#post-5420224)
 * 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!!!
 *  [Sbinne](https://wordpress.org/support/users/sbinne/)
 * (@sbinne)
 * [11 years, 6 months ago](https://wordpress.org/support/topic/minamaze-child-theme/#post-5420227)
 * Minamaze-child working now.
    All of a sudden.
 *  [waltark](https://wordpress.org/support/users/waltark/)
 * (@waltark)
 * [11 years, 2 months ago](https://wordpress.org/support/topic/minamaze-child-theme/#post-5420256)
 * 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
 *  [delongaa](https://wordpress.org/support/users/delongaa/)
 * (@delongaa)
 * [11 years ago](https://wordpress.org/support/topic/minamaze-child-theme/#post-5420257)
 * 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: [http://qr.inetogether.net](http://qr.inetogether.net)

Viewing 15 replies - 1 through 15 (of 17 total)

1 [2](https://wordpress.org/support/topic/minamaze-child-theme/page/2/?output_format=md)
[→](https://wordpress.org/support/topic/minamaze-child-theme/page/2/?output_format=md)

The topic ‘Minamaze Child Theme’ is closed to new replies.

## Tags

 * [childtheme](https://wordpress.org/support/topic-tag/childtheme/)
 * [css](https://wordpress.org/support/topic-tag/css/)
 * [slider broken](https://wordpress.org/support/topic-tag/slider-broken/)

 * 17 replies
 * 8 participants
 * Last reply from: [silviamato](https://wordpress.org/support/users/silviamato/)
 * Last activity: [10 years, 11 months ago](https://wordpress.org/support/topic/minamaze-child-theme/page/2/#post-5420260)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
