Hi everyone,
Is it possible to open "Elgg Lightbox" from another "Elgg Lightbox" without closing the parent ? (such behaviour will be great)
I am trying. But it seems like child lightbox is closing the parent.
Regards,
info@elgg.org
Security issues should be reported to security@elgg.org!
©2014 the Elgg Foundation
Elgg is a registered trademark of Thematic Networks.
Cover image by RaĆ¼l Utrera is used under Creative Commons license.
Icons by Flaticon and FontAwesome.
- Jerome Bakker@jeabakker
Jerome Bakker - 1 like
- Hermand Pessek@rheman
Hermand Pessek - 0 likes
- Nikolai Shcherbin@rivervanrain
Nikolai Shcherbin - 1 like
- Hermand Pessek@rheman
Hermand Pessek - 0 likes
Does anyone have any solutions for me?
- Hermand Pessek@rheman
Hermand Pessek - 0 likes
- Hermand Pessek@rheman
Hermand Pessek - 0 likes
- Hermand Pessek@rheman
Hermand Pessek - 0 likes
- Reuven@reuven
Reuven - 1 like
You must log in to post replies.I remember that it's possible, you need to set the correct lightbox options I believe.
Have a look at https://www.jacklmoore.com/colorbox/
or maybe you need to store the 'parent' state in a var or something like that.
Thank @jerome,
I spent some time on the lightbox options, but I didn't find any useful for my problem.
Does anyone have any solutions for me?
It's a question about JS experience.
Look at jQuery API.
I read a lot about jquery colorbox.
Here is the only way to do.
The first colorbox instance should to load in an iframe. In this iframe we can load another colorbox.
My issue now is how can I load an ajax view in an iframe ? I am using ajax view to create entity through a lightbox.
Does anyone have any solutions for me?
Hello to everyone.
Does anyone have any solutions for me?
Open 'Elgg Lightbox' From another 'Elgg Lightbox' without closing the parent.
Hi everyone.
Does anyone have any solutions for me?
Open 'Elgg Lightbox' From another 'Elgg Lightbox' without closing the parent.
Since you are struggling with this question for some time and since the experts have not provided a solution you can try to include in the content of the parent lightbox a hidden div with absolute position, and visible button or link . Then, click the button to unhide the div.
Enjoy