Re: Apple Zen Template Support Thread
jettrue,
THANKS FOR THE AWESOME TEMPLATE!!!! :hug:
I've have spent the past few days reading this thread and have put alot of the information to use for the "facelift" I'm gonna give my website!
I'm not done yet, but take a peek at my progress so far!
I still have a few changes to make:
- extending logo area - remove the white boxes on the sides
- redesign then reset the background image to the centerbox only so it begins under the last "navbar?" and then my sidecolumn color comes back!
- New logo.
These should be pretty easy since most of my issues have already been addressed here!
http://charmsandmore.charmedbytina.com/
Once again. THANKS!!!!
Tina
Re: Apple Zen Template Support Thread
Quote:
Originally Posted by
axip
Alright thanks!
Sorry to be such a burden, but I got a few more questions.
You know where the headerborder.gif is located right. I have this flash music player I want to place there instead of the image(You can see the player at
www.smileysmart-grow.nl/index.html)
How can I do this?
Alright, I put the code for the flash player in tpl_main_page.php
between <div id="centerColumnOuter"></div>, but the player would always remain on top(issues with dropdown menu) and start over if you go to a other page.
Now I would like to place it in the right sidebox, but how?
And another quick question,
I would like to move the logo a little bit down(See: http://www.smileysmart-grow.nl/index.php ) How to do this?
A zillion thanks in advance!
Re: Apple Zen Template Support Thread
Quote:
Originally Posted by
axip
Alright, I put the code for the flash player in tpl_main_page.php
between
<div id="centerColumnOuter"></div>, but the player would always remain on top(issues with dropdown menu) and start over if you go to a other page.
Now I would like to place it in the right sidebox, but how?
And another quick question,
I would like to move the logo a little bit down(See:
http://www.smileysmart-grow.nl/index.php ) How to do this?
A zillion thanks in advance!
Alright for the ones have a similiar problem, install this mod
http://www.zen-cart.com/index.php?main_page=product_contrib_info&cPath=40_52&products_id=174
It basically allows you to add as many sideboxes as you want.
Anyway I only have 1 problem now. If you go at my site http://www.smileysmart-grow.nl/index.php. You see the logo doesn't fit well, I'd like to move it a little bit down but how?
Re: Apple Zen Template Support Thread
Quote:
Originally Posted by
axip
Sorry I've been slow with my replies.
You can try adding
padding-top:3px to #logoWrapperOuter
As for the music... I'm going to be brutally frank here and say it was extremely annoying. In my opinion, music on an e-commerce site is a death sentence. I couldn't wait to close your page after trying to figure out the issue so I could stop hearing the beginning of Could You Be Loved. It's especially annoying when the music is programmed to start automatically, and it re-starts on every single page click. Now, if there is some way to set it so it only plays if a person presses the play button, and so that it doesn't keep restarting, I'd say go for it. But people should be able at this point to choose what they listen to when they shop.
But that's just my .02... it's your site, and you are perfectly allowed to ignore me, LOL! :bigups: Sorry for being so brutal.
Re: Apple Zen Template Support Thread
Quote:
Originally Posted by
charmedbytina2
jettrue,
THANKS FOR THE AWESOME TEMPLATE!!!! :hug:
I've have spent the past few days reading this thread and have put alot of the information to use for the "facelift" I'm gonna give my website!
I'm not done yet, but take a peek at my progress so far!
I still have a few changes to make:
- extending logo area - remove the white boxes on the sides
- redesign then reset the background image to the centerbox only so it begins under the last "navbar?" and then my sidecolumn color comes back!
- New logo.
These should be pretty easy since most of my issues have already been addressed here!
http://charmsandmore.charmedbytina.com/
Once again. THANKS!!!!
Tina
1. Add your background color to #headerWrapper. Those aren't white boxes to be removed, that div just has a white background color.
2. You put your background image in two places. You put it for #centerColumnWrapper2 and for the body. So, my question to you is, where precisely do you want the image to show up? In my original design, there is a background image for #centerColumnWrapper2 which gives the sidebox it's background color. (the light grey). Anyhoo, tell me if you want your background image just BEHIND the content (only to the left and right of center), or if you want it also to be behind your products, but with a solid color for the sideboxes?
3. Good luck with your new logo!
:hug:
Re: Apple Zen Template Support Thread
Thanks for the pointers - I'll change the background color by the logo!
I want the background image in the centerbox and to continue into the right column (replacing the grey bar).
I also want the area around and under the centerbox to be purple (the areas where your template has the green striped image).
I know I coded the image in the wrong place - first clue for me is that my gir's head is missing when you first open the page - lol!)
Oh! One more thing - where do I code the color for the bars for New Products and Featured Products?
Re: Apple Zen Template Support Thread
I have looked around and haven't been able to find anything on the subject of Apple Zen working with the column grid mod. I have this installed and have made the changes in configuration>>product listing>> but the products only display vertically on the page.
Any help would be appreciated!
1 Attachment(s)
Re: Apple Zen Template Support Thread
Quote:
Originally Posted by
jettrue
Sorry I've been slow with my replies.
You can try adding
padding-top:3px to #logoWrapperOuter
This solves the problem in Firefox but not in IE, I added a screenshot.
Here some drastic changes in my in the css file
Code:
#logo {
width: 100%;
height: 100%;
}
#logo img {
width:100%;
height:100%;
}
Code:
#tagline {display:none}
background:url(../images/2.gif);
font-size:1.3em;
text-align:center;
padding-top:15px;
}
Basically I laugh at any that uses IE, but unfortuntaly that is like 90% of all people using the internet.
Quote:
Originally Posted by
jettrue
As for the music... I'm going to be brutally frank here and say it was extremely annoying. In my opinion, music on an e-commerce site is a death sentence. I couldn't wait to close your page after trying to figure out the issue so I could stop hearing the beginning of Could You Be Loved. It's especially annoying when the music is programmed to start automatically, and it re-starts on every single page click. Now, if there is some way to set it so it only plays if a person presses the play button, and so that it doesn't keep restarting, I'd say go for it. But people should be able at this point to choose what they listen to when they shop.
But that's just my .02... it's your site, and you are perfectly allowed to ignore me, LOL! :bigups: Sorry for being so brutal.
That was awesome dude! I laughed my ######### of reading this! I have the same opinion , but the kind of customers I have enjoy this feature.
Anyways I updated the player, autoplay is off and it doesn't keep restarting at every page, there is a slight gap, but nothing can be done about this!
Re: Apple Zen Template Support Thread
Hello Jade,
In the "body" my background image shows up in IE7 but not in firefox.
body {
background:url(../images/site-bg-blue.gif);
If I change it for a background color, every thing is find, so what to do?
In advance, thanks for your support.
Pascal
Re: Apple Zen Template Support Thread
It is ok now, I solved the problem!
Regards,
Pascal