Child theme only showing grey page with menu links down the side.
-
The site I am trying to apply this to: michellelynnphoto.com
When I try to make a child theme for twentytwelve it just shows up as a grey page with the menu links from my site aligned down the left side. I have followed the tutorials and still can’t seem to get it to work.
I am also wondering if it is normal for the wp-content/themes/twentytwelve to only show an ie.css? Since the tutorials reference to have your child theme load the twentytwelve/style.css?
I found a code to have the menu bar links show below the header.. I tested it in the editor part of twentytwelve since my child theme is not working, and changing the header.php file itself worked.. I changed it back because I have read that updates might mess that up.. I just need to find out what I am doing wrong in regards to the child theme… Below is the text I have loaded in my child theme as per the tutorials..
/*
Theme Name: Twenty Twelve Child
Theme URI: https://example.com/
Description: Child theme for the Twenty Twelve theme
Author: Your name here
Author URI: https://example.com/about/
Template: twentytwelve
Version: 0.1.0
*/@import(‘../twentytwelve/style.css’);
I have changed this around as well, as other tutorials recommended changing things a bit.. but none of them show anything but the same grey page with only links…
- The topic ‘Child theme only showing grey page with menu links down the side.’ is closed to new replies.