Shape 5

Joomla Templates => Oasis - Club => : tngenewhiz August 14, 2014, 10:28:37 AM



: RESOLVED: Header wrap image -- where is it called from?
: tngenewhiz August 14, 2014, 10:28:37 AM
RESOLVED this...

As I was attempting to lighten the bar across the top of my site, I discovered the dark gray area was actually the result of a missing image.  

Inspecting the code, I saw it was trying to pull something called iafc1.jpg from the root-level images directory.  

I couldn't find anything in the template set-up or the CSS that referred to a file by that name.  So, I gave up and decided to post a message here.

As an interim fix, I created a small image and gave it that name, then FTP'd it up.  It worked.

But where is the call to that file coming from?


: Re: RESOLVED: Header wrap image -- where is it called from?
: mikenicoll August 14, 2014, 09:07:00 PM
Hello,

That header background image is controlled here:

:
Template.CSS - Line 516

#s5_header_area1 {
    background: url("../images/s5_menu_bg.png") repeat scroll 0 0 rgba(0, 0, 0, 0);
    display: block;
    height: 114px;
    overflow: hidden;
    width: 100%;
    z-index: 3;
}

Regards,