Hi, Try changing the shortcode to the following:
[wp_colorbox_media url="http://www.mygoforthegreen.com/practice-preview/course/course126288.html" type="iframe" hyperlink="http://www.mygoforthegreen.com/wp-content/uploads/2015/09/Practice-9-Skills.jpg"]
Thanks very much for getting back to me and for the shortcode. Tried it just now, but with unusual result. It opened in a tiny window and it is our blog page, not the course.
Here’s link so you can see what it looks like:
http://test.mygoforthegreen.com/go/copy-landing-page-test-2/
I also left the non-Colorbox result below it. As you can see, the issue is the launch page opening as well as the course. If I don’t use “launch.html” but “coursexxx.html”, the course opens on a separate web page, spread all across the screen.
Any further suggestions? Could Colorbox be conflicting with my Inbound Now landing page plugin? If so, not sure how I proceed. I’m also conscious of taking up too much of your time! Sorry I’m not more technically proficient!
Linda
Update: couldn’t get the short code to work so went to the elearning software supplier I used. He gave me some Java script to insert into my html and it worked perfectly.
Thanks for trying to help. If you’d like me to post the code, just let me know.
Linda
Do you still have the page with my shortcode? Feel free to post the HTML code that you received from the e-learning software.
I think I deleted the page with your shortcode attempts. If it will help in your plugin development, I’m happy to recreate it for you. Just let me know.
Here’s the code he had me paste in above my course image link:
<script>
var courseEntry = 'http://www.mygoforthegreen.com/media/practice-preview/course/course126288.html';
function launchCourse()
{
window.open(courseEntry + window.location.search,'Course','scrollbars=no,toolbar=0,menubar=0,statusbar=0,resizable=yes,width=1000,height=800,left=10,top=10').focus();
}
</script>
He had me paste that above image source and add this code in front of the image tag:
<a href="javascript:launchCourse()">
Please let me know if this isn’t clear.
Linda