pfenn
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Twenty Twelve Reverted my changesOK I’ll look into those errors now, thanks for your help.
Forum: Fixing WordPress
In reply to: Twenty Twelve Reverted my changesHi, yeah the site is here:
Been working fine until today and all my child theme changes survived the recent WordPress update. I’ve literally done nothing to the code so can’t understand why is undone all my changes. Very frustrating.
Any suggestions greatly appreciated….
Forum: Fixing WordPress
In reply to: Twenty Twelve Reverted my changesThanks WPyogi, I did and it hasn’t.
‘@import url(“../twentytwelve/style.css”);
.entry-content img, .comment-content img, .widget img, img.header-image, .author-avatar img, img.wp-post-image {
border-radius: none !important;
box-shadow: none !important;
.main-navigation {
display: none;
}
body {
line-height: 0;
}
div.entry-content table tbody tr td h3 span a
{
color: #FB4105;
}
.entry-content table, .comment-content table
{
border: none;
}
.entry-content td
{
border: none;
}
.site-content article {
border-bottom: 0;
margin-bottom: 0;
padding-bottom: 0;
}
#colophon {
border: 0;
}’Forum: Fixing WordPress
In reply to: Child theme still using parent style sheetAll the things I wanted to fix are now sorted. Thanks a lot for your help Jack, really appreciate it.
Forum: Fixing WordPress
In reply to: Child theme still using parent style sheetHere’s the code from the top of the child theme:
/* Theme Name: Twenty Twelve Child Theme URI: http://example.com/ Description: Child theme for the Twenty Twelve theme Author: Your name here Author URI: http://example.com/about/ Template: twentytwelve Version: 0.1.0 */ @import url("../twentytwelve/style.css"); .entry-content img, .comment-content img, .widget img, img.header-image, .author-avatar img, img.wp-post-image { border-radius: none !important; box-shadow: none !important; } .main-navigation { display: none; } body { line-height: 0; } div.entry-content table tbody tr td h3 span a { color: #FB4105 } .entry-content table, .comment-content table { border: none; } .entry-content td { border: none;Forum: Fixing WordPress
In reply to: Child theme still using parent style sheetAnd the link colour change worked too, must of been pasting the code in the wrong place! Thanks so much, this is amazing. Cheers Jack
Forum: Fixing WordPress
In reply to: Child theme still using parent style sheetHey that worked for some of the grey lines! Awesome thanks. A few more at the bottom to erase if you have any suggestions Jack?
Forum: Fixing WordPress
In reply to: Child theme still using parent style sheetThanks for this Jack, but no luck with either of those…
Seems like wherever I paste this the site just reads the parent stylesheet and not the child like it should.
Forum: Fixing WordPress
In reply to: Child theme still using parent style sheetThanks. I think its this…
} .entry-content, .entry-summary, .mu_register { line-height: 1.714285714; } .entry-content h1, .comment-content h1, .entry-content h2, .comment-content h2, .entry-content h3, .comment-content h3, .entry-content h4, .comment-content h4, .entry-content h5, .comment-content h5, .entry-content h6, .comment-content h6 { margin: 24px 0; margin: 1.714285714rem 0; line-height: 1.714285714; } .entry-content h1, .comment-content h1 { font-size: 21px; font-size: 1.5rem; line-height: 1.5; } .entry-content h2, .comment-content h2, .mu_register h2 { font-size: 18px; font-size: 1.285714286rem; line-height: 1.6; } .entry-content h3, .comment-content h3 { font-size: 16px; font-size: 1.142857143rem; line-height: 1.846153846; } .entry-content h4, .comment-content h4 { font-size: 14px; font-size: 1rem; line-height: 1.846153846; } .entry-content h5, .comment-content h5 { font-size: 13px; font-size: 0.928571429rem; line-height: 1.846153846; } .entry-content h6, .comment-content h6 { font-size: 12px; font-size: 0.857142857rem; line-height: 1.846153846; } .entry-content p, .entry-summary p, .comment-content p, .mu_register p { margin: 0 0 24px; margin: 0 0 1.714285714rem; line-height: 1.714285714; }Forum: Fixing WordPress
In reply to: Child theme still using parent style sheetI’m pasting css from the parent theme into the child theme. But I guess I’m not doing it right…
Forum: Fixing WordPress
In reply to: Child theme still using parent style sheetI do that regularly, and it looks the same on multiple browsers and machines so I’m not sure thats the cause, but I will empty it again…
Forum: Fixing WordPress
In reply to: Child theme still using parent style sheetThanks Jack
Yep the child is active theme is active
Problem is when I make any changes they do not appear – for some unknown reason the site continues to refer to the parent style sheet and I can’t work out why?
Forum: Themes and Templates
In reply to: Removing grey lines/header border in twenty twelveThanks. I’ve been looking at it using Firebug in Firefox and am finding the code I need to alter. Working so far!