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

Apple Zen Support Thread

Views: 855,596

Results 2,181 to 2,200 of 3,042
28 Jul 2008, 10:51 PM
#2181
jettrue avatar

jettrue

Totally Zenned

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

Apple Zen Support Thread

flax:

I'd like to remove the white line (under the line with grey diagonal pinstripes) that separates the skis in my home page (please see http://www.skipros.eu).
Can you help me?

I use this opportunity to thank you again for your great template!

First, remove the <br> that you have above the image, its right above the table.

Then open up includes/templates/template_default/templates/tpl_index_default.php, remove this:

<h1 id="indexDefaultHeading"></h1>

Then save it as includes/templates/YOUR_TEMPLATE/templates/tpl_index_default.php

28 Jul 2008, 11:00 PM
#2182
jettrue avatar

jettrue

Totally Zenned

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

Re: Apple Zen Support Thread

northy:

Hi all.

I've recently taken over the role of administering and designing a web shop which is based on Zen Cart with a modified version of the apple template.

I'm currently getting into all the documentation (still got a long way ahead of me), but there are two things that I want to fix that I haven't been able to find any documentation about yet:

The web shop's URL is: http://www.cottermc.com.

  1. When you click on categories -> Tyres -> 17", you see a huge list of different sizes. Is it possible to stop Zen Cart from automatically creating the sub menu's that come after 16", 17", etc.? So the user has to click on 16" and then goes into the category overview?

  2. If you browse the web shop with IE6/7, the images for "Monthly specials" are shown on a single line each, whereas Firefox displays them in a row, the way they should be. Does anyone know what might cause this? I've tried changing the image sizes, checking the .css, but haven't found anything so far.

I'd greatly appreciate any help!

Best regards,
Northy

  1. Yes, open up includes/classes/categories_ul_generator and change this zero:
    $max level = 0

to another number, I think 3 is the level you need. Or maybe 4. Test it out and see what you need.

  1. I'm not sure. Are you talking about the specials page? Does it happen here on my test site?

http://www.zencart137.jadetrue.com/index.php?main_page=specials

29 Jul 2008, 8:25 AM
#2183
northy avatar

northy

New Zenner

Join Date:
Jul 2008
Posts:
3
Plugin Contributions:
0

Re: Apple Zen Support Thread

jettrue:

  1. Yes, open up includes/classes/categories_ul_generator and change this zero:
    $max level = 0

to another number, I think 3 is the level you need. Or maybe 4. Test it out and see what you need.

  1. I'm not sure. Are you talking about the specials page? Does it happen here on my test site?

http://www.zencart137.jadetrue.com/index.php?main_page=specials

Thanks for your answer, I really appreciate it!

To answer your questions:

  1. Perfect, spot on. Thank you very much :clap::cool:

  2. On the index page, if you look at the bottom (Monthly specials for this month), the items were listed on a line for themselves. This stopped happening after having more than 2 items in the special category, so it's working fine now, I'll just have to remember to have more than 2 items in there :)

Thanks again :)

29 Jul 2008, 10:00 AM
#2184
flax avatar

flax

New Zenner

Join Date:
May 2008
Posts:
30
Plugin Contributions:
0

Re: Apple Zen Support Thread

Dear Jettrue,
your advice worked great as usual.

You are too good to be true.......
but you are true!

30 Jul 2008, 7:43 PM
#2185
jules_nz avatar

jules_nz

New Zenner

Join Date:
Jul 2008
Posts:
4
Plugin Contributions:
0

Re: Apple Zen Support Thread

Hi Jettrue

Firstly I just wanted to say that your template is great
You did an awesome job on it

I was just wondering if you can let me know how to change the font color for "Home, Log In/Out, My account" at the very top of the page?

I can manipulate the font under this heading in the ccs #navMainLinks {
But not the font color

I dont want the whole sites font changed
Just that one line

Is that possible?

Thanks in advance
Julie

30 Jul 2008, 11:36 PM
#2186
jettrue avatar

jettrue

Totally Zenned

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

Re: Apple Zen Support Thread

jules_nz:

Hi Jettrue

Firstly I just wanted to say that your template is great
You did an awesome job on it

I was just wondering if you can let me know how to change the font color for "Home, Log In/Out, My account" at the very top of the page?

I can manipulate the font under this heading in the ccs #navMainLinks {
But not the font color

I dont want the whole sites font changed
Just that one line

Is that possible?

Thanks in advance
Julie
Thanks for the compliment.

For example, to change the links:

#navMainLinks li a {color:#ffffff;}

When hovered over:

#navMainLinks li a:hover {color:#333333;}

31 Jul 2008, 2:15 AM
#2187
jules_nz avatar

jules_nz

New Zenner

Join Date:
Jul 2008
Posts:
4
Plugin Contributions:
0

Re: Apple Zen Support Thread

Thank you so much, that worked perfect!

I looked through everything to work out which one to change
But I didnt even think about adding in a new section to cover it

Hope you dont mind if I ask one more question?
Is it possible to have the category page the same as the sub category page?

Example of a category page: http://www.everglen.com/shop/index.php?main_page=index&cPath=1
Example of sub category page: http://www.everglen.com/shop/index.php?main_page=index&cPath=1_3

So the main category page would list the items in a single row and have its discription showing, just like the sub category list does

Even if you could point me in the direction of the two (or more) files that controll these settings, so that I can replicate from one to the other

Thanks
Julie

31 Jul 2008, 9:57 AM
#2188
muhstore avatar

muhstore

New Zenner

Join Date:
Jul 2008
Posts:
14
Plugin Contributions:
0

Re: Apple Zen Support Thread

how do i change the size of the logo.gif and get rid of

"To change any of the site colors, open up includes/templates/apple_zen/css/stylesheet.css. To overwrite your own logo, upload your logo.gif to includes/templates/apple_zen/images/"

I read thru a bit but couldnt find out how to fix it, thx.

31 Jul 2008, 10:02 AM
#2189
jettrue avatar

jettrue

Totally Zenned

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

Re: Apple Zen Support Thread

Muhstore:

how do i change the size of the logo.gif and get rid of

"To change any of the site colors, open up includes/templates/apple_zen/css/stylesheet.css. To overwrite your own logo, upload your logo.gif to includes/templates/apple_zen/images/"

I read thru a bit but couldnt find out how to fix it, thx.

Read the readme. :smile: Especially Step 4 and 5.

3 Aug 2008, 3:26 PM
#2190
robbe avatar

robbe

New Zenner

Join Date:
Aug 2008
Posts:
1
Plugin Contributions:
0

Re: Apple Zen Support Thread

I've searched high and low, and believe I'm just not looking in the right places..

I was considering Apple Zen which looks very clean and simple.

My question is that in the demo it looks like it displays products one over another vertical. Is there a way to have the product images in the New Products section to just simply show images side-by-side (say 3 across) with price below?

Then the user can click the image to go to the regular vertical display info view.

I find that looking at the New Products in a vertical sense on the home page seems to clutter a screen. But it's def a great place to show new products...

Again, looks great ad I'll most likely be using it - just want to be sure I can accomplish the above.

Thanks!

5 Aug 2008, 11:16 AM
#2191
fsouthwell avatar

fsouthwell

New Zenner

Join Date:
Aug 2008
Posts:
2
Plugin Contributions:
0

Re: Apple Zen Support Thread

Hi, i'm new to the forum and just have a quick question, i wanted to add my EZ pages to the drop down menus, so follwed the instructions from a previous post but have incurred a slight problem, i now have two menue headers, one in the correct position and a new identical one at the top of the page.
If anyone has any suggestions it would be greatly appreciated.
https://www.loseweightlollies.site88.net

http://www.loseweightlollies.site88.net

6 Aug 2008, 11:48 PM
#2192
jettrue avatar

jettrue

Totally Zenned

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

Re: Apple Zen Support Thread

Robbe:

I've searched high and low, and believe I'm just not looking in the right places..

I was considering Apple Zen which looks very clean and simple.

My question is that in the demo it looks like it displays products one over another vertical. Is there a way to have the product images in the New Products section to just simply show images side-by-side (say 3 across) with price below?

Then the user can click the image to go to the regular vertical display info view.

I find that looking at the New Products in a vertical sense on the home page seems to clutter a screen. But it's def a great place to show new products...

Again, looks great ad I'll most likely be using it - just want to be sure I can accomplish the above.

Thanks!
No, the New products page is set to be like that in zen cart. But the regular product pages can be that way. And on the home page, the new products box should show them horizontally as well.

6 Aug 2008, 11:49 PM
#2193
jettrue avatar

jettrue

Totally Zenned

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

Re: Apple Zen Support Thread

fsouthwell:

Hi, i'm new to the forum and just have a quick question, i wanted to add my EZ pages to the drop down menus, so follwed the instructions from a previous post but have incurred a slight problem, i now have two menue headers, one in the correct position and a new identical one at the top of the page.
If anyone has any suggestions it would be greatly appreciated.
https://www.loseweightlollies.site88.net

http://www.loseweightlollies.site88.net

Well, it looks like you added the menu twice to tpl_header.php.

7 Aug 2008, 2:29 PM
#2194
olivewoo avatar

olivewoo

New Zenner

Join Date:
Jan 2008
Posts:
3
Plugin Contributions:
0

Re: Apple Zen Support Thread

Hi Jettrue,

I really like the template and was hoping to install it today.

only trouble is when i try to download the zip file i get an error message saying the file is invalid or currupt.

is this something you can help with??

Many thanks

8 Aug 2008, 12:31 PM
#2195
confused_aswell avatar

confused_aswell

Zen Follower

Join Date:
Apr 2008
Location:
UK
Posts:
315
Plugin Contributions:
1

Re: Apple Zen Support Thread

Hi Jettrue

I couldn't manage to install Cherry-Zen so I went for Apple-Zen instead, all installed ok.

I am in the UK and I use VAT, but what I have noticed is in the shopping cart parts 2 of 3 and 3 of 3 don't show the word VAT in the columns, it shows the figures of what the VAT should be but not the word VAT to explain what the figures are.

Any Ideas? I have better together installed, but that shouldn't make any difference - should it?

Thanks,

Phil

PS You make great templates, I am so pleased with Apple!

8 Aug 2008, 1:50 PM
#2196
jettrue avatar

jettrue

Totally Zenned

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

Re: Apple Zen Support Thread

Olivewoo:

Hi Jettrue,

I really like the template and was hoping to install it today.

only trouble is when i try to download the zip file i get an error message saying the file is invalid or currupt.

is this something you can help with??

Many thanks

Hmm, I've never heard of that issue before. What are you using to open the zip file?

8 Aug 2008, 1:51 PM
#2197
jettrue avatar

jettrue

Totally Zenned

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

Re: Apple Zen Support Thread

confused_aswell:

Hi Jettrue

I couldn't manage to install Cherry-Zen so I went for Apple-Zen instead, all installed ok.

I am in the UK and I use VAT, but what I have noticed is in the shopping cart parts 2 of 3 and 3 of 3 don't show the word VAT in the columns, it shows the figures of what the VAT should be but not the word VAT to explain what the figures are.

Any Ideas? I have better together installed, but that shouldn't make any difference - should it?

Thanks,

Phil

PS You make great templates, I am so pleased with Apple!
If you switch to the default template, does the VAT title show up? HMMM, let me know.

Also, could the VAT title for some reason be a different color, so that you can't see it? View the source of the page, and see if the word "VAT" is where it should be.

8 Aug 2008, 7:31 PM
#2198
olivewoo avatar

olivewoo

New Zenner

Join Date:
Jan 2008
Posts:
3
Plugin Contributions:
0

Re: Apple Zen Support Thread

jettrue:

Hmm, I've never heard of that issue before. What are you using to open the zip file?

Jettrue,

I've tried on another computer with Win-rar and all seems to be fine. i was previously trying with win-zip.

all sorted now, but thanks for coming back to us.

Regards

9 Aug 2008, 7:55 AM
#2199
oznet avatar

oznet

New Zenner

Join Date:
Apr 2008
Posts:
10
Plugin Contributions:
0

Re: Apple Zen Support Thread

Hi Jettrue

I am having trouble with my menu showing blank lists for submenus and occasionally the first item super-imposes over the main menu bar.

I believe this problem has been addressed with upgrades but because I have heavily modified my menu and css, I have used Winmerge to transfer colour changes etc when upgrading to 2.5, and I can only assume I have inadvertantly overwritten the necessary changes to correct the problem.

Can you point me in the right direction to know where the essential parts of the css and other files are so I can address this issue please?

Here's my site if you need to check it for yourself: http://www.chookie.com.au

Many thanks

Greg

9 Aug 2008, 1:16 PM
#2200
jettrue avatar

jettrue

Totally Zenned

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

Re: Apple Zen Support Thread

OzNet:

Hi Jettrue

I am having trouble with my menu showing blank lists for submenus and occasionally the first item super-imposes over the main menu bar.

I believe this problem has been addressed with upgrades but because I have heavily modified my menu and css, I have used Winmerge to transfer colour changes etc when upgrading to 2.5, and I can only assume I have inadvertantly overwritten the necessary changes to correct the problem.

Can you point me in the right direction to know where the essential parts of the css and other files are so I can address this issue please?

Here's my site if you need to check it for yourself: http://www.chookie.com.au

Many thanks

Greg
My advice is to start with a fresh copy of the mod, then change the colors back to yours. I don't have an easy answer for why the menu might be doing that, sorry!