I have a problem creating a child theme for my Stationpro3
I followed the instructions on WP about how to create it but when I did load it on my site it says that I have to install the parent. So, if someone is kind enough to post the "style.css", I would be very grateful.
A Child theme for Station pro
Started by
janko
, Oct 16 2011 11:02 AM
12 replies to this topic
#1
Posted 16 October 2011 - 11:02 AM
#2
Posted 17 October 2011 - 12:26 AM
You can download the StationPro theme (assuming you have purchased it) from your account at https://www.pageline...hpad/member.php
The file will be in there.
#3
Posted 18 October 2011 - 09:21 PM
Simple _mama
thanks for your time.
If I understand you, you are saying the "style.css" in the main S-Pro (which I purchased) is the same as the one in the child theme, is just to copy and paste in the child theme folder.
(sorry for the beginners question , my knowledge in this is very, very limited)
#4
Posted 18 October 2011 - 09:59 PM
Have you followed the instructions here? The "Template " is required for the top of your child theme stylesheet.
http://codex.wordpre...rg/Child_Themes
#5
Posted 18 October 2011 - 10:41 PM
Thanks, Kastelic
yes,
I did and now have a child theme.
But the page layout is completely off, everything is just mixed up, the heading, Nav. is all in a mess. So, I dicided not to use it on my site until that is fixed.
#6
Posted 18 October 2011 - 10:55 PM
Did you have this line as well to import the main stylesheet?
@import url("../stationpro/style.css");
#7
Posted 18 October 2011 - 11:09 PM
Thanks for your time
This is what I have;
/*
Theme Name: Child
Theme URI: http://diasporaconve...stationpro3_dev
Description: Child theme StationPro theme
Version: 3.2.4
Author: Janko
Author URI: http://www.pagelines.com
Template: stationpro3_dev
/*
@import url("../stationpro/style.css");
#8
Posted 18 October 2011 - 11:13 PM
Sorry, this is it;
/*
Theme Name: Child
Description: Child theme StationPro theme
Version: 3.2.4
Author: Janko
Author URI: http://www.pagelines.com
Template: stationpro3_dev
/*
@import url("../stationpro/style.css");
#9
Posted 19 October 2011 - 02:07 AM
Try adding the line in between




