littletom Posted February 20, 2008 Posted February 20, 2008 I'm learning so this is probably a silly question - but - At the top of every Category page there is a heading coming up with 'Our Selection' ( catalog/index.php?cPath=xxxxx) and to the right of that there is a box where a picture should be - catalog/images For the life of me I can't work out how to edit this picture and put something in there - at present it simply shows as a broken link. Any advice would be most appreciated. Many thanks, Peter www . littletom . co . nz
stonjie Posted February 20, 2008 Posted February 20, 2008 I'm learning so this is probably a silly question - but - At the top of every Category page there is a heading coming up with 'Our Selection' ( catalog/index.php?cPath=xxxxx) and to the right of that there is a box where a picture should be - catalog/images For the life of me I can't work out how to edit this picture and put something in there - at present it simply shows as a broken link. Any advice would be most appreciated. Many thanks, Peter in your index.php page look for pageheading one of them will be have a missing image name. for example table_background_default.gif is the image name: <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>
littletom Posted April 13, 2008 Author Posted April 13, 2008 in your index.php page look for pageheading one of them will be have a missing image name. for example table_background_default.gif is the image name: <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> Hi Stonjie, Thanks - sorry but I lost your reply. I have tried to fix this - one section that looked to be correct deleted the website and the other changed the opening page only. This latter is obviously on the right track but I'm obviously missing something somewhere. I need to fix the inner pages which have a missing image. Do you have any more pointers? Thanks, Peter www . littletom . co . nz
littletom Posted April 25, 2008 Author Posted April 25, 2008 Thanks - worked perfectly. Peter in your index.php page look for pageheading one of them will be have a missing image name. for example table_background_default.gif is the image name: <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>
Recommended Posts
Archived
This topic is now archived and is closed to further replies.