TheLastWord Posted January 25, 2006 Posted January 25, 2006 Which php file is it to remove that image from the index page?
Gil_e_n Posted January 25, 2006 Posted January 25, 2006 catalog/index.php. You'll need to individually remove it from each page, though. Always BACK UP your files and your database before making any changes. Before asking questions, check out the Knowledge Base. Check out the contributions to see if your problem's solved there. Search the forums. Useful threads: Store Speed Optimization How to make a horrible shop Basics for design change How to search the forums Useful contributions: Easypopulate Fast, Easy Checkout Header Tag Controller
MoisesZaragoza Posted January 25, 2006 Posted January 25, 2006 <td width="100%" valign="top"><table border="0" width="100%" cellspacing="0" cellpadding="0"> <tr> <td><table border="0" width="100%" cellspacing="0" cellpadding="0"> <tr> <td class="pageHeading"><?php echo HEADING_TITLE; ?></td> <td class="pageHeading" align="right"><?php echo tep_image(DIR_WS_IMAGES . 'table_background_default.gif', HEADING_TITLE, HEADING_IMAGE_WIDTH, HEADING_IMAGE_HEIGHT); ?></td> </tr> </table></td> </tr> <tr> <td><?php echo tep_draw_separator('pixel_trans.gif', '100%', '10'); ?></td> </tr> <tr> <td><table border="0" width="100%" cellspacing="0" cellpadding="0"> <tr> <td class="main"><?php echo tep_customer_greeting(); ?></td> </tr> <tr> <td><?php echo tep_draw_separator('pixel_trans.gif', '100%', '10'); ?></td> </tr> <tr> <td class="main"><?php echo TEXT_MAIN; ?></td> </tr> <tr> <td><?php echo tep_draw_separator('pixel_trans.gif', '100%', '10'); ?></td> </tr> <tr> <td><?php include(DIR_WS_MODULES . FILENAME_NEW_PRODUCTS); ?></td> </tr> at the end of the day the code will be good
MoisesZaragoza Posted January 25, 2006 Posted January 25, 2006 I belive those are lines 285 to 321 at the end of the day the code will be good
MoisesZaragoza Posted January 25, 2006 Posted January 25, 2006 Dont forget to BACKUP YOUR FILLES at the end of the day the code will be good
Guest Posted January 25, 2006 Posted January 25, 2006 just create a very small image the same colour as your background and rename this the same as the image you wish to remove. when you upload this new image it will replace the existing one and make it melt into your background.... assumes that your background remains the same though
TheLastWord Posted January 25, 2006 Author Posted January 25, 2006 You have any idea how to get an image to an secure server, https.
Guest Posted January 25, 2006 Posted January 25, 2006 You have any idea how to get an image to an secure server, https. You should have access configuration info for FTP regardless of it being secure or not. I just upload via Dreamweaver after editing the files, I use the FTP in dreamweaver to keep things simple. you should also be able to access your site files via your control panel and upload direct using their own ftp
Recommended Posts
Archived
This topic is now archived and is closed to further replies.