osCommerce and osCMax shopping cart software forums

Shopping Cart Software

osCommerce with teeth!

 

Change column_left width

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


Go Back   osCommerce and osCMax shopping cart software forums > osCMax v1.7 Forums > osCMax v1.7 Installation

Register FAQ Members List Calendar Mark Forums Read


Free community membership! Fast easy FREE membership
Closed Thread

 

LinkBack Thread Tools
  #1  
Old 04-11-2005, 06:17 AM
Member
 
Join Date: Jan 2005
Posts: 88
Thanks: 0
Thanked 0 Times in 0 Posts
Rep Power: 0
adam71o
Default Change column_left width

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?
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
  #2  
Old 04-11-2005, 10:26 AM
Member
 
Join Date: Mar 2005
Location: In a Van Down The River
Posts: 47
Thanks: 0
Thanked 0 Times in 0 Posts
Rep Power: 0
prosam
Default RE: Change column_left width

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>
Change both instances of <?php echo BOX_WIDTH; ?> to the fixed width of your choosing.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
  #3  
Old 04-11-2005, 11:36 AM
Member
 
Join Date: Jan 2005
Posts: 88
Thanks: 0
Thanked 0 Times in 0 Posts
Rep Power: 0
adam71o
Default RE: Change column_left width

Great, I'll just make a new bg image for the left column, thank you SO much for the help!
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
  #4  
Old 04-11-2005, 11:48 AM
Member
 
Join Date: Jan 2005
Posts: 88
Thanks: 0
Thanked 0 Times in 0 Posts
Rep Power: 0
adam71o
Default RE: Change column_left width

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!
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
  #5  
Old 04-11-2005, 12:04 PM
Member
 
Join Date: Mar 2005
Location: In a Van Down The River
Posts: 47
Thanks: 0
Thanked 0 Times in 0 Posts
Rep Power: 0
prosam
Default RE: Change column_left width

Try this:
In catalog > includes > boxes > coolmenu.php

Look for this line
Code:
	<img src="images/trans.gif" width="150" height="' . $height . '">');
Change the width to your width.

Let me know if that works.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
  #6  
Old 04-11-2005, 12:26 PM
Member
 
Join Date: Jan 2005
Posts: 88
Thanks: 0
Thanked 0 Times in 0 Posts
Rep Power: 0
adam71o
Default RE: Change column_left width

Strange, I changed that 150 to 200, 300, and 500, each time with no change at all, to level0 or any sublevels. Very strange.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
  #7  
Old 04-11-2005, 12:37 PM
Member
 
Join Date: Mar 2005
Location: In a Van Down The River
Posts: 47
Thanks: 0
Thanked 0 Times in 0 Posts
Rep Power: 0
prosam
Default RE: Change column_left width

that is strange. I don't use coolmenu but I turned it on to test this and it worked for me.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
  #8  
Old 04-11-2005, 12:51 PM
Member
 
Join Date: Jan 2005
Posts: 88
Thanks: 0
Thanked 0 Times in 0 Posts
Rep Power: 0
adam71o
Default RE: Change column_left width

do you use the aabox skin by chance?
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
  #9  
Old 04-11-2005, 12:52 PM
Member
 
Join Date: Mar 2005
Location: In a Van Down The River
Posts: 47
Thanks: 0
Thanked 0 Times in 0 Posts
Rep Power: 0
prosam
Default RE: Change column_left width

Nope!
Custom design. But I used the aabox design to buil mine.

http://necg.jcdanczak.com
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
  #10  
Old 04-11-2005, 01:06 PM
Member
 
Join Date: Jan 2005
Posts: 88
Thanks: 0
Thanked 0 Times in 0 Posts
Rep Power: 0
adam71o
Default RE: Change column_left width

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.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Closed Thread



Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Similar Threads

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


All times are GMT -8. The time now is 03:38 PM.


Powered by vBulletin®
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
SEO by vBSEO
Copyright 2008 osCMax