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

Apple Zen Support Thread

Views: 855,551

Results 721 to 740 of 3,042
21 May 2007, 2:35 AM
#721
dlaitila avatar

dlaitila

New Zenner

Join Date:
Sep 2005
Posts:
57
Plugin Contributions:
0

Apple Zen Support Thread

I need a little help getting the New Products for May to have 3 columns instead of one column that is on the left. I would like products to be centered.

I had it correctly done at first but after turning on and off various parts in the layout box controller and changing the setting to zero under the "Configuration", then "Layout Settings", and set the "Column Right Status - Global" to "0" ... I have it all messed up.

I do not want any side columns showing.

Also how can I change the color white to some other color in the header on both sides of the logo?

Here is the link to the problem site I'm working on.

http://www.fireflybags.com

using zen-cart 1.3.7 on the site.

Thanks for your help.

21 May 2007, 5:09 AM
#722
cowgirl32 avatar

cowgirl32

New Zenner

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

Re: Apple Zen Support Thread

My home link is not working on my catalog. I am wondering where i would look to file the path that it is trying to go to. Is this a template issue or a Zen cart problem??

21 May 2007, 5:40 AM
#723
cowgirl32 avatar

cowgirl32

New Zenner

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

Re: Apple Zen Support Thread

Is it possible to change the size of my right side boxes? If so where would go to do this. I'm not that familiar with php pages..

21 May 2007, 8:15 AM
#724
penzman avatar

penzman

New Zenner

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

Re: Apple Zen Support Thread

jettrue:

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".

Cool! Got it displaying pics properly, thanks to your image sizes on previous page and the IH instructions.

The only annoyance is when editing pics in IH, it shows all displayed pics in max size... Trying to figure out which size option controls that so that i only see thumbnail size when working in IH.

21 May 2007, 12:25 PM
#725
jettrue avatar

jettrue

Totally Zenned

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

Re: Apple Zen Support Thread

dlaitila:

I need a little help getting the New Products for May to have 3 columns instead of one column that is on the left. I would like products to be centered.

I had it correctly done at first but after turning on and off various parts in the layout box controller and changing the setting to zero under the "Configuration", then "Layout Settings", and set the "Column Right Status - Global" to "0" ... I have it all messed up.

I do not want any side columns showing.

Also how can I change the color white to some other color in the header on both sides of the logo?

Here is the link to the problem site I'm working on.

http://www.fireflybags.com

using zen-cart 1.3.7 on the site.

Thanks for your help.
Its your css that's messed up... you're missing a whole big ole chunk of the site's css.

Your css ends right here:

#contentColumnMain, #navColumnOne, #navColumnTwo, .centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .additionalImages, .centerBoxContentsSpecials, .centerBoxContentsAlsoPurch, .centerBoxContentsFeatured, .centerBoxContentsNew, .alert {
vertical-align:top;

(and you're missing the closing } for that section). Open up the original css, find the section above, and add back all the missing css.

After globally turning off the right sideboxes, these are my instructions for making the rest of the site fill the center content:
http://www.zen-cart.com/forum/showpost.php?p=323760&postcount=86

You can adjust the logo background color at #headerWrapper and #logoWrapperOuter

21 May 2007, 12:33 PM
#726
jettrue avatar

jettrue

Totally Zenned

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

Re: Apple Zen Support Thread

cowgirl32:

My home link is not working on my catalog. I am wondering where i would look to file the path that it is trying to go to. Is this a template issue or a Zen cart problem??

Could I see a link where this issue occurs? Which home link isn't working? Since this problem doesn't exist (as far as I know) for this template, then its probably a problem outside of the template.

cowgirl32:

Is it possible to change the size of my right side boxes? If so where would go to do this. I'm not that familiar with php pages..

I addressed this here:
http://www.zen-cart.com/forum/showpost.php?p=343330&postcount=348

Its not necessarily an easy fix, as the template wasn't designed to adjust easily that way... but its doable.

21 May 2007, 12:34 PM
#727
hound avatar

hound

New Zenner

Join Date:
Jan 2007
Posts:
59
Plugin Contributions:
0

Re: Apple Zen Support Thread

While trying to add the About Us pages I have managed to let it take over my entire site! Can someone take a peek and see what I need to change.

https://www.wholesomehound.com/index.php

21 May 2007, 1:01 PM
#728
jettrue avatar

jettrue

Totally Zenned

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

Re: Apple Zen Support Thread

Hound:

While trying to add the About Us pages I have managed to let it take over my entire site! Can someone take a peek and see what I need to change.

https://www.wholesomehound.com/index.php

Yeah, something went wrong when you installed this. I wonder if not all files were uploaded, or you entered the code for this somehow in the wrong file. I would completely undo everything, and start fresh.

21 May 2007, 1:07 PM
#729
hound avatar

hound

New Zenner

Join Date:
Jan 2007
Posts:
59
Plugin Contributions:
0

Re: Apple Zen Support Thread

I fixed this by deleting all the files I had uploaded for the "About Us" mod.

When my index page came up the text from the page was displaying above the header. It was very weird. Fixed now. Hope no one else has this problem.

21 May 2007, 1:57 PM
#730
chadderuski avatar

chadderuski

Totally Zenned

Join Date:
Apr 2006
Location:
Dark Side of the Moon
Posts:
986
Plugin Contributions:
0

Re: Apple Zen Support Thread

jettrue:

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;)

Jade: You're right. No good solution for this. And thanks for the info on font size. I missed the 2em padding.

Trying to convince the boss (who thinks he knows everything) that "you can't do that" can be such a chore. But reminding him that this is FREE, and that if he doesn't like it that he can use Activant's e-commerce solution (who now owns our enterprise software) at a starting cost of $35,000 (less hardware) usually chases him away (yes, THAT is priceless!).

21 May 2007, 2:24 PM
#731
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: You're right. No good solution for this. And thanks for the info on font size. I missed the 2em padding.

Trying to convince the boss (who thinks he knows everything) that "you can't do that" can be such a chore. But reminding him that this is FREE, and that if he doesn't like it that he can use Activant's e-commerce solution (who now owns our enterprise software) at a starting cost of $35,000 (less hardware) usually chases him away (yes, THAT is priceless!).

Ya, the only way around it is to change the template into a fixed width, change the menu into a fixed width, but then you miss the flexibility of having things resize and be fluid, so you'd have to ask your boss which is more important to him.

21 May 2007, 6:19 PM
#732
dlaitila avatar

dlaitila

New Zenner

Join Date:
Sep 2005
Posts:
57
Plugin Contributions:
0

Re: Apple Zen Support Thread

Thank, that worked...

22 May 2007, 6:11 AM
#733
rei_amuro avatar

rei_amuro

New Zenner

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

Re: Apple Zen Support Thread

Hi jettrue,

Thanks a bunch. It works! Btw I thought comments are //. God bless ur new place :)

22 May 2007, 1:50 PM
#734
chadderuski avatar

chadderuski

Totally Zenned

Join Date:
Apr 2006
Location:
Dark Side of the Moon
Posts:
986
Plugin Contributions:
0

Re: Apple Zen Support Thread

Jade: Found a Bug!

I'm sure this is easy to fix (and you may have in your latest updated template but I have modded too much at this point to try it yet):

When I disable Gift Certificates and Discount Coupons in:
Admin -> Modules -> Order Totals

Gift Certificates properly go away in your drop down menu, but Discount Coupons do not.

I check this against Zen's Information side box and it is working correctly and not showing the Discount Coupon link.

-cj

22 May 2007, 5:01 PM
#735
jcleftie avatar

jcleftie

New Zenner

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

Re: Apple Zen Support Thread

Hi! Great template, BTW. I came across it by accident - meaning an accident made me have to redo everything from scratch. :oops:

Actually, it was on purpose by my host... :censored: so I've changed hosts and am rebuilding. :frusty:

Anyway, I'm trying to refamiliarize myself with the whole thing... I set the old cart up long ago, and for months was just tweaking and adding products so please forgive me for being a bit rusty with the coding of it all.

I changed the logo and removed the sales text that had your template directions on it, but I can't seem to figure out how to center the logo in the area. Please don't tell me it is as simple as adding another define in header.php.... :P

I tried looking to see if anyone else had asked a similar question, but I couldn't seem to find it. TIA!!

23 May 2007, 5:32 AM
#736
penzman avatar

penzman

New Zenner

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

Re: Apple Zen Support Thread

Does anyone know why when in admin/tools/IMAGE HANDLER , all the images I uploaded previously are displayed in full size?

The only place I can see an image setting for ADMIN is under CONFIGURATION/IMAGES/

Heading Image Width - Admin 0
Heading Image Height - Admin 50

I tried changing those but that did nothing.

23 May 2007, 4:44 PM
#737
welldon avatar

welldon

New Zenner

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

Re: Apple Zen Support Thread

Dear Jade,

Thank you for this template!:cool:

I am just working on it to come out with a new website:
www.kopaldiamonds.com/shop

I would like to work on the header next to the logo.gif.
Can I put extra pictures, text, animated gif or flash, there?

In advance thank you for your help.:P

Pascal.

24 May 2007, 12:47 AM
#738
jettrue avatar

jettrue

Totally Zenned

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

Re: Apple Zen Support Thread

rei_amuro:

Hi jettrue,

Thanks a bunch. It works! Btw I thought comments are //. God bless ur new place :)

Thanks!

PHP comments are //, HTML comments are <!-- and -->, and css comments are /* and */

Hope that helps!

24 May 2007, 12:58 AM
#739
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: Found a Bug!

I'm sure this is easy to fix (and you may have in your latest updated template but I have modded too much at this point to try it yet):

When I disable Gift Certificates and Discount Coupons in:
Admin -> Modules -> Order Totals

Gift Certificates properly go away in your drop down menu, but Discount Coupons do not.

I check this against Zen's Information side box and it is working correctly and not showing the Discount Coupon link.

-cj

Yes, that is addressed in the newest template, and within a few pages back I've explained how to do it. My internet connection is iffy right now at the new house, so I can't go search for it for you, but don't forget you can search within the thread if you need. You can also download the newest version, and simply find the change within includes/templates/apple_zen/common/tpl_drop_menu.php

24 May 2007, 12:59 AM
#740
jonisolis avatar

jonisolis

Zen Follower

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

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!

Dear Jade did you get a chance to check out why my tagline text on the right hand side is getting cut off?