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

Apple Zen Support Thread

Views: 855,650

Results 1,341 to 1,360 of 3,042
29 Oct 2007, 2:22 AM
#1341
candylea avatar

candylea

New Zenner

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

Apple Zen Support Thread

Hi

Can anyone help me please on changing the Css I want to change the font colour in the header where it says home and login. I have changed the background colour but can't change the font colour I would like it white

#navMainWrapper {
background:#5B1975;
color: #FFFFFF;
}

But this doesn't work and ideas
Thanks in advanced guys

29 Oct 2007, 7:56 AM
#1342
misticloudz avatar

misticloudz

New Zenner

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

Re: Apple Zen Support Thread

Hi all, I'm new to zencart and slowly figuring out how to customize my webpage... I'm sure this has already been addressed within this thread already but I couldn't find it searching with the search tool or by looking manually (although I have to admit I gave up about halfway through the thread cause my eyes were going fuzzy! :blink:)
I'm trying to give my thumbnails a border so that they don't bump up right against one another when in a cagetory list. here's what i'm talking about:
http://tiffstrinkets.com/index.php?main_page=index&cPath=67
thanks in advance... I'm sure the answer is pretty simple but i'm new to CSS and PHP! it's like greek to me for the most part... :smile:

29 Oct 2007, 9:56 AM
#1343
thepatch avatar

thepatch

Zen Follower

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

Re: Apple Zen Support Thread

misticloudz:

Hi all, I'm new to zencart and slowly figuring out how to customize my webpage... I'm sure this has already been addressed within this thread already but I couldn't find it searching with the search tool or by looking manually (although I have to admit I gave up about halfway through the thread cause my eyes were going fuzzy! :blink:)
I'm trying to give my thumbnails a border so that they don't bump up right against one another when in a cagetory list. here's what i'm talking about:
http://tiffstrinkets.com/index.php?main_page=index&cPath=67
thanks in advance... I'm sure the answer is pretty simple but i'm new to CSS and PHP! it's like greek to me for the most part... :smile:

This is actually adressed outside of the template. I had the same issue . . . I want to say . . .

Admin > Configuration > Images

There are 2 things to set here. One, is find Product Info Img Height; leave this blank, or set this to blank. Then, and this is a MUST, go down to the last option of Use Proportional Images and set this to '1'. That should do the trick.

29 Oct 2007, 8:54 PM
#1344
jettrue avatar

jettrue

Totally Zenned

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

Re: Apple Zen Support Thread

Candylea:

Hi

Can anyone help me please on changing the Css I want to change the font colour in the header where it says home and login. I have changed the background colour but can't change the font colour I would like it white

#navMainWrapper {
background:#5B1975;
color: #FFFFFF;
}

But this doesn't work and ideas
Thanks in advanced guys

By default, those links are styled by:

a:link {
color: #4f4f4f;
text-decoration: none;
}

a:hover {
color: #000000;
text-decoration: none;
}

But you can style them with this instead (remember for links, you have to use the "a" to style their color).

#navMainLinks a {color:#ffffff;}

#navMainLinks a:hover {color:#000000;}

29 Oct 2007, 8:56 PM
#1345
jettrue avatar

jettrue

Totally Zenned

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

Re: Apple Zen Support Thread

misticloudz:

Hi all, I'm new to zencart and slowly figuring out how to customize my webpage... I'm sure this has already been addressed within this thread already but I couldn't find it searching with the search tool or by looking manually (although I have to admit I gave up about halfway through the thread cause my eyes were going fuzzy! :blink:)
I'm trying to give my thumbnails a border so that they don't bump up right against one another when in a cagetory list. here's what i'm talking about:
http://tiffstrinkets.com/index.php?main_page=index&cPath=67
thanks in advance... I'm sure the answer is pretty simple but i'm new to CSS and PHP! it's like greek to me for the most part... :smile:

Hmmm, I would do this by just adding this to the stylesheet:

.productListing-data img{padding:8px;}

29 Oct 2007, 11:08 PM
#1346
candylea avatar

candylea

New Zenner

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

Re: Apple Zen Support Thread

Thank you worked a treat:clap:

30 Oct 2007, 5:35 AM
#1347
misticloudz avatar

misticloudz

New Zenner

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

Re: Apple Zen Support Thread

ThePatch:

This is actually adressed outside of the template. I had the same issue . . . I want to say . . .

Admin > Configuration > Images

There are 2 things to set here. One, is find Product Info Img Height; leave this blank, or set this to blank. Then, and this is a MUST, go down to the last option of Use Proportional Images and set this to '1'. That should do the trick.

ok, i'm going to try this right now! thanks! :smile:

30 Oct 2007, 5:42 AM
#1348
misticloudz avatar

misticloudz

New Zenner

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

Re: Apple Zen Support Thread

jettrue:

Hmmm, I would do this by just adding this to the stylesheet:

.productListing-data img{padding:8px;}

Thank you Jade! This worked perfectly! :laugh:

31 Oct 2007, 2:31 AM
#1349
srturner47 avatar

srturner47

Zen Follower

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

Re: Apple Zen Support Thread

I am testing my website with IE5, and I have noticed that body of the apple zen site always goes to the far left. But, the logo and such centers in ie5. Is there a way to make the body of the website center in ie5 as well?

Thanks!

31 Oct 2007, 3:42 AM
#1350
sermonzone avatar

sermonzone

Zen Follower

Join Date:
Oct 2005
Location:
New Mexico
Posts:
365
Plugin Contributions:
0

Re: Apple Zen Support Thread

Thanks for this nice looking template. Take a look at http://www.sermonzone.com/index.php?main_page=index&cPath=8 and you will see that I have deleted something I should not have, likely from the stylesheet. I prefer the presentation the native template has with a line between each product.

However, I after kludging around with WinMerge for an hour I cannot track down the problem and would appreciate a hint.

Feel free to make any other suggestions you have on improving my version. I intend to put your link back in the footer before I am finished with everything.

Blessings,

31 Oct 2007, 4:58 AM
#1351
srturner47 avatar

srturner47

Zen Follower

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

Re: Apple Zen Support Thread

One more question! I hope you don't mind. I am trying to make the menus appear ok in Internet Explorer. But, I have found that they display below the drop-down menus in IE6. I did a search and found this advice:

Move them out of the way by adding to stylesheet.css:

#sorter select {float:right;clear:both;width:120px;}

#sorter label {float:right;}

This worked great for the "Sort by" selectors. But, it doesn't do anything for the Alpha Sorter Selector which lets you select a letter.

Does anyone have any idea how to do the same thing with the alpha sorter?

31 Oct 2007, 6:10 AM
#1352
nataliajoe avatar

nataliajoe

New Zenner

Join Date:
Jul 2007
Posts:
44
Plugin Contributions:
0

Re: Apple Zen Support Thread

Hi Jade,

I have a question regarding this file tpl_drop_menu.php

at line 37, I have this code

<code><li class="submenu"><a href="<?php echo zen_href_link(FILENAME_SITE_MAP); ?>"><?php echo HEADER_TITLE_CATEGORIES; ?></a> </code>

hence at the store website, my CATEGORIES will link to the site map if one clicks on it rather than following the drop down categories below.

My question, how can I make the CATEGORIES link to a page that list all the categories I have? and not link to the site map? is there a way to do so?

thanks!

natalia

31 Oct 2007, 11:03 AM
#1353
jettrue avatar

jettrue

Totally Zenned

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

Re: Apple Zen Support Thread

srturner47:

I am testing my website with IE5, and I have noticed that body of the apple zen site always goes to the far left. But, the logo and such centers in ie5. Is there a way to make the body of the website center in ie5 as well?

Thanks!

Sorry, I don't support IE5 with this template. I don't have IE5, and according to statistics, only 1.5% of people do. But if you figure it out, I'd be happy to add it to the template (as long as it doesn't mess with another browser, LOL).

31 Oct 2007, 11:05 AM
#1354
jettrue avatar

jettrue

Totally Zenned

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

Re: Apple Zen Support Thread

Sermonzone:

Thanks for this nice looking template. Take a look at http://www.sermonzone.com/index.php?main_page=index&cPath=8 and you will see that I have deleted something I should not have, likely from the stylesheet. I prefer the presentation the native template has with a line between each product.

However, I after kludging around with WinMerge for an hour I cannot track down the problem and would appreciate a hint.

Feel free to make any other suggestions you have on improving my version. I intend to put your link back in the footer before I am finished with everything.

Blessings,

Did you go to "configuration', "product listing", and change "product listing layout style" to "columns"? That was part of the installation steps.

31 Oct 2007, 11:06 AM
#1355
jettrue avatar

jettrue

Totally Zenned

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

Re: Apple Zen Support Thread

srturner47:

One more question! I hope you don't mind. I am trying to make the menus appear ok in Internet Explorer. But, I have found that they display below the drop-down menus in IE6. I did a search and found this advice:

Move them out of the way by adding to stylesheet.css:

#sorter select {float:right;clear:both;width:120px;}

#sorter label {float:right;}

This worked great for the "Sort by" selectors. But, it doesn't do anything for the Alpha Sorter Selector which lets you select a letter.

Does anyone have any idea how to do the same thing with the alpha sorter?

Look at the source of the site, and see what selector the alpha sorter is using, then apply the same css to those.

31 Oct 2007, 11:06 AM
#1356
jettrue avatar

jettrue

Totally Zenned

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

Re: Apple Zen Support Thread

nataliajoe:

Hi Jade,

I have a question regarding this file tpl_drop_menu.php

at line 37, I have this code

<code><li class="submenu"><a href="<?php echo zen_href_link(FILENAME_SITE_MAP); ?>"><?php echo HEADER_TITLE_CATEGORIES; ?></a> </code>

hence at the store website, my CATEGORIES will link to the site map if one clicks on it rather than following the drop down categories below.

My question, how can I make the CATEGORIES link to a page that list all the categories I have? and not link to the site map? is there a way to do so?

thanks!

natalia
There's no such page that exists in zen cart, which is why I have it sent to the sitemap, as that's the closest thing to it. :smile: Perhaps one day I should create a categories page mod.

31 Oct 2007, 12:07 PM
#1357
nataliajoe avatar

nataliajoe

New Zenner

Join Date:
Jul 2007
Posts:
44
Plugin Contributions:
0

Re: Apple Zen Support Thread

jettrue:

There's no such page that exists in zen cart, which is why I have it sent to the sitemap, as that's the closest thing to it. :smile: Perhaps one day I should create a categories page mod.

Hi Jade

thanks for the reply. I see. I shall then wait for your mod... :smile:

natalia

31 Oct 2007, 12:53 PM
#1358
jafo2k avatar

jafo2k

New Zenner

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

Re: Apple Zen Support Thread

How do I move the Attributes from top of product page to the bottom? Sorry if it is a dumb question.

31 Oct 2007, 1:05 PM
#1359
jafo2k avatar

jafo2k

New Zenner

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

Re: Apple Zen Support Thread

Found it.. ignore my last question.

31 Oct 2007, 5:17 PM
#1360
dezinejunkie avatar

dezinejunkie

New Zenner

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

Re: Apple Zen Support Thread

On my sideboxes Credit Cards Accepted is not reading correctly:
Here is the code from the file below:
**BOX_HEADING_CC_ACCEPT **this is how it reads on my sideboxes.
In my includes languages english.php file there is no coding to define box heading cc accept. Do i need to add that in the file and if so how exactly should it read?

<?php /** * cc_accept.php * * Loaded automatically by index.php?main_page=account_edit.<br /> * Displays information related to a single specific order * * @package templateSystem * @copyright Copyright 2003-2006 Zen Cart Development Team * @copyright Portions Copyright 2003 osCommerce * @license <http://www.zen-cart.com/license/2_0.txt> GNU Public License V2.0 * $Id: cc_accept.php v 1.2 2006-09-06 * Originally copied from featured.php and modified by Carter Harris * Upgraded to work with Zen Cart 1.3 by kuroi */ // test if box should display $show_cc_accept = true; if ($show_cc_accept == true) { require($template->get_template_dir('tpl_cc_accept.php',DIR_WS_TEMPLATE, $current_page_base,'sideboxes'). '/tpl_cc_accept.php'); $title = **BOX_HEADING_CC_ACCEPT;** $title_link = false; require($template->get_template_dir($column_box_default, DIR_WS_TEMPLATE, $current_page_base,'common') . '/' . $column_box_default); } ?>