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

Apple Zen Support Thread

Views: 855,511

Results 441 to 460 of 3,042
2 Apr 2007, 4:01 AM
#441
jettrue avatar

jettrue

Totally Zenned

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

Apple Zen Support Thread

geesler:

How to display the categories dropdown menu in the right sideboxes for this template?

I am trying to get it to display the Categories drop down in the right sidebox as in the example, I cant find where that would be in the admin/layout box settings though.. can anyone point me to it?

Thanks for this!

I've added this to the download section:

Category Drop Down Select Menu Sidebox

2 Apr 2007, 4:32 AM
#442
gourmutts avatar

gourmutts

New Zenner

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

Re: Apple Zen Support Thread

Jade,

You have been a huge help and please let me preface my question with my willingness to support your great doings by making a contribution to your work. Please let me know how I can send you a monetary donation.

My question is that I have been working on customizing your Apple Zen template and need some guidance in formatting. I have seen a difference in how the site is displayed using different internet browsers. Recently, I saw some issues with IE6. If you could please help me in correcting this issue, I would be greatly appreciative.

Also, I know the contribution is not yours, but I added the login sidebox and it seems that the input fields are causing the display to act funny. There is a screenshot of it included. If you know how to adjust the size of the text fields, please let me know.

Here are screen shots of the site when browsing IE6. The live site can be seen at http://www.gourmutts.com

The store name is indented a bit from the address:


The create account area is moved all the way down the page:

The shipping radio buttons are not inline with the name of the method:

The second step of the checkout process is moved to the bottom of the page as well:

This is the sidebox of the login mod that the fields are too long:

Thank you again!

2 Apr 2007, 4:34 AM
#443
dermanomann avatar

dermanomann

New Zenner

Join Date:
Feb 2006
Location:
New Zealand
Posts:
146
Plugin Contributions:
1

Re: Apple Zen Support Thread

jonisolis:

Jade, does your temple work with ZenMagick. Have you are anyone tried ZenMagick with the Apple Zen template. If so what are your thoughts on it?

It won't work with ZenMagick. However, it can't work with Zenmagick, as ZenMagick implements it's own way of generating templates. That means, files that reside under includes/templates/... will never be used by ZenMagick.

The main idea is that zen-cart template files are hard to read and modify, so it seemed desireable to have a better/alternative system.
In ZenMagick All HTML is easily customizable as it is in the template/theme files or in language files. There are a handful og functions that generate HTML, true, but they are pretty basic and designed so that tehy can easily be modified/replaced.

There is also no including back and forth between templates and modules or other code - it's all handled by ZenMagick in the background, so standard pages have all the information readily available.
The online demo has links at the bottom that allow to inspect the template code (the contents area of the page) and the main page layout.

ZenMagick also comes with a range of other goddies like:

  • page caching,
  • a (so far) simple product feature implementation that may be used for product comparison
  • Ajax support,
  • An object oriented API that provides access to most of zen-cart's data wherever you need it - ne need to cut&paste SQL :)

More information and documentation can be found at the ZenMagick homepage and the ZenMagick Blog.

Cheers, mano

2 Apr 2007, 9:23 AM
#444
dermanomann avatar

dermanomann

New Zenner

Join Date:
Feb 2006
Location:
New Zealand
Posts:
146
Plugin Contributions:
1

Re: Apple Zen Support Thread

Just to clarify the previous statement; the ZenMagick theme code will not work with the Apple Zen Template for the stated reasons.
However, it is quite possible to use the API without the theme code. All data access code is available in zen-cart templates like Apple Zen.

http://www.realwine.co.nz is a good example of a store that uses the zen-cart template files while still using ZenMagick to display some additional product data. Also, the features are driven by ZenMagick.

mano

3 Apr 2007, 1:10 AM
#445
jettrue avatar

jettrue

Totally Zenned

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

Re: Apple Zen Support Thread

The screenshots are very helpful, but rather BIG. Would you mind resizing and saving over the really large one? Its really screwing with this page.

Anyway, the first thing I notice, is that the login form fields are too wide. Try opening up includes/templates/YOUR_TEMPLATE/sideboxes/tpl_login_box.php

and change:

size="24"

to

size="18"

Not sure if that will solve that specific IE6 issue, but at least it will solve the wide forms.

gourmutts:

Jade,

You have been a huge help and please let me preface my question with my willingness to support your great doings by making a contribution to your work. Please let me know how I can send you a monetary donation.

My question is that I have been working on customizing your Apple Zen template and need some guidance in formatting. I have seen a difference in how the site is displayed using different internet browsers. Recently, I saw some issues with IE6. If you could please help me in correcting this issue, I would be greatly appreciative.

Also, I know the contribution is not yours, but I added the login sidebox and it seems that the input fields are causing the display to act funny. There is a screenshot of it included. If you know how to adjust the size of the text fields, please let me know.

Here are screen shots of the site when browsing IE6. The live site can be seen at http://www.gourmutts.com

Thank you again!

3 Apr 2007, 2:58 AM
#446
jettrue avatar

jettrue

Totally Zenned

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

Re: Apple Zen Support Thread

gourmutts:

Here are screen shots of the site when browsing IE6. The live site can be seen at http://www.gourmutts.com

Hi there, here are the answers to your other questions:

The store name is indented a bit from the address:
Not sure why it would do that, try defining the padding for the address tag, like this:
ADDRESS {
padding:0;
margin:0;
}

The create account area is moved all the way down the page:
That is addressed with this fix:
http://www.zen-cart.com/forum/showpost.php?p=341500&postcount=315

The shipping radio buttons are not inline with the name of the method:
I think the fix above will also fix this.

The second step of the checkout process is moved to the bottom of the page as well:
Same fix.

[/QUOTE]

6 Apr 2007, 5:38 AM
#447
cowgirl32 avatar

cowgirl32

New Zenner

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

Re: Apple Zen Support Thread

I have tried uploading this templete and a few of the files will not upload the error message says:

"was skipped because the old remote file could not be deleted"

Am I trying to put this in the wrong place?? I'm just not sure what I'm doing wrong. This is the first template that I have tried and am getting a little flustrated with it. It can't be that hard

Any help or suggestions would be just great.. thanks!!

6 Apr 2007, 11:37 AM
#448
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:

I have tried uploading this templete and a few of the files will not upload the error message says:

"was skipped because the old remote file could not be deleted"

Am I trying to put this in the wrong place?? I'm just not sure what I'm doing wrong. This is the first template that I have tried and am getting a little flustrated with it. It can't be that hard

Any help or suggestions would be just great.. thanks!!

Well, this template doesn't override any stock zen cart files, so if you're getting that message, perhaps you are putting it in the wrong place? Or if you tried before, perhaps some of it made it up, and so its not wanting to overwrite? What program are you using to upload this? Can you check the remote files and see if some of the files made it up? There's a list of all the files in the readme.txt file.

6 Apr 2007, 8:58 PM
#450
axip avatar

axip

New Zenner

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

Re: Apple Zen Support Thread

Alright, first off I want to thank you for this amazing template!

I only have one problem, I installed Zencart and then the Dutch language pack, everything was fine. Then I installed your theme en everything got screwed up(the menu's).

So I removed everything and re-installed Zencart and then your template.

Everything is running fine now, but could you tell me what to do to install the Dutch language pack aswell?

Thanks in advance,

aXiP

6 Apr 2007, 9:12 PM
#451
axip avatar

axip

New Zenner

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

Re: Apple Zen Support Thread

I see there are a bunch of buttons and files that need to be remade to make this a a dutch template! I'm willing to do this if you can show me how

6 Apr 2007, 11:08 PM
#453
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:

https://www.modesty-matters.com/store/index.php?main_page=login

This page also has alignment that is off....
Amy

Are you using the latest version of this template from the downloads section?

6 Apr 2007, 11:10 PM
#454
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 see there are a bunch of buttons and files that need to be remade to make this a a dutch template! I'm willing to do this if you can show me how

You can use this site to make buttons for you:

http://www.advancewebsoft.com/downloads/free-scripts/free-oscommerce-cre-loaded-zen-cart-oscmax-button-generator-p.html

6 Apr 2007, 11:26 PM
#455
doodlebuckets avatar

doodlebuckets

Totally Zenned

Join Date:
Jul 2005
Posts:
497
Plugin Contributions:
0

Re: Apple Zen Support Thread

jettrue:

Are you using the latest version of this template from the downloads section?

I'm not sure...that's where I got it from when I did get it. Check this page out...it really made me chuckle: http://www.modesty-matters.com/store/index.php?main_page=product_info&cPath=1&products_id=3

I will get the latest version and try re-installing and report back :)
Amy

6 Apr 2007, 11:44 PM
#456
doodlebuckets avatar

doodlebuckets

Totally Zenned

Join Date:
Jul 2005
Posts:
497
Plugin Contributions:
0

Re: Apple Zen Support Thread

Doodlebuckets:

I'm not sure...that's where I got it from when I did get it. Check this page out...it really made me chuckle: http://www.modesty-matters.com/store/index.php?main_page=product_info&cPath=1&products_id=3

I will get the latest version and try re-installing and report back :)
Amy

OK, I did it and it is much improved, but there is still a stair-step effect going on: http://www.modesty-matters.com/store/index.php?main_page=product_info&cPath=1&products_id=3

Thanks! Amy

7 Apr 2007, 6:36 AM
#457
cowgirl32 avatar

cowgirl32

New Zenner

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

Re: Apple Zen Support Thread

jettrue:

Well, this template doesn't override any stock zen cart files, so if you're getting that message, perhaps you are putting it in the wrong place? Or if you tried before, perhaps some of it made it up, and so its not wanting to overwrite? What program are you using to upload this? Can you check the remote files and see if some of the files made it up? There's a list of all the files in the readme.txt file.

So i have reinstalled Zen cart and uploaded the includes folder. I put the includes folder in the root directory of my shopping cart. The files have uploaded and if I look in the templates directory it shows the Apple Zen Template.

when i login to zen cart and go the tools-template section. the template is not shown in the drop down list. I just dont know what I'm doing wrong. :frusty:

I am using Dreamweaver to upload the files. Could this be the problem?

7 Apr 2007, 12:55 PM
#458
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:

OK, I did it and it is much improved, but there is still a stair-step effect going on: http://www.modesty-matters.com/store/index.php?main_page=product_info&cPath=1&products_id=3

Thanks! Amy

Hi there!... add this to your stylesheet. I thought I had reupdated this template since this fix, but apparently not! :huh:

.wrapperAttribsOptions input[type=radio], .wrapperAttribsOptions input[type=checkbox] {
float:left;
margin:.2em .5em .2em 0;
}

7 Apr 2007, 12:57 PM
#459
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:

So i have reinstalled Zen cart and uploaded the includes folder. I put the includes folder in the root directory of my shopping cart. The files have uploaded and if I look in the templates directory it shows the Apple Zen Template.

when i login to zen cart and go the tools-template section. the template is not shown in the drop down list. I just dont know what I'm doing wrong. :frusty:

I am using Dreamweaver to upload the files. Could this be the problem?

I use Dreamweaver all the time, and don't have issues.

Are you on a windows system? Check your files and make sure you don't have something odd like another includes folder inside your includes folder. If you just dragged the includes folder from this template into the includes folder of your site, that may have been what happened?

7 Apr 2007, 5:50 PM
#460
doodlebuckets avatar

doodlebuckets

Totally Zenned

Join Date:
Jul 2005
Posts:
497
Plugin Contributions:
0

Re: Apple Zen Support Thread

jettrue:

Hi there!... add this to your stylesheet. I thought I had reupdated this template since this fix, but apparently not! :huh:

.wrapperAttribsOptions input[type=radio], .wrapperAttribsOptions input[type=checkbox] {
float:left;
margin:.2em .5em .2em 0;
}

I really hate to be a pest...the addition helped, but take a look now: http://www.modesty-matters.com/store/index.php?main_page=product_info&cPath=1&products_id=3

Things are a bit jumbled at the bottom.

and here: http://www.modesty-matters.com/catalog/index.php?main_page=product_info&cPath=1&products_id=1

The text box with its heading are interrupted by "This product was added...blah blah blah" I could do without that text if it would make life easier.