Wordpress Themes - WP Forum at BFA

Wordpress Themes - WP Forum at BFA (http://forum.bytesforall.com/index.php)
-   Atahualpa 3 Wordpress theme (http://forum.bytesforall.com/forumdisplay.php?f=2)
-   -   [SOLVED] Content not being displayed in Mozilla properly! At the end of my rope plea (http://forum.bytesforall.com/showthread.php?t=18541)

johnnyinstereo Oct 2, 2012 11:43 AM

[SOLVED] Content not being displayed in Mozilla properly! At the end of my rope plea
 
Hi,

I've encountered a problem with the template in Mozilla. If you go to educateangels.org/home/ and view it on Mozilla and then any other browser you'll immediately see the problem. I've tried literally everything I could think of, and nothing has helped. I'm at my wits end. The project is about to become late, and the only thing I can think of is switch to a different theme altogether. I love using Atahualpa, and I don't really want to change, so I need someone, anyones help!!!!

juggledad Oct 2, 2012 01:12 PM

looks like it has something to due with the iframe

johnnyinstereo Oct 2, 2012 05:16 PM

I appreciate the quick response. I've taken the iframe off the page, and it still seems to be shifted over. I've even gone to another server and recreated the theme to a point, and still does it.

juggledad Oct 2, 2012 06:58 PM

what special html do you have for the header? That code is causing the issue.

johnnyinstereo Oct 3, 2012 12:00 PM

Took me a bit to figure out how to post the code properly, but here's the bit of custom code I added into the header.php file. It is right before the wrapper and container divs.

HTML Code:

<div id="topbar"></div>

<div id="headercontent">

<img src="http://www.educateangels.org/images/lalogo.png" class="logo"/>

<div id="nav">

<?php wp_nav_menu( array('menu' => 'Main' )); ?>
<img src="http://www.educateangels.org/images/followus.png" border="0" usemap="#Map" class="followus" />
<map name="Map" id="Map">
  <area shape="rect" coords="123,7,149,33" href="http://www.facebook.com/pages/Educate-Little-Angels-Foundation/326414284119757" target="_blank" />
  <area shape="rect" coords="155,7,179,33" href="https://twitter.com/EducateAngels" target="_blank" />
</map>
</div>

<img src="http://www.educateangels.org/images/title.png" class="title"/>

</div>

<div id="wrapper">
<div id="container">


juggledad Oct 3, 2012 01:27 PM

because of your unorthodox code, you may need to add a class of 'clearboth' to the <div id="container">

johnnyinstereo Oct 3, 2012 01:47 PM

Unorthodox is a very nice way to put it. But I could kiss you!!!! You can mark this one resolved brother! Thank you so much!


All times are GMT -6. The time now is 03:21 PM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.