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

Apple Zen Support Thread

Views: 855,464

Results 281 to 300 of 3,042
5 Mar 2007, 1:54 PM
#281
jettrue avatar

jettrue

Totally Zenned

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

Apple Zen Support Thread

duxfield:

Yeah I like the idea of a fresh start cause I don't want any issues arising later so fresh install is the way I'll go.

Okay so to be really specific I should delete the root ZenCart folder (and all sub folders), and also delete the current SQL database and create a new one. Then install ZenCart 1.3.7 and Apple Zen 1.5 and then load up my changes again?

Sounds good. You can just empty the sql database if you'd like, and that would save you some time.

5 Mar 2007, 7:00 PM
#282
duxfield avatar

duxfield

New Zenner

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

Re: Apple Zen Support Thread

Yeah emptying the database sounds like a great idea...I'm a bit 'green' on that stuff as well. Will post back once I've got it all together again Jade. Thank you for giving such great support to your template :D

6 Mar 2007, 6:05 AM
#283
fizfaz avatar

fizfaz

New Zenner

Join Date:
Dec 2006
Posts:
14
Plugin Contributions:
0

Re: Apple Zen Support Thread

Firstly, so far I can say that this is the best template I'm looking in the contribution template section. :thumbsup: to jettrue..

I'm totally newbie in zen cart and also no any experience in php or html. I think almost 70% progress personalized my site and with a few item for test run in the store. Hopefully can fully live in a week. I think the hard part is to insert the product to the cart.

Ok, can somebody help to check why when I put the radio button for attribute selection, the radio button are not fully aligned properly?

Example can see here.

Thanks in advance.

6 Mar 2007, 2:19 PM
#284
defluxx avatar

defluxx

New Zenner

Join Date:
Apr 2005
Location:
NJ
Posts:
34
Plugin Contributions:
0

Re: Apple Zen Support Thread

jettrue:

First, remove the margin:1em from the #cartAdd section of your stylesheet.

Then open up includes/templates/YOUR_TEMPLATE/templates/tpl_product_info_display.php and remove the:
<br class="clearBoth">

that is right before:

<!--eof Product details list -->

See if that's closer to what you'd like.

Thanks again Jade :-)

Can you tell me how I could move the Discount box a bit more to the left? It just doesn't look right how it is up against the "Add to cart" box.
http://www.enchantingdream.com/Testsite/index.php?main_page=product_info&cPath=240_246&products_id=2302

Thanks

6 Mar 2007, 2:54 PM
#285
jettrue avatar

jettrue

Totally Zenned

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

Re: Apple Zen Support Thread

DeFluxx:

Thanks again Jade :-)

Can you tell me how I could move the Discount box a bit more to the left? It just doesn't look right how it is up against the "Add to cart" box.
http://www.enchantingdream.com/Testsite/index.php?main_page=product_info&cPath=240_246&products_id=2302

Thanks

Hi There...

Right now its being pushed over by the model #'s div. So if you restrict the width of that, the discount box is allowed to move over. Something like this would work:

#productDetailsList {width:200px;}

6 Mar 2007, 3:15 PM
#286
jettrue avatar

jettrue

Totally Zenned

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

Re: Apple Zen Support Thread

fizfaz:

Firstly, so far I can say that this is the best template I'm looking in the contribution template section. :thumbsup: to jettrue..

I'm totally newbie in zen cart and also no any experience in php or html. I think almost 70% progress personalized my site and with a few item for test run in the store. Hopefully can fully live in a week. I think the hard part is to insert the product to the cart.

Ok, can somebody help to check why when I put the radio button for attribute selection, the radio button are not fully aligned properly?

Example can see here.

Thanks in advance.
Hi There!

Thanks for catching that.

You can add this to your stylesheet:

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

6 Mar 2007, 4:16 PM
#287
defluxx avatar

defluxx

New Zenner

Join Date:
Apr 2005
Location:
NJ
Posts:
34
Plugin Contributions:
0

Re: Apple Zen Support Thread

jettrue:

Hi There...

Right now its being pushed over by the model #'s div. So if you restrict the width of that, the discount box is allowed to move over. Something like this would work:

#productDetailsList {width:200px;}

It worked, but unfortunately it only moved the box and not the button underneath.

http://www.enchantingdream.com/Testsite/index.php?main_page=product_info&cPath=240_246&products_id=2302

6 Mar 2007, 4:35 PM
#288
jettrue avatar

jettrue

Totally Zenned

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

Re: Apple Zen Support Thread

DeFluxx:

It worked, but unfortunately it only moved the box and not the button underneath.

http://www.enchantingdream.com/Testsite/index.php?main_page=product_info&cPath=240_246&products_id=2302

No, it wouldn't because they are not connected to each other in any way.

You are talking about the tell a friend button, right?

If you want the tell a friend button and the write review button next to each other, open up includes/templates/YOUR_TEMPLATE/templates/tpl_product_info_display.php and change <div id="productTellFriendLink" class="buttonRow forward"> to <div id="productTellFriendLink" class="buttonRow back">. OR if you'd like the tell a friend button to be underneath write a review, change it to <div id="productTellFriendLink" class="buttonRow">.

7 Mar 2007, 1:04 AM
#289
fizfaz avatar

fizfaz

New Zenner

Join Date:
Dec 2006
Posts:
14
Plugin Contributions:
0

Re: Apple Zen Support Thread

jettrue:

Hi There!

Thanks for catching that.

You can add this to your stylesheet:

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

Hi Jade,
Perfect!! Thanks for support.. :thumbsup:

7 Mar 2007, 6:29 PM
#290
fastserv avatar

fastserv

New Zenner

Join Date:
Mar 2005
Location:
Rheine, Germany
Posts:
22
Plugin Contributions:
0

Re: Apple Zen Support Thread

Hi Jade,

I simply want to say THANK YOU so much for this stunning template.
I love it and made a little Test site based on your template, the site is not yet finished and only tested with Firefox 2 but I love to work with it.

Thank You

Stefan

P.S.
This is my Testsite

7 Mar 2007, 9:35 PM
#291
jettrue avatar

jettrue

Totally Zenned

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

Re: Apple Zen Support Thread

Fastserv:

Hi Jade,

I simply want to say THANK YOU so much for this stunning template.
I love it and made a little Test site based on your template, the site is not yet finished and only tested with Firefox 2 but I love to work with it.

Thank You

Stefan

P.S.
This is my Testsite

Very nicely done, I love those colors together. Beautiful! Love what you've done with the header menu as well!

8 Mar 2007, 6:22 AM
#292
creo_ingero avatar

creo_ingero

New Zenner

Join Date:
Oct 2006
Posts:
40
Plugin Contributions:
0

Re: Apple Zen Support Thread

I just wanted to mention that I read every post in this thread (or at least skimmed) and tweaked a lot of different css settings and I still can't seem to find the cause for this calamity: http://shoptracyb.com/index.php

What bit in CSS must I change (I'm guessing this is going to have something to do with margins) to get the header and the main body set to what I have the header set to on the left-hand margin? I was just trying to change the overall width from 68ems to 58ems.

Thanks ahead of time!

8 Mar 2007, 1:27 PM
#293
jettrue avatar

jettrue

Totally Zenned

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

Re: Apple Zen Support Thread

creo ingero:

I just wanted to mention that I read every post in this thread (or at least skimmed) and tweaked a lot of different css settings and I still can't seem to find the cause for this calamity: http://shoptracyb.com/index.php

What bit in CSS must I change (I'm guessing this is going to have something to do with margins) to get the header and the main body set to what I have the header set to on the left-hand margin? I was just trying to change the overall width from 68ems to 58ems.

Thanks ahead of time!

Hi There,

You changed the 68ems to 58ems, but it looks like you forgot to change any instance of 69em to 59em. (some sections need to be 1em larger) :thumbsup:

8 Mar 2007, 2:49 PM
#294
jdickson avatar

jdickson

New Zenner

Join Date:
Mar 2007
Posts:
9
Plugin Contributions:
0

Re: Apple Zen Support Thread

I still can't figure out how to get the padding off of logo.gif towards the bottom that is creating space between the logo and the bottom of the border. Example is at:

http://63.135.100.160/store

Many thanks in advance!

8 Mar 2007, 3:52 PM
#295
jettrue avatar

jettrue

Totally Zenned

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

Re: Apple Zen Support Thread

jdickson:

I still can't figure out how to get the padding off of logo.gif towards the bottom that is creating space between the logo and the bottom of the border. Example is at:

http://63.135.100.160/store

Many thanks in advance!

Ok, here are some things to try. By the way, this is an IE only issue.

Open up includes/templates/YOUR_TEMPLATE/common/tpl_header.php and remove (if you don't plan on using the header search box):
<div id="navMainSearch">
<?php require(DIR_WS_MODULES . 'sideboxes/search_header.php'); ?>
</div>

Then remove the:

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

right before:

<!--eof-navigation display-->
8 Mar 2007, 5:50 PM
#296
creo_ingero avatar

creo_ingero

New Zenner

Join Date:
Oct 2006
Posts:
40
Plugin Contributions:
0

Re: Apple Zen Support Thread

jettrue:

Hi There,

You changed the 68ems to 58ems, but it looks like you forgot to change any instance of 69em to 59em. (some sections need to be 1em larger) :thumbsup:

And I totally didn't notice that some of them were 1em larger. Thanks Jade :)

9 Mar 2007, 2:39 AM
#297
alik avatar

alik

Zen Follower

Join Date:
Mar 2006
Posts:
126
Plugin Contributions:
0

Re: Apple Zen Support Thread

Great template!!!!! and i'm almost done editing... forund a problem and can't figure out how to fix:

link

The site looks great in FF but the content slides down in IE6

please help

9 Mar 2007, 2:45 AM
#298
creo_ingero avatar

creo_ingero

New Zenner

Join Date:
Oct 2006
Posts:
40
Plugin Contributions:
0

Re: Apple Zen Support Thread

Has anyone had any problems trying to upload new button images? I have replaced them all with new buttons, but the changes aren't reflected on the site. I've sent the link to a few friends thinking maybe my computer was just storing the graphics and not refreshing, but that's not the case. I'm going to try deleting all of the images and uploading them again...

[TO BE CONTINUED]

dramatic music ensues

EDIT that did the trick. I'll leave this up in case anyone else runs across this issue :)

9 Mar 2007, 3:52 AM
#299
jettrue avatar

jettrue

Totally Zenned

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

Re: Apple Zen Support Thread

Alik:

Great template!!!!! and i'm almost done editing... forund a problem and can't figure out how to fix:

link

The site looks great in FF but the content slides down in IE6

please help

This is because of the fieldsets on the create account page. Try giving the
FIELDSET tag in the css a width of 85%.

9 Mar 2007, 7:06 PM
#300
alik avatar

alik

Zen Follower

Join Date:
Mar 2006
Posts:
126
Plugin Contributions:
0

Re: Apple Zen Support Thread

jettrue:

This is because of the fieldsets on the create account page. Try giving the
FIELDSET tag in the css a width of 85%.

did that, Thanks it resolved the problem.

but now i've noticed that the site is not centered IE and missing border on the center cloumn.

the white baground in the header is also gone.

*** In FF everything is displayed as it should though.

Thanks