This is a discussion on How do you Remove Blue Columns??? within the osCMax v1.7 Discussion forums, part of the osCMax v1.7 Forums category; How do you go about completely removing the blue columns that go down the right and left side of MS2-MAX ...
| |||||||
| Register | FAQ | Members List | Calendar | Mark Forums Read |
|
#1
| |||
| |||
| How do you go about completely removing the blue columns that go down the right and left side of MS2-MAX stores behind the boxes? |
|
#2
| ||||
| ||||
| Edit main_page.tpl.php. Find the left navigation and right navigation sections and delete them.
__________________ Michael Sasek osCMax Developer
|
|
#3
| |||
| |||
| OK. I removed... Code: <!-- left_navigation //--> <?php require(DIR_WS_INCLUDES . 'column_left.php'); ?> <!-- left_navigation_eof //--> Code: <!-- right_navigation //--> <?php require(DIR_WS_INCLUDES . 'column_right.php'); ?> <!-- right_navigation_eof //--> Also, I noticed a reference to both images/OSCMAX_bc_right.gif and images/OSCMAX_bc_right.gif. However, I have not even bothered to try anything with these files as when I went to those directories I found that no such GIFs exist under those names. Any other solutions??? |
|
#4
| ||||
| ||||
| Ah, I misread your problem... you just want to remove the image, not the actual columns... Easy, remove the image 'images/OSCMAX_box_bg.jpg' from line 44: Code: <table background="images/OSCMAX_box_bg.jpg" border="0" width="100%" cellspacing="0" cellpadding="2">
__________________ Michael Sasek osCMax Developer
|
|
#5
| |||
| |||
| OK. THat certainly did work but it caused alot of alignment problems. SO, to those of you who want to remove the blue columns, here is what you have to do... Keep in mind that the blue colums and the picture in the background of the main text area are all one picture file which is OSCMAX_box_bg.jpg You cannot remove that picture file completely without messing up the alignments of alot of parts of your store. So instead, what you must do is change OSCMAX_box_bg.jpg to a transparent GIF file. The way I did it was I opened up OSCMAX_box_bg.jpg in MS Paint. -I made the whole picture white. -Then I saved it as GIF file. -Then I opened the picture file I just made OSCMAX_box_bg.gif into another picture editor that allowed me to make the whole graphic transparaent. -Then, I uploaded that new transparent OSCMAX_box_bg.gif file into my /catalo/images folder. -Then I went into my /catalog/images/main_page.tpl.php file and changed the following code.. Code: <table background="images/OSCMAX_box_bg.jpg" border="0" width="100%" cellspacing="0" cellpadding="2"> Code: <table background="images/OSCMAX_box_bg.gif" border="0" width="100%" cellspacing="0" cellpadding="2"> That's it!!! The colunms and main text area background graphic is still there so you store is all aligned properly but you just can't see them so it looks like they are not there at all..which was exactly what I wanted. |
|
#6
| |||
| |||
| SOrry. That was me who posted th last post. Everytime I come to this forum I have to re-log in. This is the only forum it happens with. If I don;t log in, my posts are tagged as "guest". |
|
#7
| ||||
| ||||
| Me too.
__________________ JPF - osCMax Fourm Moderator Try out our osCMax at: Live Catalog Demo Limited access Admin: Live Admin Demo Feel free to add products they way you want and then purchase them -=+=- Sorry nothing will be billed or shipped! |
|
#8
| ||||
| ||||
| cxm322, I can remove the images without any alignment problems, so you are doing something else. You can see a sample here: http://aabox.com/1-5-5/catalog/index.php The only thing I changed was to remove the image name from the tag. It causes no alignment problems anywhere in the site. I think you are making it more complex than it is. The background image has nothing to do with the width or alignment of the column. It is a background only. Regarding the login trouble, if you make your favorite/bookmark for http://oscdox.com and always return to that url, your cookie should work. The cookies are set for this domain only. If you go to http://www.oscdox.com, your cookie will not work and you will have to re-login. Also, when you login, make sure you click the 'Remember me' checkbox, or the cookie will expire. I always stay logged in and have not had to re-login in over 6 months....
__________________ Michael Sasek osCMax Developer
|
|
#9
| |||
| |||
| Quote:
You just keep the columns there but basically make the invisible. |
|
#10
| ||||
| ||||
| Quote:
__________________ Michael Sasek osCMax Developer
|
| Thread Tools | |
| |
| ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Transparent Background PNG logo showing light blue color? | cacooke | osCMax v2 Customization/Mods | 0 | 10-10-2005 05:41 AM |
| Product Listing 2 columns and 3 rows | joeyliu | osCMax v1.7 Discussion | 3 | 03-16-2005 05:06 PM |
| How to change the title blue bar | mgl8888 | osCommerce 2.2 Modification Help | 3 | 03-24-2004 04:52 PM |
| adding columns to RHS, LHS or center coloumn | starchild | osCMax v1.7 Discussion | 2 | 12-19-2003 07:51 PM |
| Background colour in columns only | adder667 | osCommerce 2.2 Modification Help | 4 | 04-14-2003 01:02 AM |