SCSX
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Twenty Twelve] Overriding header.php: no CSS!Yeah!
And it’s already loading the font, which was my first (but not only) concern about header.php (although I’m loading it through functions.php now).
Thank you very much Andrew and WPyogi, I’ll be glad if I can ever repay your patience! ??
Forum: Themes and Templates
In reply to: [Twenty Twelve] Overriding header.php: no CSS!OK, it’s there. I’ve inserted a p in orange as test. So this means…my problem is solved! I wonder what didn′t work first time!
Forum: Themes and Templates
In reply to: [Twenty Twelve] Overriding header.php: no CSS!Ok. Yellow bck shows right away that it is loading my fotografiadentaria.css.
Forum: Themes and Templates
In reply to: [Twenty Twelve] Overriding header.php: no CSS!Ok, it’s working so far ??
Forum: Themes and Templates
In reply to: [Twenty Twelve] Overriding header.php: no CSS!Ok, here it is: child theme active and only it’s basic CSS:
/* Theme Name: fd-child-theme Theme URI: https://scsx.info Description: Child theme for the Twenty Twelve Author: SCSX Author URI: https://scsx.info Template: twentytwelve Version: 1 */ @import url("../twentytwelve/style.css");
Thanks!
Forum: Themes and Templates
In reply to: [Twenty Twelve] Overriding header.php: no CSS!There it is. I didn’t even noticed that, had never used either one of them…
Forum: Themes and Templates
In reply to: [Twenty Twelve] Overriding header.php: no CSS!Here it is:
It’s actually the original header.php from twentytwelve, just copied it
Forum: Themes and Templates
In reply to: [Twenty Twelve] Overriding header.php: no CSS!There it is ??
No css(?)
Forum: Themes and Templates
In reply to: [Twenty Twelve] Overriding header.php: no CSS!Oh, that’s without header.php. I can put it if needed. Thanks
Forum: Themes and Templates
In reply to: [Twenty Twelve] Overriding header.php: no CSS!Off course, here it is:
Forum: Themes and Templates
In reply to: [Twenty Twelve] Overriding header.php: no CSS!In fd-child-theme, same level as twentytwelve
Forum: Themes and Templates
In reply to: [Twenty Twelve] Overriding header.php: no CSS!Hi Andrew, thanks. Here it is:
/* Theme Name: fd-child-theme Theme URI: https://xxxx.xxx Description: Child theme for the Twenty Twelve Author: SCSX Author URI: https://xxxx.xxx Template: twentytwelve Version: 1 */ @import url("../twentytwelve/style.css"); /* SELF */ @import url("css/fotografiadentaria.css");
And fotografiadentaria.css has just test css, like background-color – which works fine, until I replace header.php. Then there’s no css at all…