In Wiccle Web Builder 1.0, thumbnails for certain module feeds (such as Store in eCommerce Portal) are not correctly displayed in small size format.
The Store module uses a larger default thumbnail size (80px) than most other modules (where 60px is the default).T his results in a broken image when content is drawn from one module (Store) into another (Site).
In cross-module use, instead of considering the source module's configuration, the core currently uses the configuration of the parent module for image sizes and the such. This issue is on my list of core fixes to apply as soon as possible. (Currently templates and language files are properly "enveloped" between modules, and config is the last remaining hurdle to cross between full cross-module content mixing.)
Until the core improvement is rolled out, there is a simple fix to the issue. Simply place the following into an empty .htaccess file and upload it to /uploads/store/thumbs folder.
RewriteEngine On
RewriteRule ^s60_(.*)$ s80_$1
You can also download a ready .htaccess file (click here) if you wish, and upload it into place. Note that this will only work on webservers running Apache with mod_rewrite on (which should be the case with most respectable hosting servers).
---
Related info: Configuring Image Sizes in Uploads and Templates










