mossman Posted April 21, 2011 Share Posted April 21, 2011 Hi All, Pretty stupid question here but if you take a look at http://griffinrad.com/catalog/ and choose any of the catagories you'll see a broken image in the top right of the main content area. I have looked at both index.php files in the language and main folder. I have tried deleting the image code but its still there. Please advise. Thanks!! Link to comment Share on other sites More sharing options...
knifeman Posted April 21, 2011 Share Posted April 21, 2011 Hi All, Pretty stupid question here but if you take a look at http://griffinrad.com/catalog/ and choose any of the catagories you'll see a broken image in the top right of the main content area. I have looked at both index.php files in the language and main folder. I have tried deleting the image code but its still there. Please advise. Thanks!! Aaron, I forget right now the exact code, but that image is defined in admin. it is your category image that you upload when creating/editing a category. it is in index.php, something like category_image... If you cannot find the code, you could upload an image, or a transparent pixel image like is used all over the site. Maybe somebody else will chime in that is awake and can remember the exact name for that image. tim Link to comment Share on other sites More sharing options...
knifeman Posted April 21, 2011 Share Posted April 21, 2011 <td class="pageHeading" align="right"><?php echo tep_image(DIR_WS_IMAGES . $category['categories_image'], $category['categories_name'], HEADING_IMAGE_WIDTH, HEADING_IMAGE_HEIGHT); ?></td> Tim Link to comment Share on other sites More sharing options...
mossman Posted April 21, 2011 Author Share Posted April 21, 2011 <td class="pageHeading" align="right"><?php echo tep_image(DIR_WS_IMAGES . $category['categories_image'], $category['categories_name'], HEADING_IMAGE_WIDTH, HEADING_IMAGE_HEIGHT); ?></td> Tim Thank you so much man! Link to comment Share on other sites More sharing options...
mossman Posted April 26, 2011 Author Share Posted April 26, 2011 Hi All, I have tried commenting and deleting the line of code: <?php echo tep_image(DIR_WS_IMAGES . $category['categories_image'], $category['categories_name'], HEADING_IMAGE_WIDTH, HEADING_IMAGE_HEIGHT); ?> BUt i still get a broken image. I must be missing something. Also on the grey bar i'm getting a title of "sss" and i can't seem to find where that is either. If i was to upload clean files to fix the problem from a new download of OSC would it effect my database of products in anyway? http://griffinrad.com/catalog/index.php?cPath=24 Link to comment Share on other sites More sharing options...
knifeman Posted April 26, 2011 Share Posted April 26, 2011 Hi All, I have tried commenting and deleting the line of code: <?php echo tep_image(DIR_WS_IMAGES . $category['categories_image'], $category['categories_name'], HEADING_IMAGE_WIDTH, HEADING_IMAGE_HEIGHT); ?> BUt i still get a broken image. I must be missing something. Also on the grey bar i'm getting a title of "sss" and i can't seem to find where that is either. If i was to upload clean files to fix the problem from a new download of OSC would it effect my database of products in anyway? http://griffinrad.com/catalog/index.php?cPath=24 If you cannot find the code, you could upload an image, or a transparent pixel image like is used all over the site. overwriting your files will not affecrt the database. Just be sure to back them up first. Tim Link to comment Share on other sites More sharing options...
mossman Posted April 26, 2011 Author Share Posted April 26, 2011 Thanks Tim! I'm going to overwrite the index.php with a clean version and see if that works. If not i'll try the image/transparency. Any idea why i'm seeing SSS in my dark greay heading bar on that page? I have went through the admin section thinking i may have mis key'd in one of the fields but i didn't see it. Thank you, we are launching this week and hoping to have it PERFECT LOL. Aaron Link to comment Share on other sites More sharing options...
knifeman Posted April 26, 2011 Share Posted April 26, 2011 Thanks Tim! I'm going to overwrite the index.php with a clean version and see if that works. If not i'll try the image/transparency. Any idea why i'm seeing SSS in my dark greay heading bar on that page? I have went through the admin section thinking i may have mis key'd in one of the fields but i didn't see it. Thank you, we are launching this week and hoping to have it PERFECT LOL. Aaron Your source code has this line in it: <td align="center" class="productListing-heading"> sss </td> Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.