- This topic has 1 reply, 2 voices, and was last updated 10 years, 10 months ago by .
Viewing 2 posts - 1 through 2 (of 2 total)
Viewing 2 posts - 1 through 2 (of 2 total)
- You must be logged in to reply to this topic.
Support site for Tips and Tricks HQ premium products
by
Tips and Tricks HQ Support Portal › Forums › WP Lightbox Ultimate › Lightbox Ultimate – External page will not display
Here is the page I am testing this on now:
[http://eastcoastkarate.com/test/]
If you click “click here to open the external page” I get an error:
“The requested content cannot be loaded.
Please try again later.”
This is the code I’m using:
[wp_lightbox_anchor_text_display_external_page link=”http://eastcoastkarate.com/?p=284” width=”920″ height=”480″ title=”title goes here” text=”click here to open the external page”]
I’ve also used the full page address:
[wp_lightbox_anchor_text_display_external_page link=”http://eastcoastkarate.com/gracie-bullyproof-2” width=”640″ height=”480″ title=”title goes here” text=”click here to open the external page”]
But neither work. I know the page it points to works ok, but I still can’t get it to load. There is another Lightbox link on the page that works fine, and I use this plugin all over the site for videos. The only thing that is a little different about the page I am trying to point to is I added the following code to suppress the header / footer for the popup page:
<style type="text/css"><!--
#header, #footer { display: none !important; }
--></style>
Any thoughts / direction is much appreciated. Thanks.
Hi, the shortcode uses HTML iframe to display external page content. Unfortunately you can’t display the same page within the page you are viewing from (iframe doesn’t work like that).