WebsiteBaker Community Forum

WebsiteBaker Support (2.8.x) => Templates, Menus & Design => Topic started by: koldkleener on October 16, 2008, 09:01:28 PM

Title: template argos1
Post by: koldkleener on October 16, 2008, 09:01:28 PM
Hi
How can contact Jurgen Nijhuis - Argos Media here via the forum? I've searched for him,  but somehow couldn't find him. Can someone help me?

Best regards

Kim
Title: Re: template argos1
Post by: albatros on October 16, 2008, 10:44:22 PM
Hi,

should be easy https://forum.WebsiteBaker.org/index.php?action=profile;u=153 (https://forum.WebsiteBaker.org/index.php?action=profile;u=153).

hth

Uwe
Title: Re: template argos1
Post by: koldkleener on October 17, 2008, 08:23:21 AM
Thanks Uwe

Kim
Title: Re: template argos1
Post by: koldkleener on October 18, 2008, 04:31:40 PM
Hi
I can also ask here. I'm playing with the template argos1 and I've made a logo.jpg for the frontside. My problem is I'm not quite sure where to put the logo with the right codes. I've found out to change the colours in the codes. I hope that someone can help - is it the index-file or the screen-file? And can you light'n me up about the correct code for the image-codes?
Best regards
Kim


Title: Re: template argos1
Post by: Vincent on October 18, 2008, 05:32:59 PM
Didn't check it - so I'm not sure - but check the file screen.css for

Code: [Select]
/* #header-top{width:100%;background:white url('logo.gif') 25px 0 no-repeat;height:90px;} for use with 600px wide image, then remove title and slogan from index.php */


remove the /* and */ to make the css code work, put your logo (as a gif file) in the root of the template, follow the other instructions and you're done.

Regards,
Vincent
Title: Re: template argos1
Post by: koldkleener on October 18, 2008, 06:13:03 PM
Hi Vincent
/* #header-top{width:100%;background:white url('logo.gif') 25px 0 no-repeat;height:90px;} for use with 600px wide image, then remove title and slogan from index.php */

Yesterday I removed the slashs  and the stars from the above phrase and put in logo.jpg and the text "for use with...from index.php". And I've put the logo in the root of the template...
 
From the index.php I looked thrue the codes and couldn't find the title and slogan:

  <div id="left">
    <div id="header">
      <div id="header-top">
      <h1><a href="<?php echo WB_URL ?>"><?php page_title('', '[WEBSITE_TITLE]'); ?></a></h1>
      <h2>or use this area for a nice big graphic header max. 600px by 90px</h2>
      </div>


Is this the place with the title and slogan in the index.php?

Kim
     
Title: Re: template argos1
Post by: koldkleener on October 19, 2008, 05:51:36 PM
Hi
I think I've solved the problem.
Kim