Zen Cart Logo
Forums / Addon Templates / Apple Zen Support Thread

Apple Zen Support Thread

Views: 855,566

Results 2,421 to 2,440 of 3,042
23 Jan 2009, 12:54 PM
#2421
jettrue avatar

jettrue

Totally Zenned

Join Date:
Jan 2005
Location:
USA, St. Louis
Posts:
3,651
Plugin Contributions:
5

Apple Zen Support Thread

larojiblanca:

How do you change the color of form fields?

In the attached image, I'm referring to the light green area.

Thanks.

It's in the stylesheet.css

input:focus, select:focus, textarea:focus {
background:#F3F9E1;
}

23 Jan 2009, 12:57 PM
#2422
jettrue avatar

jettrue

Totally Zenned

Join Date:
Jan 2005
Location:
USA, St. Louis
Posts:
3,651
Plugin Contributions:
5

Re: Apple Zen Support Thread

neighbornick:

I have recently uploaded the apple zen cart templete. However when I browse the web, the login, checkout and most all of the grey buttons are distored. You can check it out for yourself,

Http://nnforyou.com

somebody please help me.

Try uploading them again.

as for your HOME LOGIN section, open up stylesheet.css, and you'll see that all of the colors are near the top of the file. It's #navMainWrapper that you want to change the background color.

23 Jan 2009, 1:00 PM
#2423
jettrue avatar

jettrue

Totally Zenned

Join Date:
Jan 2005
Location:
USA, St. Louis
Posts:
3,651
Plugin Contributions:
5

Re: Apple Zen Support Thread

GoNinja:

Currently "headerborder.gif" (the grey background under the drop down menu) shows 13 pixels high, how do I change this so it shows 36 pixles high?

Change the height in the stylesheet:

#centerColumnOuter {
margin:0 .5em;
width:70em;
height:15px;
}

23 Jan 2009, 1:02 PM
#2424
jettrue avatar

jettrue

Totally Zenned

Join Date:
Jan 2005
Location:
USA, St. Louis
Posts:
3,651
Plugin Contributions:
5

Re: Apple Zen Support Thread

Merlinpa1969:

this would be a bet that you would lose...
Windows servers indeed,
thems fighting words.. LOL

What the heck are you saying? LOL

I simply guessed that he's on a windows server, hence the .htaccess issues. How would that be a bet that I would lose? :blink:

Fighting words?

23 Jan 2009, 6:22 PM
#2425
goninja avatar

goninja

New Zenner

Join Date:
Jan 2009
Posts:
71
Plugin Contributions:
0

Re: Apple Zen Support Thread

jettrue:

Change the height in the stylesheet:

#centerColumnOuter {
margin:0 .5em;
width:70em;
height:15px;
}

Thank you for the reply!

23 Jan 2009, 6:57 PM
#2426
merlinpa1969 avatar

merlinpa1969

Totally Zenned

Join Date:
Mar 2004
Posts:
13,031
Plugin Contributions:
4

Re: Apple Zen Support Thread

I was joking,
you said I bet your on a windows server....

<< cant stand windows servers, hence the term fighting words...
more humor....

it was actually a path problem,
required the entire server path to the htc file

jettrue:

What the heck are you saying? LOL

I simply guessed that he's on a windows server, hence the .htaccess issues. How would that be a bet that I would lose? :blink:

Fighting words?

23 Jan 2009, 7:33 PM
#2427
meltdown avatar

meltdown

Totally Zenned

Join Date:
Jun 2006
Location:
My family and I live in Brighton, England
Posts:
947
Plugin Contributions:
0

Re: Apple Zen Support Thread

Merlinpa1969:

I was joking,
you said I bet your on a windows server....

<< cant stand windows servers, hence the term fighting words...
more humor....

it was actually a path problem,
required the entire server path to the htc file

Thanks T - That took care of it

24 Jan 2009, 2:23 AM
#2428
goninja avatar

goninja

New Zenner

Join Date:
Jan 2009
Posts:
71
Plugin Contributions:
0

Re: Apple Zen Support Thread

Can someone tell me what files I make these changes:

RED: Toggle these links and bar shown on/off

BLUE: Change the order (I want the drop-down right at the top before the logo)

Thanks!

26 Jan 2009, 12:31 AM
#2429
goninja avatar

goninja

New Zenner

Join Date:
Jan 2009
Posts:
71
Plugin Contributions:
0

Re: Apple Zen Support Thread

Anyone? Anyone?

26 Jan 2009, 10:45 PM
#2430
fuzziest avatar

fuzziest

New Zenner

Join Date:
Jan 2009
Posts:
12
Plugin Contributions:
0

Re: Apple Zen Support Thread

If you'll notice this is my first ever post on this forum and I want to thank you Jettrue for not only writing this wonderful template, but you're tireless effort to respond to all questions. :D

So here's my question:
I've added a background image to the dropMenu, but for some reason when I did that the navMainWrapper showed up as transparent. I want it just to be white. I have it set to "#navMainWrapper {background-color:ffffff}" in the stylesheet but it still shows transparent

You can view it here: http://fuzzy-ink.com/beta/

Many thanks for past and future responses.

26 Jan 2009, 11:17 PM
#2431
jettrue avatar

jettrue

Totally Zenned

Join Date:
Jan 2005
Location:
USA, St. Louis
Posts:
3,651
Plugin Contributions:
5

Re: Apple Zen Support Thread

Fuzziest:

If you'll notice this is my first ever post on this forum and I want to thank you Jettrue for not only writing this wonderful template, but you're tireless effort to respond to all questions. :D

So here's my question:
I've added a background image to the dropMenu, but for some reason when I did that the navMainWrapper showed up as transparent. I want it just to be white. I have it set to "#navMainWrapper {background-color:ffffff}" in the stylesheet but it still shows transparent

You can view it here: http://fuzzy-ink.com/beta/

Many thanks for past and future responses.

You for got the # sign before the ffffff

It should look like this:
{background-color:#ffffff}

(see how all the other colors in the stylesheet have a # first). :wink:

26 Jan 2009, 11:46 PM
#2432
goninja avatar

goninja

New Zenner

Join Date:
Jan 2009
Posts:
71
Plugin Contributions:
0

Re: Apple Zen Support Thread

Hello, Could you reply to my question about changing the order of the stuff?

Which file do I do this in? Just tell me the file and I will figure out the rest. Thanks!

27 Jan 2009, 12:03 AM
#2433
jettrue avatar

jettrue

Totally Zenned

Join Date:
Jan 2005
Location:
USA, St. Louis
Posts:
3,651
Plugin Contributions:
5

Re: Apple Zen Support Thread

GoNinja:

Hello, Could you reply to my question about changing the order of the stuff?

Which file do I do this in? Just tell me the file and I will figure out the rest. Thanks!

The two green menus you turn off in your admin.

As far as moving the drop down menu, you'll have to open up includes/templates/apple_zen/common/tpl_main_page.php and find the drop menu section and move it to includes/templates/apple_zen/common/tpl_header.php to be above where you want it.

I think this will cause some issues in the css that will need to be addressed.

27 Jan 2009, 12:17 AM
#2434
goninja avatar

goninja

New Zenner

Join Date:
Jan 2009
Posts:
71
Plugin Contributions:
0

Re: Apple Zen Support Thread

Thanks for the reply. I checked everywhere in Admin. Can you tell me where this on/off function is? Thanks!

27 Jan 2009, 3:03 PM
#2435
fuzziest avatar

fuzziest

New Zenner

Join Date:
Jan 2009
Posts:
12
Plugin Contributions:
0

Re: Apple Zen Support Thread

Oh so simple, how did I miss it? Thanks!

28 Jan 2009, 6:58 AM
#2436
didee avatar

didee

Zen Follower

Join Date:
Jan 2009
Location:
Queensland, Australia
Posts:
115
Plugin Contributions:
0

Re: Apple Zen Support Thread

Hi again, I have decided that I want to make my apple sen cart into the narrow one that we have instructions for. I have done what was instructed...or so i thought, nearly everything is fine , except for two areas at the top of my page. I dont sem to be able to get rid of these and make my background cover the whole area. thanks again for all your help.
Di http://stitchwith.me/

28 Jan 2009, 9:45 PM
#2437
larojiblanca avatar

larojiblanca

New Zenner

Join Date:
Jan 2009
Posts:
10
Plugin Contributions:
0

Re: Apple Zen Support Thread

Does anyone know how I can change color for the "New products for [month]" bar?

28 Jan 2009, 9:53 PM
#2438
larojiblanca avatar

larojiblanca

New Zenner

Join Date:
Jan 2009
Posts:
10
Plugin Contributions:
0

Re: Apple Zen Support Thread

And how do I change the color for the bars in the sideboxes (e.g. the "Who's Online?" bar)? Thanks. ^^

28 Jan 2009, 11:56 PM
#2439
jettrue avatar

jettrue

Totally Zenned

Join Date:
Jan 2005
Location:
USA, St. Louis
Posts:
3,651
Plugin Contributions:
5

Re: Apple Zen Support Thread

GoNinja:

Thanks for the reply. I checked everywhere in Admin. Can you tell me where this on/off function is? Thanks!
"Configuration, "Layout Settings", "Categories-Tabs Menu ON/OFF"

"Configuration, "EzPages Settings", "EZ-Pages Display Status - HeaderBar"

28 Jan 2009, 11:59 PM
#2440
jettrue avatar

jettrue

Totally Zenned

Join Date:
Jan 2005
Location:
USA, St. Louis
Posts:
3,651
Plugin Contributions:
5

Re: Apple Zen Support Thread

Didee:

Hi again, I have decided that I want to make my apple sen cart into the narrow one that we have instructions for. I have done what was instructed...or so i thought, nearly everything is fine , except for two areas at the top of my page. I dont sem to be able to get rid of these and make my background cover the whole area. thanks again for all your help.
Di http://stitchwith.me/

Remove the background color here:

#headerWrapper {
width:100%;
text-align:center;
margin:0 auto;
background:#fff;
}