davidthain
Forum Replies Created
-
Forum: Themes and Templates
In reply to: Adding a second sidebar (on the left) of Twenty ThirteenCompletely justified – and understandable! Nice one
Forum: Themes and Templates
In reply to: Adding a second sidebar (on the left) of Twenty ThirteenWhich domain name are you referring to? Which one violates WP copyright?
Forum: Fixing WordPress
In reply to: Background color on 2013 Child themesorry that should be rgb(255,255,230); – with a bracket
Forum: Themes and Templates
In reply to: Changing the header print color in theme 2013 to whiteAll is now good – thanks to all who have offered helpful comments. The final problem (“I’m seeing something that’s is not the circles. You should be able to upload your header image via some theme options, then you can edit the child theme’s css”) was simply caused by the theme defaulting back to an original theme image – probably because I was switching back and forth (from child to main) and constantly changing the style.css file
Forum: Themes and Templates
In reply to: Changing the header print color in theme 2013 to whiteNot quite Josiah.
I can do the white print in the header – works fine. However, I have an uploaded header image and when I activate the child theme the white print shows, but on the original “circles” default 2013 theme header image. I have copied the header file across from main 2013 theme to 2013 child theme – but it is obviously not enough because it doesn’t work. What else do I need to do?
ThanksDavid
Forum: Themes and Templates
In reply to: Changing the header print color in theme 2013 to whiteAnd the answer is…..
Don’t call the theme folder “child of twentythirteen”
Call it “child-of-twentythirteen”Forum: Themes and Templates
In reply to: Changing the header print color in theme 2013 to whiteand finally…..
I put this style.css into my child of twentythirteen theme – and (after activating the child theme) the style sheet is still not picked up. What else needs to be done?
/*
Theme Name: Child of Twenty Thirteen
Description: Child theme based on Twenty Thirteen
Author: David Thain
Version: 1.0.0
Template: twentythirteen*/
/* Imports all styles from the Twenty Thirteen stylesheet */
@import url(‘../twentythirteen/style.css’);Forum: Themes and Templates
In reply to: Changing the header print color in theme 2013 to whiteThanks again
Forum: Themes and Templates
In reply to: Changing the header print color in theme 2013 to whiteThanks again
Forum: Themes and Templates
In reply to: Changing the header print color in theme 2013 to whiteJust to take this question to its logical conclusion. If the twentythirteen theme is upgraded (as it surely will be) what then needs to be done to the twentythirteen child theme?
Forum: Themes and Templates
In reply to: Changing the header print color in theme 2013 to whiteEureka! Thank you, aptly named WPyogi
Do I need to put all the twentythirteen theme files into the twentythirteen child theme folder?Forum: Themes and Templates
In reply to: Changing the header print color in theme 2013 to whiteHere comes perhaps the dumbest killer question. I looked at my WP site and it seems I cannot Activate both the twentythirteen theme and the child of twentythirteen theme at the same time. I activate one and the other is de-activated and vice versa. How do I do both at once
Forum: Themes and Templates
In reply to: Changing the header print color in theme 2013 to whiteI’ve just put it back. It’s this:
/* Theme Name: Child of Twenty Thirteen Description: Child theme based on Twenty Thirteen Author: DT Version: 1.0.0 Template: twentythirteen */ /* Imports all styles from the Twenty Twelve stylesheet */ @import url('../twentythirteen/style.css'); * 4.1 Site Header * ---------------------------------------------------------------------------- */ .site-header { position: relative; } .site-header .home-link { color: rgb(255,255,255); display: block; margin: 0 auto; max-width: 1080px; min-height: 230px; padding: 0 20px; text-decoration: none; width: 100%; } .site-header .site-title:hover { text-decoration: underline; } .site-title { font-size: 60px; font-weight: bold; line-height: 1; margin: 0; padding: 58px 0 10px; } .site-description { font: 300 italic 24px "Source Sans Pro", Helvetica, sans-serif; margin: 0; }
Forum: Themes and Templates
In reply to: Changing the header print color in theme 2013 to whiteYes it is the multicolored circled 2013 and this is the site https://www.writewritingwrotewritten.com
Forum: Themes and Templates
In reply to: Adding a second sidebar (on the left) of Twenty Thirteen