WebsiteBaker Community Forum

WebsiteBaker Support (2.8.x) => Templates, Menus & Design => Topic started by: pedrotponz on April 30, 2009, 09:39:00 AM

Title: Combiine 2 templates
Post by: pedrotponz on April 30, 2009, 09:39:00 AM
http://addons.WebsiteBaker.org/pages/templates.php?id=11 i want that body structure
and this background http://addons.WebsiteBaker.org/pages/templates.php?id=66
so just take the green/black textured top and  chuck it on the first one!!!!!!!

only a legend could do it (i cant)

PW
Title: Re: Combiine 2 templates
Post by: BlackTiger on April 30, 2009, 10:30:21 AM
Hi,

the body background in your first template is defined in base.css at line 20:

Code: [Select]
body#pagetop {
background:#444444 none repeat scroll 0 0;
...

You have to replace the background-line by the definition of the other template. In style.css at line 15:

Code: [Select]
background:#759D00 url(top.gif) repeat-x scroll 0 0;

And move top.gif from the second template into your template dir. This should do the trick. The help pages (http://help.WebsiteBaker.org/pages/en/advanced-docu/designer-guide/porting-an-existing-html-template.php) provide good information about creating/modifying templates.

regards
Michael
Title: Re: Combiine 2 templates
Post by: pedrotponz on May 01, 2009, 12:28:44 AM
that may be all well but i want it exactly as it is in template one only i want to get rid of the logon box and light gray on the side, so that the page is fully within the box
just change the background colour thats all really a
Title: Re: Combiine 2 templates
Post by: pedrotponz on May 01, 2009, 12:47:16 AM
oh and the other problem is i am dislexic and theirfor i dont really understand what you are saying :mrgreen:
Title: Re: Combiine 2 templates
Post by: BlackTiger on May 01, 2009, 11:44:31 AM
If you want to build your own template, the help pages mentioned above provide good information. Have you tried to go thru them?

Templates mostly consist of an index.php file and the according css file. If you want to change something you have to adjust both of them to your needs. This is not that magic - most is done with HTML and CSS. Give it a try and report specific problems with the editing.

regards
Michael
Title: Re: Combiine 2 templates
Post by: pedrotponz on May 02, 2009, 12:07:51 AM
i have spent hours trying to do all that stuff but i cant simply it never works, you seem to know what to do and you seem smart can you please do it for me, please i beg you :?
Title: Re: Combiine 2 templates
Post by: BlackTiger on May 02, 2009, 08:53:01 AM
I'm trying to help you with specific problems but I will not do the whole work - you have to invest some energy, too.

Beside that I don't understand what you want. From your first post I thought you want to exchange the background but I don't know what you mean with your second post (it seems also not completed).

Can you give a link to your current state of work and show where your problems are?

regards
Michael
Title: Re: Combiine 2 templates
Post by: Re-Mi on May 06, 2009, 11:43:58 PM
Hello,

To remove the light grey border you have to photoshop or an other program to edit the images of template 1 because the are attached to the header and body page.

So first thing to do is "cut out" the shapes and make the suroundings tranparant (save as png)

2nd thing is to change the background color of template 2 to the green of template 1 and change the background image of the template to this one http://addons.WebsiteBaker.org/templates/landzilla/top.gif.

Be sure to repeat the background image only horizontal repeat-x

(just like Blacktiger told already)

To remove the vertical grey out box of the main screen (the logon box) you need the same image editing program that you used before because this is also "hard coded" into the images

Greetz,