Results 1 to 4 of 4
  1. #1

    Default 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
    I refuse to tip-toe through life only to arrive safely at death's door!

    www.thetoyparlour.com

  2. #2

    Default 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
    I refuse to tip-toe through life only to arrive safely at death's door!

    www.thetoyparlour.com

  3. #3
    Join Date
    Jul 2008
    Posts
    6
    Plugin Contributions
    0

    Default Re: ic-Atheme template troubles

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

  4. #4
    Join Date
    Nov 2009
    Posts
    1
    Plugin Contributions
    0

    Default 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.

 

 

Similar Threads

  1. v150 Atheme Template - Categories Header won't turn off?
    By kal in forum Addon Templates
    Replies: 5
    Last Post: 13 Feb 2012, 06:19 AM
  2. iC Atheme template - drop menu display
    By gabicen in forum Addon Templates
    Replies: 7
    Last Post: 9 Jul 2011, 12:25 AM
  3. Header issue w/ atheme template
    By andra in forum Addon Templates
    Replies: 5
    Last Post: 22 Jun 2010, 07:55 PM
  4. Template troubles
    By FaustusTheAwesome in forum General Questions
    Replies: 2
    Last Post: 17 Jul 2008, 10:58 AM
  5. template troubles
    By tactician in forum Templates, Stylesheets, Page Layout
    Replies: 4
    Last Post: 13 Jun 2008, 07:49 PM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg
Zen-Cart, Internet Selling Services, Klamath Falls, OR