etype76
Forum Replies Created
-
How about putting the image on the left? Do I need to float the menu right?
Forum: Fixing WordPress
In reply to: WordPress 3.1 stable – can't view post excerpts or custom fieldsWhy don’t i see screen options?
Forum: Themes and Templates
In reply to: How can I make the sidebar go all the way down?Doh! Thanks Clayton! Sorry about that ya’ll – I keep turning it on and off to show WWS. Well if anyone can see it now i just turned it off. Thanks!! Hope everyone’s weekend was great!
Forum: Themes and Templates
In reply to: How can I make the sidebar go all the way down?Ok I left out an i in height in the #main css – fixed that and all of my #main content spilled over the background SO – i used the min-height in the #main tag and that fixed the body and then went to use the same trick in sidebar as it is the next child element but nuthin! my sidebar still wont fill the void!
html, body {
height: 100%;
}
*{margin:0;padding:0;}
body {background-color:#000000; font:13px Trebuchet MS;}
#wrapper {width:950px; margin:0px auto; height:100%;}
#main {
background-color:#FCF9C2;
padding:5px;
width:940px;
min-height:100%;
height:auto;
padding-bottom:20px;}
/* Hack for IE */
* html #main {
height: 100%;
}
/* End IE Hack */
#sidebar2{
width:200px;
min-height: 100%;
height:auto;
background-color:#993300;
float:right;
}
/* Hack for IE */
* html #sidebar2 {
height: 100%;
}
/* End IE Hack */Forum: Themes and Templates
In reply to: How can I make the sidebar go all the way down?I just tried min-height with ie hack and zilcho
#sidebar2{
width:200px;
min-height: 100%;
height: auto;
background-color:#993300;
float:right;
}/* Hack for IE */
* html #Sidebar2 {
height: 100%;
}
/* End IE Hack */Forum: Themes and Templates
In reply to: How can I make the sidebar go all the way down?Ok I have made each parent element height:100% but still nothing:
html, body {
height: 100%;
}
#wrapper {width:950px; margin:0px auto; height:100%;}
#main {
background-color:#FCF9C2;
padding:5px;
width:940px;
heght:100%;
padding-bottom:20px;
}
#sidebar2{
width:200px;
height:100%;
background-color:#993300;
float:right;
}Forum: Themes and Templates
In reply to: How do i make my sidebar go all the way down and widen marginPlease anyone? my page looks terrible because the sidebar is small and the content runs on
Forum: Fixing WordPress
In reply to: CMS: Pages / Categories / PostsThank you! I cant believe after all the digging and searching I’ve done I didn’t know this existed!
eli
Forum: Fixing WordPress
In reply to: I can see my wordpress themes but others only see htmlThat’s what I say – but for them it just goes away. They don’t work together, live in the same city – it just happens to happen to them. Did a dark cloud float over my head yesterday so they could not see the beginning? Maybe today it has washed away?
wow starting to feel a little Dr. Seuss – Oh sam I am oh sam I am, oh where oh where has my css gone and ran?
Forum: Fixing WordPress
In reply to: I can see my wordpress themes but others only see htmlSorry it wasnt that easy to see in my last post but here it is: https://70.32.113.205/ Thanks!
Forum: Fixing WordPress
In reply to: I can see my wordpress themes but others only see htmlAlso I have changed the template too and the same thing – they cant see it. I dont see a css in the original install other than in the default theme – or where it’s being called from – The domain DNS has not been ponted to this server yet. the site – click on it – can you see the elephant?
Forum: Installing WordPress
In reply to: Issues with installation – Blank screen (install.php)I had the same problem (blank screen) and it turned out that /wp-includes/script-loader.php hadn’t completely uploaded
PHP Warning: Unexpected character in input: ”’ (ASCII=39) state=1