janko 0 Report post Posted October 16, 2011 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. Share this post Link to post Share on other sites
Jenny 33 Report post Posted October 17, 2011 You can download the StationPro theme (assuming you have purchased it) from your account at https://www.pagelines.com/launchpad/member.php The file will be in there. ♥ Jenny :: Web designer at Simple Mama (follow me at @simplemamacom) Check out Share Me, a social sharing add-on for DMS that is super simple to set up. Share this post Link to post Share on other sites
janko 0 Report post Posted October 18, 2011 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) Share this post Link to post Share on other sites
kastelic 6 Report post Posted October 18, 2011 Have you followed the instructions here? The "Template " is required for the top of your child theme stylesheet. http://codex.wordpress.org/Child_Themes Share this post Link to post Share on other sites
janko 0 Report post Posted October 18, 2011 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. Share this post Link to post Share on other sites
kastelic 6 Report post Posted October 18, 2011 Did you have this line as well to import the main stylesheet? [code] @import url("../stationpro/style.css"); [/code] Share this post Link to post Share on other sites
janko 0 Report post Posted October 18, 2011 Thanks for your time This is what I have; /* Theme Name: Child Theme URI: http://diasporaconversation.com/public_html/wp-content/themes/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"); Share this post Link to post Share on other sites
janko 0 Report post Posted October 18, 2011 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"); Share this post Link to post Share on other sites
catrina 103 Report post Posted October 19, 2011 Try adding the line in between [/code] Please read the docs before posting. Please do not private message me unless I ask you to. Designer | Catrina Dulay Founder | Catrina and Mouse Share this post Link to post Share on other sites
janko 0 Report post Posted October 19, 2011 Thanks, Catrina I did as you said, but it did not change. Could it be because I am just seeing the preview of the child theme, I did not replace my original theme with it yet. Share this post Link to post Share on other sites
Kate 3 Report post Posted October 19, 2011 So you didn't activate the child theme yet? Yes... I would try doing that. Share this post Link to post Share on other sites
janko 0 Report post Posted October 20, 2011 Thanks, Kate I will try to do that Share this post Link to post Share on other sites
kastelic 6 Report post Posted October 20, 2011 Hi Janko, make sure you are using the actual folder name for the @import part, as well as for the Template part. Sorry for the confusion, I was only meaning the previous line of code as an example. [code] /* Theme Name: Child Template: stationpro3_dev /* @import url("../stationpro3_dev/style.css"); [/code] Save this in your child theme directory (it must be called style.css) and then go to Appearance -> Themes and you should see your child theme which you will then need to activate. Share this post Link to post Share on other sites