- Posts: 14
- Thank you received: 0
Background image in header
-
Zach
Inactive member - Topic Author
- New Member
Less
More
13 years 5 months ago #9305
by Zach
Replied by Zach on topic Re: Background image in header
thanks ivan. didn't work. i'm at a loss now.
-Z
-Z
Please Log in to join the conversation.
-
Zach
Inactive member - Topic Author
- New Member
Less
More
- Posts: 14
- Thank you received: 0
13 years 5 months ago - 13 years 5 months ago #9308
by Zach
Replied by Zach on topic Re: Background image in header
I think the hot_architecture/css/template_css.php is the only place I should check to see if the path is correct:
<?php if($bgStyle) { ?>
.header_module {
background:url(<?php echo $this->baseurl ?>/templates/hot_architecture/images/header_bg<?php echo $bgStyle; ?>.png) no-repeat;
}
.footer_content {
background:url(<?php echo $this->baseurl ?>/templates/hot_architecture/images/footer_bg<?php echo $bgStyle; ?>.png) no-repeat bottom;
}
should I look anywhere else?
thanks in advance.
<?php if($bgStyle) { ?>
.header_module {
background:url(<?php echo $this->baseurl ?>/templates/hot_architecture/images/header_bg<?php echo $bgStyle; ?>.png) no-repeat;
}
.footer_content {
background:url(<?php echo $this->baseurl ?>/templates/hot_architecture/images/footer_bg<?php echo $bgStyle; ?>.png) no-repeat bottom;
}
should I look anywhere else?
thanks in advance.
Last edit: 13 years 5 months ago by Zach.
Please Log in to join the conversation.
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
13 years 5 months ago #9320
by ivan.milic
Replied by ivan.milic on topic Re: Background image in header
No that's the place. Try this backup that file, delete that two css entities and write new ones in pure css. Put absolute image path in url(... , but first test that path in your browser by entering it in address bar and navigating to it. If path is OK browser will show you that image.
Please Log in to join the conversation.
-
Zach
Inactive member - Topic Author
- New Member
Less
More
- Posts: 14
- Thank you received: 0
13 years 4 months ago #10484
by Zach
Replied by Zach on topic Re: Background image in header
thank you very much ivan.
as a close to this topic, i really didn't find a solution but i did work out the problem.
i never got the image to show on my local installation, however when i loaded the installation and template onto my live site, the image shows and and all is working great.
i know that's not much help for anyone else, but thanks again ivan!
as a close to this topic, i really didn't find a solution but i did work out the problem.
i never got the image to show on my local installation, however when i loaded the installation and template onto my live site, the image shows and and all is working great.
i know that's not much help for anyone else, but thanks again ivan!
Please Log in to join the conversation.
Time to create page: 0.085 seconds