Go Back   WarriorForum - Internet Marketing Forums > Warrior Support Forums > Website Design
Register Blogs FAQ Social Groups CalendarHelp Desk

Reply
 
LinkBack Thread Tools
Old 05-13-2009, 10:10 AM   #1
Active Warrior
 
Join Date: Jan 2009
Location: Cape Town
Posts: 41
Thanks: 10
Thanked 5 Times in 4 Posts
Default Wordpress Theme Help Needed Chrome and IE

Hey everyone.

I'm having issues with my wordpress theme where the footer will show under the sidebar in chrome and sometimes the sidebar will only show under the main content in internet explorer.

also my adsense ads aren't showing in either chrome or internet explorer.

everything works perfectly in firefox though.

been learning html and css as i go along in creating my theme and didn't notice the layout error in chrome and i.e. till a friend pointed it out.

url is www dot unleashreality dot com

would really appreciate any help or advice on it. happy to share all the theme files if anybody would like to take a look at them.

thanks again
alex
unleash reality

UnleashReality is offline   Reply With Quote
Old 05-13-2009, 08:40 PM   #2
Kezz Bracey
War Room Member
 
Kezz's Avatar
 
Join Date: Dec 2008
Location: Australia
Posts: 1,291
Blog Entries: 5
Thanks: 323
Thanked 599 Times in 291 Posts
Default Re: Wordpress Theme Help Needed Chrome and IE

Chrome is particularly tricky with this issue. It's always trial and error with this stuff, but here's a couple of things to try.

I notice that the footer2 div is inside a list in the flow of the document code. This list seems to start inside the sidebar div, so that might be why some browsers are treating it as part of the sidebar. At a glance, I think this is happening because the list in your sidebar isn't getting closed.

I can't see the </ul> anywhere in the code, but I do see what seems to be some <li> and </li> tags that might be commented out where they aren't supposed to be. I think this might also be why your adsense isn't showing, ie list tags being left open via comments etc.

I'd start by seeing if you can get the lists running as desired. Then, I'd change up the code of the footer2 style a little. From what I can see, it is told to float left. You might have better luck telling it to position itself absolutely to the bottom of the page. That is, give it position:absolute, and bottom: 0 - like in this example: CSS Layout - 100% height

I think pretty much it's not that you have a Chrome or IE issue, it's that the code is a bit broken, but Firefox does the best job of making sense of code even if it isn't totally perfect.

Also, did you know that Chrome is really awesome for trouble shooting your code? Take a look at your site in Chrome, then pick an area you want to inspect closer, right click on it, and choose "Inspect Element". It will give you a popup that will show you all the details of where that element is sitting in your code flow, and what the browser thinks it is supposed to be doing. It's ultra handy. Also, it's the best browser for viewing source as everything is color highlighted so you can see what's what. These tools are how I spotted the things above.

Good luck with the fix.
Kezz is online now   Reply With Quote
Old 05-14-2009, 10:10 PM   #3
Warrior Member
 
Anrkist's Avatar
 
Join Date: May 2009
Posts: 22
Thanks: 0
Thanked 2 Times in 2 Posts
Default Re: Wordpress Theme Help Needed Chrome and IE

Shoot me your theme if you want. I can't promise anything but I'll look into it this weekend.
Anrkist is offline   Reply With Quote
Old 05-19-2009, 03:41 PM   #4
Active Warrior
 
Join Date: Jan 2009
Location: Cape Town
Posts: 41
Thanks: 10
Thanked 5 Times in 4 Posts
Default Re: Wordpress Theme Help Needed Chrome and IE

Thanks for being so helpful,

your suggestion was on point.

div that i didn't close in the sidebar. duhh!!!

thank you
alex

UnleashReality is offline   Reply With Quote
Old 05-19-2009, 04:30 PM   #5
Advanced Warrior
 
houdy's Avatar
 
Join Date: Aug 2006
Location: The Midwest
Posts: 971
Thanks: 1
Thanked 63 Times in 52 Posts
Default Re: Wordpress Theme Help Needed Chrome and IE

Quote:
Originally Posted by UnleashReality View Post
div that i didn't close in the sidebar. duhh!!!
That is almost always the issue, an open tag somewhere on the theme or in a post.
The other most common culprit is bad code in a post if you copy and paste into the post visual editor from another website or an MS Word document.

houdy is offline   Reply With Quote
Reply

  WarriorForum - Internet Marketing Forums > Warrior Support Forums > Website Design

Tags
chrome, needed, theme, wordpress

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off



All times are GMT -6. The time now is 10:07 PM.