This is a discussion on Change column_left width within the osCMax v1.7 Installation forums, part of the osCMax v1.7 Forums category; I use oscmax 1.7 with the aabox skin, permanently. What is the best way to make the coolmenu wider ...
| |||||||
| Register | FAQ | Members List | Calendar | Mark Forums Read |
|
#1
| |||
| |||
| I use oscmax 1.7 with the aabox skin, permanently. What is the best way to make the coolmenu wider so that my longer category names aren't divided into 2 lines? --and how to I make that change? OR how do I make column_left wider? |
|
#2
| |||
| |||
| the aabox skin uses a background image that is a fixed width if you make the column wider it will not be the same size as the blue line underneath. But to answer your question go to main_page.tpl.php and make your changes to this area: Code: <td width="<?php echo BOX_WIDTH; ?>" valign="top">
<table border="0" width="<?php echo BOX_WIDTH; ?>" cellspacing="0" cellpadding="0">
<!-- left_navigation //-->
<?php require(DIR_WS_INCLUDES . 'column_left.php'); ?>
<!-- left_navigation_eof //-->
</table></td> |
|
#3
| |||
| |||
| Great, I'll just make a new bg image for the left column, thank you SO much for the help! |
|
#4
| |||
| |||
| Ok, this isn't working so well. How can you widen coolmenu? I've used it on a stock osc ms2.2 store, but the oscmax version has WAAAAY complicated it to work with multiple templates and such, so I have no idea how to adjust the coolmenu width (as well as, if not more importantly, the subcategory widths). I also need to know how to adjust the submenu offsets, and how to remove the arrows in the 0level. In the original coolmenu, this was all adjusted in catalog/includes/coolmenu.php , but now I have no idea where to look. Thanks in advance! |
|
#5
| |||
| |||
| Try this: In catalog > includes > boxes > coolmenu.php Look for this line Code: <img src="images/trans.gif" width="150" height="' . $height . '">'); Let me know if that works. |
|
#6
| |||
| |||
| Strange, I changed that 150 to 200, 300, and 500, each time with no change at all, to level0 or any sublevels. Very strange. |
|
#7
| |||
| |||
| that is strange. I don't use coolmenu but I turned it on to test this and it worked for me. |
|
#8
| |||
| |||
| do you use the aabox skin by chance? |
|
#9
| |||
| |||
| |
|
#10
| |||
| |||
| FYI - a few of your Infobox pages still have the stock "Put here your _____ info" . My store is also a customization of the aabox skin. Hmmm, I just went back and re-changed that 150, again, and still no changes. I'm also certain that I'm changing the correct file and I'm overwriting it correctly to the server. |
| Thread Tools | |
| |
| ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Change the content width all to the end. | Squirrel | osCommerce 2.2 Modification Help | 8 | 04-18-2005 04:39 AM |
| Column width!, How do i change it? | calle | osCommerce 2.2 Modification Help | 4 | 11-24-2004 03:46 PM |
| DHTML Menu Box - how to change the width | lawrence | osCMax v1.7 Discussion | 3 | 11-24-2004 08:47 AM |
| change left column width only | not-so-simple | osCommerce 2.2 Modification Help | 1 | 08-28-2003 05:19 AM |
| Would like to change the Categories box width - Urget | kborup | osCommerce 2.2 Installation Help | 1 | 11-17-2002 08:24 AM |