Tagged: Magnific popup
I noticed many people talked about the Magnific Popup in Enfold theme. But I cannot find this element in Avia Layout Builder.
When I click a button I want to show some information (in another new page) in the lightbox, do not open a new window.
Before this I tried the plugin “Lightbox Plus Colorbox”, it works in the normal hyperlinks. But when I use it in a table, it did not work. I checked the page code and found the href was automatic added a class “cboxElement”. How to remove it?
Or if I can achieve my purpose without this plugin?
I have to give up and delete the plugin “Lightbox Plus Colorbox” because it has conflict to the Gallery style. Anyone could tell me another solution?
I noticed that link: https://kriesi.at/support/topic/contact-form-in-pop-up-prettyphoto-issue/#post-304173
It works for text content. However, I want inline my whole page (a page URL). Is it possible and how?
Hey!
You can build your link like this.
<a href = "URL to a page" rel = "lightbox">Click me</a>
And it will open the page in the magnific popup.
Cheers!
Elliott
I tried using this method – however when i click on the link – it pulls up the lightbox and says thiserror “The image could not be loaded”
I am providing an absolute URL for the link.
Any ideas?
thanks!
Found the solution!
<a href="http://kriesi.at?iframe=true">Open this</a>
This works great!