That did it Jade.
Many thanks once again.
Printable View
Under the heading "Information" in my dropdown list I am attempting (unsuccessfully) to add a category with subcategories, but it ain't pretty!! :no:
Specifically, on my PittiVintage site I would Like a "Charts" category with "Size Charts" and "Item Condition" as subcategories. How would I achieve that?
Thanks for any and all suggestions.
Have you tried kind of copying the HTML of the categories section?
I hope I got that right... these things are always tricky, and its easy to miss something. If you get it close, but not quite, I can always look at your source and help you find whats wrong.Code:<li class="submenu"><a href="http://www.zencart137.jadetrue.com/index.php?main_page=index">Information</a>
<ul class="level2">
<li class="submenu">
<a href="http://www.zencart137.jadetrue.com/index.php?main_page=index&cPath=2">Category with A Subcategory</a>
<ul class="level3">
<li class="submenu">
<a href="http://www.zencart137.jadetrue.com/index.php?main_page=index&cPath=3">Subcategory</a>
</li>
</ul>
</li></ul></li>
Thanks for your help - I was successfully able to add the category and sub-categoy. I did copy the HTML code but was obviously missing something. Your suggestion gave me the impetus to keep focusing on that.
I have another Apple Zen question, if I may: I attempted to install Dr. Byte's Column Layout Grid for Product Listing but am receiving the following SQL error:
I've searched through a number of threads concerning this add-on but haven't seen others having SQL issues, as I am. I ran the SQL through both phpMyAdmin and the admin SQL Query Executor without success. Could it be a conflict with Apple Zen? I only ask because I know that Apple Zen forces sideboxes to the right and I'm wondering if that could possibly cause an issue with this mod.Quote:
1062 Duplicate entry 'PRODUCT_LISTING_LAYOUT_STYLE' for key 2
in:
[INSERT INTO configuration (configuration_title, configuration_key, configuration_value, configuration_description, configuration_group_id, sort_order, last_modified, date_added, use_function, set_function) VALUES ('Product Listing - Layout Style', 'PRODUCT_LISTING_LAYOUT_STYLE', 'rows', 'Select the layout style:
Each product can be listed in its own row (rows option) or products can be listed in multiple columns per row (columns option)', '8', '40', NULL, now(), NULL, 'zen_cfg_select_option(array("rows", "columns"),');]
If you were entering information, press the BACK button in your browser and re-check the information you had entered to be sure you left no blank fields.
Thanks - Tim
Ok. So now I have got a template that I like but does not have a drop down menu. I download CSS_dropdown_menu. Installed it and I know it's working but don't have clue wat to do now.
I want it to be exactly like the Apple Zen menu:cool: . Can I copy the files from the apple zen template? Which Files?
or
Can someone give me the file to make my menu like applezen
Please HELP
No Worries!!
I Got It Sorted
Thanx
Noo, thats a SQL error, and forcing sideboxes to the right as nothing to do with that. I have that same mod on my test site with no issues. The duplicate key error means that has already been added to your SQL; perhaps the first time you ran it, part of the SQL query worked, so you already have that in your database. I'd go to phpmyadmin and search for PRODUCT_LISTING_LAYOUT_STYLE and see if there are any entries for that in there, and remove them if so?
I had downloaded the first version and when I installed it, it didn't give me the menu, just 1st set of link and 2nd set of links. I now downloaded the latest version 1.2 and it comes up just like the apple zen menu with all the links.
Brilliant mod keep up the good work Jettrue
I've done some research into this, and this is an IE6 (and possibly earlier versions) bug to which there is no good workaround. In IE6, select menus DO NOT honor z-index. I thought I had this fixed in my Apple Zen Template, but I actually didn't.
I would do this:
Open up includes/templates/YOUR_TEMPLATE/templates/tpl_index_product_list.php
I'd add a <div> around the filter section, like this:
Then I'd add this to your stylesheet:Code:<div id="filter">
<?php
$check_for_alpha = $listing_sql;
$check_for_alpha = $db->Execute($check_for_alpha);
if ($check_for_alpha->RecordCount() > 0 && PRODUCT_LIST_ALPHA_SORTER == 'true') {
$form = zen_draw_form('filter', zen_href_link(FILENAME_DEFAULT), 'get') . '<label class="inputLabel">' . TEXT_SHOW . '</label>';
?>
<?php
echo $form;
echo zen_draw_hidden_field('main_page', FILENAME_DEFAULT);
echo zen_hide_session_id();
?>
<?php
// draw cPath if known
if (!$getoption_set) {
echo zen_draw_hidden_field('cPath', $cPath);
} else {
// draw manufacturers_id
echo zen_draw_hidden_field($get_option_variable, $_GET[$get_option_variable]);
}
// draw typefilter
if (isset($_GET['typefilter']) && $_GET['typefilter'] != '') echo zen_draw_hidden_field('typefilter', $_GET['typefilter']);
// draw manufacturers_id if not already done earlier
if ($get_option_variable != 'manufacturers_id' && isset($_GET['manufacturers_id']) && $_GET['manufacturers_id'] > 0) {
echo zen_draw_hidden_field('manufacturers_id', $_GET['manufacturers_id']);
}
// draw sort
echo zen_draw_hidden_field('sort', $_GET['sort']);
// draw filter_id (ie: category/mfg depending on $options)
if ($do_filter_list) {
echo zen_draw_pull_down_menu('filter_id', $options, (isset($_GET['filter_id']) ? $_GET['filter_id'] : ''), 'onchange="this.form.submit()"');
}
// draw alpha sorter
require(DIR_WS_MODULES . zen_get_module_directory(FILENAME_PRODUCT_LISTING_ALPHA_SORTER));
?>
</form>
<?php
}
?>
</div>
#filter {float:right}
This way, the filter goes to the right side of the page, underneath the short menus (Contact Us, My Account, etc) so they won't slide underneath the select menus.
Hello Body,
Thanks for your MOD,
It works fine.
But i Just wonder why there are only six caterogies can display on the first horizontal line . I mean after that , the senven, eighth ......... will display on another horizontal line.
Thanks for any help.
Who's Body? Just curious, LOL~
If you're talking about this version:
http://www.zen-cart.com/index.php?ma...roducts_id=523
Its designed differently than the one I designed. If you look at www.zencart137.jadetrue.com, you can see my version. The categories drop down in a single vertical drop down menu, they are not spread out horizontally like the other mod. The link with my version is in my sig.
Thanks for this menu jettrue! You rock such a time saver :)
Just one last request (I requested the ezpages function)
Would it be possible to be able to sort the ezpages I notice you can't sort them. (like top from bottom) It just sorts random no matter the sort order. Unless I'm doing something wrong.
Thanks!
My mistake.
I've now entered that information, and it didn't seem to change much.
I wonder if it's possible to force the second filter to show below the first, which should get most of these filters out of way of the menus. It already happens on longer filters. Please take a look at the pic enclosed for clarification.
Thank you so much for this contribution.
You may view the result at buy-sexylingerie.co.uk (purposely not put a link in).
I would like to submit the design, but I am not sureI leave it for you to advise,
- a) if allowed
- b) how
But once again, thank you so very much, for the advice on these pages and your version.
Ah ha! I made a boo boo. Either you can put in a sort order for the sidebox in the ezpages section and that will sort it, or you can open up includes/modules/sideboxes/YOUR_TEMPLATE/ezpages_drop_menu.php, and on line 23 change "order by sidebox_sort_order" to "order by header_sort_order".
Sorry, I thought I replied to this already.
You can open up the same file:
includes/templates/YOUR_TEMPLATE/templates/tpl_index_product_list.php
And try to add a <br />, I think you can add it before
I would test it, but I am not fully connected right now.Code:<?php
// draw cPath if known
yes, I worked on it all night, trying to find where to add images, how etc.
It would show people where they were, so they could change the image names to suit.
However, there are still a couple of gremlins I need to iron out.
Hello, I tried to take out the Categories in the dropdown menu because I have them as a side menu, discount coupon and the About us, I did this in tpl_drop menu
How do I remove them from the menu header completely?
Thank you in advance for your help.
What did you do in tpl_drop_menu.php? You take this part out:
Code:<li class="submenu"><a href="<?php echo zen_href_link(FILENAME_SITE_MAP); ?>"><?php echo HEADER_TITLE_CATEGORIES; ?></a>
<?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;
?>
</li>
Hello, that was taken out but it did not do anything but mess the categories header up?
cagedtalent.com/store
Here is the code
Thank you for your help
</ul>
</li>
<li><a href="<?php echo zen_href_link(FILENAME_CONTACT_US, '', 'NONSSL'); ?>"><?php echo HEADER_TITLE_CONTACT_US; ?></a></li>
<li class="submenu"><a href="<?php echo zen_href_link(FILENAME_ACCOUNT, '', 'SSL'); ?>"><?php echo HEADER_TITLE_MY_ACCOUNT; ?></a>
<ul class="level2">
<?php if ($_SESSION['customer_id']) { ?>
<li><a href="<?php echo zen_href_link(FILENAME_ACCOUNT, '', 'SSL'); ?>"><?php echo HEADER_TITLE_MY_ACCOUNT; ?></a></li>
<li><a href="<?php echo zen_href_link(FILENAME_LOGOFF, '', 'SSL'); ?>"><?php echo HEADER_TITLE_LOGOFF; ?></a></li>
<li><a href="<?php echo zen_href_link(FILENAME_ACCOUNT_NEWSLETTERS, '', 'SSL'); ?>"><?php echo HEADER_TITLE_NEWSLETTERS; ?></a></li>
<?php } else { ?>
<li><a href="<?php echo zen_href_link(FILENAME_LOGIN, '', 'SSL'); ?>"><?php echo HEADER_TITLE_LOGIN; ?></a></li>
<li><a href="<?php echo zen_href_link(FILENAME_CREATE_ACCOUNT, '', 'SSL'); ?>"><?php echo HEADER_TITLE_CREATE_ACCOUNT; ?></a></li>
<?php } ?>
</ul>
</li>
<?php if ($_SESSION['cart']->count_contents() != 0) { ?>
<li class="submenu"><a href="<?php echo zen_href_link(FILENAME_SHOPPING_CART, '', 'NONSSL'); ?>"><?php echo HEADER_TITLE_CART_CONTENTS; ?></a>
<ul class="level2">
<li><a href="<?php echo zen_href_link(FILENAME_CHECKOUT_SHIPPING, '', 'SSL'); ?>"><?php echo HEADER_TITLE_CHECKOUT; ?></a></li>
</ul>
</li>
<?php } else { ?>
<li><a href="<?php echo zen_href_link(FILENAME_SHOPPING_CART, '', 'NONSSL'); ?>"><?php echo HEADER_TITLE_CART_CONTENTS; ?></a></li>
<?php } ?>
</ul>
</div>
</div>
<div class="clearBoth"></div>
Ahh.....jben, you are on here today. Did I do something to offend you, as I was trying to help with this issue. The menu's you asked me to do for you is in the code that I p.m.'d you. It IS without the categories. I will post it here. If you want it, then, by all means, here it is:
?>
<!-- menu area -->
<div id="dropMenuWrapper">
<div id="dropMenu">
<ul class="level1">
<li class="submenu"><a href="<?php echo zen_href_link(FILENAME_DEFAULT); ?>"><?php echo HEADER_TITLE_CATALOG; ?></a>
<ul class="level2">
<li><a href="<?php echo zen_href_link(FILENAME_PRODUCTS_NEW); ?>"><?php echo HEADER_TITLE_NEW_PRODUCTS; ?></a></li>
<li><a href="<?php echo zen_href_link(FILENAME_PRODUCTS_ALL); ?>"><?php echo HEADER_TITLE_ALL_PRODUCTS; ?></a></li>
<li><a href="<?php echo zen_href_link(FILENAME_SPECIALS); ?>"><?php echo HEADER_TITLE_SPECIALS; ?></a></li>
<li><a href="<?php echo zen_href_link(FILENAME_ADVANCED_SEARCH); ?>"><?php echo HEADER_TITLE_SEARCH; ?></a></li>
</ul>
</li>
<li class="submenu"><a href="<?php echo zen_href_link(FILENAME_ACCOUNT, '', 'SSL'); ?>"><?php echo HEADER_TITLE_MY_ACCOUNT; ?></a>
<ul class="level2">
<?php if ($_SESSION['customer_id']) { ?>
<li><a href="<?php echo zen_href_link(FILENAME_ACCOUNT, '', 'SSL'); ?>"><?php echo HEADER_TITLE_MY_ACCOUNT; ?></a></li>
<li><a href="<?php echo zen_href_link(FILENAME_LOGOFF, '', 'SSL'); ?>"><?php echo HEADER_TITLE_LOGOFF; ?></a></li>
<li><a href="<?php echo zen_href_link(FILENAME_ACCOUNT_NEWSLETTERS, '', 'SSL'); ?>"><?php echo HEADER_TITLE_NEWSLETTERS; ?></a></li>
<?php } else { ?>
<li><a href="<?php echo zen_href_link(FILENAME_LOGIN, '', 'SSL'); ?>"><?php echo HEADER_TITLE_LOGIN; ?></a></li>
<li><a href="<?php echo zen_href_link(FILENAME_CREATE_ACCOUNT, '', 'SSL'); ?>"><?php echo HEADER_TITLE_CREATE_ACCOUNT; ?></a></li>
<?php } ?>
</ul>
</li>
<?php if ($_SESSION['cart']->count_contents() != 0) { ?>
<li class="submenu"><a href="<?php echo zen_href_link(FILENAME_SHOPPING_CART, '', 'NONSSL'); ?>"><?php echo HEADER_TITLE_CART_CONTENTS; ?></a>
<ul class="level2">
<li><a href="<?php echo zen_href_link(FILENAME_CHECKOUT_SHIPPING, '', 'SSL'); ?>"><?php echo HEADER_TITLE_CHECKOUT; ?></a></li>
</ul>
</li>
<?php } else { ?>
<li><a href="<?php echo zen_href_link(FILENAME_SHOPPING_CART, '', 'NONSSL'); ?>"><?php echo HEADER_TITLE_CART_CONTENTS; ?></a></li>
<?php } ?>
<li><a href="<?php echo zen_href_link(FILENAME_SHIPPING); ?>"><?php echo HEADER_TITLE_SHIPPING_INFO; ?></a></li>
<li><a href="<?php echo zen_href_link(FILENAME_PRIVACY); ?>"><?php echo HEADER_TITLE_PRIVACY_POLICY; ?></a></li>
<li><a href="<?php echo zen_href_link(FILENAME_CONDITIONS); ?>"><?php echo TERMS; ?></a></li>
<li><a href="<?php echo zen_href_link(FILENAME_CONTACT_US, '', 'NONSSL'); ?>"><?php echo HEADER_TITLE_CONTACT_US; ?></a></li>
<li><a href="<?php echo zen_href_link(FILENAME_SITE_MAP); ?>"><?php echo HEADER_TITLE_SITE_MAP; ?></a></li>
</ul>
</div>
<div class="clearBoth"></div>
And, again, I'm sorry if I somehow offended you, or just didn't help enough. I could have done all of this FOR you, but didn't figure that you would let a total stranger into your server, so I never asked for the info.
Hello, Get' em fast, you have helped me tremendously, I really appreciate it. I am just exploring all avenues, because I would really like to learn about this from all different aspects of the zen cart, the good the bad, that is the only way I will learn this stuff.
I will pm you later, I fixed it thanks to you, I just wanted to see if there was another way, thats all. Thank you because I was getting an error, but it's perfect now, go take a look!
THANK YOU HAVE A BLESSED DAY!
O.k. I understand totally. I've done the same thing a hundred times in here, but I just had to know if you were doing the same, or if I done something wrong. Glad to hear your answer.
Hello Jade and all, this is my very first post, I waited as long as I could to join in...
-I installed the DD menu and thought I did everything right, but my general content (except for above elements like logo is gone!) I used to have a 'Specials' box, 'New Products for May' boxes, etc...
-Also, when I scroll between first and second header items, the screen shifts left to right constantly.
Bear with me I am very very new to this but a fast learner and I don't want to give up. Before I post a link, is there anything I should 'protect' first?? (Sorry..'hate being a newbie...:blush:
TIA,
Tatiana
Oh and I get these messages under 'Newsletter Unsubscribe'... I didn't tinker much so I'm baffled why it would happen... help?
Thanks, Tat.
PS WR is my template directory...
~~~
Warning: main(includes/modules/sideboxes/WR/ezpages_drop_menu.php) [function.main]: failed to open stream: No such file or directory in /homepages/44/d205662926/htdocs/zencart/includes/templates/WR/common/tpl_drop_menu.php on line 70
Fatal error: main() [function.require]: Failed opening required 'includes/modules/sideboxes/WR/ezpages_drop_menu.php' (include_path='.:/usr/local/lib/php') in /homepages/44/d205662926/htdocs/zencart/includes/templates/WR/common/tpl_drop_menu.php on line 70
yup a typo, I'm sorry...
Jade,
1- Get Em Fast sent me a revised file of tpl_header.php mainly because I wasn't sure where to add the string for the drop menu, now I get the following message on my homepage, and only the background shows up. Everything else is gone.
Parse error: parse error, unexpected T_STRING in /homepages/44/d205662926/htdocs/zencart/includes/templates/WR/common/tpl_header.php on line 108
Here is my line 108:
<?php require($template->get_template_dir('tpl_ezpages_bar_header.php',DIR _WS_TEMPLATE, $current_page_base,'templates'). '/tpl_ezpages_bar_header.php'); ?>
I checked and tpl_ezpages_bar_header.php is uploaded to
/zencart/includes/templates/WR/templates/
2- I noticed in your Readme.txt to "add or remove links from the header menu by opening up includes/templates/YOUR_TEMPLATE/tpl_drop_menu.php"
So I also uploaded it in this directory, just in case, and it is also in:
/zencart/includes/templates/WR/common/ (also mentioned in Readme.txt)
and in:
/zencart/includes/templates/WR/ (I noticed a post indicating to change it to this)
I'm so confused...
Tatiana
Okeedokee. The location of the file is definitely supposed to be includes/templates/YOUR_TEMPLATE/common/tpl_drop_menu.php
I would offer to take a look at your files (if you would allow), but my connection is extremely slow and unreliable right now. My advice would be to remove all files, and start with a fresh slate.
Hello Jade,
It's ok if you want to look at the files, dunno how to do it though and I can wait if your connection becomes reliable at a later time.
I'm okay with re-installing, I'll try.
Tatiana
Ok, Jade, below is line 107
<!--bof-header ezpage links-->
<?php if (EZPAGES_STATUS_HEADER == '1' or (EZPAGES_STATUS_HEADER == '2' and (strstr(EXCLUDE_ADMIN_IP_FOR_MAINTENANCE, $_SERVER['REMOTE_ADDR'])))) { ?>
<?php require($template->get_template_dir('tpl_ezpages_bar_header.php',DIR _WS_TEMPLATE, $current_page_base,'templates'). '/tpl_ezpages_bar_header.php'); ?>
<?php } ?>
<!--eof-header ezpage links-->
From a Google search, I understood that there must be something like a semicolon, or ' or " missing or extra,... which is in reference to my error code:
Parse error: parse error, unexpected T_STRING in /homepages/44/d205662926/htdocs/zencart/includes/templates/WR/common/tpl_header.php on line 107
Any clues?
Hi,
Ez-pages are not rendered in dropdown menu (below discount coupons). See pic
http://www.pmauriat.nl/work/zen-cart-forum1.jpg
clicking on the empty fields is working though.
template: Apple Zen
Mod: Multilanguage Ez-pages
version: Zen-Cart 1.3.7
Any idea?
grmx
Thank you for this fantastic mod!!
I have a problem, however. After installation, the header & all body information has moved way up & is over my banner logo.
http://www.butternugsquash.com/store/
I'm sure it's just a matter of changing a value somewhere to move it all down, but I can't figure out where that is.
This is likely self evident to most but in case not...
If you do not have the "Discount Coupon" Order Totals mod installed/enabled then you will want to disable the display of "Discount Coupons" item on the Information dropdown menu.
Do this by adding an if conditional, similar as is done for the GV_FAQ and UNSUBSCRIBE links.
Edit tpl_drop_menu.php
Above the link line, before <li>, add:
<?php if (MODULE_ORDER_TOTAL_COUPON_STATUS == 'true') ( ?>
Then below the link line, after </li>, add:
<?php ) ?>
(If this was discussed in this thread previously I could not locate such reference.)
Woody
Gasp. The simple fix I have been looking for two months plus. ;-) Back in March I decided the heck with auto adding ez-pages to the menu, but now I will.
So I assume now the current consensus is:
(NOTE ABOVE: "and header_sort_order > 0", not the previously recommended "and sidebox_sort_order > 0")Code:where status_header = 1 and header_sort_order > 0 order by header_sort_order,
Woody
What are the recommended methods to "center" the menu bar? Still having issues transforming my way of thinking from oldskool tables to new age CSS ;-)
Thanks.
Woody
Woody, thanks for the hint!
I've completely replaced line 23 in includes/modules/sideboxes/YOUR-TEMPLATE/ezpages_drop_menu.php with the following code:
$my_query = "select n.*, ml.* FROM " . TABLE_EZPAGES . " n, " . TABLE_EZPAGES_TEXT . " ml
where n.status_header = 1
AND '" . $_SESSION['languages_id'] . "' = ml.languages_id
order by n.sidebox_sort_order, n.pages_title";
$page_query = $db->Execute($my_query);
It's now working with the Multilanguage Ezpages-mod except the ezpages-titles are shown too as list in the header (below logo).
I think this is another issue?
grmx
Thanks for reporting back. Hope your solution will help others.
Do you not want to apply the header sort order in the menu bar (in case you want to also show Ez-Pages in a normal sidebox with a different sort)?
I don't know if it is the same with the multilanguage EZ-Pages module but can you disable display of the EZ-Pages header in ZC Admin > Config > EZ-Pages Settings > EZ-Pages Display Status - HeaderBar > set to 0.
Woody
Solved, there was a little piece of testing-code left.:blush:
BTW a little tweaking in the mysql-code:
$my_query = "select n.*, ml.* FROM " . TABLE_EZPAGES . " n, " . TABLE_EZPAGES_TEXT . " ml
where n.status_header = 1
AND '" . int()$_SESSION['languages_id'] . "' = ml.languages_id
order by n.sidebox_sort_order, n.pages_title";
$page_query = $db->Execute($my_query);
Hi Woody,
Yep, I have two errors in this mod that I need to update. One, I need to add the code to make the discount coupons link remove itself when the mod is not in use (I addressed this in my apple zen thread, but didn't yet fix it here), and TWO, I need to fix the above issue.
I actually change line 23 in includes/modules/sideboxes/YOUR-TEMPLATE/ezpages_drop_menu.php to:
Because in my mind, a person shouldn't have to enter a sort order (they can leave it to 0 if they want to) since status_header = 1 is there. I had people wonder why if they set the EZPage they're working on to "YES" for the header, why it still doesn't show up (because they didn't put a sort order in). Maybe I'm missing the reason why the developers chose to do it that way, but I think my change makes it more fool proof.Code:$page_query = $db->Execute("select * from " . TABLE_EZPAGES . " where status_header = 1 order by header_sort_order, pages_title");
1. love the menu.
2. i know this is a trivial matter, but i would like to make the color of the menu same as the rest of the site - blue-grey background and grey or white words. what do i change the colors to in the stylesheet_header_menu.css ? below is the first section of my stylesheet.css for my template, i am confused by all the color definitions.
3. also, if you view the site, on either side of the menu is white space, is there a way to make that bule-grey as well, or perhaps extend the menu to cover it?
Thanks in advance.
mytemplates stylesheet.css:
body {
margin: 0;
font-family: verdana, arial, helvetica, sans-serif;
font-size: 10px;
color: #000000;
background-color: #D4D4D4;
}
.centershop {width: 100%}
a img {border: none; }
a:link, #navEZPagesTop a:link, #categoriesContent a:link, .sideBoxContent a:link, #navMain a:link, #informationContent a:link, #navSuppWrapper a:link, #siteinfoLegal a:link {
color: #F1EDE7;
text-decoration: none;
}
a:link, #navEZPagesTOC ul li a:link {
color: #63859D;
text-decoration: none;
}
a:visited, #navEZPagesTop a:visited, #categoriesContent a:visited, .sideBoxContent a:visited, #navMain a:visited, #informationContent a:visited, #navSuppWrapper a:visited, #siteinfoLegal a:visited {
color: #F1EDE7;
text-decoration: none;
}
a:visited, #navEZPagesTOC ul li a:visited {
color: #808080;
text-decoration: none;
}
a:hover, #navEZPagesTop a:hover, #categoriesContent a:hover, #navMain a:hover, #navMain ul li a:hover, #navSupp ul li a:hover, #navCatTabs ul li a:hover, .sideBoxContent a:hover, #informationContent a:hover, #navSuppWrapper a:hover, #siteinfoLegal a:hover {
color: #3B3B3B;
text-decoration: none;
}
a:hover, #navEZPagesTOC ul li a:hover {
color: #AFC0CD;
text-decoration: none;
}
a:active {
color: #0000FF;
}
h1 {
font-size: 1.4em;
font-family: georgia, tahoma;
color: #63859D;
}
h2 {
font-size: 1.3em;
}
h3 {
font-size: 1.2em;
}
h4, h5, h6, LABEL, h4.optionName, LEGEND, ADDRESS, .sideBoxContent, .larger{
font-size: 1.1em;
}
.biggerText {
font-size: 1.2em;
}
h1, h2, h3, h4, h5, h6 {
margin: 0.3em 3px;
}
CODE {
font-family: arial, verdana, helvetica, sans-serif;
font-size: 1em;
}
FORM, SELECT, INPUT {
display: inline;
font-size: 10px;
margin: 0.1em;
}
TEXTAREA {
float: left;
margin: auto;
display: block;
width: 95%;
}
input:focus, select:focus, textarea:focus {
background: #D4D4D4;
}
FIELDSET {
padding: 0.5em;
margin: 0.5em 0em;
border: 1px solid #63859D;
}
.hiddenField {display: none}
.visibleField {display: inline}
LEGEND {
font-weight: bold;
padding: 0.3em;
}
LABEL, h4.optionName {
line-height: 1.5em;
padding: 0.2em;
}
LABEL.checkboxLabel, LABEL.radioButtonLabel {
margin: 0.5em 0.3em;
}
.centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .centerBoxContentsAlsoPurch, .attribImg {
float: left;
}
#logo {
float: left;
padding-top: 17px;
padding-left: 18px;
}
LABEL.inputLabel {
width: 11em;
float: left;
}
LABEL.inputLabelPayment {
width: 15em;
float: left;
}
LABEL.selectLabel, LABEL.switchedLabel, LABEL.uploadsLabel {
width: 12em;
float: left;
}
P, ADDRESS {
padding: 0.5em;
}
ADDRESS {
font-style: normal;
}
.clearBoth {
clear: both;
}
HR {
height: 1px;
margin-top: 0.5em;
border: none;
border-bottom: 1px solid #9a9a9a;
}
/*warnings, errors, messages*/
.messageStackWarning, .messageStackError, .messageStackSuccess, .messageStackCaution {
line-height: 1.8em;
padding: 0.2em;
border: 1px solid #000000;
}
.messageStackWarning, .messageStackError {
background-color: #ff0000;
color: #ffffff;
}
.messageStackSuccess {
background-color: #99FF99;
color: #000000;
}
.messageStackCaution {
background-color: #FFFF66;
color: #000000;
}
/*wrappers - page or section containers*/
#mainWrapper {
background-color: #ffffff;
text-align: left;
width: 750px;
vertical-align: top;
}
#headerWrapper, #contentMainWrapper, #cartBoxListWrapper, #ezPageBoxList, #cartBoxListWrapper ul, #ezPageBoxList ul, #mainWrapper, #popupAdditionalImage, #popupImage {
margin: 0em;
padding: 0em;
}
#logoWrapper {
width: 100%;
height:110px;
background-image: url(../images/header.gif);
background-repeat: no-repeat;
}
#navColumnOneWrapper, #navColumnTwoWrapper, #mainWrapper {
margin: auto;
}
#tagline {
color:#63859D;
font-family: georgia;
font-size: 18px;
font-weight: bold;
text-align: center;
padding: 20px;
}
#sendSpendWrapper {
border: 1px solid #cacaca;
float: right;
margin: 0em 0em 1em 1em;
}
.floatingBox, #accountLinksWrapper, #sendSpendWrapper, #checkoutShipto, #checkoutBillto, #navEZPagesTOCWrapper {
margin: 0;
width: 47%;
}
.wrapperAttribsOptions {
margin: 0.3em 0em;
}
/*navigation*/
.navSplitPagesResult {}
.navSplitPagesLinks {}
.navNextPrevCounter {
margin: 0em;
font-size: 0.9em;
}
.navNextPrevList {
display: inline;
white-space: nowrap;
margin: 0;
padding: 0.5em 0em;
list-style-type: none;
}
#navMainWrapper {
background-image: url(../images/bar2.gif);
background-repeat: repeat-x;
font-weight: bold;
font-size: 10px;
height: 30px;
color: #445A6A;
vertical-align: middle;
padding-left: 3px;
}
#navCatTabsWrapper {
margin: 0em;
background-color: #D4D4D4;
font-weight: bold;
color: #63859D;
height: 1%;
width: 744px;
border: 3px double #63859D;
}
#navMain ul, #navCatTabs ul {
margin: 0;
padding: 0.5em 0em;
font-size: 12px;
list-style-type: none;
text-align: center;
line-height: 1.5em;
}
#navSupp ul {
margin: 0;
font-size: 10px;
text-align: center;
}
#navMain ul li, #navSupp ul li, #navCatTabs ul li {
display: inline;
white-space: nowrap;
}
#navMain ul li a, #navSupp ul li a, #navCatTabs ul li a {
text-decoration: none;
padding: 0em 0.5em;
margin: 0;
color: #63859D;
}
#navEZPagesTOCWrapper {
font-weight: bold;
float: right;
height: 1%;
border: 1px solid #000000;
}
#navEZPagesTOC ul {
margin: 0;
padding: 0.5em 0em;
list-style-type: none;
line-height: 1.5em;
}
#navEZPagesTOC ul li {
white-space: nowrap;
}
#navEZPagesTOC ul li a {
padding: 0em 0.5em;
margin: 0;
}
#navCategoryIcon, .buttonRow, #indexProductListCatDescription {
margin: 0.5em;
}
#navMainSearch {
float: right;
}
#navBreadCrumb {
background-color: #FFFFFF;
}
#navEZPagesTop {
background-image: url(../images/bar2.gif);
background-repeat: repeat-x;
}
#navBreadCrumb, #navEZPagesTop {
font-size: 0.95em;
color: #606060;
font-weight: bold;
padding-top: 7px;
padding-left: 5px;
padding-bottom: 11px;
}
#navColumnOne {
background-color: #D4D4D4;
}
#navColumnTwo {
background-color: #D4D4D4;
}
/*The main content classes*/
#contentColumnMain, #navColumnOne, #navColumnTwo, .centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .additionalImages, .centerBoxContentsSpecials, .centerBoxContentsAlsoPurch, .centerBoxContentsFeatured, .centerBoxContentsNew, .alert {
vertical-align: top;
}
/*.content,*/
#productDescription, .shippingEstimatorWrapper {
/*font-size: 1.2em;*/
padding: 0.5em;
}
#catBoxDivider {
color: #FFFFFF;
width: 75%;
text-align: center;
}
.alert {
color: #FF0000;
margin-left: 0.5em;
}
.advisory {}
.important {
font-weight: bold;
}
.notice {}
.rating{}
.gvBal {
float: right;
}
.centerColumn, #bannerOne, #bannerTwo, #bannerThree, #bannerFour, #bannerFive, #bannerSix {
padding: 0.8em;
}
.smallText, #siteinfoLegal, #siteinfoCredits, #siteinfoStatus, #siteinfoIP {
font-size: 8px;
}
/*Shopping Cart Display*/
#cartAdd {
float: left;
text-align: center;
background-color: #D4D4D4;
margin: 1em;
border: 3px double #63859D;
padding: 1em;
}
.tableHeading TH {
border-bottom: 1px solid #cccccc;
}
.tableHeading, #cartSubTotal {
background-color: #e9e9e9;
}
#cartSubTotal {
border-top: 1px solid #cccccc;
font-weight: bold;
text-align: right;
line-height: 2.2em;
padding-right: 2.5em;
}
.tableRow, .tableHeading, #cartSubTotal {
height: 2.2em;
}
.cartProductDisplay, .cartUnitDisplay, .cartTotalDisplay, .cartRemoveItemDisplay, .cartQuantityUpdate, .cartQuantity, #cartInstructionsDisplay, .cartTotalsDisplay {
padding: 0.5em 0em;
}
.cartUnitDisplay, .cartTotalDisplay {
text-align: right;
padding-right: 0.2em;
}
#scUpdateQuantity {
width: 2em;
}
.cartQuantity {
width: 4.7em;
}
.cartNewItem {
color: #FFFF00;
position: relative; /*do not remove-fixes stupid IEbug*/
}
.cartOldItem {
color: #E1D8C9;
position: relative; /*do not remove-fixes stupid IEbug*/
}
.cartBoxTotal {
text-align: right;
color: #E4E4F1;
font-weight: bold;
}
.cartRemoveItemDisplay {
width: 3.5em;
}
#cartAttribsList {
margin-left: 1em;
}
#mediaManager {
width: 50%;
margin: 0.2em;
padding: 0.5em;
}
.normalprice, .productSpecialPriceSale {
text-decoration: line-through;
}
.productSpecialPrice, .productSalePrice, .productSpecialPriceSale, .productPriceDiscount {
color: #ff0000;
}
#cartBoxListWrapper ul, #ezPageBoxList ul {
list-style-type: none;
}
#cartBoxListWrapper li, #ezPageBoxList li, .cartBoxTotal {
margin: 0;
padding: 0.2em 0em;
}
.totalBox {
width: 5.5em;
text-align: right;
padding: 0.2em;
}
.lineTitle, .amount {
text-align: right;
padding: 0.2em;
}
.amount {
width: 5.5em;
}
/*Image Display*/
#productMainImage, #reviewsInfoDefaultProductImage, #productReviewsDefaultProductImage, #reviewWriteMainImage {
margin: 2em 2em 2em 2em ;
}
.categoryIcon {}
#cartImage {
margin: 0.5em 1em;
}
/*Attributes*/
.attribImg {
width: 20%;
margin: 0.3em 0em;
}
.attributesComments {}
/*list box contents*/
.centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .additionalImages, .centerBoxContentsSpecials, .centerBoxContentsAlsoPurch, .centerBoxContentsFeatured, .centerBoxContentsNew {
margin: 1em 0em;
}
/*sideboxes*/
.columnLeft {}
h3.leftBoxHeading, h3.leftBoxHeading a, h3.leftBoxHeading label, h3.rightBoxHeading, h3.rightBoxHeading a, h3.rightBoxHeading label {
font-size: 1.1em;
color: #ffffff;
}
h3.leftBoxHeading a:hover, h3.rightBoxHeading a:hover {
color: #005279;
text-decoration: none;
}
.leftBoxHeading, .rightBoxHeading {
margin: 0em;
background-image:url(../images/box000.gif);
background-repeat: no-repeat;
padding: 20px;
}
.centerBoxHeading {
font-size: 12px;
background-image: url(../images/bar.gif);
background-repeat: repeat-x;
padding-top: 7px;
padding-bottom: 13px;
}
.leftBoxContainer, .rightBoxContainer {
background-image:url(../images/box001.gif);
background-repeat: repeat-y;
margin-top: 0px;
}
.sideBoxContent {
background-image:url(../images/box002.gif);
background-repeat: no-repeat;
font-size: 11px;
line-height: 125%;
background-position:bottom;
padding-top: 5px;
padding-left: 20px;
padding-right: 20px;
padding-bottom: 25px;
}
.centeredContent, TH, #cartEmptyText, #cartBoxGVButton, #navCatTabsWrapper, #navEZPageNextPrev, #bannerOne, #bannerTwo, #bannerThree, #bannerFour, #bannerFive, #bannerSix, #siteinfoLegal, #siteinfoCredits, #siteinfoStatus, #siteinfoIP, .center, .cartRemoveItemDisplay, .cartQuantityUpdate, .cartQuantity, .cartTotalsDisplay, #cartBoxGVBalance, .leftBoxHeading, .centerBoxHeading, .rightBoxHeading, .productListing-data, .accountQuantityDisplay, .ratingRow, LABEL#textAreaReviews, #productMainImage, #reviewsInfoDefaultProductImage, #productReviewsDefaultProductImage, #reviewWriteMainImage, .centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .additionalImages, .centerBoxContentsSpecials, .centerBoxContentsAlsoPurch, .centerBoxContentsFeatured, .centerBoxContentsNew, .gvBal, .attribImg {
font-size: 11px;
text-align: center;
}
h3.leftBoxContainer, #whatsnewHeading, #searchHeading, #recordcompaniesHeading, #searchContent, #featuredContent, #specialsHeading, #manufacturersHeading, #reviewsHeading, #featuredHeading, #musicgenresHeading, #currenciesHeading, #shoppingcartHeading {
font-size: 11px;
text-align: center;
}
.productListing-rowheading {
font-size: 12px;
background-image: url(../images/bar.gif);
background-repeat: repeat-x;
height: 30px;
}
#bestsellers .wrapper {
margin: 0em 0em 0em 1.5em;
}
#bestsellers ol {
padding: 0;
margin-left: 1.1em;
}
#bestsellers li {
padding: 0;
margin: 0.3em 0em 0.3em 0em;
}
#bannerboxHeading {
background-color: #0000CC;
}
#upProductsHeading {
text-align: left;
}
#upDateHeading {
text-align: right;
}
/* footer
--------------*/
#navSupp {
background-image: url('../images/bar2.gif');
background-repeat: repeat-x;
color: #606060;
font-size: 8px;
padding-top: 7px;
height: 23px;
}
#siteinfoLegal, .legalCopyright {
background-color: #63859D;
font-size:10px;
text-align: center;
padding: 3px;
}
/*misc*/
.back {
float: left;
}
.forward {
float: right;
}
.bold {
font-weight: bold;
}
.rowOdd {
background-color: #D4D4D4;
height: 1.75em;
vertical-align: top;
}
.rowEven {
background-color: #DEE6EB;
height: 1.75em;
vertical-align: top;
}
CAPTION {
/*display: none;*/
}
#myAccountGen li, #myAccountNotify li {
margin: 0;
}
.accountTotalDisplay, .accountTaxDisplay {
width: 20%;
text-align: right;
/*vertical-align: top*/
}
.accountQuantityDisplay {
width: 10%;
vertical-align: top
}
.tableHeading {
background-color: #E1D8C9;
height: 2em;
}
#siteMapList {
width: 90%;
float: right;
}
.ratingRow {
margin: 1em 0em 1.5em 0em;
}
LABEL#textAreaReviews {
font-weight: normal;
margin: 1em 0em;
}
#popupShippingEstimator, #popupSearchHelp, #popupAdditionalImage, #popupImage, #popupCVVHelp, #popupCouponHelp, #popupAtrribsQuantityPricesHelp, #infoShoppingCart {
background-color: #ffffff;
}
To change the colors of the menu, simply open up includes/templates/YOUR_TEMPLATE/css/stylesheet_header_menu.css and you may have to play around a bit to find what changes what.
My green in the template is this:
background:#D5E88F;
so replace #D5E88F with what you'd like instead of green.
My dark grey is #4f4f4f, so just replace that with the color you'd like.
The text is controlled with the color: tags, so just adjust those to the color you'd like.
3. try giving :#dropMenuWrapper the background color you'd like.
I'd like to create a dynamic Manufacturers drop-down, with the name "Designers" instead of "Manufacturers". Please let me know how I can do this within one of the "li" tags. It would be awesome if you can provide the code within the "li" tags for implementation.
Thanks!
Well I finally got back around to looking at this issue and I've reached a compromised solution. I stoped one filter from showing, and floated the one remaining right, as jettrue suggested. But the menu was still showing behind the search filters in IE6 and older so I resized the dropdown so that non would be able to reach them.
Thought I would give a heads up for anyone else having this problem.
:clap:
I haven't added manufacturer capabilities dynamically yet. So you'll have to do this manually. You can use the backbone of thi code below, and just put your own links and page names in:
Code:<li class="submenu"><a href="index.php?main_page=index">Information</a>
<ul class="level2">
<li><a href="index.php?main_page=shippinginfo">Shipping Info</a></li>
<li><a href="index.php?main_page=privacy">Privacy Policy</a></li>
<li><a href="index.php?main_page=conditions">Conditions of Use</a></li>
<li><a href="index.php?main_page=about_us">About Us</a></li>
<li><a href="index.php?main_page=site_map">Site Map</a></li>
<li><a href="index.php?main_page=gv_faq">Gift Certificate FAQ</a></li>
<li><a href="index.php?main_page=discount_coupon">Discount Coupons</a></li>
<li><a href="index.php?main_page=unsubscribe">Newsletter Unsubscribe</a></li>
</ul>
</li>
I'm trying to let the menu and sub-menues overlap a little.
Firefox seems to be adjusting wuite fine, but IE7 seems to be having problems with this.
I've attached some photos and my drop menu stylesheet.
Please feel free to take a look for yourself.
I have a IE (6) error with the mod.
I installed everything correctly even the .htaccess file
When I type in www.mysite.com the menu won't drop down, but if I type mysite.com it works. Any clues to what is causing this? Works fine in FF.
I also get a error in IE saying access denied to csshover.htc
Shackle, try adding this to your index.php file to resolve this issue with IE:
<?php
$url = "http://www.your_site.com/";
header("Location: $url");
?>
Naturally, with the correct URL replacing "http://www.your_site.com/"
hello there,
my friend has IE 6. The dropdown graphics repeats some of the graphics, like a ghost image effect. It is slight but noticeable. Is this a bug with IE 6 also?
thanks,
:smile:
WOW! That did the trick. Thanks so much!!!:clap:
Tired it doesn't seem to solve the issue just gives me syntax errors. (I put it in many different locations)
I put at the bottom of index.php, and in to footer it said:
"Warning: Cannot modify header information - headers already sent by (output started at /home/username/public_html/newhad/includes/templates/template_default/common/html_header.php:22) in /home/username/public_html/newhad/index.php on line 109"
Thanks!
O.k., shackle. I wasn't sure that that was going to solve the problem, anyway. I just found that on another thread, HERE.
In the download, there is an additions_to_.htaccess file with some instructions. If you want mysite.com to be the way you want visitors to go to your site, you need to force all instances of www.mysite.com to become mysite.com.
So, adding this to your .htaccess file will solve your problem:
RewriteEngine On
RewriteCond %{HTTP_HOST} ^www.yoursite.com$ [NC]
RewriteRule ^(.*)$ http://yoursite.com/$1 [R=301,L]
Tired that, but it's not rewriting the URL.
I put it in the root of my zen-cart install. My zen-cart is a in a sub folder though (like mysite.com/zen)
Could that be part of the problem?
EDIT: tired it on a www.mysite.com domain didn't rewrite either.
Hi! Can someone help me, please.
I don't have IE7, but someone told me the following:
I looked thru most of the posts in this thread and can't say if any apply.Quote:
On your site, I see that in IE7 the drop menus are to the right of your main window, so they do not display unless one scrolls far to the right. I would check the CSS and make sure that you are using the csshover.htc for windows browsers, tho I don't think that is the problem. It's probably an IE CSS issue forcing the div with the drop menu to display to the right of the main window.
I guess, I should download IE7. huh?.
See link below.
http://www.browsercam.com/
Free 24 hour account from above, will save you downloading IE7, but
will verify that css drop menus are to the right of your main window
and not visible unless scroll to right is applied..
HTH
Thanks soo much Misty.
I had no doubt that this was the case, what I'm really hoping for is for jettrue to guide me in the right direction.
I, for one, was completely baffled by the inability of the likes of MS to come up with a box model that confirms to W3C standards. It seems whenever they fix something, they end up breaking something else and IE7 is no different. I guess one has to appreciate the perpetual consistency with which MS continues to screw us up. In their defense, I must say, and anyone who codes knows that there is no such thing as bug free software.
Can someone please shed some light on how this can be remedied?
Thank you jt,
The site's up.
Let me know if you can't get in.
IE may not like that there's no clearing after your logo section.
I have a new way of clearing divs.
Open up includes/templates/your_template/common/tpl_header.php
change:
Code:<div id="logoWrapper">
to
add this to your stylesheet:Code:<div id="logoWrapper" class="clearfix">
Hopefully that was the problem. :smartalec:Code:.clearfix:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
Thanks JT.
I made those changes, but don't know what the effect is.
Would you or someone do me the honor of looking at my site with IE7 eyes and tell me if things look normal now.
Can someone tell me if it's possible to download IE7 without stepping on IE6?
Z, you have the ol' "Client 'y' is not an object" on your site with IE7, if you try to zoom the pics on the second row of a product page without first scrolling the page up. Plus, it won't zoom those pics until you DO scroll up.
And if you install IE7, it will not only stomp IE6, it will KILL it.
The pleasure is all mine Get Em,
That ol' "Client 'y' is not an object" has been an IE6 issue too.
Microsoft huh, he stepped out of the shower, looked at his member in the mirror and Eureka!
So you're advocatn' a new jscript to replace ol' Tim's code.
I'll patch it together and see what it looks like.
How's the drop down menu? You didn't say.
While I'm wittling, have yourself a refreshing glass of Zinfandel. :cheers:
I'll do the same, and ...
Thanx!!
The Client y thing (if we're talking about the Image Handler zooming) has a fix in the image handler thread...
http://www.zen-cart.com/forum/showpo...4&postcount=24
Thanks for the glass of Z.....Z. Actually, I think I got that code from the same place jettrue just pointed out.
Uh......the drop menu?......what about it?.......
Sorry, I've been sick for a week, and just getting up and about a little at a time, today, and I've forgot a LOT of conversations, things I was working on, and so on. It'll take a month to catch back up, now.
Get Em Fast and Jettrue,
Thank you both for being helpful. The client 'Y' error is gone.
and if the CSS Dropdown menu works correctly in IE7, then I'm eternally grateful to both of you.
As for the Tim Kroeger post, that was a needle in a haystack.
I missed the post. And that is exactly why it's a good thing you guys are out here paying attention.
Thank you.
Just tell me where to send the bottle. :smile:
Hi Jade!
A company that will be selling our products is building a site based on zencart. They seem to be having trouble with their vertical menu and css flyout. I was wondering if your CSS Horizontal Menu was easily modded to work in the side box as a vertical menu system with fly out.
Also, My compliments on producing a very strong stable menu that doesn't break with zoom!!!
I'v read the ccs flyout menu in the downloads had some issues. Is this still true? I haven't had time to review/test it.
-cj
A different question:
I noticed in IE6 (and probably IE5 as well) that there is a problem with the menu with pages that have a <select> active .... meaning the select box shows through the menu.
I was reading about a solution to this over at Brainjar:
http://www.brainjar.com/dhtml/menubar/default11.asp
But egaads, talk about a chore!
Chad, the CSS Flyout Menu is just fine. It's easy to install, easy to manipulate, but as with ANYTHING to do with ZC, SOMEBODY's gonna have problems with it. If you can use the dropdown menu, then you can use the Flyout menu, with, or without images, as well.
My solution for this is much easier. :cool:
Someone else had this problem, and my suggestion was to make the select menu float to the right, so it was underneath "Contact Us", "My Account" and "Shopping Cart" which are much smaller menus. You can also use css to constrict the width of a menu.
For example... if you're having problems with the sorter menu under "all products" or "new products", add something like this to your css:
#sorter select {float:right;clear:both;width:120px;}
#sorter label {float:right;}
GetEmFast!
Thanks for speaking up and setting me straight! I certainly wasn't trying to ruffle any feathers! ;P Just looking for an opinion from a trusted designer.
-cj
Ah yes! Why use a sledgehammer when a screwdriver will work just fine!
I'll float these right per your suggestion for a quick fix.
I suspect a proper solution should be implemented in the csshover.htc hover class.
-cj
On a side note: Have you ever experimented with initiating a minute time delay in the hover? I have seen a flash solution for this. A micro delay is nice to prevent the menus from flying out when moving the mouse around the screen. It tames the menu slightly.
Oh, no, Chad.......I didn't mean it to come out that way (mean sounding), I was just simply saying that some people can have problems........well, even chewing their food right, let alone trying to install a mod on ZC, hence the rumors of the bugs. I manipulated this mod to use images, uploaded it as an update, and inherited all the support issues that goes with it,........ I think.
Where people have the most problems with this, is when they change to a different image(s), they just don't understand that if their images aren't the EXACT same size as the ones that I included, then they have to change other things, like width, height, margins, and such.
But, I never meant, in ANY way to make it sound like I was throwing flames, this morning.......sorry if it came out that way.
LOL. I didn't take it mean or flaming at all! And it was perhaps unfair of me to ask the way I did instead of doing my own research or trying for myself. Never enough time in a day! I'm speaking with the designer of above said site in 2 hours and was "cutting corners" so to speak. I promise I'll give your mod a try!
Believe me, I know what your saying. I've been a programmer since 1980-ish! But this isn't the place for telling war stories! :)
........Smiles, and replies, "Sure, it is....right around the corner, at the Pub, I'll even buy the first round....:cheers:"
Seriously though, if you've been programming since the 80's, you'll have NO problems with this mod. And if you do, we're all here for ya'.
Hey chadderuski,
You may want to know that while I was deciding on which way to go, I had both the dropdown and the flyout menus going under IE6 at the same time and they both worked just fine.
And as for...
Atleast you're getting some answers, I posted a concern about that very same issue and might as well have spoken to my hand.Quote:
I noticed in IE6 (and probably IE5 as well) that there is a problem with the menu with pages that have a <select> active .... meaning the select box shows through the menu.
Thanks to you I got somewhat of a solution to think about.
I've been coding since 1982, COBOLII, CICS, DB2 SQL, all mainframe.
But I wouldn't know an object if it came from the orient. :bangin:
During the last two years,I tried my hand in C#, Java, ASP, and now PHP. My brains are toast. I need help with the hard stuff, like adding a mod into my ZC without getting a headache.
Let's keep up this community orientation with a smile for as long as we can stand it. It's good for everybody.
I'm sorry you're feeling unloved Z. Hey, we're all "The Zen Family", and we love you......I would have tried to help......you know I would, if I hadn't been sick.
And as far as the Flyout Menu & the Dropdown menu working together......Oh, yea.....like ebony & ivory! At least in IE 7 (now IE 6 confirmed) & FF.