osCmax v2.5 User Manual
Page 1 of 2 12 LastLast
Results 1 to 10 of 12

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

      
  1. #1
    Active Member
    Join Date
    Jan 2005
    Posts
    101
    Rep Power
    0


    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?

  2. #2
    Member
    Join Date
    Mar 2005
    Location
    In a Van Down The River
    Posts
    60
    Rep Power
    0


    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.

  3. #3
    Active Member
    Join Date
    Jan 2005
    Posts
    101
    Rep Power
    0


    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!

  4. #4
    Active Member
    Join Date
    Jan 2005
    Posts
    101
    Rep Power
    0


    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!

  5. #5
    Member
    Join Date
    Mar 2005
    Location
    In a Van Down The River
    Posts
    60
    Rep Power
    0


    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.

  6. #6
    Active Member
    Join Date
    Jan 2005
    Posts
    101
    Rep Power
    0


    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.

  7. #7
    Member
    Join Date
    Mar 2005
    Location
    In a Van Down The River
    Posts
    60
    Rep Power
    0


    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.

  8. #8
    Active Member
    Join Date
    Jan 2005
    Posts
    101
    Rep Power
    0


    Default RE: Change column_left width

    do you use the aabox skin by chance?

  9. #9
    Member
    Join Date
    Mar 2005
    Location
    In a Van Down The River
    Posts
    60
    Rep Power
    0


    Default RE: Change column_left width

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

    http://necg.jcdanczak.com

  10. #10
    Active Member
    Join Date
    Jan 2005
    Posts
    101
    Rep Power
    0


    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.

Page 1 of 2 12 LastLast

Similar Threads

  1. Change the content width all to the end.
    By Squirrel in forum osCommerce 2.2 Modification Help
    Replies: 8
    Last Post: 04-18-2005, 04:39 AM
  2. Column width!, How do i change it?
    By calle in forum osCommerce 2.2 Modification Help
    Replies: 4
    Last Post: 11-24-2004, 02:46 PM
  3. DHTML Menu Box - how to change the width
    By lawrence in forum osCmax v1.7 Discussion
    Replies: 3
    Last Post: 11-24-2004, 07:47 AM
  4. change left column width only
    By not-so-simple in forum osCommerce 2.2 Modification Help
    Replies: 1
    Last Post: 08-28-2003, 05:19 AM
  5. Would like to change the Categories box width - Urget
    By kborup in forum osCommerce 2.2 Installation Help
    Replies: 1
    Last Post: 11-17-2002, 07:24 AM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •