Page 17 of 18 FirstFirst ... 715161718 LastLast
Results 161 to 170 of 173
  1. #161

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

    Quote Originally Posted by MarkS99 View Post
    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
    I refuse to tip-toe through life only to arrive safely at death's door!

    www.thetoyparlour.com

  2. #162
    Join Date
    Feb 2009
    Posts
    1
    Plugin Contributions
    0

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

    Quote Originally Posted by kuroi View Post
    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!

  3. #163
    Join Date
    Apr 2009
    Posts
    149
    Plugin Contributions
    0

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

    Quote Originally Posted by MarkS99 View Post
    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.

  4. #164
    Join Date
    Sep 2007
    Location
    Far South Coast, NSW, Australia
    Posts
    436
    Plugin Contributions
    0

    Default 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

  5. #165
    Join Date
    Sep 2007
    Location
    Far South Coast, NSW, Australia
    Posts
    436
    Plugin Contributions
    0

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

  6. #166
    Join Date
    Sep 2007
    Location
    Far South Coast, NSW, Australia
    Posts
    436
    Plugin Contributions
    0

    Default 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

  7. #167
    Join Date
    Jul 2009
    Posts
    6
    Plugin Contributions
    0

    Default 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

  8. #168
    Join Date
    Jul 2008
    Posts
    6
    Plugin Contributions
    0

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

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

  9. #169
    Join Date
    Jul 2008
    Posts
    6
    Plugin Contributions
    0

    Default ic-Atheme problem with customer authorization: Hide

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

  10. #170
    Join Date
    Jul 2006
    Location
    St. Charles, MO
    Posts
    30
    Plugin Contributions
    0

    Default 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
    http://www.div8hardware.com

 

 
Page 17 of 18 FirstFirst ... 715161718 LastLast

Similar Threads

  1. Facebook upgrade today & like icon not working on google chrome
    By maynuk in forum All Other Contributions/Addons
    Replies: 0
    Last Post: 11 Feb 2011, 02:42 PM
  2. Site & Admin Being Super Slow Today
    By DPM in forum General Questions
    Replies: 2
    Last Post: 24 Apr 2008, 12:24 PM
  3. Clean Business Template & Firefox Problem
    By adnimas5 in forum Templates, Stylesheets, Page Layout
    Replies: 10
    Last Post: 22 Jan 2008, 05:28 PM

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