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

Apple Zen Support Thread

Views: 855,304

Results 1,521 to 1,540 of 3,042
14 Dec 2007, 00:25
#1521
devon310 avatar

devon310

New Zenner

Join Date:
Dec 2005
Posts:
59
Plugin Contributions:
0

Apple Zen Support Thread

Hello,

I love this template & was trying to find information on where I can make the main wrapper if I'm calling this by its correct name a bit wider. Its cuting off my product names.

Any help is greatly appreciated.

Warm Regards,
Devon

14 Dec 2007, 02:53
#1522
phapn avatar

phapn

New Zenner

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

Re: Apple Zen Support Thread

jettrue:

You can modify the text used in your header by opening up includes/languages/english/extra_definitions/YOUR_TEMPLATE/headermenu.php

You can add or remove links from the header menu by opening up includes/templates/YOUR_TEMPLATE/tpl_drop_menu.php. Though you can turn off links such as "Privacy Policy" or "Conditions of Use", etc. from the admin, under "Configuration", "Define Page Status". (This turns them off anywhere they may be on the site). If you're not using Gift Certificates or Discount Coupons, you can turn those off globally by removing their modules under "Modules", "Order Total".

You can change the colors or widths of the header menu by opening up includes/templates/YOUR_TEMPLATE/css/stylesheet_header_menu.css

This helped for the ones i wanted to remove, however then
I wanted to add an extra page called "FAQ". I also want a link to FAQ at the top in the dropdown bar aswell as in the information tab on the right. So i've changed a page I DIDN'T want in tpl_drop_menu.php to FAQ (all three instances of the name). I've then added the page in /public_html/includes/languages/english/html_includes/. I thought this should work.. but the pages i'm creating aren't being found when I click the link. It's going straight to page_not_found. It also isnt displaying in the information tab on the right. Any advice?

14 Dec 2007, 03:34
#1523
jettrue avatar

jettrue

Totally Zenned

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

Re: Apple Zen Support Thread

phapn:

This helped for the ones i wanted to remove, however then
I wanted to add an extra page called "FAQ". I also want a link to FAQ at the top in the dropdown bar aswell as in the information tab on the right. So i've changed a page I DIDN'T want in tpl_drop_menu.php to FAQ (all three instances of the name). I've then added the page in /public_html/includes/languages/english/html_includes/. I thought this should work.. but the pages i'm creating aren't being found when I click the link. It's going straight to page_not_found. It also isnt displaying in the information tab on the right. Any advice?

Create an ezpage named FAQ.That would be the easiest way.

14 Dec 2007, 19:10
#1524
phapn avatar

phapn

New Zenner

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

Re: Apple Zen Support Thread

jettrue:

Create an ezpage named FAQ.That would be the easiest way.

I thought this, however when I do that, it doesnt put it in the right category, it puts in "important links" not information. And then how do i add that link into the dropdown?

14 Dec 2007, 22:37
#1525
jettrue avatar

jettrue

Totally Zenned

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

Re: Apple Zen Support Thread

Pomzie:

Are they supposed to pop out after they pop down, or just pop down? In other words, if you click on

Categories -> Pomzie Bucket Tote

is it supposed to pop out to the right and list the items? or is it just supposed to pop down and that's it. Just making sure I didn't screw something up. :D

Thanks again! I love the layout of the template.

No, they only pop out categories and subcategories, not products.

14 Dec 2007, 22:38
#1526
jettrue avatar

jettrue

Totally Zenned

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

Re: Apple Zen Support Thread

devon310:

Hello,

I love this template & was trying to find information on where I can make the main wrapper if I'm calling this by its correct name a bit wider. Its cuting off my product names.

Any help is greatly appreciated.

Warm Regards,
Devon

Site link, please?

15 Dec 2007, 13:44
#1527
pomzie avatar

pomzie

New Zenner

Join Date:
Oct 2007
Location:
Central Texas
Posts:
11
Plugin Contributions:
0

Re: Apple Zen Support Thread

jettrue:

No, they only pop out categories and subcategories, not products.

Ahhhhhhhhh, okay. Thank you so much for your help! I thought maybe I had done something wrong. :lookaroun :laugh:

15 Dec 2007, 18:56
#1528
devon310 avatar

devon310

New Zenner

Join Date:
Dec 2005
Posts:
59
Plugin Contributions:
0

Re: Apple Zen Support Thread

jettrue:

Site link, please?

Hello Jettrue,

Thank You the address is
http://www.thewishingwellshop.com/wish/
You can see the problem I'm having with the header image being stretched & I know I did it once but I cant find the problem for the life of me now.
You can also see here that is it called the main section http://www.thewishingwellshop.com/wish/index.php?main_page=login is not right the Login is almost cut off.

Then I have on the product list page I wanted to change the product info text to left justified, is that possible?

Any help is greatly appreciated.

Warm Regards,
Devon

15 Dec 2007, 19:18
#1529
jettrue avatar

jettrue

Totally Zenned

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

Re: Apple Zen Support Thread

devon310:

Hello Jettrue,

Thank You the address is
http://www.thewishingwellshop.com/wish/
You can see the problem I'm having with the header image being stretched & I know I did it once but I cant find the problem for the life of me now.
You can also see here that is it called the main section http://www.thewishingwellshop.com/wish/index.php?main_page=login is not right the Login is almost cut off.

Then I have on the product list page I wanted to change the product info text to left justified, is that possible?

Any help is greatly appreciated.

Warm Regards,
Devon
All your sideboxes are staying off, right? For the main section issue, change .centerColumn to this:

.centerColumn {
	width:100%;
	float:left;
	margin:0;
	padding:0;
	text-align:left;
	line-height:1.6em;
	}	

To fix the logo, remove this:

#logo img {
	width:100%;
	}

and to center it, change #logoWrapperOuter to this:

#logoWrapperOuter {
	margin:0 auto;
        text-align:center;
	}
15 Dec 2007, 19:36
#1530
johnga avatar

johnga

Zen Follower

Join Date:
Oct 2005
Location:
San Francisco
Posts:
100
Plugin Contributions:
0

Re: Apple Zen Support Thread

Hi Jade,
I installed my holidaytoyexpress.com site, which uses your wonderful template on a new server with 1.38, and everything seemed to go perfectly. Now I have found out that customers are being locked out due to new security code in certain files. These files are in my includes/templates/apple_zen/templates folder. According to other postings on the 1.38 upgrade thread, I need to do some major surgery to fix my broken site. Do you know which of the files in this folder need work? I first thought it was:
tpl_login_default.php
tpl_time_out_default.php
and I tried modifying them, but without success. Has anyone moved your template into 1.38 yet?

15 Dec 2007, 22:20
#1531
phapn avatar

phapn

New Zenner

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

Re: Apple Zen Support Thread

jettrue:

Create an ezpage named FAQ.That would be the easiest way.

I thought this, however when I do that, it doesnt put it in the right category, it puts in "important links" not information. And then how do i add that link into the dropdown?

Thanks very much for your ongoing help :)

15 Dec 2007, 22:31
#1532
devon310 avatar

devon310

New Zenner

Join Date:
Dec 2005
Posts:
59
Plugin Contributions:
0

Re: Apple Zen Support Thread

Yes all sideboxes are off.
THANK YOU SO MUCH that worked even though I think I may still need to resize the header or logo image or adjust the center column.

I also noticed these issues I'm having these issues as well.
Under Home if you select ALL PRODUCTS none of the pictures show up?
Is that normal?

Thank You Again & I will be sure to get some donations your way.

jettrue:

All your sideboxes are staying off, right? For the main section issue, change .centerColumn to this:

.centerColumn {
width:100%;
float:left;
margin:0;
padding:0;
text-align:left;
line-height:1.6em;
}

> 
> To fix the logo, remove this:
> 
> ```
#logo img {
	width:100%;
	}

and to center it, change #logoWrapperOuter to this:

#logoWrapperOuter {
margin:0 auto;
text-align:center;
}

15 Dec 2007, 22:34
#1533
jettrue avatar

jettrue

Totally Zenned

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

Re: Apple Zen Support Thread

devon310:

Yes all sideboxes are off.
THANK YOU SO MUCH that worked even though I think I may still need to resize the header or logo image or adjust the center column.

I also noticed these issues I'm having these issues as well.
Under Home if you select ALL PRODUCTS none of the pictures show up?
Is that normal?

Thank You Again & I will be sure to get some donations your way.

I see pictures in the ALL PRODUCTS.

15 Dec 2007, 22:48
#1535
jettrue avatar

jettrue

Totally Zenned

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

Re: Apple Zen Support Thread

devon310:

This issue is under Home - ALL PRODUCTS
You see products here? I'm checking in safari & Firefox & see none.
http://www.thewishingwellshop.com/wish/index.php?main_page=products_all

Regards,
Devon

Did you turn on images? "Configuration", "All Listing".

16 Dec 2007, 18:04
#1536
devon310 avatar

devon310

New Zenner

Join Date:
Dec 2005
Posts:
59
Plugin Contributions:
0

Re: Apple Zen Support Thread

Hello,

Yes it is on. Its strange, how can I just remove that link completely?
It's actually unnecessary I think.

I also need to add & remove some links from the drop down menus. I think I saw a post here though about that.

Many Thanks,
Devon

17 Dec 2007, 00:21
#1537
devon310 avatar

devon310

New Zenner

Join Date:
Dec 2005
Posts:
59
Plugin Contributions:
0

Re: Apple Zen Support Thread

I am also wondering where the code for the white background is located?

Many many thanks.

Warm Regards,

17 Dec 2007, 01:03
#1538
devon310 avatar

devon310

New Zenner

Join Date:
Dec 2005
Posts:
59
Plugin Contributions:
0

Re: Apple Zen Support Thread

devon310:

I am also wondering where the code for the white background is located?

Many many thanks.

Warm Regards,

I think I found that White BG problem.

now on http://www.thewishingwellshop.com/wish/index.php?main_page=specials

now they show in one column how do I get these back to show in rows of 3?
Is that in Admin?

Warm Regards,

17 Dec 2007, 01:09
#1539
jettrue avatar

jettrue

Totally Zenned

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

Re: Apple Zen Support Thread

devon310:

I think I found that White BG problem.

now on http://www.thewishingwellshop.com/wish/index.php?main_page=specials

now they show in one column how do I get these back to show in rows of 3?
Is that in Admin?

Warm Regards,

SIGH, I answer this question SO often, LOL, everyone does the SAME thing.

#logo, .centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .centerBoxContentsAlsoPurch, .attribImg {
float:center;
}

First of all, there's no such thing as float center.

Second of all, you didn't just change #logo with your change, see the 5 other things after #logo? If you want to center the logo, only change the logo, let the other 5 things keep float:left:

#logo {text-align:center;} 

.centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .centerBoxContentsAlsoPurch, .attribImg {
	float:left;
	}
17 Dec 2007, 01:45
#1540
srturner47 avatar

srturner47

Zen Follower

Join Date:
Oct 2007
Posts:
385
Plugin Contributions:
0

Re: Apple Zen Support Thread

Please ignore this post unless you are jettrue.

I have attached the image that I PMed you about. Hope it helps!