Zen Cart Logo
Forums / Addon Templates / Today Atheme ... Tomorrow - Clean & Professional

Today Atheme ... Tomorrow - Clean & Professional

Locked

Views: 56,493

Results 81 to 100 of 174
This thread is locked. New replies are disabled.
19 Oct 2007, 1:20 AM
#81
jeffrey_huan avatar

jeffrey_huan

New Zenner

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

Today Atheme ... Tomorrow - Clean & Professional

There is no problem when displayed in Wide Screen . However, the "submit" button is missing when " tell a friend " displayed in normal screen. Here is the link to show the problem. Please help me to solve it. Thank you!
http://bestchoicebook.com/store/index.php?main_page=tell_a_friend&products_id=181

19 Oct 2007, 8:43 AM
#82
kuroi avatar

kuroi

Totally Zenned

Join Date:
Apr 2006
Location:
London, UK
Posts:
10,475
Plugin Contributions:
11

Re: Today Atheme ... Tomorrow - Clean & Professional

Jeffrey Huan:

There is no problem when displayed in Wide Screen . However, the "submit" button is missing when " tell a friend " displayed in normal screen. Here is the link to show the problem. Please help me to solve it. Thank you!
http://bestchoicebook.com/store/index.php?main_page=tell_a_friend&products_id=181

This is an IE6 problem that was fixed in Zen Cart 1.3.6. Happily it's just a quick and easy stylesheet change and hopefully testuser will incorporate it into any future releases of this template. Here's the detailed explanation and some discussion.

19 Oct 2007, 10:48 AM
#83
jeffrey_huan avatar

jeffrey_huan

New Zenner

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

Re: Today Atheme ... Tomorrow - Clean & Professional

kuroi:

This is an IE6 problem that was fixed in Zen Cart 1.3.6. Happily it's just a quick and easy stylesheet change and hopefully testuser will incorporate it into any future releases of this template. Here's the detailed explanation and some discussion.

Thank you ! The problem is solved.

24 Oct 2007, 7:21 AM
#84
teebo avatar

teebo

Zen Follower

Join Date:
Jun 2007
Posts:
104
Plugin Contributions:
0

Re: Today Atheme ... Tomorrow - Clean & Professional

How do I make this theme wider? I have seen some people in this thread make the caterogies box and other sideboxes moved all the way to the side leaving more space in the middle

24 Oct 2007, 6:14 PM
#85
fatguyinaz avatar

fatguyinaz

Zen Follower

Join Date:
Oct 2007
Location:
Safford, AZ
Posts:
313
Plugin Contributions:
0

Re: Today Atheme ... Tomorrow - Clean & Professional

includes/templates/your_template_folder/css/stylesheet.css find this and change the width from 760px to 100% as showen below:

Code:

#mainWrapper {
background-color: #ffffff;
text-align: left;
width: 100%;
vertical-align: top;
clear:both;
}

Thanks go to Kobra for this info.

Steve

28 Oct 2007, 1:31 PM
#86
jeffrey_huan avatar

jeffrey_huan

New Zenner

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

Re: Today Atheme ... Tomorrow - Clean & Professional

Great template. However, I found it looks fine in IE, but strange in FireFox, especially the sign up page. This is my website: http://bestchoicebook.com. Any body who helps me find out the problem. Thank you!

13 Nov 2007, 6:03 PM
#87
teebo avatar

teebo

Zen Follower

Join Date:
Jun 2007
Posts:
104
Plugin Contributions:
0

Re: Today Atheme ... Tomorrow - Clean & Professional

How do I go about putting images, banner, gif, etc.. on the sides of the sideboxes. More specifically the empty space created if you do not have the width 100%. I'd like to use them for images.

TIA

21 Nov 2007, 7:43 AM
#88
deepcreeksurvival avatar

deepcreeksurvival

New Zenner

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

Re: Today Atheme ... Tomorrow - Clean & Professional

I installed Atheme v1.3 tonight and everything looks ok, with a few exceptions.

In the Header, net to My Account, the Shipping Info link is displaying like this: * HEADER_TITLE_SHIPPING

HEADER_SUB_SPECIALS | HEADER_SUB_FEATURED | HEADER_SUB_ALLPRODUCTS 0HEADER_TITLE_CONTENTS

are also showing up, too.

You can see the store at http://www.deepcreeksurvival.com/store

Is this something in the template level that isn't displaying right? I installed it according to the directions.

Thanks!

24 Nov 2007, 4:35 AM
#89
deepcreeksurvival avatar

deepcreeksurvival

New Zenner

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

Re: Today Atheme ... Tomorrow - Clean & Professional

this thing on? Just wondering if anyone might know an answer to my problem above.

25 Nov 2007, 5:15 PM
#90
testuser avatar

testuser

Inactive

Join Date:
Oct 2004
Location:
Houston, TX
Posts:
792
Plugin Contributions:
0

Re: Today Atheme ... Tomorrow - Clean & Professional

deepcreeksurvival:

I installed Atheme v1.3 tonight and everything looks ok, with a few exceptions.

In the Header, net to My Account, the Shipping Info link is displaying like this: * HEADER_TITLE_SHIPPING

HEADER_SUB_SPECIALS | HEADER_SUB_FEATURED | HEADER_SUB_ALLPRODUCTS 0HEADER_TITLE_CONTENTS

are also showing up, too.

You can see the store at http://www.deepcreeksurvival.com/store

Is this something in the template level that isn't displaying right? I installed it according to the directions.

Thanks!

deepcreeksurvival:

this thing on? Just wondering if anyone might know an answer to my problem above.

It appears you've missed a language file on installation. Please check the languages folder and let me know.

26 Nov 2007, 1:53 AM
#91
fatguyinaz avatar

fatguyinaz

Zen Follower

Join Date:
Oct 2007
Location:
Safford, AZ
Posts:
313
Plugin Contributions:
0

Re: Today Atheme ... Tomorrow - Clean & Professional

Open your header.php file and make sure the items in RED are there. It is located in the following path: /includes/languages/english/iC_AthemeV1.3/header.php

// header text in includes/header.php
define('HEADER_TITLE_CREATE_ACCOUNT', 'Create Account');
define('HEADER_TITLE_MY_ACCOUNT', 'My Account');
define('HEADER_TITLE_CART_CONTENTS', 'Shopping Cart');
define('HEADER_TITLE_CHECKOUT', 'Checkout');
define('HEADER_TITLE_TOP', 'Top');
define('HEADER_TITLE_CATALOG', 'Home');
define('HEADER_TITLE_LOGOFF', 'Log Out');
define('HEADER_TITLE_LOGIN', 'Log In');
define('HEADER_TITLE_SHIPPING', 'Shipping Info');
define('HEADER_TITLE_CCONTENTS', ' item(s) in cart');
define('HEADER_SUB_SPECIALS', 'Specials');
define('HEADER_SUB_FEATURED', 'Featured Items');
define('HEADER_SUB_ALLPRODUCTS', 'View All Products');

HTH,
Steve

26 Nov 2007, 2:38 AM
#92
deepcreeksurvival avatar

deepcreeksurvival

New Zenner

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

Re: Today Atheme ... Tomorrow - Clean & Professional

Ok, It looks like I didn't upload the header.php file in the /languages/english/ folder. That corrected it, but the

define('HEADER_TITLE_CCONTENTS', ' Items In Cart');

in the header.php file isn't updating like the others. It still shows:

0HEADER_TITLE_CONTENTS on the actual store front.

Rather than what I changed it to from what was original, it still doesn't update on that link.

Thanks for the help.

Note:

define('HEADER_TITLE_CCONTENTS', ' item(s) in cart'); has a typo in the define . There are two "C"s in code. I downloaded these from the ichoze.net, so you may want to amend your files, testuser. That's why it's showing up 0HEADER_TITLE_CONTENTS on the actual store front.

Again, it looks like it should now...

Thanks!

26 Nov 2007, 8:09 PM
#93
fatguyinaz avatar

fatguyinaz

Zen Follower

Join Date:
Oct 2007
Location:
Safford, AZ
Posts:
313
Plugin Contributions:
0

Re: Today Atheme ... Tomorrow - Clean & Professional

I would like to add a background image for my entire store. Where/how would this be done for this template? Just a sample of the CCS to add/change is all I am looking for.

Thank you!

3 Dec 2007, 10:21 PM
#94
lucianman avatar

lucianman

Zen Follower

Join Date:
Sep 2004
Posts:
245
Plugin Contributions:
0

Re: Today Atheme ... Tomorrow - Clean & Professional

Has anyone updated to 1.3.8 and notice that there is an issue with the meta tags

4 Dec 2007, 10:42 PM
#95
testuser avatar

testuser

Inactive

Join Date:
Oct 2004
Location:
Houston, TX
Posts:
792
Plugin Contributions:
0

Re: Today Atheme ... Tomorrow - Clean & Professional

lucianman:

Has anyone updated to 1.3.8 and notice that there is an issue with the meta tags

What's the issue?

4 Dec 2007, 10:43 PM
#96
testuser avatar

testuser

Inactive

Join Date:
Oct 2004
Location:
Houston, TX
Posts:
792
Plugin Contributions:
0

Re: Today Atheme ... Tomorrow - Clean & Professional

swiker:

I would like to add a background image for my entire store. Where/how would this be done for this template? Just a sample of the CCS to add/change is all I am looking for.

Thank you!

Add a background image to the body using the stylesheet.

It will look something like this:

body {

background: url(..images/bg.gif);

}
5 Dec 2007, 10:23 PM
#97
lucianman avatar

lucianman

Zen Follower

Join Date:
Sep 2004
Posts:
245
Plugin Contributions:
0

Re: Today Atheme ... Tomorrow - Clean & Professional

IE explorer bar is showing HOME_PAGE_TITLE, and i have changed all the files needed but still now luck, even did a new install of 1.3.8 and still same thing when i add this template.

9 Dec 2007, 1:20 AM
#98
fatguyinaz avatar

fatguyinaz

Zen Follower

Join Date:
Oct 2007
Location:
Safford, AZ
Posts:
313
Plugin Contributions:
0

Re: Today Atheme ... Tomorrow - Clean & Professional

testuser:

Add a background image to the body using the stylesheet.

It will look something like this:

body {

background: url(..images/bg.gif);

}


Thank you sir
9 Dec 2007, 1:41 AM
#99
fatguyinaz avatar

fatguyinaz

Zen Follower

Join Date:
Oct 2007
Location:
Safford, AZ
Posts:
313
Plugin Contributions:
0

Re: Today Atheme ... Tomorrow - Clean & Professional

lucianman:

IE explorer bar is showing HOME_PAGE_TITLE, and i have changed all the files needed but still now luck, even did a new install of 1.3.8 and still same thing when i add this template.

Check files:
english/meta_tags.php
modules/meta_tags.php

I am not sure but I did a search for HOME_PAGE_TITLE with Dreamweaver and both of these files got a hit.

10 Dec 2007, 8:40 AM
#100
testuser avatar

testuser

Inactive

Join Date:
Oct 2004
Location:
Houston, TX
Posts:
792
Plugin Contributions:
0

Re: Today Atheme ... Tomorrow - Clean & Professional

swiker:

Check files:
english/meta_tags.php
modules/meta_tags.php

I am not sure but I did a search for HOME_PAGE_TITLE with Dreamweaver and both of these files got a hit.

HOME_PAGE_TITLE i believe is new to 1.3.8 which is under:

languages/english/meta_tags.php

When editing, place the file under:

languages/english/YOUR_TEMPLATE/meta_tags.php