dolalu Posted July 25, 2005 Share Posted July 25, 2005 Hi, cant find it on the search I have managed to change the what have we got here text on the catergories page, however the background image to the right of it is now a box and im not sure what ive done, i want the image to disappear, but cant find where to delte it or where to set it to a trand 1x1 image any ideas out there?? Link to comment Share on other sites More sharing options...
otacon221 Posted July 25, 2005 Share Posted July 25, 2005 I hope you did change the text from the english.php file. Anyway..easiest thing is the contrib which replaces those images with transparent versions. http://www.oscommerce.com/community/contributions,2034 The 2nd thing you can do is manually remove a portion of a html code to get rid of it. If you want the latter let me know. Otherwise install the contrib(easiest :P) Link to comment Share on other sites More sharing options...
dolalu Posted July 26, 2005 Author Share Posted July 26, 2005 I hope you did change the text from the english.php file. Anyway..easiest thing is the contrib which replaces those images with transparent versions. http://www.oscommerce.com/community/contributions,2034 The 2nd thing you can do is manually remove a portion of a html code to get rid of it. If you want the latter let me know. Otherwise install the contrib(easiest :P) <{POST_SNAPBACK}> Thanks for that, but the problem that i have is that i must have deleted the code that calls the image file because i have a broken image on the page see here My Webpage I need to know where to reenter the image filename so that it appears, once i know where that is i can call on a transparent image cheers Link to comment Share on other sites More sharing options...
dolalu Posted July 26, 2005 Author Share Posted July 26, 2005 Thanks for that, but the problem that i have is that i must have deleted the code that calls the image file because i have a broken image on the page see here My Webpage I need to know where to reenter the image filename so that it appears, once i know where that is i can call on a transparent image cheers <{POST_SNAPBACK}> anyone? it would be great to sort this before bed :D Link to comment Share on other sites More sharing options...
HSMagic Posted July 26, 2005 Share Posted July 26, 2005 The image you are missing is called: catalog/images/table_background_default.gif found in /catalog/index.php in a fresh install. <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> I'm still pretty new at this myself but I hope that helps. Link to comment Share on other sites More sharing options...
otacon221 Posted July 26, 2005 Share Posted July 26, 2005 As gary pointed out that is where your image is... simply remove this: <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> and you're set. Link to comment Share on other sites More sharing options...
dolalu Posted July 26, 2005 Author Share Posted July 26, 2005 As gary pointed out that is where your image is... simply remove this: <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> and you're set. <{POST_SNAPBACK}> thanks guys, tried that and it did not clear it?? anything else?? Link to comment Share on other sites More sharing options...
DaveC123 Posted July 26, 2005 Share Posted July 26, 2005 I think you need to add an image for that category. I just add a plain white box as the image and it removed that broken image from my store. Try it out... Link to comment Share on other sites More sharing options...
dolalu Posted July 26, 2005 Author Share Posted July 26, 2005 I think you need to add an image for that category. I just add a plain white box as the image and it removed that broken image from my store. Try it out... <{POST_SNAPBACK}> Hi i have added a 1x1 trans gif with the path name but it is still not working. The propertiesa for the image when checking just says mammamiacards.co.uk/images there is no call to a gif therefore it must be sometihng wrong in the code that points to the gif. I just cant find where it is Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.