4duckisland
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Customizr] How to change the font and the color of the text?A related question: what is the css to use in a child theme to change all the font color in the site from the default grey to solid black? I know how to use the formatting buttons in a post or a page but I want to change it globally. Or is there some other way to change font color within customizr?
Forum: Themes and Templates
In reply to: [Customizr] Round images gone but keep the links?I tried your suggestion, but this didn’t work. I still have round images.
Forum: Themes and Templates
In reply to: [Customizr] Add links for Posts?Very succinct explanation, thanks very much. And it worked perfectly! I added the code below in my child theme to have the linked text show up better, as the black default on this theme for links is almost invisible.
.entry-summary a { color:blue; }Forum: Themes and Templates
In reply to: [Customizr] add 1px sliver to background?With trial and error and finally success I got it to work! The suggestions from tomaja first post finally worked, when before it wouldn’t. I deleted and uploaded the images again between trying so perhaps the initial upload was corrupted. One suggestion: Make sure the 1px sliver is long enough so there’s no tiling. This site is a good resource.
Thanks to everyone who responded for their suggestions! Here’s my successful css:body { background-image:url('YOUR URL HERE'); background-repeat: repeat-x; }Forum: Themes and Templates
In reply to: [Customizr] add 1px sliver to background?Tried this. No dice.
I’ve used this same png silver with Canvas and it works fine to create a gradient background (there’s a custom background field to enter this in Canvas). So the issue isn’t the sliver. I also entered whats below into my child theme, and yes the site background changes to orange. So the issue isn’t a faulty child theme.
I guess the css still isn’t quite correct. Any suggestions? Is anyone using a gradient background successfully with Customizr?CHANGES BACKGROUND TO ORANGE:
body{ background: orange; } header.tc-header { background: none; }WHAT I ADDED AND DOES NOTHING (also tried just wp-content/uploads/2013/11/green-gradeint-1px.png:
body { background-image: http://kwdanis.com/version19/wp-content/uploads/2013/11/green-gradeint-1px.png; background-repeat: repeat; background-position: top left; }(Yes, I know I misspelled gradient for this file; I got the url from copying the File URL field in the media library, so it’s right)
Thanks for any help!Forum: Themes and Templates
In reply to: [Customizr] add 1px sliver to background?I still can’t get this to work. My site is http://www.kwdanis.com/version19
Two area of concern:
1) Exactly how do I reference the image? Do I use the image’s permalink? The two examples entered as below don’t work. What’s wrong?
PERMALINK
body {
background-image: http://kwdanis.com/version19/?attachment_id=103;
background-repeat: repeat;
background-position: top left;
}
IMAGE NAME
body {
background-image: http://kwdanis.com/version19/wp-content/uploads/2013/11/green_gradient_1px.png;
background-repeat: repeat;
background-position: top left;
}
2) Since this is a 1px image don’t I need to add something reference the X/Y axis so it know where to repeat?
thanks
KenForum: Themes and Templates
In reply to: [theme: Customizr] Change the BackgroundSo if I want to have a 1 px sliver jpg repeat what would be the code?
Forum: Themes and Templates
In reply to: [Virtue] Portfolio Grid Page Published but MissingNo I didn’t, but once I did it worked. thanks!
Forum: Themes and Templates
In reply to: [Virtue] Portfolio Grid Page Published but MissingI enabled a menu which if you click on ‘portfolio’ brings you to the portfolio pages. But how do I get the portfolio text and image slider to appear below the home page image slider?
Forum: Themes and Templates
In reply to: [Virtue] Portfolio Grid Page Published but MissingSure – http://www.kwdanis.com/version14. I checked and both contain an active featured image. Ken
Forum: Themes and Templates
In reply to: [Virtue] Virtue Toolkit Plugin Fails to InstallWow – what a quick response! Thanks a lot!
One more question if I can: I get the jet Pack automatically installed with WordPress, should I keep it activated or delete it before I create the child theme?Forum: Fixing WordPress
In reply to: Problems Migrating to New ServerEsmi: thanks for the warning, but none of the db or password info I posted was real – I’m not that naive!
But it looks like I might have found a possible answer to my issue. Yahoo Small Business doesn’t allow you to update .htaccess files. If this is so, doesn’t that prevent me from moving a WordPress site from another server to Yahoo?