Open page in modal window?
Permalink
Good evening,
Is it possible to open a page in a modal window?
I have a page list and when clicking one of the items, I would like to display the contents of the page in a pop-up/modal window. The (ok, my designer's...) idea is to prevent a page reload.
Has anyone tried this and found a solution?
Cheers,
B.
Is it possible to open a page in a modal window?
I have a page list and when clicking one of the items, I would like to display the contents of the page in a pop-up/modal window. The (ok, my designer's...) idea is to prevent a page reload.
Has anyone tried this and found a solution?
Cheers,
B.
Concrete5 comes bundled with several javascript scripts including one called Magnific Popup.
That popup script can open a page in an iframe in an overlay.
Your designer would just have to write a page list template to load Magnific popup and call it on click.