Search…

X3 Photo Gallery Support Forums

Search…
 
Johan
Topic Author
Posts: 9
Joined: 24 Jul 2011, 04:13

Gallery integrated in an iframe

16 May 2013, 12:56

Hello,

I've got one question.
I've got a wordpress website and i want to use several imagevuex gallery in WP page. I use iframe tag.

My src iframe is : http://www.jch-photographie.fr/imagevue ... /Flash_Mob
height="600"
width="100%"

my WP page who's contain iframe : http://www.jch-photographie.fr/site/?page_id=1739

When i read my page, i see very well iframe but it's imagevue main page who's appear, but i want the specified gallery.

To eliminate WP problem, i make a simple html page with same iframe and result is the same...

Is there a way to have a working iframe like i want ?? Imagevuex is the latest version.

Thanks a lot.

Johan
 
Johan
Topic Author
Posts: 9
Joined: 24 Jul 2011, 04:13

Re: Gallery integrated in an iframe

17 May 2013, 03:14

When this URL all works fine :
http://www.jch-photographie.fr/site/?pa ... Flash_Mob/

It seems that it's necessery that parent window URL have #/Prive/Flash_Mob data at the end. I don't understand why imagevuex don't work with these parameters in iframe source...
Any help ? thank you :)
 
User avatar
mjau-mjau
X3 Wizard
Posts: 14452
Joined: 30 Sep 2006, 03:37

Re: Gallery integrated in an iframe

17 May 2013, 05:07

The #path data does not get read when its added in the iframe url like that. Imagevue and other applications use javascript to read the actual URL field in your browser for this value, so it has no value in an embedded iframe URL like that.

Instead, use a fixed parameter startpath like this for the embed SRC:
http://www.jch-photographie.fr/imagevue ... Flash_Mob/
 
Johan
Topic Author
Posts: 9
Joined: 24 Jul 2011, 04:13

Re: Gallery integrated in an iframe

17 May 2013, 05:21

You're great Mjau-Mjau ! :)
It works !!

Thank you so much for your help !! :)