Zen Cart Logo
Forums / Templates, Stylesheets, Page Layout / Is it possible to integrate Zen Cart into my design ?

Is it possible to integrate Zen Cart into my design ?

Locked

Views: 3,512

Results 21 to 27 of 27
This thread is locked. New replies are disabled.
22 Jan 2007, 3:33 AM
#21
timetodoit avatar

timetodoit

New Zenner

Join Date:
Jan 2007
Posts:
24
Plugin Contributions:
0

Is it possible to integrate Zen Cart into my design ?

Hmm thats too complicated lol

So the other ideia u said is ... continue to have the top image in the same place.. but joining the sides and red imagine in one! And use it as logowrapper right?

22 Jan 2007, 3:45 AM
#22
timetodoit avatar

timetodoit

New Zenner

Join Date:
Jan 2007
Posts:
24
Plugin Contributions:
0

Re: Is it possible to integrate Zen Cart into my design ?

Finaly done kaefe :D thanks

Now moving on... (sorry for beeing so damm annoing :( ) now how do I remove that top green? im taking baby steps :D

22 Jan 2007, 3:55 AM
#23
barco57 avatar

barco57

Totally Zenned

Join Date:
Apr 2006
Location:
West Salem, IL
Posts:
2,845
Plugin Contributions:
0

Re: Is it possible to integrate Zen Cart into my design ?

Might you guys be making it more difficult than it has to be......Why not add another div.....like outerMainWrapper and then you can keep the images as one piece and then add some margin/padding whatever to make room for the image to sit right on top. The file to edit would be tpl_main_page.php in your includes/templates/YOUR_CUSTOM_TEMPLATE/common folder. You would find the div for mainWrapper and add the new div above it...like this```

<div id="outerMainWrapper"> <div id="mainWrapper"> ``` You also need to remember to close the div....probably after the footer
22 Jan 2007, 4:24 AM
#24
kaefee avatar

kaefee

New Zenner

Join Date:
Jan 2007
Posts:
40
Plugin Contributions:
0

Re: Is it possible to integrate Zen Cart into my design ?

barco57,

the reason is only size optimization, if you leave the image in one peace all the center need to be PNG format, so the file get to high, if you slice the image, the center can be a jpg format because does'n need transparency; but doing this you need to use the DIVs that zen cart already have, I guess.

22 Jan 2007, 4:44 AM
#25
barco57 avatar

barco57

Totally Zenned

Join Date:
Apr 2006
Location:
West Salem, IL
Posts:
2,845
Plugin Contributions:
0

Re: Is it possible to integrate Zen Cart into my design ?

You could add a table to the new div to handle the sliced image. I know I said table ....do forgive me.

22 Jan 2007, 1:11 PM
#26
kaefee avatar

kaefee

New Zenner

Join Date:
Jan 2007
Posts:
40
Plugin Contributions:
0

Re: Is it possible to integrate Zen Cart into my design ?

Tables?, :yuck:... you know what will happen, problems with IE, different results on each browser... well, yes.. is an option.

22 Jan 2007, 6:30 PM
#27
timetodoit avatar

timetodoit

New Zenner

Join Date:
Jan 2007
Posts:
24
Plugin Contributions:
0

Re: Is it possible to integrate Zen Cart into my design ?

Guys check out my new topic.. on continuing this... I would really apreciated !!