Re: Rustic Template Support Thread
Quote:
Originally Posted by
Johnnyd
Hello Clyde, I have tried the things you have sent me and again thankful for the time you have spent.The logo,s were created in xara Webstyle as two seperate images so i would still like the ability to edit them in xara.Your default positon for a logo suits my needs for the first logo and I would like to delete entire header sales text and its position and replace that with second logo. I have edited the Logos and they are attached here.Thanks again John:smile:
First: save your images to includes/templates/rustic/images
Second: open includes/languages/english/rustic/header.php
find the following line of code:
Code:
define('HEADER_SALES_TEXT', 'TagLine Here<br />This text can be changed by<br />editing <code>includes/languages/english/rustic/header.php</code><br />To replace the logo, upload your logo.gif to <code>includes/templates/rustic/images/</code>');
and change it as follows:
Code:
define('HEADER_SALES_TEXT', '');
Third: open includes/templates/rustic/css/stylesheet.css
find the following line:
#taglineWrapper {
margin-left:135px;
padding-top: 2px;
background: url(../images/callout_bg.gif) no-repeat;
width:560px;
}
and change it as follows:
#taglineWrapper {
margin-left:135px;
padding-top: 2px;
background: url(../images/logo_b.jpg) no-repeat;
width:640px;
height:78px;
}
Re: Rustic Template Support Thread
Hello Clyde, must nearly be there however still something wrong I have changed info as supplied and probably an error on my part but cant seem to find it.The second logo on my comp was saved as gif have tried it as a jpg file but if i transfer it to the default logo position it works fine ps using xp & ie7.am I missing some code from the rustic/header.php?:unsure:Thanks John.
Re: Rustic Template Support Thread
Quote:
Originally Posted by
Johnnyd
Hello Clyde, must nearly be there however still something wrong I have changed info as supplied and probably an error on my part but cant seem to find it.The second logo on my comp was saved as gif have tried it as a jpg file but if i transfer it to the default logo position it works fine ps using xp & ie7.am I missing some code from the rustic/header.php?:unsure:Thanks John.
make the following changes in includes/languages/english/rustic/header.php
define('HEADER_LOGO_WIDTH', '154px');
define('HEADER_LOGO_HEIGHT', '107px');
define('HEADER_LOGO_IMAGE', 'logo.gif');
Re: Rustic Template Support Thread
Hello Clyde, I tried the width & Height settings without success I had them set to 160w & 98h previously my sizes are Small Logo 140 x 95 & long logo 685 x 84 with css settings at 685 x 84 with margin Left at 135 (have tried 90)here & 700 x 90 x css. Sorry to be a pest for you.:smile: Thanks John
Re: Rustic Template Support Thread
Quote:
Originally Posted by
Johnnyd
Hello Clyde, I tried the width & Height settings without success I had them set to 160w & 98h previously my sizes are Small Logo 140 x 95 & long logo 685 x 84 with css settings at 685 x 84 with margin Left at 135 (have tried 90)here & 700 x 90 x css. Sorry to be a pest for you.:smile: Thanks John
Again, without see the actual site where you are placing these images, I really can't give you very accurate information about the sizing and Css adjustments that may need to be made.
Re: Rustic Template Support Thread
Hello Clyde, I have been working on getting my site online so I have left my earlier issues to deal with later, I have been looking for the areas of code to change the welcome to 'my store' I wish to put a longer message here Welcome to The Brass N Stuff,where we Sell Goodies for Woodies! could you please advise me what to change?:smile: Thanks in advance John
Re: Rustic Template Support Thread
Quote:
Originally Posted by
Johnnyd
Hello Clyde, I have been working on getting my site online so I have left my earlier issues to deal with later, I have been looking for the areas of code to change the welcome to 'my store' I wish to put a longer message here Welcome to The Brass N Stuff,where we Sell Goodies for Woodies! could you please advise me what to change?:smile: Thanks in advance John
includes/languages/english/rustic/index.php
Re: Rustic Template Support Thread
Thanks Clyde, I found this page and tried to edit the entry, there are two entries here right at the bottom of the page, I edited the top one saved it and uploaded and my site didn't load then I edited both enties but got the same result.:dontgetit Thanks John
Re: Rustic Template Support Thread
Quote:
Originally Posted by
Johnnyd
Thanks Clyde, I found this page and tried to edit the entry, there are two entries here right at the bottom of the page, I edited the top one saved it and uploaded and my site didn't load then I edited both enties but got the same result.:dontgetit Thanks John
make sure your edit(s) are enclosed in single quotes:
, 'my edited message is here');
note: if you used an appotrophe in any part of the text make sure you use a forward slash in front of it
, 'my edited message is here I\'m glad I got it right ');
Re: Rustic Template Support Thread
Thanks Clyde, did manage to acheive a result was going to post a disregard message changed the home page entry would still like to know what the second entry is for?:unsure: thanks again John