purpleoakdesign
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: NavBar IssueIssue resolved. 🙂
Forum: Fixing WordPress
In reply to: Body Content All Screwed UpAh! Found 2 unclosed div elements. All fixed! Thanks for your help guys.
Forum: Fixing WordPress
In reply to: Body Content All Screwed UpStarted from scratch with a new copy of the twentyten theme. CSS is intact and all my old problems are gone. Except now I have another problem. My footer background image does not stretch the full width of the screen.
I have used this line of code in the footer file to call the footer image:
<div style=”height:inherit;width:100%;min-width:960px;margin:0;position:absolute;background:transparent url(‘http://www.wowguide101.com/wpimages/wpd7e97333_06.jpg’) repeat-x scroll bottom center; height:251px;”></div>
The image appears but cuts off at the left. I have seen this before but I cannot remember how I fixed it.
Forum: Fixing WordPress
In reply to: Body Content All Screwed UpI couldn’t hold out, falling asleep lol. Will get a look at it tomorrow. I removed you as admin as i’m off to bed. I will just start from scratch tomorrow, trial and error. 😉
Cheers for the help.
Forum: Fixing WordPress
In reply to: Body Content All Screwed UpThat’s you added, password sent by email. 🙂
Forum: Fixing WordPress
In reply to: Body Content All Screwed UpI will set you up as an admin if you want? I just need an email?
Forum: Fixing WordPress
In reply to: Body Content All Screwed UpTake a look here: http://www.shopforhandmade.com/blog
The header and footer works perfectly, however with these header and footer files added it cancels the css. Very strange lol. I must be doing something wrong in the php files.
Forum: Fixing WordPress
In reply to: Body Content All Screwed UpNo probs and thanks for the support. Obviously the modifications I have made to the header and footer.php has messed things up a bit. Will use the original files and start from scratch and see when the error appears.
Forum: Fixing WordPress
In reply to: Body Content All Screwed UpThere must be something in my header or footer files that is cancelling out the css.
All I have in my child theme folder is those 4 files.
Forum: Fixing WordPress
In reply to: Body Content All Screwed UpJust tried it with one and two dots. Not working. Apparently If I want to include php files I have to add this line of code:
require_once( get_stylesheet_directory(). ‘/my_included_file.php’ );
This goes in the function.php file in the child theme.
I have tried this and still nothing. Mmmm… Scratching head..
Forum: Fixing WordPress
In reply to: Body Content All Screwed Up/*
Theme Name: Twenty Ten Child
Theme URI: http://shopforhandmade.com/
Description: Child theme for the Twenty Ten theme
Author: Andrew McMaster
Author URI: http://shopforhandmade.com/about.html
Template: twentyten
Version: 1.0
*/@import url(“http://www.shopforhandmade.com/blog/wp-content/themes/twentyten/style.css”);
Forum: Fixing WordPress
In reply to: Body Content All Screwed UpI am placing them into the child theme folder. All I have in this folder is the header, footer php files and the style.css file.
Forum: Fixing WordPress
In reply to: Body Content All Screwed UpSet up the child theme and called in the style.css from the twentyten parent.
I need the header and footer.php files though. It all works and uses the parent css until I include the header and footer.php files and then it ignores the css formatting.
Forum: Fixing WordPress
In reply to: Body Content All Screwed UpAh, I thought I was being clever just copying the main theme. I will set up the child theme properly and hopefully then all will be good.
Thank’s for the advice. 🙂
Forum: Fixing WordPress
In reply to: Body Content All Screwed UpCall in the CSS from the parent theme. I rarely use WordPress so forgive me for sounding utterly useless but how would I do that?