JemCraft Posted February 18, 2005 Share Posted February 18, 2005 Please can someone tell me how to remove the following 3 boxes from my front page? I thought I had done it, but am now left with the following instead! --------------------------------------- BOX_HEADING_INFORMATION BOX_INFORMATION_SHIPPING BOX_INFORMATION_PRIVACY BOX_INFORMATION_CONDITIONS Contact Us --------------------------------------- BOX_HEADING_LANGUAGES --------------------------------------- BOX_HEADING_CURRENCIES GBPound --------------------------------------- Many thanks Jemma Link to comment Share on other sites More sharing options...
♥Vger Posted February 18, 2005 Share Posted February 18, 2005 Go to either column_left.php or column_right.php and 'rem' out the entries, like so: //require(DIR_WS_BOXES . 'information.php'); This will stop the boxes appearing, but will leave them in place should you need them in future. The edits you have already done I would reverse - they are not necessary and all you needed to do was as shown above. If you undo those edits now then the boxes will be ready for use if you decide to use them in future. Vger Link to comment Share on other sites More sharing options...
luckyhuckster Posted February 18, 2005 Share Posted February 18, 2005 Please can someone tell me how to remove the following 3 boxes from my front page? I thought I had done it, but am now left with the following instead! How did you go about removing them? All you need to do is edit the columns in which the boxes appear. Link to comment Share on other sites More sharing options...
JemCraft Posted February 18, 2005 Author Share Posted February 18, 2005 Go to either column_left.php or column_right.php and 'rem' out the entries, like so: //require(DIR_WS_BOXES . 'information.php'); This will stop the boxes appearing, but will leave them in place should you need them in future. The edits you have already done I would reverse - they are not necessary and all you needed to do was as shown above. If you undo those edits now then the boxes will be ready for use if you decide to use them in future. Vger <{POST_SNAPBACK}> Fantastic, all sorted - many thanks Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.