Jakeeck
Forum Replies Created
-
Forum: Your WordPress
In reply to: How does my homepage look?Thanks! Wrote it on my to-do-list
Forum: Your WordPress
In reply to: How does my homepage look?It will be a site in which I and other people will write articles on life advice or “man advice” specifically. Could be a general “how to do this” to dating advice etc..
I haven’t decided how I will decide which articles will be featured in the slider or anything yet, and I’m trying to figure out what else I can put on the side under the “news” part.
I want it to be appealing on the eye and easy to navigate
Forum: Fixing WordPress
In reply to: Make it so users can make posts?Wonderful, thanks a ton!
Forum: Fixing WordPress
In reply to: How to move facebook like icon in header?beautiful, thanks
Forum: Themes and Templates
In reply to: [Leaf] Child theme different than parent theme..Thank you.. I’m not sure how that happened but I went back into child theme and moved all of the header widgets to the sidebar
fixed 🙂
Forum: Fixing WordPress
In reply to: Add link to background image?I figured this was general information that could be applied to any theme? Is that not true?
Forum: Fixing WordPress
In reply to: Adding links inside an image?right under my logo.. picture of blue and yellow fish.. what does it show for you?
Forum: Fixing WordPress
In reply to: Child Themes?I appreciate your help, I’m still having trouble though.
Here’s what I have in my child theme style.css
I tried making an obvious change.. have my logo float right instead of left.. so i pasted the code in the style.css for my child theme and changed it to right, and it’s not taking effect. What am I doing wrong?
/* Theme Name: Responsive Child Theme URI: http://responsive.com/ Description: Child theme for the Responsive theme Author: Jake Eckhardt Author URI: http://www.bucketbreaks.com Template: responsive Version: 0.1.0 */ @import url("../responsive/style.css"); /* =Start From Here -------------------------------------------------------------- */ #logo { float: right; margin: 0; }Forum: Fixing WordPress
In reply to: Child Themes?Ok I installed the child theme and everything, but I did the “@import url(“../responsive/style.css”);” as it says in that codex link. The problem is I don’t have any code in styles.css file for the child theme, so how do I make changes then?
Forum: Fixing WordPress
In reply to: Child Themes?“responsive” theme
also how do I move files over to child theme? Do i just copy all files in there?
Forum: Fixing WordPress
In reply to: Parse error.. how to fix?You are awesome, I found it and fixed it. Thanks!