<?xml version="1.0" encoding="UTF-8"?>
	<rss version="2.0"
		xmlns:content="http://purl.org/rss/1.0/modules/content/"
		xmlns:wfw="http://wellformedweb.org/CommentAPI/"
		xmlns:dc="http://purl.org/dc/elements/1.1/"
		xmlns:atom="http://www.w3.org/2005/Atom"

			>

	<channel>

		<title>Make hyper link open Lightbox? &#8211; Themeco Community</title>
		<atom:link href="https://theme.co/archive/forums/topic/make-hyper-link-open-lightbox/feed/" rel="self" type="application/rss+xml" />
		<link>https://theme.co/archive/forums/topic/make-hyper-link-open-lightbox/feed/</link>
		<description></description>
		<lastBuildDate>Tue, 14 Oct 2025 04:41:12 +0000</lastBuildDate>
		<generator>https://bbpress.org/?v=2.6.14</generator>
		<language>en-US</language>

		
														
					
				<item>
					<guid>https://theme.co/archive/forums/topic/make-hyper-link-open-lightbox/#post-185344</guid>
					<title><![CDATA[Make hyper link open Lightbox?]]></title>
					<link>https://theme.co/archive/forums/topic/make-hyper-link-open-lightbox/#post-185344</link>
					<pubDate>Sun, 18 Jan 2015 02:19:47 +0000</pubDate>
					<dc:creator>threeoten</dc:creator>

					<description>
						<![CDATA[
						<p>I am trying to get a hyper link to open a video in iLightbox but I cannot figure it out. I watched the shortcode video and it never explained how to get a hyper link to target a lightbox, only an image and button.<br />
thank you!</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/make-hyper-link-open-lightbox/#post-185356</guid>
					<title><![CDATA[Reply To: Make hyper link open Lightbox?]]></title>
					<link>https://theme.co/archive/forums/topic/make-hyper-link-open-lightbox/#post-185356</link>
					<pubDate>Sun, 18 Jan 2015 03:10:26 +0000</pubDate>
					<dc:creator>threeoten</dc:creator>

					<description>
						<![CDATA[
						<p>The link I&#8217;m trying to use is a Custom Headline with the following:</p>
<pre><code>&lt;a href=&quot;#&quot;&gt;PLAY VIDEO
[icon type=&quot;play-circle&quot;]&lt;/a&gt;</code></pre>
<p>and then I started experimenting with, with no luck:</p>
<pre><code>&lt;a class=&quot;vid-test&quot; href=&quot;http://player.vimeo.com/video/90933603&quot;&gt;PLAY VIDEO
[icon type=&quot;play-circle&quot;]&lt;/a&gt;[lightbox selector=&quot;.vid-test&quot;]</code></pre>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/make-hyper-link-open-lightbox/#post-185836</guid>
					<title><![CDATA[Reply To: Make hyper link open Lightbox?]]></title>
					<link>https://theme.co/archive/forums/topic/make-hyper-link-open-lightbox/#post-185836</link>
					<pubDate>Mon, 19 Jan 2015 05:11:19 +0000</pubDate>
					<dc:creator>Paul R</dc:creator>

					<description>
						<![CDATA[
						<p>Hi,</p>
<p>Thanks for writing in! To assist you with this issue, we&#8217;ll first need you to provide us with your URL as stated on the forum entrance page. This is to ensure that we can provide you with a tailored answer to your situation. Once you have provided us with your URL, we will be happy to assist you with everything.</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/make-hyper-link-open-lightbox/#post-186296</guid>
					<title><![CDATA[Reply To: Make hyper link open Lightbox?]]></title>
					<link>https://theme.co/archive/forums/topic/make-hyper-link-open-lightbox/#post-186296</link>
					<pubDate>Mon, 19 Jan 2015 17:41:59 +0000</pubDate>
					<dc:creator>threeoten</dc:creator>

					<description>
						<![CDATA[
						This reply has been marked as private.						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/make-hyper-link-open-lightbox/#post-186629</guid>
					<title><![CDATA[Reply To: Make hyper link open Lightbox?]]></title>
					<link>https://theme.co/archive/forums/topic/make-hyper-link-open-lightbox/#post-186629</link>
					<pubDate>Tue, 20 Jan 2015 08:09:36 +0000</pubDate>
					<dc:creator>Christian</dc:creator>

					<description>
						<![CDATA[
						<p>Hey there,</p>
<p>Please use</p>
<pre><code>&lt;a class=&quot;vid-test&quot; href=&quot;http://player.vimeo.com/video/90933603&quot; data-options=&quot;thumbnail: &#039;image-1.jpg&#039;, width: 1080, height: 608&quot;&gt;PLAY VIDEO
[icon type=&quot;play-circle&quot;]&lt;/a&gt;[lightbox selector=&quot;.vid-test&quot;]</code></pre>
<p>To make the video light box work, the lightbox_video attribute must be set to true (<code>lightbox_video=&quot;true&quot;</code>). It is responsible for outputting the code</p>
<p><code>data-options=&quot;thumbnail: &#039;image-1.jpg&#039;, width: 1080, height: 608&quot;</code></p>
<p>which is needed for the video to work.</p>
<p>Hope that helps. 🙂</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/make-hyper-link-open-lightbox/#post-188288</guid>
					<title><![CDATA[Reply To: Make hyper link open Lightbox?]]></title>
					<link>https://theme.co/archive/forums/topic/make-hyper-link-open-lightbox/#post-188288</link>
					<pubDate>Wed, 21 Jan 2015 20:04:32 +0000</pubDate>
					<dc:creator>threeoten</dc:creator>

					<description>
						<![CDATA[
						<p>I understand that if I was trying to make an image open in a lightbox, I would go into the image element in VC and I would check the box that says &#8220;Lightbox Video&#8221;. But since there I&#8217;m using a Custom Headline element as the link that I want to open the lightbox, there is no option to turn on &#8220;Lightbox Video&#8221; in my Custom Headline in VC, so I don&#8217;t understand where I&#8217;m supposed to use the <code>lightbox_video=&quot;true&quot;</code> code provided above. I tried pasting it inline with the custom headline and also in with the lighbox selector shortcode, with no results.</p>
<p>Also, I&#8217;m not sure what the <code>thumbnail: &#039;image-1.jpg&#039;</code> is supposed to be in this case. Since there is no thumbnail that I&#8217;m using, it&#8217;s just the Custom Headline link.</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/make-hyper-link-open-lightbox/#post-188706</guid>
					<title><![CDATA[Reply To: Make hyper link open Lightbox?]]></title>
					<link>https://theme.co/archive/forums/topic/make-hyper-link-open-lightbox/#post-188706</link>
					<pubDate>Thu, 22 Jan 2015 05:21:51 +0000</pubDate>
					<dc:creator>Friech</dc:creator>

					<description>
						<![CDATA[
						<p>Hi there,</p>
<p>To make a custom headline linked to a lightbox. First setup a responsive lightbox shortcode and assign a selector. Then create a custom headline shortcode and paste the code below, make sure you are on the <a href="http://prntscr.com/5vi6p1" target="_blank" rel="nofollow">text tab</a>. </p>
<p><code>&lt;a class=&quot;myselector&quot; href=&quot;http://path/toyour/video/file.mp4&quot;&gt;Play video&lt;/a&gt;</code></p>
<p>Change the class to the selector you assigned on lightbox shortcode. And the href for the URL of the video.</p>
<p>Hope it helps, Cheers!</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/make-hyper-link-open-lightbox/#post-189361</guid>
					<title><![CDATA[Reply To: Make hyper link open Lightbox?]]></title>
					<link>https://theme.co/archive/forums/topic/make-hyper-link-open-lightbox/#post-189361</link>
					<pubDate>Thu, 22 Jan 2015 20:30:02 +0000</pubDate>
					<dc:creator>threeoten</dc:creator>

					<description>
						<![CDATA[
						<p>Wait. We&#8217;re going backwards now. That&#8217;s what I had started with, as seen in my original post: <a href="https://theme.co/x/member/forums/topic/make-hyper-link-open-lightbox/#post-185356" rel="nofollow">https://theme.co/x/member/forums/topic/make-hyper-link-open-lightbox/#post-185356</a><br />
And that doesn&#8217;t work. Just opens the video into a new window.</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/make-hyper-link-open-lightbox/#post-190005</guid>
					<title><![CDATA[Reply To: Make hyper link open Lightbox?]]></title>
					<link>https://theme.co/archive/forums/topic/make-hyper-link-open-lightbox/#post-190005</link>
					<pubDate>Fri, 23 Jan 2015 16:25:08 +0000</pubDate>
					<dc:creator>Zeshan</dc:creator>

					<description>
						<![CDATA[
						<p>Hi there,</p>
<p>We&#8217;re sorry for the confusion!</p>
<p>Upon checking your website, there are many JS conflicts (see: <a href="http://prntscr.com/5w2786" rel="nofollow">http://prntscr.com/5w2786</a>) that is the reason of this issue. I&#8217;d advise try testing for a plugin conflict. You can do this by deactivating all third party plugins, and seeing if the problem remains. If it&#8217;s fixed, you&#8217;ll know a plugin caused the problem, and you can narrow down which one by reactivating them one at a time.</p>
<p>Thanks!</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/make-hyper-link-open-lightbox/#post-190384</guid>
					<title><![CDATA[Reply To: Make hyper link open Lightbox?]]></title>
					<link>https://theme.co/archive/forums/topic/make-hyper-link-open-lightbox/#post-190384</link>
					<pubDate>Fri, 23 Jan 2015 22:03:20 +0000</pubDate>
					<dc:creator>threeoten</dc:creator>

					<description>
						<![CDATA[
						<p>I deactivated all plugins and it still won&#8217;t open in a lightbox. I&#8217;m not getting the same errors as you are either, only the one seen in the screenshot below. I have no idea what all of that means, but I do see a reference to iLightbox when the error is expanded.</p>
<p><a href="http://screencast.com/t/aFoH3Lhi" rel="nofollow">http://screencast.com/t/aFoH3Lhi</a></p>
<p>Current code:</p>
<pre><code>[vc_row no_margin=&quot;true&quot; padding_top=&quot;10%&quot; padding_bottom=&quot;12%&quot; border=&quot;none&quot; class=&quot;center-text&quot; bg_image=&quot;5096&quot; style=&quot;background-size: cover; background-repeat: no-repeat;&quot;][vc_column width=&quot;1/1&quot;][custom_headline type=&quot;center&quot; level=&quot;h2&quot; looks_like=&quot;h2&quot; class=&quot;vid-test vid-play&quot; style=&quot;font-size: 50px&quot;]&lt;a class=&quot;vid-test&quot; href=&quot;http://player.vimeo.com/video/90933603&quot;&gt;PLAY VIDEO&lt;br&gt;[icon type=&quot;play-circle&quot; style=&quot;font-size:2.5em;&quot;]&lt;/a&gt;[/custom_headline][/vc_column][/vc_row]

[vc_row][vc_column width=&quot;1/1&quot;][lightbox selector=&quot;.vid-test&quot; opacity=&quot;0.875&quot; prev_scale=&quot;0.75&quot; prev_opacity=&quot;0.75&quot; next_scale=&quot;0.75&quot; next_opacity=&quot;0.75&quot; orientation=&quot;horizontal&quot; lightbox_video=&quot;true&quot;][/vc_column][/vc_row]</code></pre>
						]]>
					</description>

					
					
				</item>

					
		
	</channel>
	</rss>

