Search…

X3 Photo Gallery Support Forums

Search…
 
ata
Topic Author
Posts: 10
Joined: 26 Oct 2007, 04:02

[Ok FIX]Wrapper on Joomla with Imagevue

30 Oct 2007, 11:58

Hello Karl,

Thank for your amazing stuff i take pleasure to work with than i play it.

Well, i need your help i make few test but i can affirm the trouble come from Imagevue. But no worry we will fixe it ^^

Lets go : Test 1 URL-PIC + SLIDE Menu
* First use Firefox my website doesn't work with IE actually or you will miss link.
* :arrow: http://www.almeriya.eu
* On TOP Menu :arrow: Média
* Go on example 1 Scroll down to :arrow: Warper test 1 & clic
This link is a wrapper of url : http://www.zimmermann-michael.eu/public ... S_Logo.jpg
(you see jpg in the front page, if you moose up on link to Burning Sea, on right side, you see a SLIDE Menu of Sub Menu.
This Sub menu come front of the pic, above of the Frontpage)


Well now : Test 2 URL-Imagevue + SLIDE MEnu
* Back to :arrow: TOP Menu : Média
* Go on Gallerie link (this is a Wrapper as the first pic on example 1) who link to the URL of my Gallerie test.
This is a wrapper of url : http://media.zimmermann-michael.eu/
(This time when you moose up on link to Burning Sea, on rigth side, my SLIDE Menu of Sub Menu, This new sub menu come BEHIND my Imagevue instead the pic on Example 1)

Dont worry about size i will work on it is not voluntary to hide a part of your link sincerly.

Can you help me to fixe it.

I want my Sub-Sub Menu (SLIDE Menu) Above our soft.
I can put the gallerie intoo the sub directory its on the same server ofc.
I dont meen the trouble come here.

Thank for your help Karl.

We can talk by email you have mines.
Last edited by ata on 14 Nov 2007, 12:05, edited 1 time in total.
 
User avatar
mjau-mjau
X3 Wizard
Posts: 13998
Joined: 30 Sep 2006, 03:37

12 Nov 2007, 11:00

To allow DHTML items to display in front of SWF files, you need to use the WMODE transparency ...

Are you using the SWFobject javascript to embed the swf? If so, add the following line:
myobject.addParam("wmode", "opaque");

Its the same as we have done here: www.photo.gallery/blog which generally allows html alyers to display above the swf.
 
ata
Topic Author
Posts: 10
Joined: 26 Oct 2007, 04:02

14 Nov 2007, 03:52

Just Perfect !
Thank you again Karl

I Love Imagevue !

------------------------
EDIT for KARL :

Karl, my friend got and fix with this solution :
We edit the Index.php of Imagevu not our CMS and its work

</div>
<script>
var so = new SWFObject("imagevue.swf", "imagevue", "100%", "100%", "6", "#<bgcol>");
so.addVariable("globalpath", "<globalpath>");
so.addVariable("textcol", "<textcol>");
so.addVariable("configfile", "<config>");
so.addParam("wmode", "opaque");
<?php

Thank you, your information help us to fix this.