Forum Replies Created
-
thanks guys it works
Thanks for the great advice. I will def incorporate an IDE in the future; that sounds like a great idea. I guess you understand where im at with wordpress mu and buddypress. Im just trying to grasp how this thing works
Sorry to keep bugging you guys.. All im trying to do is create a css file for IE7
Just cant seem to get this too work.
<!–[if IE 7]>
This is an IE 7 browser // this will show in the browser so i know the “if” statement is working.
<link href=”<?php bloginfo(‘template_directory’); ?>
/bp-default/_inc/css/screen-ie.css” rel=”stylesheet” type=”text/css” />
</style>
<![endif]–>
I guess what i dont understand is how does it specify the style.css ??
what if i want to pull a different one, how would i do that??
Sorry im still a rookie. The first place I look was the header.php all I found was this
<link rel=”stylesheet” href=”<?php bloginfo(‘stylesheet_url’); ?>” type=”text/css” media=”screen” />
correct me if i am wrong but is this using the (‘stylesheet_url’) as a variable?
I dont understand how this line of code is working
opps i meant to ask what pullls the style.css
thanks
the file structure, or the templates
they would both be helpful.
what calls the screen.css? I cant seem to find this in any php docs..
of BuddyPress I am interested in understanding how it all works together
Sorry just realized that i misspelled “Hierarchy” Chart
Thanks guys
thanks man it worked like a charm : )
its a totally different style sheet, i just shoved it in there to make it obvious if the link was working..
Firefox and Safari work fine, IE 6 shoves everything over about 40px, and the navigation css is broken in both IE 6 and 7
hmm.. i cant seem to get this to work?? it shows up when I view the page source, but it dosent pull the link..
<html xmlns=”http://www.w3.org/1999/xhtml” <?php language_attributes(); ?>>
<head profile=”http://gmpg.org/xfn/11″>
<!–[if IE6]>
<link rel= “stylesheet” type= “text/css” href=” http://hoopsjones.com/wp-content/themes/bp-sn-parent/IE_6_style.css” />
<![endif]–>
<!–[if IE7]>
<link rel= “stylesheet” type= “text/css” href=” http://hoopsjones.com/wp-content/themes/bp-sn-parent/IE_7_style.css” />
<![endif]–>
thanks guys
I was hoping to find some sample code to get me started.
Everything work fine in FireFox and Safari. Its an IE problem.
1. version 2.8.4a WPMU
2. WPMU as a directory
3. install, is it in root
4. fresh install of WPMU
5. installed Buddy Press without testing WPMU first
6. version of BuddyPress 1.1
7. fresh install of BuddyPress
8. ALL plugins have be deactivated
9. using the standard BuddyPress themes
10. did not modifiy the core files
11. No custom functions in bp-custom.php?
12. not running bbpress
13. the page just goes blank at login on IE7
thanks for your help guys
Can i replace the skeleton theme css with my own…
hey thanks guys. sorry it seem like such a simple question.
i tried that. it strange, like buddy press dosen’t see the css at all.
check it out