Tagged: external URL, featured image, Lightbox, prettyphoto
Hi
I am trying to figure out how to open an external url in a lightbox.
I have checked
http://www.no-margin-for-errors.com/projects/prettyphoto-jquery-lightbox-clone/#prettyPhoto
http://www.ehow.com/how_10026538_to-lightbox-display-webpage.html
but still can’t figure it out
It is sort of working for me but I cannot resize the lightbox (link attached for mod)
Hey briandeeney!
Thank you for using Enfold.
Just add ?iframe=true after the url. It will automatically open the external link on a lightbox. Make sure that you’re using Enfold 3.0.1. The url will look something like this:
Cheers!
Ismael
Hi!
You can use this on Quick CSS or custom.css to hide the image:
.page .page-thumb {
display: none;
}
Best regards,
Ismael
Hi!
Please add following code to Quick CSS
#top .fullsize .template-blog .post .entry-content-wrapper > *, #top .fullsize .template-blog .post .entry-content-wrapper { max-width: 100%; }
Cheers!
Yigit
Hi!
Please add following code to Quick CSS as well
#top .fullsize .template-blog .post-title { text-align: left; margin-left: 0; }
Cheers!
Yigit