zeusdidit
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: design/plugins/code/ – irrational games – how to?yea, they are definitely using buddypress with core changes to their system as well. buddypress is pretty impressive too ??
Forum: Fixing WordPress
In reply to: design/plugins/code/ – irrational games – how to?ps. let me know if i need to move this post out of How to…?
Forum: Themes and Templates
In reply to: Footer Not Aligned In IEone more time then..
you’ll find in your stylesheet two page styles, one is below /*Begin Structure*/
please change the width to 759px;lemme know
Forum: Fixing WordPress
In reply to: My page looks horrible in IE!.classname{background: #hexColor url(https://whatever.com) center bottom no-repeat;
When shortcuts for css classes & id’s are used it’s usually required that they have specifications in a specific order for them render correctly across varied browsers.
I noticed that in the .footer id used in the inline styles this isn’t following the css spec. try modifying it using the above example and please note if this fixes the issue.
Cheers.
Forum: Themes and Templates
In reply to: WUHAN: style-ie.css is busted for IEalso, according to another post make sure your stylesheet is named correctly or correctly being referenced… sometimes they get renamed when uploaded, so just check that please.
thanks.Forum: Themes and Templates
In reply to: My site is just words and pictures in IE, nothing elseback to the darkside..
Forum: Themes and Templates
In reply to: Problem with CSS formatting in IE. Works fine in Firefoxdude, there are dogs on this site!
Forum: Themes and Templates
In reply to: Footer Not Aligned In IEinline style requires:
#footer { background: url(“https://www.houseofboyd.com/wp-content/themes/default/images/kubrickfooter.jpg”) center bottom no-repeat; border: none;}can we try this please?
Forum: Themes and Templates
In reply to: Footer Not Aligned In IEthis is why i should test, sorry about that. i have this thing about ending styles because they tend to override other styles… lemme recheck..
Forum: Themes and Templates
In reply to: My site is just words and pictures in IE, nothing elseyea i think the issue is this :
this is where your stylesheet exists
https://www.rubberduckproductions.com/vadervlog/wp-content/themes/wuhan/style.cssbut for whatever reason in IE this is where it exists:
https://www.rubberduckproductions.com/vadervlog/wp-content/themes/wuhan/style-ie.cssdo we know how to fix this? where is the stylesheet declared? anyone. 4 points to whomever answers correctly.
Forum: Themes and Templates
In reply to: My site is just words and pictures in IE, nothing elsethe funny thing is when i save the file to my harddrive and open it, it works fine….
Forum: Themes and Templates
In reply to: WUHAN: style-ie.css is busted for IEcan you end the first comment to see if that fixes it?
replace this
/*
Theme Name: Wuhan
Theme URI: https://wuhan.authenticasian.com/
Description: Inspired by Macromedia website. Built based on Kubrick.
Version: 0.3
Author: Meng Gao
Author URI: https://wuhan.authenticasian.com/Wuhan v0.3
https://wuhan.authenticasian.comThe CSS, XHTML and design is released under GPL:
https://www.opensource.org/licenses/gpl-license.php!!! WITH THIS !!!
/*
Theme Name: Wuhan
Theme URI: https://wuhan.authenticasian.com/
Description: Inspired by Macromedia website. Built based on Kubrick.
Version: 0.3
Author: Meng Gao
Author URI: https://wuhan.authenticasian.com/Wuhan v0.3
https://wuhan.authenticasian.comThe CSS, XHTML and design is released under GPL:
https://www.opensource.org/licenses/gpl-license.php
ending comment
*/Forum: Themes and Templates
In reply to: my crossbrowser png alphablending themeDoes this work in version 5.5 of IE?
Forum: Themes and Templates
In reply to: My site is just words and pictures in IE, nothing elseummm maybe if you ended the first /* ?..
See here starts your first /*….
/*
Theme Name: Wuhan
Theme URI: https://wuhan.authenticasian.com/
Description: Inspired by Macromedia website. Built based on Kubrick.
Version: 0.3
Author: Meng Gao
Author URI: https://wuhan.authenticasian.com/Wuhan v0.3
https://wuhan.authenticasian.comThe CSS, XHTML and design is released under GPL:
https://www.opensource.org/licenses/gpl-license.phpBUUUT YOUR MISSING THE ENDER!!!
woohoo use da foce! zap
*//* Begin Typography & Colors */
body {
font-size: 62.5%; /* Resets 1em to 10px */
font-family: ‘Lucida Grande’, Verdana, Arial, Sans-Serif;
background-color: #71828A;
color: #333;
text-align: center;
}i am ur flabber i mean father, no i meant flabber.
Forum: Themes and Templates
In reply to: Ocadia Theme doesn’t worki’m using firefox and it aint perfect. when you’re using
the backgroung tag as a shortcut specify the directions:background: #hexNumber url(whateverUrl) left top repeat-x;
see if that may fix some problems.