pact-shop, on Feb 9 2009, 05:09 PM, said:
2.Why are my category images not being resized properly?
3.The categories show 3 products in a row. 2 would fit exactly on the page how come there are 3?
CLICK HERE TO SEE MY iOSC
1. You could change some color, text size and borders playing with stylesheet
catalog\mobile\includes\mobile.css
2. Thanks for pointing thisout. I'll add this to list of fixes for the next release
For now please line 41 in your index.php and mobile.php to this
print tep_mobile_selection($path, array(tep_image(DIR_WS_IMAGES . $item['categories_image'], $item['categories_name'], 40), $item['categories_name']));
3. Change line 31 in your
catalog\mobile\includes\modules\products.php to
$img = tep_image(DIR_WS_IMAGES . $listing['products_image'], $listing['products_name'], MOBILE_IMAGE_WIDTH, MOBILE_IMAGE_HEIGHT);and line 14 in
catalog\mobile\includes\configure.php
to
define ('MOBILE_IMAGE_HEIGHT', '80px');
All this changes will be included in new release later this week














