Inactive
- Join Date:
- Oct 2004
- Location:
- Houston, TX
- Posts:
- 792
- Plugin Contributions:
- 0
Today Atheme ... Tomorrow - Clean & Professional
Atheme V1.0
Views: 56,493
Inactive
Atheme V1.0
Inactive
Don't quite know what happened above but here's the link again:
ReadMe included in package and on the website.
Inactive
Black Belt
Do you have a screenshot you could post? I don't need a new template, but from your GrowVertical site, I would expect this one to be good looking.
...answered before I posted! LOL
Inactive
Funny when that happens ...
Also posted a demo on the website, which can be found at http://www.ichoze.net/OS_zen.
Please post comments and any changes you would like to see made in this thread. Guess we'll open this up as the support thread as well.
Totally Zenned
It's a nice-looking, elegant template that will be a worthy addition to the templates available here once the bugs have been ironed out.
So far I've spotted the following:
Inactive
UPDATED VERSION AVAILABLE
Please update to the most recent version. I've made the fixes that were suggested and added support for a CSS drop-down menu.
New Zenner
I have just upgraded my site to this template. It looks great.
In my old one, I had made the centre column wider. What is the best way to change this in this template. From memory, there is a setting in the CSS file. I thought I would ask first.
The reason i like the centre wider, is to allow for better descriptions in my catalogue.
Thanks
New Zenner
I adjusted the main wrapper label in the CSS file. I set it to 90%.
I did notice, that when i viewed the page, before I changed anything, that the catagories in the main header, bleed into the darker blue area below. My laptop is one of those wide screen ones. On my standard screen PC all looks ok.
I am using template version 1.1
Thanks.
I love the look of this template
Totally Zenned
Nice job fixing those bugs. The template's generally a little more robust now, though there are still a couple of oddities.
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.
Also, if the search header box is turned off, the EZ-Pages header link bar moves to adopt a position midway between the edge of the browser window the specials link in all browsers except IE. The search heading still appears but is obscured by the EZ-Pages links. In IE 6 and 7, the EZ-Pages links stay where they should be and the search heading is not displayed, i.e. it works correctly.
New Zenner
Nice Template.
Was messing around with it...I have a lot of categories. Is there a way to remove the category links from the header?
New Zenner
I have made my screen display wider than the standard zen centre box display. I show text and specifications and needed more room for the reader to view. Works fine.
Inactive
To remove the Categories - Tabs Menu go to Layout Settings under Configuration in your Administration Area and set to "0" ...
Updated website with new demo of CSS drop-down menu.
Will have the CSS menu updated shortly.
Inactive
Atheme V1.2 Released
• Updated CSS Drop-down menu
• Corrected Search Bar, so if removed, bar holds position
Download updated from downloads section, or click link in signature.
New Zenner
I am trying to figure out a way to remove right sideboxes for all but the home page. Is this possible with this template?
Inactive
Open tpl_main_page.php in includes/templates/iC-AthemeV1.2/common/:
Change line 12 to read:
*/
if($body_id != 'index' && $cPath == ''){$flag_disable_right = true;}
/*
Let me know how that works.
New Zenner
testuser,
Thanks for your response. I was wanting the opposite of what this did. I want to keep the right sideboxes on the home page, but remove them from all others...how do I do that? The code you gave me removes sideboxes from home page, and keeps sideboxes on others.
Inactive
*/
if($body_id == 'index' && $cPath == ''){$flag_disable_right = true;}
/*
New Zenner
I tried that code, and nothing changed. I am using v 1.1 btw...
snipped of what I changed:
<?php
/**
* Atheme Template - tpl_main_page.php
*
* to override the global settings and turn off columns un-comment the lines below for the correct column to turn off<br />
* to turn off the header and/or footer uncomment the lines below<br />
* Note: header can be disabled in the tpl_header.php<br />
* Note: footer can be disabled in the tpl_footer.php<br />
* <br />
* $flag_disable_header = true;<br />
* $flag_disable_left = true;<br />
*/
if($body_id == 'index' && $cPath == ''){$flag_disable_right = true;}
/*
* $flag_disable_footer = true;<br />
* <br />
* // example to not display right column on main page when Always Show Categories is OFF<br />
* <br />
* if ($current_page_base == 'index' and $cPath == '') {<br />
* $flag_disable_right = true;<br />
* }<br />
* <br />
* example to not display right column on main page when Always Show Categories is ON and set to categories_id 3<br />
* <br />
* if ($current_page_base == 'index' and $cPath == '' or $cPath == '3') {<br />
* $flag_disable_right = true;<br />
* }<br />
*
*
* @package templateSystem
* @copyright Copyright 2007 iChoze Internet Solutions http://ichoze.com
* @copyright Portions 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
* @version $Id: tpl_main_page.php 4886 2006-11-05 09:01:18Z drbyte $
*/
Inactive
*/
if($body_id != 'index' && $cPath == ''){$flag_disable_right = true;}
/*
Tell staff why this post should be reviewed.