sarah20906 0 Report post Posted August 30, 2010 We are in the process of building a new site and it works perfectly in Google Chrome, Safari and Firefox. Unfortunately, when we get to Internet Explorer - the browser thinks that there is additional feature slide in the features section. Can you please help me? Here is the link: http://www.pattonboggsbreauxlott.com/staging/ Share this post Link to post Share on other sites
bryan-hadaway 3 Report post Posted August 31, 2010 Hold tight for a developers help in the morning. Thanks, Bryan Share this post Link to post Share on other sites
sarah20906 0 Report post Posted August 31, 2010 we still do not have a response Share this post Link to post Share on other sites
cmunns 16 Report post Posted August 31, 2010 You likely have missing markup in the feature somewhere. A validator check does show missing closing tags on the body and site divs, but it's hard to say where it's coming from. IE has a habit of not auto-closing HTML where most other browsers do this. Share this post Link to post Share on other sites
cmunns 16 Report post Posted August 31, 2010 Also, this error shows up for a plug-in you have: <b>Warning</b>: Invalid argument supplied for foreach() in <b>/home/content/93/6537293/html/staging/wp-content/plugins/advanced-typekit/advanced-typekit.php</b> on line <b>62</b> Share this post Link to post Share on other sites
sarah20906 0 Report post Posted August 31, 2010 we think it might in this section here: <div class="content"> <div id="feature"> <div id="featurearea" class="fix"> <div id="cycle" class="fix"> <?php foreach(pagelines('features') as $feature):?> <?php if((showfeature($feature['page'], $post->ID) && !$feature['draft']) && (!empty($feature['text']) || !empty($feature['media']))):?> <div id="<?php echo str_replace(' ', '_', $feature['name']);?>" class="fcontainer" <?php if(isset($feature['background'])):?>style="background:<?php echo $feature['background'];?>"<?php endif;?>> <div class="fcontent"> <div class="fheading"> <?php echo do_shortcode($feature['title']);?> </div> <div class="ftext"> <?php echo do_shortcode($feature['text']);?> <?php if($feature['link']):?> "><?php _e('More',TDOMAIN);?> <?php endif;?> </div> </div> <div class="fmedia"> <?php echo do_shortcode($feature['media']);?> </div> <div class="clear"></div> </div> <?php endif;?> <?php endforeach;?> </div> </div> <div id="feature-footer" class="fix <?php if(pagelines('feature_nav_type') == 'thumbs') echo "thumb_nav";elseif(pagelines('feature_nav_type') == 'names') echo 'name_nav'; else echo "number_nav";?>"> <?php if(pagelines('timeout') != 0 && pagelines('feature_playpause')):?><span class="playpause pause"><span> </span></span> <?php endif;?> <div id="featurenav" > <div class="clear"></div> </div> </div> </div> </div> <div class="clear"></div> [/code] what do you think? Share this post Link to post Share on other sites
bryan-hadaway 3 Report post Posted September 1, 2010 Did you manually edit or change this area at all? Thanks, Bryan Share this post Link to post Share on other sites