Hello,
I am using the Album module 0.9.2 with CMSMS 1.1 and I have a problem
with thumbnails in Internet Explorer (tested in 5, 6, and IEs4Linux).
There are somethink like "dots" or very tiny picture (around 2x2px) with description only instead of thumbnails. In it works fine in Firefox, Konquerer and Opera browsers.
You can see the page at http://www.knihovna-lanskroun.cz/index.php?page=fotogalerie.
There is used the default template with some translations to the Czech language.
Do you have any idea what could causes this problem?
Many thanks,
Michal
Album module and thumbnails in IE
Re: Album module and thumbnails in IE
Michal,
Did you solve the problem you were having with the Album thumnails, for I went to your site and am able to see them. I have IE7.
Jay
Did you solve the problem you were having with the Album thumnails, for I went to your site and am able to see them. I have IE7.
Jay
Re: Album module and thumbnails in IE [SOLVED]
Hello,
yes, the problem is solved, thanks to Elijah post:
Looking at the HTML, I see this:
Somehow the height is being set to "" which is messing up IE.
I would try this
1. Go to: /admin/moduleinterface.php?module=Album
2. Click on the "Templates" tab.
3. Click on the "default" template: /admin/moduleinterface.php?mact=Album,m1_,edittemplate,0&m1_templatename=default
4. Delete this part from your template:
{$onepicture->autothumbnailsize}
5. Click Submit.
Hope this helps,
Elijah Lofgren
And I also deleted the {$album->autothumbnailsize} to fix the album thumbnails size.
Michal
yes, the problem is solved, thanks to Elijah post:
Looking at the HTML, I see this:
Somehow the height is being set to "" which is messing up IE.
I would try this
1. Go to: /admin/moduleinterface.php?module=Album
2. Click on the "Templates" tab.
3. Click on the "default" template: /admin/moduleinterface.php?mact=Album,m1_,edittemplate,0&m1_templatename=default
4. Delete this part from your template:
{$onepicture->autothumbnailsize}
5. Click Submit.
Hope this helps,
Elijah Lofgren
And I also deleted the {$album->autothumbnailsize} to fix the album thumbnails size.
Michal