-
AuthorPosts
-
October 25, 2017 at 9:38 am #868628
Hi
For compatibility issues we had to disable lightbox modal window from Enfold and we are using Essential Grid’s modal instead (we have a ton of images / videos opening this way).
However, we would like to open a simply link (text) in a modal. If we use the ?iframe=true it doesn’t work because Enfold’s modal is disabled. Is there any other way we can use it to force this modal to open?
Thank you
October 25, 2017 at 5:46 pm #868850Hey sitesme,
Could you please give us a link to your website, we need more context to be able to help you.
Best regards,
VictoriaOctober 25, 2017 at 6:03 pm #868861Hi
Please check the website link in private.
Thank you
October 27, 2017 at 7:47 pm #869732Hi,
can u let us know why you disabled it?
We have to start from first steps, because actually if it not enabled, well we cant help you out.Best regards,
BasilisOctober 28, 2017 at 6:53 pm #869993Hi,
Please check my first message. It says why the modal lightboxes was disabled in Enfold. I repeat:
“For compatibility issues we had to disable lightbox modal window from Enfold and we are using Essential Grid’s modal instead (we have a ton of images / videos opening this way).”We just need a simple solution to open a specific video on a modal popup. It could be with a plugin but would prefer to use the native Enfold modal.
Hope there is an easy solution.Thanks.
October 28, 2017 at 6:56 pm #869995I re-enabled the modal on Enfold. Please check the link in PVT. You can see the conflict by pressing play in any video below.
October 28, 2017 at 7:30 pm #870002Hi,
To open a modal in Enfold you would need to use the lightbox and use the ?iframe=true
This is how to make a link for an image to open in lightbox, use in a code block element:<a href="http://127.0.0.1/wp-content/uploads/2015/07/portfolio-9.jpg" rel="prettyPhoto" title="">Image</a>
To open pages in lightbox using an iframe, create a link like this in a code block element:
<a href="http://127.0.0.1/pages/blank-pages/coming-soon-page/?iframe=true">Page</a>
This is the format for opening a Youtube video in lightbox:
<a href="http://www.youtube.com/watch?v=qqXi8WmQ_WM" rel="prettyPhoto" title=""><img src="images/thumbnails/flash-logo.jpg" alt="YouTube" width="60" /></a>
But since you are having compatibility issues you could try a plugin such as: Modal Window
Best regards,
Mike -
AuthorPosts
- You must be logged in to reply to this topic.