Jump to content
Sign in to follow this  
sarah20906

White House Pro IE Compatability

Recommended Posts

sarah20906

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

Hold tight for a developers help in the morning. Thanks, Bryan

Share this post


Link to post
Share on other sites
cmunns

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

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

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

Did you manually edit or change this area at all? Thanks, Bryan

Share this post


Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

Sign in to follow this  

×