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

Apple Zen Support Thread

Views: 855,557

Results 701 to 720 of 3,042
18 May 2007, 8:44 PM
#701
axip avatar

axip

New Zenner

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

Apple Zen Support Thread

jettrue:

That could be the read from your top and your black from the bottom showing through a little gap between the two.

In your tpl_header.php, try removing the:

<div class="clearBoth"></div>

right before:

<!--eof-branding display-->

I tried this but nothing changed

Could you help me out im desperate!
http://winkel.smileysmart-grow.nl

18 May 2007, 11:13 PM
#702
buk24hours avatar

buk24hours

New Zenner

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

Re: Apple Zen Support Thread

Hi. Can anyone help me with this. I have searched the forums but don't seem to be able to find an answer. How do I change the category menu from dispaying the words Discout Coupon to Discount Coupon so the spelling is right. I notice there are lots of apple zen carts out there displaying this error. Thanks.

19 May 2007, 2:59 AM
#703
jonisolis avatar

jonisolis

Zen Follower

Join Date:
Jan 2006
Location:
Kentwood, Louisiana, United States
Posts:
117
Plugin Contributions:
0

Re: Apple Zen Support Thread

Dear Jade, Could you please help me, my tagline is getting cut off.

Tagline: Specializing in professional horse graphics, logos designs, and clip art, for your horse business.

The word, designs, reads - design

http://www.horse-logos.com

I tried messing with the CSS but got no where. Thanks!

19 May 2007, 8:33 AM
#704
axip avatar

axip

New Zenner

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

Re: Apple Zen Support Thread

BUK24hours:

Hi. Can anyone help me with this. I have searched the forums but don't seem to be able to find an answer. How do I change the category menu from dispaying the words Discout Coupon to Discount Coupon so the spelling is right. I notice there are lots of apple zen carts out there displaying this error. Thanks.

Go to includes\languages\english\extra_definitions\apple_zen\headermenu.php

Search for

define('HEADER_TITLE_DISCOUNT_COUPON','Discout Coupons');

Change this into

define('HEADER_TITLE_DISCOUNT_COUPON','Discount Coupons');

19 May 2007, 10:00 AM
#705
buk24hours avatar

buk24hours

New Zenner

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

Re: Apple Zen Support Thread

Many thanks. So easy when you know how isn't it. I looked for this for ages. Truly grateful. What a fantastic forum.

:clap:

19 May 2007, 1:15 PM
#706
jettrue avatar

jettrue

Totally Zenned

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

Re: Apple Zen Support Thread

Doodlebuckets:

I haven't made any changes to that one that I can remember, but I just put the 1.3.7 zen cart code into the header file and the button's there now :o) I hope I didn't mess anything up since my cart is 1.3.6 Looks good though. And tests fine too. Thanks!

Ah, OK! I guess I need to find the differences and add tpl_checkout_shipping.php into my "pre-1.3.7" files folder.

I don't think it should give you any troubles....

19 May 2007, 1:16 PM
#707
jettrue avatar

jettrue

Totally Zenned

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

Re: Apple Zen Support Thread

chadderuski:

Jade,

I don't know if there is a reasonable solution to this, but I noticed that when I use the header menu to navigate to a sub-category, that the bread crumb trail does not get the full path:

home -> sub3

instead of:

home -> sub1 -> sub2 -> sub3

not a css issue that i can see, but the code for bread crumbs.

What do you think? Zencart's search function honors the breadcrumb path so the code is there somewhere... ;)

-cj

I'll have to look into that... some time next week after we move.... but good catch! Perhaps someone else will have an idear.

19 May 2007, 1:50 PM
#708
buk24hours avatar

buk24hours

New Zenner

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

Re: Apple Zen Support Thread

I am pretty good with most php and html problems but the sheer depth of zen cart which is very impressive leaves me struggling a little to find the simplest of things. I am amazed reading these forums how knowledgeable some people are with zen cart.

So far I have customised mine to pretty much where I want it to be using apple zen as the base template. I have managed to include the UK version, integrate PayPal and the Royal Mail new pricing structure and master the coupons and most of the functionality of zen cart. It certainly is a learning curve.

Just a quick question ( I have searched but I must have missed it I am sure it must have been asked before ) but to change the colours in the title headings of products should I be looking at the main css style sheet or is this somewhere else?

19 May 2007, 1:57 PM
#709
jettrue avatar

jettrue

Totally Zenned

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

Re: Apple Zen Support Thread

chadderuski:

Also, on a different Header Menu subject....

What do I need to do to set the header menu to stretch to fill the whole space? I'd like to eliminate the left over spot on the end. It's not necessary for the look I want, but would be nice.

I have fiddled around in here, but keep breaking layout. Also trying for a slightly larger font. When I use a larger em the whole menu breaks out of the 70em width.

Ideas?

As far as I can find, there's really no way to get this spread out to the whole space. This is because A) different browsers have different default font sizes... so the menu is bigger, and could cause the menu to drop to a second line, and B) as people increase their font size, different browsers round up differently for padding, so again, it difficult to get the menu to the edge without making it go over.

There's probably a little room to play with, to get less space left over, but I figured when designing it it was better to make it look like its supposed to have leftover space rather than getting close but not quite, KWIM?

If you want a larger font, you can make it a tad larger, then reduced the 2em left and right padding. (padding: .6em 2em .6em 2em;)

19 May 2007, 1:59 PM
#710
jettrue avatar

jettrue

Totally Zenned

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

Re: Apple Zen Support Thread

BUK24hours:

Just a quick question ( I have searched but I must have missed it I am sure it must have been asked before ) but to change the colours in the title headings of products should I be looking at the main css style sheet or is this somewhere else?

You're talking about the color of the product name, right? That's probably not already defined in the css, so you'd need to add it:
#productName {color:#ffffff}

19 May 2007, 2:10 PM
#711
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:

I tried this but nothing changed

Could you help me out im desperate!
http://winkel.smileysmart-grow.nl

Hi!

I'm really sorry, I can't see this quickly, and it's so much harder for me to figure out issues with IE, cause I can't test changes like I can in Firefox. So, I would post a question in perhaps the css forum, and see if someone can help you figure it out. I'd devote more time to it, but I've got to pack pack pack!

19 May 2007, 2:11 PM
#712
jettrue avatar

jettrue

Totally Zenned

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

Re: Apple Zen Support Thread

BUK24hours:

Hi. Can anyone help me with this. I have searched the forums but don't seem to be able to find an answer. How do I change the category menu from dispaying the words Discout Coupon to Discount Coupon so the spelling is right. I notice there are lots of apple zen carts out there displaying this error. Thanks.

I finally fixed that in the newest version. It's been pointed out a few times already here... sorry to all those who have a misspelling on their site! :smartalec:

19 May 2007, 2:20 PM
#713
jettrue avatar

jettrue

Totally Zenned

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

Re: Apple Zen Support Thread

jonisolis:

Dear Jade, Could you please help me, my tagline is getting cut off.

Tagline: Specializing in professional horse graphics, logos designs, and clip art, for your horse business.

The word, designs, reads - design

http://www.horse-logos.com

I tried messing with the CSS but got no where. Thanks!

I'd change #logoWrapperOuter to this:

#logoWrapperOuter {
margin:0 auto;
width:70em;
overflow:hidden;
padding-left:15px;
}

And then I'd change the padding-right for tagline:

padding-right:30px;

And then this is totally unrelated, but I'd maybe take out that last comma in your tagline:

Specializing in professional horse graphics, logos designs, and clip art**,** for your horse business.

20 May 2007, 4:12 AM
#714
penzman avatar

penzman

New Zenner

Join Date:
Aug 2004
Posts:
10
Plugin Contributions:
0

Re: Apple Zen Support Thread

Apple Zen is almost ready to receive products, only two things...

1- Which file handles the size o the tagline in the header?

2- I went and messed around in Admin/Configuration/Images and made changes to some image sizes and now have lost the default settings, and can't get a test products picture to enlarge Slap to the back of the head, same size shows up, I have installed IH2.

Can anyone please have a look at the following settings and tell me what they are?

Admin/Configuration/Images

Small Image Width
Small Image Height

Product Info - Image Height

Thank you. :)

20 May 2007, 4:23 AM
#715
penzman avatar

penzman

New Zenner

Join Date:
Aug 2004
Posts:
10
Plugin Contributions:
0

Re: Apple Zen Support Thread

I have figured out header tagline's font size mentioned above.

20 May 2007, 2:27 PM
#716
jettrue avatar

jettrue

Totally Zenned

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

Re: Apple Zen Support Thread

penzman:

Apple Zen is almost ready to receive products, only two things...

1- Which file handles the size o the tagline in the header?

2- I went and messed around in Admin/Configuration/Images and made changes to some image sizes and now have lost the default settings, and can't get a test products picture to enlarge Slap to the back of the head, same size shows up, I have installed IH2.

Can anyone please have a look at the following settings and tell me what they are?

Admin/Configuration/Images

Small Image Width
Small Image Height

Product Info - Image Height

Thank you. :)

IH2 can be very finicky. Here is what I do. I set all widths to zero, and give the heights a value, this way the heights are always the same, and the widths change, depending on the aspect ratio of the image.

Small Image Width 0
Small Image Height 80
Heading Image Width - Admin 0
Heading Image Height - Admin 50
Subcategory Image Width 0
Subcategory Image Height 57
Calculate Image Size true
Image Required true Info
Image - Shopping Cart Status 0
Image - Shopping Cart Width 0
Image - Shopping Cart Height 0
Category Icon Image Width - Product Info Pages 0
Category Icon Image Height - Product Info Pages 40
Top Subcategory Image Width 0
Top Subcategory Image Height 85
Product Info - Image Width 0
Product Info - Image Height 120
Product Info - Image Medium Suffix _MED
Product Info - Image Large Suffix _LRG
Product Info - Number of Additional Images per Row 3
Image - Product Listing Width 0
Image - Product Listing Height 80
Image - Product New Listing Width 0
Image - Product New Listing Height 80
Image - New Products Width 0
Image - New Products Height 80
Image - Featured Products Width 0
Image - Featured Products Height 80
Image - Product All Listing Width 0
Image - Product All Listing Height 80
Product Image - No Image Status 1
Product Image - No Image picture no_picture.gif
Image - Use Proportional Images on Products and Categories 1
IH resize images yes
IH small image filetype no_change
IH small image background 255:255:255
IH watermark small images no
IH zoom small images yes
IH small image hotzone no
IH small image compression quality 85
IH medium image filetype no_change
IH medium image background 255:255:255
IH watermark medium images no
IH zoom medium images no
IH medium image hotzone no
IH medium image compression quality 85
IH large image filetype no_change
IH large image background 255:255:255
IH watermark large images no
IH large image compression quality 85
IH large image maximum width 750
IH large image maximum height 550 Info
IH watermark gravity Center Info
IH zoom gravity SouthEast Info

20 May 2007, 8:18 PM
#717
penzman avatar

penzman

New Zenner

Join Date:
Aug 2004
Posts:
10
Plugin Contributions:
0

Re: Apple Zen Support Thread

I'm confused when it comes to adding pics with Zen. I was expecting an easier method.

I' ve tried with and without IH2, sometimes get a larger image but most times it's the same size as the product thumbnail that ends up popping up.

I have tried listing the pics like xxx01 and xxx01_LRG in their respective categories. Guess I just have to get my head around it.

I'm trying to add about 15 clickable thumbnails that can be enlarged, on one product to begin with.

Is there a different module than Image Handler2?

20 May 2007, 9:50 PM
#718
buk24hours avatar

buk24hours

New Zenner

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

Re: Apple Zen Support Thread

jettrue:

You're talking about the color of the product name, right? That's probably not already defined in the css, so you'd need to add it:
#productName {color:#ffffff}

Hi again. Thanks for your help. No not the actual individual products but the main product list of items in each category, where the pages show multiple products. The titles are all in grey / black and I just want to make the titles stand out from all the rest of the text about the products.

:D

20 May 2007, 10:02 PM
#719
jettrue avatar

jettrue

Totally Zenned

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

Re: Apple Zen Support Thread

penzman:

I'm confused when it comes to adding pics with Zen. I was expecting an easier method.

I' ve tried with and without IH2, sometimes get a larger image but most times it's the same size as the product thumbnail that ends up popping up.

I have tried listing the pics like xxx01 and xxx01_LRG in their respective categories. Guess I just have to get my head around it.

I'm trying to add about 15 clickable thumbnails that can be enlarged, on one product to begin with.

Is there a different module than Image Handler2?

A lot of people get confused with image handler.

All you have to do with image Handler is upload ONE and ONLY ONE image. Upload the largest size you want displayed on your website. This is what image handler displays as your large image. Don't upload medium or large images (remove them if you have), and don't upload them with any suffix, just "imagename.jpg" --- no _LRG.jpg or _MED.jpg. Image handler will automatically resize medium and small images for you, based on your image sizes set in "Configuration", "Images".

20 May 2007, 10:03 PM
#720
jettrue avatar

jettrue

Totally Zenned

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

Re: Apple Zen Support Thread

BUK24hours:

Hi again. Thanks for your help. No not the actual individual products but the main product list of items in each category, where the pages show multiple products. The titles are all in grey / black and I just want to make the titles stand out from all the rest of the text about the products.

:D

.itemTitle a:link{color:#ff0000;}
.itemTitle a:hover {color:#ff0000;}