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

Today Atheme ... Tomorrow - Clean & Professional

Locked

Views: 56,493

Results 101 to 120 of 174
This thread is locked. New replies are disabled.
4 Jan 2008, 2:05 AM
#101
testuser avatar

testuser

Inactive

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

Today Atheme ... Tomorrow - Clean & Professional

deepcreeksurvival:

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!

Corrected.

18 Jan 2008, 12:46 PM
#102
kruna avatar

kruna

Zen Follower

Join Date:
Sep 2006
Posts:
405
Plugin Contributions:
0

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

Hi all,

I have some IE and FF issues concerning the search header and ezpages (https://www.clickyshop.com/shop). I read through this post and correct me if I am wrong there was a similar issue in post # , but at the end no real solution. In testuser´s forum there was this problem mentioned and it was said that there is a <br clearboth /> in tpl_header which has to be deleted, but I dont have this in the mentioned place, so nothing to delete...

Also

http://www.clickyshop.com/shop/index.php?main_page=shopping_cart

looks different in IE and FF.

Can anyone give me a hint please?

thanks a lot.

regards,
kruna

18 Jan 2008, 12:50 PM
#103
kruna avatar

kruna

Zen Follower

Join Date:
Sep 2006
Posts:
405
Plugin Contributions:
0

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

oh...sorry I forgot to mention one more thing, sorry...

There is no way to get MY ACCOUNT and SHIPPING at the top on the right side, I tried evrything possible in styelsheet to adjust .back , but no way this part gets moved...

Any idea?

regards,
kruna

19 Jan 2008, 5:15 PM
#104
testuser avatar

testuser

Inactive

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

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

Kruna:

Hi all,

I have some IE and FF issues concerning the search header and ezpages (www.clickyshop.com/shop). I read through this post and correct me if I am wrong there was a similar issue in post # , but at the end no real solution. In testuser´s forum there was this problem mentioned and it was said that there is a <br clearboth /> in tpl_header which has to be deleted, but I dont have this in the mentioned place, so nothing to delete...

Also

http://www.clickyshop.com/shop/index.php?main_page=shopping_cart

looks different in IE and FF.

Can anyone give me a hint please?

thanks a lot.

regards,
kruna

Add this to the #navMainSearch is your stylesheet:

display:inline;

Kruna:

oh...sorry I forgot to mention one more thing, sorry...

There is no way to get MY ACCOUNT and SHIPPING at the top on the right side, I tried evrything possible in styelsheet to adjust .back , but no way this part gets moved...

Any idea?

regards,
kruna

Make the right definition in #navMainWrapper 2em instead of 20em.

22 Jan 2008, 9:14 AM
#105
fanaticonz avatar

fanaticonz

New Zenner

Join Date:
Jan 2008
Posts:
1
Plugin Contributions:
0

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

hi there. finally registered for the forums just for this question :)

is there anyway to change the default size of the fonts for the information pages?

basically i want to change to a larger font for the gift certificate faqs and the sitemap. also i would like to make the product price slightly bigger and bold at both the center boxes for new products and the product listing.

i understand that i have to edit it from the stylesheet.css and i have tried tinkering around with it to no avail.

will be thankful for any guidance i'm really just at my first week of experimenting around with zencart. so apologies for the newbie questions.

thanks!

22 Jan 2008, 4:59 PM
#106
kruna avatar

kruna

Zen Follower

Join Date:
Sep 2006
Posts:
405
Plugin Contributions:
0

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

Hi fanaticonz,

is there a link please?

is there anyway to change the default size of the fonts for the information pages?

which pages do you exactly mean?

regards,
kruna

22 Jan 2008, 9:07 PM
#107
testuser avatar

testuser

Inactive

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

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

fanaticonz:

hi there. finally registered for the forums just for this question :)

is there anyway to change the default size of the fonts for the information pages?

basically i want to change to a larger font for the gift certificate faqs and the sitemap. also i would like to make the product price slightly bigger and bold at both the center boxes for new products and the product listing.

i understand that i have to edit it from the stylesheet.css and i have tried tinkering around with it to no avail.

will be thankful for any guidance i'm really just at my first week of experimenting around with zencart. so apologies for the newbie questions.

thanks!

** Read this post ...

http://www.zen-cart.com/forum/showpost.php?p=494298&postcount=27**

The same can be done by page name ...

So instead of naming the CSS files by category as in the above post, you'd use what follows the "main_page=" in the URL.

If your URL is:

http://yourdomain.com/index.php?main_page=products_newThe name of your CSS file would be:

products_new.cssRemember to include only the changes that you need in the new CSS file or just those styles that need to differ from your main stylesheet.

23 Jan 2008, 6:57 AM
#108
rajeev83 avatar

rajeev83

Zen Follower

Join Date:
Sep 2006
Posts:
127
Plugin Contributions:
0

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

Hi
I installed the template everything is working fine except that there is line coming 0HEADER_TITLE_CCONTENTS I checked everyhting but cant figure out problem
any suggestion please

thanx

23 Jan 2008, 7:09 AM
#109
testuser avatar

testuser

Inactive

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

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

rajeev83:

Hi
I installed the template everything is working fine except that there is line coming 0HEADER_TITLE_CCONTENTS I checked everyhting but cant figure out problem
any suggestion please

thanx

Change the header.php file languages folder.

define('HEADER_TITLE_CONTENTS', ' item(s) in cart');

Should be :

define('HEADER_TITLE_CCONTENTS', ' item(s) in cart');

23 Jan 2008, 7:28 AM
#110
testuser avatar

testuser

Inactive

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

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

rajeev83:

Hi
I installed the template everything is working fine except that there is line coming 0HEADER_TITLE_CCONTENTS I checked everyhting but cant figure out problem
any suggestion please

thanx

The download has been fixed as well, so you could just re-download it if you wanted.

23 Jan 2008, 6:28 PM
#111
teebo avatar

teebo

Zen Follower

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

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

How Do I add images where all the white space is of the sideboxes. I know you change the width and move the sideboxes but I like the default width but want to put gif and images of products

23 Jan 2008, 9:34 PM
#112
testuser avatar

testuser

Inactive

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

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

teebo:

How Do I add images where all the white space is of the sideboxes. I know you change the width and move the sideboxes but I like the default width but want to put gif and images of products

Not sure I understand exactly what your asking....

28 Jan 2008, 5:33 AM
#113
teebo avatar

teebo

Zen Follower

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

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

testuser:

Not sure I understand exactly what your asking....

I took a ss of someone running a custom theme but the same premise applies

I have uploaded the picture here

http://img149.imageshack.us/img149/4885/picture1yv2.jpg

29 Jan 2008, 9:43 AM
#114
testuser avatar

testuser

Inactive

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

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

teebo:

I took a ss of someone running a custom theme but the same premise applies

I have uploaded the picture here

http://img149.imageshack.us/img149/4885/picture1yv2.jpg

That's actually a customized version of Atheme, but nonetheless yes the same premise.

To answer your question, you'd have to do a bit of custom styling to get the process done effectively.

But if your in the mood for shortcuts you could just set a body background image, via the stylesheet, to fit within those constraints.

Are you looking to put click-a-ble banners lets say or just images for the viewers pleasure?

30 Jan 2008, 7:03 AM
#115
teebo avatar

teebo

Zen Follower

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

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

I know its customized but like you said the premise is the same. I am looking to put banners there that can be clicked on and brought to a product page on the same website. Something like an animated product.

30 Jan 2008, 4:22 PM
#116
testuser avatar

testuser

Inactive

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

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

teebo:

I know its customized but like you said the premise is the same. I am looking to put banners there that can be clicked on and brought to a product page on the same website. Something like an animated product.

It's quite a complicated process, you'd have to do both some template file editing and a bit of CSS styling.

Contact me via PM and we can discuss details.

9 Feb 2008, 8:44 AM
#117
vially avatar

vially

New Zenner

Join Date:
Feb 2008
Posts:
1
Plugin Contributions:
0

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

Hello there.

I have looked all over this thread, but I can't find anything like it, so I'm asking:

It would be very useful for all of us if we would know the following:

How to change the headers of left and right boxes to images (Where to put the images path, and where to write the images dimensions, if we need to do that)

and

How to put an image as a background for the line where search and cart are.

What I am asking essentially is how to modify the theme's files in order to reach a look similar to that of clickyshop.com (it looks very good in my opinion), but of course, by using different images and sizes ?

If I need to clarify anything, please let me know. Thanks.

11 Feb 2008, 3:35 AM
#118
kruna avatar

kruna

Zen Follower

Join Date:
Sep 2006
Posts:
405
Plugin Contributions:
0

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

Hi Vially,

you would need to make changes in your stylesheet, find the box in your styleshheet and replace it with your image, for example:

.leftBoxHeading {
margin: 0em;
background:url(../images/your_image.gif);
padding: 1.05em 0.2em;
}

this would be the left side, you can also change the left boxes seperately by finding them in your stylesheet.

regards,
kruna

10 Mar 2008, 7:47 AM
#119
qikazz avatar

qikazz

New Zenner

Join Date:
Mar 2008
Posts:
6
Plugin Contributions:
0

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

Hey guys, I have just installed Zen and this theme, I am looking at changing it all over from OSC, and wanted to less around a little, I have just done the 100% width change, but now in the "new products" in the main centre I am getting 2 of those little red flame drops, in the new products bar, can anyone tell me how this can be rectified?

so you can see what I mean, the url is www.qikazz.com.au/test

thanks in advance

Cheers

Azz

10 Mar 2008, 4:29 PM
#120
fatguyinaz avatar

fatguyinaz

Zen Follower

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

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

The centerbox_bg.gif is only 555 pixels wide. Your website settings are wider so the image repeats to cover the extra width. If you don't want the repeating flame drop you can always use an image editing program and remove the flame drop. This way the repeated centerbox_bg.gif will not look like that.