-
AuthorPosts
-
November 16, 2006 at 5:07 pm #117674
If you are using transmenu and SFIR and your transmenu drops overtop of a module title in User8 or User9 the title blocks the menu. It’s like it’s a layer above the transmenu.
Is there a way to fix this? I like the way the site looks with it enabled but until we can figure out whats going on I had to leave it disabled.Khanh Le ModeratorKhanh Le
- Join date:
- November 2013
- Posts:
- 1884
- Downloads:
- 41
- Uploads:
- 31
- Thanks:
- 44
- Thanked:
- 203 times in 131 posts
November 17, 2006 at 8:06 am #211747sIFR uses Flash to display text, therefore, it always display over transmenu. In this case, you have 2 options to choose:
1. Easiest way: display sIFR mambot.
2. Re-orgnize your transmenu to make it not overlap sIFR headers.November 21, 2006 at 7:29 pm #211891Not quite sure what you mean by display sIFR mambot. Do you mean un-publish it?
Khanh Le ModeratorKhanh Le
- Join date:
- November 2013
- Posts:
- 1884
- Downloads:
- 41
- Uploads:
- 31
- Thanks:
- 44
- Thanked:
- 203 times in 131 posts
November 22, 2006 at 10:12 am #211915Sorry, typing mistaken. I mean disable (unpublish) sIFR mambot.
November 29, 2006 at 4:38 pm #212125There’s a third way though it is not encouraged to use it because apparently Mozilla browsers could have problems (for me it works perfectly though so far in FF2). The trick is to update the mos_sifr mambot: edit the file mos_sifr.php and add an extra parameter
sWmode:"opaque"
to every call of the [FONT=”Courier New”]replaceElement[/FONT] function.
For examplesIFR.replaceElement( named({sSelector:"#ja-content span.ja-contentheading", sFlashSrc:"'.$mosConfig_live_site.'/mambots/system/mos_sifr/'.$ja_title_font.'.swf", sColor:"#E9A853", sLinkColor:"#E9A853", sBgColor:"#FFFFFF", sHoverColor:"#6B6B6B"}));
becomes
sIFR.replaceElement( named({sSelector:"#ja-content span.ja-contentheading", sFlashSrc:"'.$mosConfig_live_site.'/mambots/system/mos_sifr/'.$ja_title_font.'.swf", sColor:"#E9A853", sLinkColor:"#E9A853", sBgColor:"#FFFFFF", sHoverColor:"#6B6B6B", sWmode:"opaque"}));
This worked for me (tested in FF2, IE6 & O9) in another context than yours: I’m using a LightBox popup for showing images from thumbnails and I also noticed all sIFR generated text in front of my images. This fixed it (for now) for me, not 100% sure if this will fix your problem (I’m not using the special menu) but it’s worth a try I guess.
-
AuthorPosts
This topic contains 5 replies, has 3 voices, and was last updated by ggns 17 years, 12 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum