funny header_required
Permalink
So, I've been working on my theme, and when I put the c5 header, it showed up as a blank white bar. Searching thru the forums I realized that it was a jquery error so I deleted my gallery, and lo and behold, it appeared at the top, but now it looks weird with the icons stacked on top of each other... what's going on??? I've deleted all the code from the theme except the header to see if it was another conflict, but it still had the issue. Everything seems to be working except it looks messed up while logged in... what's going on?
It looks like everything is being pushed down 54px or something like that.
I believe defunct posted a good tutorial on that on his website.
http://defunctlife.com/
I believe defunct posted a good tutorial on that on his website.
http://defunctlife.com/
ThemeGuru there is no pic where do you see that?
Read the post. I seen the problem before.
What can I say...
:)
What can I say...
:)
so have i, but you say
"looks like everything is ...."
that sentence impies you have seen it :P
w/e
Mike
"looks like everything is ...."
that sentence impies you have seen it :P
w/e
Mike
Yep.
That's that I quoted his site.
There was about 2 or so forum posts several months ago.
That's that I quoted his site.
There was about 2 or so forum posts several months ago.
Are you using IE? If so, your problem might be that no doctype (or the wrong one) is declared at the top of your theme -- seehttp://www.concrete5.org/community/forums/themes/this-is-strange-ev...
Yeah I just realized that it was the doc type... its still acting kinda weird tho, ill post pics when I get home
Ok, sorry its taken so long! :( Been taking care of guests for labor day. attached are the screen shots, any help is appreciated!
oh, and if it helps, here is the current code (I've made some changes since I posted the images)
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <? Loader::element('header_required'); ?> </head> <body> <script type="text/javascript" src="<?=$this->getThemePath()?>/jsconstants.html"></script> <script src="<?=$this->getThemePath()?>/images/langsf9e3.js?v=1.1"></script> <link rel="stylesheet" type="text/css" href="<?=$this->getThemePath()?>/images/ddlevelsmenu-topbar.css" /> <link rel="stylesheet" type="text/css" href="<?=$this->getThemePath()?>/images/ddlevelsmenu-sidebar.css" /> <link href="<?=$this->getThemePath()?>/images/style.css" type="text/css" rel="stylesheet" /> <script>var showWebmastersHours = false;</script> <!--[if lt IE 7]> <link rel="stylesheet" type="text/css" href="css/ie_style.css" /> <script type="text/javascript" src="<?=$this->getThemePath()?>//widgets.v3/site_appearence/ie_png.js"></script> <script type="text/javascript"> ie_png.fix('.png, .ib_header img, .header_slogans .more img, .menu img');</script>
Viewing 15 lines of 310 lines. View entire code block.
#1 don't use httrack to rip themes,
#2 put a div around the html with an id,
then in the css put the div id before the generic css selectors (like the ones selecting all links etc un orderedlists )
#2 put a div around the html with an id,
then in the css put the div id before the generic css selectors (like the ones selecting all links etc un orderedlists )
#1 How did you know?? I will buy the theme now as a show of penance...
#2 I will try it, and see if that works, but that sounds like a good idea... the css is the style.css correct? Thanks for all your help!
#2 I will try it, and see if that works, but that sounds like a good idea... the css is the style.css correct? Thanks for all your help!
also a pic would make this easier