Error Appearing in Windows Explorer & not Google Chrome
-
On my main website page: http://www.milesmomma.com there is a white box with an error message that appears ONLY IN EXPLORER behind the blog topics in the lower portion of the page. My main page does not show this error in Google Chrome. Can not figure out why this would be. PLEASE HELP!
ALSO, I am view my site in Explorer 9.0
I just took a look and I can only think it maybe a plugin that is longer working
When I looked at your page in Firefox this is what I found:
http://30dayslater.net/support/google.png
It says its an iframe with a Google ad, any ideas why you have that?
Edit: found this in code:
<div id=”end_footer_ad” class=”ads”><script type=”text/javascript”>
google_ad_client = “pub-7586455206276334”;
google_ad_width = ;
google_ad_height = ;
google_ad_format = “_0ads_al”;
google_color_border = “#FFFFFF”;
google_color_bg = “#FFFFFF”;
google_color_link = “#0000FF”;
google_color_text = “#000000”;
google_color_url = “#008000”;
</script><script type=”text/javascript” src=”http://pagead2.googlesyndication.com/pagead/show_ads.js”></script></div>
</div>
I am guessing you will want to remove that… Google only allows 3 ads per page
Strange. Well, I have no google ads on my page that I’ve put on there. I wonder if this is because of the Wildfire Social Media Marketing promotion I have installed and running on the bottom – Sweepstakes-orange bar at the bottom. Any thoughts on that??
It is a website widget. The only code I added for it to run is the following
I just added a widget and put the code into it.
<script type=”text/javascript” src=”http://promoshq.wildfireapp.com/website/302/companies/267970/widget_loader”></script>
I don’t even know where I would go to remove that because I didn’t put it in. Do I look into the footer somewhere???
No I don’t I would take a look at your footer.php
Where do I look at that from in WordPress? Sorry..total newbie!
I have this for a animated twitter widget that is running. Is this the problem???
<object type=”application/x-shockwave-flash” data=”http://www.buzzbuttons.com/BUTTON2/twitbutton.swf” width=”232″ height=”116″><param name=”movie” value=”http://www.buzzbuttons.com/BUTTON2/twitbutton.swf” /><param name=”allowscriptaccess” value=”always” /><param name=”menu” value=”false” /><param name=”wmode” value=”transparent” /><param name=”flashvars” value=”username=milesmomma1″ /><embed src=”http://www.buzzbuttons.com/BUTTON2/twitbutton.swf” type=”application/x-shockwave-flash” allowscriptaccess=”always” width=”220″ height=”116″ menu=”false” wmode=”transparent” flashvars=”username=milesmomma1″></embed></object> Found it: Here is what I have….I’m no techie by any means…but I’m not seeing any google ads
<?php
/**
* The template for displaying the footer.
*
* Closes the <div> for #content, #content-main and #container, <body> and <html> tags.
*
* @package Graphene
* @since Graphene 1.0
*/
global $graphene_settings;
?>
<?php do_action( ‘graphene_bottom_content’ ); ?>
</div><!– #content-main –>
<?php
/* Sidebar 2 on the right side? */
if ( graphene_column_mode() == ‘three-col-left’ ){
get_sidebar( ‘two’ );
}
/* Sidebar 1 on the right side? */
if ( in_array( graphene_column_mode(), array( ‘two-col-left’, ‘three-col-left’, ‘three-col-center’ ) ) ){
get_sidebar();
}
?>
</div><!– #content –>
<?php /* Get the footer widget area */ ?>
<?php get_template_part(‘sidebar’, ‘footer’); ?>
<?php do_action(‘graphene_before_footer’); ?>
<div id=”footer” class=”clearfix”>
<?php if ( ! $graphene_settings ) : ?>
<div id=”copyright”>
<h3><?php _e(‘Copyright’, ‘graphene’); ?></h3>
<?php if ( $graphene_settings == ” && ! $graphene_settings ) : ?>
<p>
<?php printf( ‘© %1$s %2$s.’, date( ‘Y’ ), get_bloginfo( ‘name’ ) ); ?>
</p>
<?php elseif ( ! $graphene_settings ) : ?>
<?php
if ( ! stristr( $graphene_settings, ‘</p>’ ) ) { $graphene_settings = wpautop( $graphene_settings ); }
echo $graphene_settings;
?>
<?php endif; ?>
<?php if ( $graphene_settings ) : ?>
<?php /* translators: %s will replaced by a link to the Creative Commons licence page, with “Creative Commons Licence” as the link text. */?>
<p>
<?php printf( __( ‘Except where otherwise noted, content on this site is licensed under a %s.’, ‘graphene’ ), ‘‘ . __( ‘Creative Commons Licence’, ‘graphene’ ) . ‘‘ ); ?>
</p>
<p class=”cc-logo”><span><?php _e( ‘Creative Commons Licence BY-NC-ND’, ‘graphene’ ); ?></span></p>
<?php endif; ?>
<?php do_action(‘graphene_copyright’); ?>
</div>
<?php endif; ?>
<?php if ( has_nav_menu( ‘footer-menu’ ) || ! $graphene_settings ) : ?>
<div class=”footer-menu-wrap”>
<ul id=”footer-menu” class=”clearfix”>
<?php /* Footer menu */
$args = array(
‘container’ => ”,
‘fallback_cb’ => ‘none’,
‘depth’ => 2,
‘theme_location’ => ‘footer-menu’,
‘items_wrap’ => ‘%3$s’
);
wp_nav_menu(apply_filters(‘graphene_footer_menu_args’, $args));
?>
<?php if ( ! $graphene_settings ) : ?>
<li class=”menu-item return-top”><?php _e(‘Return to top’, ‘graphene’); ?>
<?php endif; ?>
</div>
<?php endif; ?>
<?php if ( ! $graphene_settings ) : ?>
<div id=”developer” class=”grid_7″>
<p>
<?php /* translators: %1$s is the link to WordPress.org, %2$s is the theme’s name */ ?>
<?php printf( __(‘Powered by %1$s and the %2$s.’, ‘graphene’), ‘WordPress‘, ‘‘ . __(‘Graphene Theme’, ‘graphene’) . ‘‘); ?>
</p>
<?php do_action(‘graphene_developer’); ?>
</div>
<?php endif; ?>
<?php do_action(‘graphene_footer’); ?>
</div><!– #footer –>
<?php do_action(‘graphene_after_footer’); ?>
</div><!– #container –>
<?php if (!get_theme_mod(‘background_image’, false) && !get_theme_mod(‘background_color’, false)) : ?>
</div><!– .bg-gradient –>
<?php endif; ?>
<?php wp_footer(); ?>
</body>
</html>
So weird why Mozilla Firefox and Chrome are displaying fine….but IE is showing the white box……Strange
- You must be logged in to reply to this topic.
