stefan1959 Posted September 24, 2010 Posted September 24, 2010 I put this in the STS support forum but no responces yet so I thought I start a new topic. These screenshots should explain the problem. Is this a bug or am I suppose to add something to my source code to get the image? First screen shot without STS and second with STS using, fresh install and the multi template. Help needed. Steve Quote
multimixer Posted September 24, 2010 Posted September 24, 2010 (edited) I put this in the STS support forum but no responces yet so I thought I start a new topic. 7 minutes ago !!! ??? Lets stay in the sts forum, thats the right place to solve this -> your post Edited September 24, 2010 by multimixer Quote My community profile | Template system for osCommerce - New: Responsive | Feedback channel
stefan1959 Posted September 24, 2010 Author Posted September 24, 2010 I post one 24 hours ago, the screen shots was for more of a visual aid, I hadn't seen any activity so was sure if anyone was viewing it. Sorry , I'll check the support forum. Steve 7 minutes ago !!! ??? Lets stay in the sts forum, thats the right place to solve this -> your post Quote
stefan1959 Posted September 26, 2010 Author Posted September 26, 2010 (edited) I found the workaround after playing with the code in /catalogue/index.php <tr> <td class="pageHeading"><?php echo HEADING_TITLE; ?></td> <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> </tr> the line that shows the image I got rid of the class and the image started the shows with STS was turned on, so change to this <tr> <td class="pageHeading"><?php echo HEADING_TITLE; ?></td> <td align="right"><?php echo tep_image(DIR_WS_IMAGES . $category['categories_image'], $category['categories_name'], HEADING_IMAGE_WIDTH, HEADING_IMAGE_HEIGHT); ?></td> </tr> Steve Edited September 26, 2010 by stefan1959 Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.