View Full Version : Modest Muse Orange
zahrein
08-22-2007, 10:58 PM
HI i have a problem, on Modest Muse Orange. The problem is with the images.
When we want to check on the product, the website image of the banner become blank.
It certainly does not look good when people is buying. Can we edit this?
Here is my website www.zahrein.com. Try to click on the information and try to buy it. The website image banner is gone. I Hope you can help me on this matter. Thanks.
lwyau
08-22-2007, 11:06 PM
It's a known bug being fixed with v4.9.2 r15. See here: http://forum.soholaunch.com/showthread.php?t=4451
NST Inc Designer
08-22-2007, 11:11 PM
If you are comfortable with html editing I can offer you a quick work-around.
You need to change a small bit of code. Let me know.
zahrein
08-22-2007, 11:22 PM
So how do i fix it? Hope you can exlplain to me. I am newbie here.
zahrein
08-22-2007, 11:24 PM
OK, do help me . HOpe you can give me instructions on editing it.
NST Inc Designer
08-23-2007, 12:54 AM
In the index.html file inside the template folder (/sohoadmin/program/modules/site_templates/pages/PHASE2-Modest_Muse-Orange/index.html) you need to find this line:
<div id="header_image" style="background-image: url(#template_path_full_url#/images/_userimg-headimage.jpg);" >
Change it to:
<div id="header_image" style="background-image: url(www.yourdomain.com/sohoadmin/program/modules/site_templates/pages/PHASE2-Modest_Muse-Orange/images/_userimg-headimage.jpg);" >
If you have trouble with this I can send you the zip file with the corrections.
zahrein
08-23-2007, 02:10 AM
I need to use the FTP to acess this files right?
lwyau
08-23-2007, 08:03 AM
The line Tim asked you to change was not changed for this file: sohoadmin/program/modules/site_templates/pages/PHASE2-Modest_Muse-Orange/index.html
zahrein
08-23-2007, 09:24 AM
I have tried. It still does not work.
NST Inc Designer
08-23-2007, 10:55 AM
I have tried. It still does not work.
Currently you have:
<div id="header_image" style="background-image: url(www.zahrein.com/images/_userimg-headimage.jpg);" >
and you should have:
<div id="header_image" style="background-image: url(www.zahrein.com/sohoadmin/program/modules/site_templates/pages/PHASE2-Modest_Muse-Orange/images/_userimg-headimage.jpg);" >
zahrein
08-23-2007, 08:49 PM
yES, ITS WORKING ALREADY. But the images that come out is the default template. It does not come out with my design image. I guess its ok. Thanks.
NST Inc Designer
08-23-2007, 09:26 PM
Good to hear!
You can just replace the default image with your own via FTP. Make sure you rename your image to the name the template uses for the default image.
zahrein
08-25-2007, 06:09 AM
Wow, thanks a lot. I have another question.
1. How do i add information on the left colum. It seems only sub category that i only can add.
Why cant i add pictures or information on the left column.? HOw do i edit it.
NST Inc Designer
08-25-2007, 01:41 PM
The left column is for sub menu items. There is no provision for content, although adding a simple #promobox# would not be hard for the end user.
zahrein
08-25-2007, 10:10 PM
How to add the promo box?
NST Inc Designer
08-26-2007, 09:06 PM
Here ya go: http://forum.soholaunch.com/showthread.php?p=14033#post14033
zahrein
08-26-2007, 10:59 PM
Thanks TiM, I will try.
zoozi
09-23-2007, 05:13 PM
Hi,
I was wondering if I could make the banner height bigger than the default dimensions of 798 x 140 pixels?
I have a banner that is 250 pixels in height, I thought I saw a place to adjust this but I'm not too sure.
Thanks!
NST Inc Designer
09-25-2007, 09:46 PM
Open up custom.css in you template folder. Find this:
#header_image {
width: 798px;
margin-right: auto;
margin-left: auto;
height: 140px;
position: relative;
}
Change the height attribute like this:
#header_image {
width: 798px;
margin-right: auto;
margin-left: auto;
height: 250px;
position: relative;
}
Save the file and add you new image through the template manager.
vBulletin® v3.7.2, Copyright ©2000-2008, Jelsoft Enterprises Ltd.