The Joomlashack forums have moved! You'll find our new home at help.joomlashack.com/forums
These forums will remain for a while as 'read only'.
We encourage all of our customers to post new questions in the new forum.

Welcome, Guest. Please login or register.
February 03, 2012, 08:24:27 PM

Login with username, password and session length
Search:     Advanced search
60546 Posts in 17323 Topics by 152505 Members
Latest Member: jlfree
* Home Help Login Register
Pages: [1]
Print
Author Topic: flash rotator behind menu  (Read 9278 times)
bruce.dixon
Jr. Member
**
Offline Offline

Posts: 3


« on: May 15, 2007, 09:46:43 AM »

This flash rotator is the answer to several needs and works well in IE 6 and 7.  But I have a question.

My flash rotator at www.overgroundrr.com is being used to display banner ads, but is landing behind my menu.

I thought I knew the answer, and that was to add a line in the .js file like this

Code:
so.addParam("wmode", "transparent");

But when I open the swfobject.js file in TextPad or even in NotePad there are no line breaks in the thing, so I am unsure where to drop this in there, if indeed that is what I should be doing. 

Assuming I am correct and that this needs to be added, how do I ascertain the place in the file to add it?
Logged
JSSupport
Administrator
Hero Member
*****
Offline Offline

Posts: 4499


« Reply #1 on: May 18, 2007, 04:23:30 AM »

Hi,
Your site is looking good.
The first thing I would do is try to whip your code into XHTML validation - At least, thats where I usually start any debugging. When trying to validate it, I was returned with:
Failed validation, 23 errors.

Anyhow, you might try adding this:

Code:
embed#rotator, p#player {z-index:1;}

to your CSS file to solve the problem.

It is difficult to say what the actual culprit may be.
Typically, CSS menus that do this can be easily fixed by adding "wmode:transparent" to the Flash (which is already hardcoded into FR) or the z-index can be made lower.

The template you are using is loaded with several javascripts, and the menus seems to be a jvascript/CSS hybrid so there's really no telling where it conflicts.

As you can see here, the true CSS menus work fine, so you may want to look into a bypass if you must use the rotator..or any other Flash for that matter.

Best of luck
« Last Edit: May 18, 2007, 03:02:03 PM by JS_admin » Logged
bruce.dixon
Jr. Member
**
Offline Offline

Posts: 3


« Reply #2 on: May 18, 2007, 05:37:28 PM »

Thanks as usual for the clear headed advice.  I don't want to debug, and have until now avoided even thinking the word.  I am a writer --- of words, not code.  But it's time to learn some new stuff, I guess.

Hmmmm.  I bought the LUSH template for these same folks before they decided to switch to the one currently in use for this project.  Maybe I can snatch that (standards compliant) menu outa there and plug it into the template I'm using.  Maybe if I get up Sunday with a clear head and a clean slate it'll be worth a couple hours effort. 

Sounds insane, but whatchagonna do? Cool
Logged
MuffinDCC
Jr. Member
**
Offline Offline

Posts: 6


« Reply #3 on: June 03, 2007, 04:44:30 AM »

This is how I got it to work for me Smiley

1. Open swfobject.js
2. Find
Quote
var q=_7?_7:"high";this.addParam("quality",q);
3. Immediately after, add
Quote
var wm=_7?_7:"transparent";this.addParam("wmode",wm);

The section should now look like
Quote
var q=_7?_7:"high";this.addParam("quality",q);var wm=_7?_7:"transparent";this.addParam("wmode",wm);

Attached is my swfobject.js as well

I hope this works for others and thumbs up of a fantastic free module Smiley
« Last Edit: August 05, 2007, 05:34:45 PM by JS_admin » Logged
JSSupport
Administrator
Hero Member
*****
Offline Offline

Posts: 4499


« Reply #4 on: August 05, 2007, 05:34:59 PM »

added to 2.5 update.
Thanks!
« Last Edit: October 31, 2007, 09:11:09 AM by JS_admin » Logged
andsegu
Jr. Member
**
Offline Offline

Posts: 1


« Reply #5 on: February 05, 2008, 12:18:09 PM »

HI!!

I have a RT (Rockettheme) themes and the menu problem continues.

I have Joomla 1.0.x with Flash Rotator 2.5

The swfobject.js include the correct line added, and I try add in css file the line: embed#rotator, p#player {z-index:1;} but the menu continues to appear behind

I continue testing and I make a compatibility errros checklist...

  • I.E. 6: Work fine, the flash rotator is in back and menu work ok.
  • FF on Windows: Work fine, the flash rotator is in back and menu work ok.
  • FF on Linux: flash rotator behind menu


Any idea?

Thanks a lot!


P.S: My site not is on line, but you can check in this site, ye problem is the same: http://jeevankatwaru.com/
« Last Edit: February 06, 2008, 07:22:09 AM by andsegu » Logged
Pages: [1]
Print
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.16 | SMF © 2011, Simple Machines Valid XHTML 1.0! Valid CSS!
 

About Joomlashack | Privacy Policy | Terms of Service | Powered by Joomla | Affiliates | Contact Us

Joomlashack designs free and commercial Joomla Templates and Joomla Websites
Learn how to Joomla with our Joomla Tutorials or join our Joomla Template Club
Copyright 2005-2009 Joomlashack. All rights reserved unless otherwise stated.
The Joomla! name is used under a limited license from Open Source Matters.