neverhurry
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Hide post content on home pageThanks esmi, i do have created a child theme.
virendra930, I have checked the single.php but I didn’t find .single class there. I am using twenty twelve theme.
Anybody knows what is the code for condition “If any single Post, then…” ?Forum: Fixing WordPress
In reply to: Hide post content on home pageI am using twenty twelve theme, do you know where should I look for body class? Thanks.
Forum: Fixing WordPress
In reply to: Hide post content on home pageHi Virendra930, thank you so much, but I am sorry I made a mistake. I didn’t mean in single pages, but single posts, will that be different?
Forum: Fixing WordPress
In reply to: Site width problemAfter some hours of searching, I changed the codes to:
footer[role=”contentinfo”] {
max-width: 600px;
}
@media screen and (min-width: 600px) {
.site {
max-width: 600px;
max-width: 42.857142857142rem;
}
}
.ie .site {
max-width: 600px;
}But Firefox and IE8 still displays the site width to 750px (why?) , Chrome displays correctly to 600px.
Then I opened wordpress.org in firefox and in Chrome, surprisingly, its width is 1190 in firefox and 950 in Chrome. Why?
Please help. The site is http://www.siluofake.com
Forum: Fixing WordPress
In reply to: Site width problemI have tried
.full-width .site { max-width: 600px; }
same as above, no change.
Forum: Fixing WordPress
In reply to: youtube embed size problemThank you!
Forum: Themes and Templates
In reply to: How to remove link underline from twenty twelve theme?Paulwp thank you very much for your answer and the interesting site. It is really very difficult to make a site neat. It is difficult for me to make a decision as concerning the underline. I realize that wordpress.org use very thin dotted lines in grey under the links, which quite unobtrusive and nice.
Forum: Themes and Templates
In reply to: How to remove link underline from twenty twelve theme?Paulwp, thanks a lot for your help.
The article you recommended makes me ponder.
I found a site, that though there are no link underlines but they use a arrow in front of every link, to let the users know that this is a link, that you can click. Not bad idea. What do you think?Forum: Themes and Templates
In reply to: How to remove link underline from twenty twelve theme?I have already created a child theme, but I don’t know where to find the css class for link underlines. Thanks for your advice but I think it is a matter of personal taste. I see sites without links and they are beautiful. Is it a way to remove at least the underline under “leave a reply” , “Uncategorized” ,”time” as in the post footer “This entry was posted in Uncategorized on January 8, 2013” and “edit” ? Thanks.
Forum: Themes and Templates
In reply to: Twenty Twelve body widthThanks for your help, alchymyth. I did create a child theme but I didn’t uploaded nor activated it. It is Sunday so take our time. No hurry! π
I don’t know much about WordPress nor CSS, I appreciate very much your help.Forum: Themes and Templates
In reply to: Twenty Twelve body widthThanks. I have already create a child theme. My site is: http://www.tianxiafumuxin.com
I don’t know how to work with firebug yet.