Zen Cart Logo
Forums / Addon Templates / ic-Atheme template troubles

ic-Atheme template troubles

Locked

Views: 2,037

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

marks99

New Zenner

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

ic-Atheme template troubles

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:21 PM
#2
marks99 avatar

marks99

New Zenner

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

Re: ic-Atheme template troubles

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

10 Sep 2009, 8:50 AM
#3
stavros0805 avatar

stavros0805

New Zenner

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

Re: ic-Atheme template troubles

Guys!
Problem!
customer authentication: Hide header not working in ic-Atheme!!!!
any suggestion?

24 Nov 2009, 9:04 PM
#4
amitkiran avatar

amitkiran

New Zenner

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

Re: ic-Atheme template troubles

guys,

The size of the logo is shrinked. The logo size is fine with other templates.

Please let me know how to resolve the issue.