Closed (fixed)
Project:
Language Icons
Version:
6.x-2.0
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
3 May 2010 at 05:23 UTC
Updated:
30 Jun 2010 at 18:15 UTC
hi
i have quite a strange case.
i use fancy slide to display images. so there is a fancy-slide-block with 1 big image and thumbnails on the bottom.
normaly it shows 3 thumbnails of the images.
if i activate language-icons it replaces the first 2 thumbnails with the 2 language icons (de + en).
here the code of the controller-div:
wrong
<div id="controller" style="z-index: 100; width: 940px;"><span/><p class="active">Deutsch</p><p class="inactive">English</p><p class="inactive"/><div class="controls"><a title="Deutsch" href="#" class="active"><img height="36" width="67" alt="Deutsch" src="/sites/all/modules/languageicons/flags/de.png"/></a><a title="English" href="#" class="inactive"><img height="36" width="67" alt="English" src="/sites/all/modules/languageicons/flags/en.png"/></a><a title="" href="#" class="inactive"><img height="36" width="67" alt="" src="/sites/default/files/imagecache/960x480/beach.jpg"/></a></div></div>
correct:
<div id="controller" style="z-index: 100; width: 940px;"><span/><p class="active"/><p class="inactive"/><p class="inactive"/><div class="controls"><a title="" href="#" class="active"><img height="36" width="67" alt="" src="/sites/default/files/imagecache/960x480/beach.jpg"/></a><a title="" href="#" class="inactive"><img height="36" width="67" alt="" src="/sites/default/files/imagecache/960x480/05.jpg"/></a><a title="" href="#" class="inactive"><img height="36" width="67" alt="" src="/sites/default/files/imagecache/960x480/img6387_0.jpg"/></a></div></div>
does anybody have the same issue??
any idea?
thanks
Comments
Comment #1
akaserer commentedupdate:
seems like this is an issue for fancy slide. there is the same behavior with consistent language interface.
the only way i found until now was to hide this block when displaying the gallery.
Comment #2
akaserer commentedits not an issue with Language icons
Comment #3
akaserer commentedits not an issue with Language icons
Comment #4
lansar commentedHi akaserer!
I have exactely the same problem. Do you found the solution please ?
lansar
Comment #5
akaserer commentedthe only thing i could do is hide this block for the gallery pages
Comment #6
Freso commentedIt's probably a wrong implementation of one of the link hooks in either of the modules. Since no problems have been detected with compatibility with other modules, I'd venture to say that it's a problem with "fancy slide". Good luck tracking it down. :)