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

Today Atheme ... Tomorrow - Clean & Professional

Locked

Views: 56,493

Results 161 to 174 of 174
This thread is locked. New replies are disabled.
8 Feb 2009, 4:52 PM
#161
marks99 avatar

marks99

New Zenner

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

Today Atheme ... Tomorrow - Clean & Professional

Hi
Ive posted this in another section before finding this thread so if any admin reading please delete the other

I am currently setting up a store using zencart and the ic-atheme template. My problem is that the Configuration>layout settings>Categories-Tabs Menu on&off wont work. I want to turn of the header categories could someone point me at the right php file to disable them

Thank in advance
Mark

8 Feb 2009, 8:22 PM
#162
marks99 avatar

marks99

New Zenner

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

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

MarkS99:

Hi
Ive posted this in another section before finding this thread so if any admin reading please delete the other

I am currently setting up a store using zencart and the ic-atheme template. My problem is that the Configuration>layout settings>Categories-Tabs Menu on&off wont work. I want to turn of the header categories could someone point me at the right php file to disable them

Thank in advance
Mark

Its Ok i got it sorted i removed the following lines from the tpl_drop_menu.php in the template files

<div id="dropMenuWrapper"> <div id="dropMenu"> <ul class="level1"> <?php // load the UL-generator class and produce the menu list dynamically from there require_once (DIR_WS_CLASSES . 'categories_ul_generator.php'); $zen_CategoriesUL = new zen_categories_ul_generator; $menulist = $zen_CategoriesUL->buildTree(true); $menulist = str_replace('"level4"','"level5"',$menulist); $menulist = str_replace('"level3"','"level4"',$menulist); $menulist = str_replace('"level2"','"level3"',$menulist); $menulist = str_replace('"level1"','"level2"',$menulist); $menulist = str_replace('<li class="submenu">','<li class="submenu">',$menulist); $menulist = str_replace("</li>\n</ul>\n</li>\n</ul>\n","</li>\n</ul>\n",$menulist); echo $menulist; ?> </ul> </div><div class="clearBoth">

I've no doubt theres a better way of doing it if so then please do post

Mark

14 Mar 2009, 5:10 PM
#163
jonty_comp avatar

jonty_comp

New Zenner

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

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

First, thanks for a great template! We're in the middle of setting up http://www.tradeframing.com and your template is just what we wanted. I've just got one problem though:

kuroi:

I would especially recommend looking at the template in IE7 with enough category tabs in the header to wrap to a 2nd line. It's not pretty. Works fine in FF, Safari, Opera and IE6 though.

We have a fair few categories as you can see and at the moment they display fine in Chrome/Safari and Firefox, but in IE the search bar isn't pushed down by the categories and overlaps. I know a fair bit of CSS but I'm terrible at wading through large projects such as this template. I've been adding bits and pieces here and there to try and force the height of the category bar and all sorts, but nothing has come up satisfactory so far. If it isn't too difficult would you mind looking for a fix? If it does need a lot of work then I'm sure we'll be happy with just removing the "picture frames" from the end of the category names, by which they should all fit on one line.

Thanks in advance!

6 Apr 2009, 9:29 AM
#164
timdwyer42 avatar

timdwyer42

Zen Follower

Join Date:
Apr 2009
Posts:
149
Plugin Contributions:
0

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

MarkS99:

Its Ok i got it sorted i removed the following lines from the tpl_drop_menu.php in the template files

<div id="dropMenuWrapper"> <div id="dropMenu"> <ul class="level1"> <?php // load the UL-generator class and produce the menu list dynamically from there require_once (DIR_WS_CLASSES . 'categories_ul_generator.php'); $zen_CategoriesUL = new zen_categories_ul_generator; $menulist = $zen_CategoriesUL->buildTree(true); $menulist = str_replace('"level4"','"level5"',$menulist); $menulist = str_replace('"level3"','"level4"',$menulist); $menulist = str_replace('"level2"','"level3"',$menulist); $menulist = str_replace('"level1"','"level2"',$menulist); $menulist = str_replace('<li class="submenu">','<li class="submenu">',$menulist); $menulist = str_replace("</li>\n</ul>\n</li>\n</ul>\n","</li>\n</ul>\n",$menulist); echo $menulist; ?> </ul> </div><div class="clearBoth">

I've no doubt theres a better way of doing it if so then please do post

Mark

Yeah I love this template other than the " Specials | Featured Items | View All Products " links at the top. Could someone explain how to remove them please? Thanks.

23 Apr 2009, 7:12 AM
#165
jenpen avatar

jenpen

Zen Follower

Join Date:
Sep 2007
Location:
Far South Coast, NSW, Australia
Posts:
427
Plugin Contributions:
0

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

Same question - how to remove the specials, featured products etc line, because now I've enlarged the font size a bit the search box has been pushed down.
But - great template! Well worth the $5 I slipped the designer :wink:

23 Apr 2009, 7:18 AM
#166
jenpen avatar

jenpen

Zen Follower

Join Date:
Sep 2007
Location:
Far South Coast, NSW, Australia
Posts:
427
Plugin Contributions:
0

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

Found it - go to includes/templates/iC_AthemeV1.3/common/tpl_header.php and remove the following lines of code:

<div id="altLinks"> <a href="<?php echo zen_href_link(FILENAME_SPECIALS, '', 'NONSSL'); ?>"><?php echo HEADER_SUB_SPECIALS;?></a> | <a href="<?php echo zen_href_link(FILENAME_FEATURED_PRODUCTS, '', 'NONSSL'); ?>"><?php echo HEADER_SUB_FEATURED;?></a> | <a href="<?php echo zen_href_link(FILENAME_PRODUCTS_ALL, '', 'NONSSL'); ?>"><?php echo HEADER_SUB_ALLPRODUCTS;?></a> </div>
24 Apr 2009, 7:02 AM
#167
jenpen avatar

jenpen

Zen Follower

Join Date:
Sep 2007
Location:
Far South Coast, NSW, Australia
Posts:
427
Plugin Contributions:
0

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

... but now I've got another problem.
I have replaced the iC logo with my own banner and changed the logo.gif dimensions in the tpl_header but the logo still covers the My Account etc links at the top right. How can I move the banner down so they show?
Jen

3 Aug 2009, 11:13 PM
#168
hadje avatar

hadje

New Zenner

Join Date:
Jul 2009
Posts:
6
Plugin Contributions:
0

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

hi
i am having a hard time figuring out the links at the top right..."my account" and "shipping info".
are these "define pages"? if so, why aren't the other links for "create account", "log in", etc, showing?
i looked in the includes/languages/english/ic_Atheme/header.php file and there area bunch of other defined header titles...
sorry i am only working on a copy on my local machine or i would provide a link
i've been all through the style sheet and i can't figure out exactly why only these two are showing...this was te case before i made any changes to the template

thanks

10 Sep 2009, 8:49 AM
#169
stavros0805 avatar

stavros0805

New Zenner

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

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

Guys a problem!
customer authentication: Hide header not working in ic-Atheme!!!!!!
help please urgent!

10 Sep 2009, 2:16 PM
#170
stavros0805 avatar

stavros0805

New Zenner

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

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

In the ic-Atheme
As you can see the right,left,header,footer are still in the web page even if i set the:
customer authorization: hide "left, right ,header, footer" to TRUE.

Do you believe is there a problem of the current template: ic-Atheme?

Because in other templates like Glacial Age there is no problem....

29 Oct 2009, 11:18 AM
#171
pacdad avatar

pacdad

New Zenner

Join Date:
Jul 2006
Location:
St. Charles, MO
Posts:
30
Plugin Contributions:
0

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

Zencart 1.3.8a
Tpp

Was trying to adjust the logo to my site, and move the "Log in" and "Home" down to bottom of section. Found a thread for Default Template, but when I copy/pasted it made my Drop down tabs WORDS, instead of dropdown. Need help and appreciated. Very frustrated :censored:
http://www.div8hardware.com

4 Dec 2009, 2:50 AM
#172
nickstrong avatar

nickstrong

New Zenner

Join Date:
Dec 2009
Posts:
4
Plugin Contributions:
0

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

lucianman:

can the shopping cart in the top header be made into an active link, meaning making it clickable and have it take you onto the cart screen

Anyone found out how to do this? Im also looking for it, and i couldnt find a answer here... Might have overlooked it.

3 Jan 2010, 4:25 AM
#173
osaeed avatar

osaeed

New Zenner

Join Date:
Jan 2010
Posts:
51
Plugin Contributions:
0

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

Hi I have Zen cart installed and running on my pc to develop my website for business purposes.

I have Zen Cart 1.3.8 latest version install with the iC_Atheme v1.3

Here is the problem I will show you...

[IMG]http://img34.imageshack.us/img34/9415/websitequestion.th.jpg[/IMG]

That blue bar in the provided image, how do you set the height of it?

I have been searching for the file for it to edit for almost 1 hour and cant seem to know where it is.

I appreciate it if anyone has an idea how to edit it...

Thank you.

21 Jan 2010, 2:26 AM
#174
skelly100 avatar

skelly100

New Zenner

Join Date:
Nov 2009
Posts:
34
Plugin Contributions:
0

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

That blue bar in the provided image, how do you set the height of it?

In the css stylesheet for your template -
its called the searchcartbarwrapper, if i remember correctly. adjust height in px (pixels)