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

Apple Zen Support Thread

Views: 855,574

Results 801 to 820 of 3,042
10 Jun 2007, 1:32 PM
#801
axip avatar

axip

New Zenner

Join Date:
Apr 2007
Posts:
30
Plugin Contributions:
0

Apple Zen Support Thread

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

#logo {
           width: 100%;  
           height: 100%;
          }    

#logo img {
                width:100%;
                height:100%;
                }
#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.

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!

10 Jun 2007, 8:53 PM
#802
welldon avatar

welldon

New Zenner

Join Date:
Feb 2007
Location:
Barcelona - Spain
Posts:
7
Plugin Contributions:
0

Re: Apple Zen 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

10 Jun 2007, 9:03 PM
#803
welldon avatar

welldon

New Zenner

Join Date:
Feb 2007
Location:
Barcelona - Spain
Posts:
7
Plugin Contributions:
0

Re: Apple Zen Support Thread

It is ok now, I solved the problem!

Regards,
Pascal

10 Jun 2007, 10:36 PM
#804
jettrue avatar

jettrue

Totally Zenned

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

Re: Apple Zen Support Thread

julie.t:

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!

Did you set "Product Listing - Layout Style" to "columns"?

Also realize that the column grid mod does not affect the "New Products" or "All Products" listing, just the products that are in categories.

11 Jun 2007, 1:11 PM
#805
high2k avatar

high2k

Zen Follower

Join Date:
May 2006
Location:
Scotland
Posts:
198
Plugin Contributions:
0

Re: Apple Zen Support Thread

Hi,

I would like to move the link 'SHOPPING CART' to the very top right of the page - ie. in the same line as 'home' and 'login' [but right aligned. I'd also like a little shopping cart graphic there too. Could you advise how I might do this?

Thanks in advance.

11 Jun 2007, 2:04 PM
#806
high2k avatar

high2k

Zen Follower

Join Date:
May 2006
Location:
Scotland
Posts:
198
Plugin Contributions:
0

Re: Apple Zen Support Thread

Is there also some way that I can put the search box in the logo area and evenly space out the horizontal navigation buttons?

11 Jun 2007, 2:33 PM
#807
helpme avatar

helpme

Totally Zenned

Join Date:
Apr 2007
Posts:
632
Plugin Contributions:
0

Re: Apple Zen Support Thread

This may be a very silly question, but I can't seem to fix it. How can I take off the stripes on the side to make them just white? Thanks!

11 Jun 2007, 2:53 PM
#808
jettrue avatar

jettrue

Totally Zenned

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

Re: Apple Zen Support Thread

high2K:

Is there also some way that I can put the search box in the logo area and evenly space out the horizontal navigation buttons?

As for your shopping cart link in the header... you can manually add that to includes/templates/YOUR_TEMPLATE/common/tpl_header.php. If you're not using the search box, I'd put it in place of <?php require(DIR_WS_MODULES . 'sideboxes/search_header.php'); ?>

As for evenly spacing out the horizontal navigation buttons, open up includes/templates/YOUR_TEMPLATE/css/stylesheet_header_menu.css and replace three sections of css (div#dropMenu li, div#dropMenu li a, div#dropMenu ul.level2) with the code below:

div#dropMenu li {
	position:relative;
	list-style:none; 
	margin:0; 
	float:left; 
	line-height:1em;
        width:16.6%;
	}
div#dropMenu li a {display: block; padding: .6em 0;text-decoration: none; text-transform:uppercase; color:#ffffff; text-align:center; border-right:1px solid #ffffff;} 
div#dropMenu ul.level2 {background:#4f4f4f;z-index:1000;position:absolute;left:0;}

Sorry to all of those who have asked to evenly space out their menu before high2k, but this solution just dawned on me!

11 Jun 2007, 2:54 PM
#809
jettrue avatar

jettrue

Totally Zenned

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

Re: Apple Zen Support Thread

helpme:

This may be a very silly question, but I can't seem to fix it. How can I take off the stripes on the side to make them just white? Thanks!

Just remove that image from the css:

body {
background:url(../images/site-bg-blue.gif) 0 9em repeat-x;
}

I think you're using the blue one, correct?

11 Jun 2007, 4:24 PM
#810
jettrue avatar

jettrue

Totally Zenned

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

Re: Apple Zen Support Thread

axip:

This solves the problem in Firefox but not in IE, I added a screenshot.

Basically I laugh at any that uses IE, but unfortuntaly that is like 90% of all people using the internet.

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!

Maybe you should stick to your standards. :P Just cause they enjoy it, doesn't make it right, LOL! And will not having it make them leave, more than having it might make someone leave? Now I'm just picking on your for the fun of it. :hug: It's not my beeswax. :flex:

So, the IE issue... let me install an ie css editor on my laptop and see if I can get it to work...

11 Jun 2007, 4:46 PM
#811
arista5 avatar

arista5

New Zenner

Join Date:
May 2007
Posts:
5
Plugin Contributions:
0

Re: Apple Zen Support Thread

Is there a way i can have the stripes continue on the outsides of the main box?

and also put a footer bar to match the header to box off the site and have it look more finished on the bottom?

11 Jun 2007, 4:49 PM
#812
helpme avatar

helpme

Totally Zenned

Join Date:
Apr 2007
Posts:
632
Plugin Contributions:
0

Re: Apple Zen Support Thread

Jade,
I took out the stripe section in includes/templates/apple_zen/stylesheet.css and nothing happened. I deleted my temp folders and still nothing. What am I doing wrong?

11 Jun 2007, 5:03 PM
#813
jettrue avatar

jettrue

Totally Zenned

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

Re: Apple Zen Support Thread

helpme:

Jade,
I took out the stripe section in includes/templates/apple_zen/stylesheet.css and nothing happened. I deleted my temp folders and still nothing. What am I doing wrong?

Nope, its still there:

body {
background:url(../images/site-bg-blue.gif) 0 9em repeat-x;
}

11 Jun 2007, 6:32 PM
#814
symmo avatar

symmo

New Zenner

Join Date:
Jun 2007
Posts:
54
Plugin Contributions:
0

Re: Apple Zen Support Thread

Hi, great template just a few little issues,
in my catergries I have documents on my old temlpate they show up in a seperate side box on this template they dont and I only want to display products un der the catergory tab can this be done ?

is it possible to add pages and tabs under the information tab shipping privacy is there but I want to add a few more is this poss?

thanks in advance

symmo

11 Jun 2007, 8:54 PM
#815
symmo avatar

symmo

New Zenner

Join Date:
Jun 2007
Posts:
54
Plugin Contributions:
0

Re: Apple Zen Support Thread

right sorted the last prob with the use of EZpages... :clap:

Now how do I make the page color the same as the buttons ? im using grey and have previously been using the darkness template and want to keep the main pages dark so my pics still blend in ? thanks in advance

Symmo

11 Jun 2007, 10:29 PM
#816
axip avatar

axip

New Zenner

Join Date:
Apr 2007
Posts:
30
Plugin Contributions:
0

Re: Apple Zen Support Thread

Hey, how do I disable the Privacy Notice and About us in the dropdown menu?

11 Jun 2007, 11:06 PM
#817
symmo avatar

symmo

New Zenner

Join Date:
Jun 2007
Posts:
54
Plugin Contributions:
0

Re: Apple Zen Support Thread

I have tried everything now to change the size of the logo the hieght changes but the width will not im now pulling my hair out i just get a pic on the left with a big white space pleeeeese help !!!!

12 Jun 2007, 2:10 AM
#818
supergper avatar

supergper

New Zenner

Join Date:
Jun 2007
Posts:
3
Plugin Contributions:
0

Re: Apple Zen Support Thread

Great Template, but one minor question. Is there a way to change the grey box circled in this pic to another color?

I've tried looking and playing with different elements but can't find if it's in the CSS or if it's an image? :bigups:

12 Jun 2007, 8:04 AM
#819
high2k avatar

high2k

Zen Follower

Join Date:
May 2006
Location:
Scotland
Posts:
198
Plugin Contributions:
0

Re: Apple Zen Support Thread

I just went into the apple zen image folder and replaced the stripey image with a plain white one. See includes/templates/apple_zen/images/site-bg-green.gif

I guess you could also do it by going into the apple zen stylesheet and removing the instruction to use the image in the first place. In the stylesheet just change:-

body {
background:url(../images/site-bg.gif) 0 8.5em repeat-x;
}

12 Jun 2007, 10:55 AM
#820
symmo avatar

symmo

New Zenner

Join Date:
Jun 2007
Posts:
54
Plugin Contributions:
0

Re: Apple Zen Support Thread

right ive got a big logo now I had to change the text and put a html link in!

now ive got white around the logo ?! ive changed the 2 sidee backgrounds to a gradient effect but need to chage behind the logo?

also how to delete the top bar with signin and seach on si that the logo is right @ the top of the page?

thanks in advance