| bio | website | noahsdad.com |
|---|---|---|
| location | ||
| age | ||
| visits | member for | 1 year, 3 months |
| seen | Oct 20 '12 at 0:02 | |
| stats | profile views | 67 |
I'm telling the story of a life worth living at http://noahsdad.com/ :)
|
Feb 29 |
accepted | Can't seem to get this CSS to work…any ideas why? |
|
Feb 29 |
comment |
Can't seem to get this CSS to work…any ideas why? Wow ,thanks! I just added it, and it looks awesome! Quick question, the comment site said this code would work "#disqus-thread { color: #F5F5F5 !important; }" but it didn't. I'm sort of a CSS noob, and appreciate the chance the learn. Can you help me understand why the code I was trying to put in didn't work, and why it takes all of the above CSS to make it work? (Thanks. ):) |
|
Feb 29 |
asked | Can't seem to get this CSS to work…any ideas why? |
|
Feb 27 |
comment |
How to add code to Header.php in a child theme? @BrianFegter Thanks for taking the time to help me with this. Here is a paste bin, I think I'm still doing something wrong. :) pastebin.com/iT0bJjGE |
|
Feb 27 |
comment |
How to add code to Header.php in a child theme? @BrianFegter Ok, so now I'm trying to add some java script to that plug in. Going on your above example, how do I add java script to it? |
|
Feb 27 |
comment |
How to add code to Header.php in a child theme? @BrianFegter Ha,ha..thanks! :) Do you build wordpress sites? |
|
Feb 27 |
comment |
How to add code to Header.php in a child theme? @BrianFegter ok, Do you suggest putting all of this stuff in the footer? Like the google ant. webmaster tools, etc...? Not sure what the best practice is.... |
|
Feb 27 |
comment |
How to add code to Header.php in a child theme? @BrianFegter Thanks man! I got it! That worked. One more quick question. In my old theme I had some buy sell java script that I added to the footer section of theme (I was told to do that so my theme loaded first.) Would it be ok to add that code here, or should I add it to the footer? ) |
|
Feb 27 |
comment |
How to add code to Header.php in a child theme? @BrianFegter That pastbin expired. here is a new one. pastebin.com/kmmKkSDS |
|
Feb 27 |
comment |
Do I only need to import style.css for a child theme? @m0r7if3r yelp. I have it set up correctly, I'm just not sure if I"m supposed to import every .css file, or just the main one. Do you have a lot of experience working with Child themes? |
|
Feb 27 |
comment |
How to add code to Header.php in a child theme? @BrianFegter Here ya go. pastebin.com/cLLkdiDv |
|
Feb 27 |
comment |
How to add code to Header.php in a child theme? @BrianFegter Ok, so I just placed the above mentioned code into that plugin, and when it tries to active I get this error. What do you think I'm doing wrong? Parse error: syntax error, unexpected '<' in /home/downsynd/public_html/wpdallas.com/test/wp-content/plugins/Ricks-Code/Rick-Widget.php on line 22 |
|
Feb 27 |
accepted | How to add code to Header.php in a child theme? |
|
Feb 27 |
comment |
How to add code to Header.php in a child theme? @BrianFegter Thanks so much. Working with Php / child themes is new to me, so I"m learning as I go. Thanks for your patience. :) In my old theme, I went into wordpress admin, than to the editor and added this to the header. <meta property="fb:page_id" content="12345678" /> Is the better way to add all of that to the plug in? |
|
Feb 27 |
comment |
How to add code to Header.php in a child theme? @ChipBennett Thanks. |
|
Feb 27 |
comment |
How to add code to Header.php in a child theme? Tom, thanks. So if I need to install 5 different snips of code in the header.php, could I just make one plugin and install that? Would I still need to copy the header.php file into my child theme? |
|
Feb 27 |
comment |
Do I only need to import style.css for a child theme? The theme really isn't child theme ready right now. I added some code that allowed it to be child theme ready. I'm just asking in general when making a child theme, do I need to import more than just the style.css? Here is the code from the theme I put into make it use a child theme. // theme wp_register_style('standard', get_stylesheet_directory_uri() . '/style.css'); wp_enqueue_style('standard'); Also how do I resolved a question? I thought I just select the check mark. Is there more to it than that? |
|
Feb 27 |
accepted | Trying to figure out why my child theme is trying to access a file that doesn't exist |
|
Feb 27 |
comment |
Do I only need to import style.css for a child theme? The parent theme I'm using isn't a public theme, so that wouldn't help you. I can post any of the code in here. Can you tell why the one at /plain shows up fine in a mobile browser, but not the one at /test? Also how do I go and resolve the old questions? |
|
Feb 27 |
asked | Do I only need to import style.css for a child theme? |