Jump to content

Question mark error images on homepage


Recommended Posts

you have this code in your page body

<!-- MODULE Block contact infos -->

<style type="text/css">
.footer-container {
    background: url('../img/footer-bg.png') repeat-x scroll 0% 0% #333;
}
.new-label {
    display: none;
}

.sf-menu > li > a {
    font: 600 18px/22px "Open Sans",sans-serif;
    text-transform: uppercase;
    color: #ffffff;
    display: block;
    padding: 12px 20px;
    border-bottom: 3px solid #E9E9E9;
}


.sf-menu {
    position: relative;
    padding: 0px;
    width: 100%;
    border-bottom: 3px solid #E9E9E9;
    background: none repeat scroll 0% 0% #364245;
}

.sf-menu > li.sfHover > a, .sf-menu > li > a:hover, .sf-menu > li.sfHoverForce > a {
    background: none repeat scroll 0 0 #2ab6d6;
    border-bottom-color: #666666;
    color: white;


#header .banner {
    background: none repeat scroll 0 0 black;
    height: 331px !important;
}
#header .banner a img {
    display: block;
    height: 100%;
    max-height: 650px;
    max-width: 1170px;
    width: 100%;
}
.htmlcontent-home.clearfix.row h3 {
    position: relative;
    top: -240px;
}
ul.product_list.grid > li .product-container .product-image-container {
    border: 1px solid #2ab6d6; !important
    margin-bottom: 13px;
    padding: 9px;
    position: relative;
}

</style>
	<!-- /MODULE Block contact infos -->

and it causing problem with background in footer section.

by default this code it's not a part of page body. so i suppose that you added it there.

you have to remove it.

Link to comment
Share on other sites

this code is *somehow* included to page body,

it's not a part of css as it is by default

you have to inspect theme files (header.tpl, footer.tpl) and if this code will not be there - it will be necessary to inspect modules from homepage

Link to comment
Share on other sites

  • 1 month later...

Hi all,

I have the same problem here: www.wengel.biz

http://www.hostingpics.net/viewer.php?id=261481bugpointsinterrogation.png

It seems totally random. In 80% of the cases, all is fine, whatever the browser is (IE, Firefox, Safari... even smartphones crappiest ones). But for some reasons, this page shows up at some point when returning to the homepage after a client logs in or creates his client account.

Any help is welcome... thx !

Link to comment
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
×
×
  • Create New...