<?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>Use a single image to open a lightbox gallery of multiple images? &#8211; Themeco Community</title>
		<atom:link href="https://theme.co/archive/forums/topic/use-a-single-image-to-open-a-lightbox-gallery-of-multiple-images/feed/" rel="self" type="application/rss+xml" />
		<link>https://theme.co/archive/forums/topic/use-a-single-image-to-open-a-lightbox-gallery-of-multiple-images/feed/</link>
		<description></description>
		<lastBuildDate>Sat, 11 Oct 2025 16:27:29 +0000</lastBuildDate>
		<generator>https://bbpress.org/?v=2.6.14</generator>
		<language>en-US</language>

		
														
					
				<item>
					<guid>https://theme.co/archive/forums/topic/use-a-single-image-to-open-a-lightbox-gallery-of-multiple-images/#post-75444</guid>
					<title><![CDATA[Use a single image to open a lightbox gallery of multiple images?]]></title>
					<link>https://theme.co/archive/forums/topic/use-a-single-image-to-open-a-lightbox-gallery-of-multiple-images/#post-75444</link>
					<pubDate>Wed, 30 Jul 2014 16:29:47 +0000</pubDate>
					<dc:creator>Oisin V</dc:creator>

					<description>
						<![CDATA[
						<p>Hello again support,</p>
<p>loving the X Theme, and working on another site with the theme purchased by a relative (on my reccomendation).</p>
<p>As much as I love X, this one has me stumped, and to the point where the relative wants to ditch the theme&#8230; but I want to persevere!</p>
<p>The topic says it all really:</p>
<p>What I need to achieve,  is to have only one image &#8216;live&#8217; on a section of a page, and that image to them open up a lightbox gallery of 15 to 20 related images.</p>
<p>Note<br />
&#8211; the lightbox to appear above the page, not linking to a portfolio, or </p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/use-a-single-image-to-open-a-lightbox-gallery-of-multiple-images/#post-75448</guid>
					<title><![CDATA[Reply To: Use a single image to open a lightbox gallery of multiple images?]]></title>
					<link>https://theme.co/archive/forums/topic/use-a-single-image-to-open-a-lightbox-gallery-of-multiple-images/#post-75448</link>
					<pubDate>Wed, 30 Jul 2014 16:35:56 +0000</pubDate>
					<dc:creator>Oisin V</dc:creator>

					<description>
						<![CDATA[
						<p>oops hit submit before finished.</p>
<p>further notes:<br />
-also want to be able to add lightbox captions, as per usual.<br />
-Do not want to have the rest of the 15-20 images &#8216;visible&#8217; on the page (in order for the lightbox to show them)&#8230;.  this is because the images are various reasons:<br />
1. The images are differing sizes (meaning its impossible to lay them out in a block grid and still look good)<br />
2. Can use wordpress gallery, which makes them uniform size&#8230;. but that leads back to no.3 below&#8230;<br />
3. Main reason&#8230;. loads of images is way too messy.  </p>
<p>Is there any way lightbox can achieve this?<br />
I have tried every way I can think of, to achieve a very simple layout and effect&#8230; but I am stumped.</p>
<p>Help!&#8230;.<br />
Many thanks in advance (once again)</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/use-a-single-image-to-open-a-lightbox-gallery-of-multiple-images/#post-75618</guid>
					<title><![CDATA[Reply To: Use a single image to open a lightbox gallery of multiple images?]]></title>
					<link>https://theme.co/archive/forums/topic/use-a-single-image-to-open-a-lightbox-gallery-of-multiple-images/#post-75618</link>
					<pubDate>Wed, 30 Jul 2014 22:35:19 +0000</pubDate>
					<dc:creator>Oisin V</dc:creator>

					<description>
						<![CDATA[
						<p>For anyone that is interested, I did actually find a solution 🙂</p>
<p>Using Visual Composer &#8211; In a content band or column where you want the very first image to appear:</p>
<p>1.  Create a Responsive Slider &#8211; and this is key:  DO NOT activate any navigation buttons options, or &#8216;auto play slides&#8217;.</p>
<p>2. Add a slide to the slider.</p>
<p>3.  In this first slide, insert an image using shortcode like this:  <code>[image class=&quot;my-imageclass&quot; src=&quot;http://insert-url-to-my-image.jpg&quot; alt=&quot;optional name of my first image&quot; type=&quot;thumbnail&quot; link=&quot;true&quot; href=&quot;http://insert-url-to-my-image.jpg&quot; title=&quot;name of my first image&quot; lightbox_caption=&quot;Optional content that will appear over image in lightbox if you put text here &quot;]</code></p>
<p>4. Duplicate the first slide.  Add a second slide, and third slide etc&#8230; (as many as you like) &#8211; and in each, change the URL of new image, and captions etc&#8230; as above.  Also: NOTE** the &#8216;image class&#8217; from above</p>
<p>5. Lastly, below the slider, add a &#8216;responsive lightbox&#8217;.  In it&#8217;s options, make sure you set the &#8216;image class&#8217; to the same as what you have put in your images above. You can also choose whether you want thumbnail navigation activated.</p>
<p>BOOM, that&#8217;s it.  The first image appears &#8211; but because the slider doesn&#8217;t have any way of advancing the slides (controls are off) to show any of the other images (autoplay is also off)&#8230;. once the user clicks on the image, the lightbox pops up, and all the images play as they should in a lightbox.</p>
<p>I have added multiple galleries to the same page in this way, and as long as the &#8216;image class&#8217; is set correctly in each image + it&#8217;s corresponding &#8216;responsive lightbox&#8217;, then you will only see the lightbox gallery for that particular image.</p>
<p>Very happy I finally got that sorted out&#8230; but actually would love to hear if there is another way.<br />
Any comments?</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/use-a-single-image-to-open-a-lightbox-gallery-of-multiple-images/#post-75962</guid>
					<title><![CDATA[Reply To: Use a single image to open a lightbox gallery of multiple images?]]></title>
					<link>https://theme.co/archive/forums/topic/use-a-single-image-to-open-a-lightbox-gallery-of-multiple-images/#post-75962</link>
					<pubDate>Thu, 31 Jul 2014 12:45:29 +0000</pubDate>
					<dc:creator>Mrinal</dc:creator>

					<description>
						<![CDATA[
						<p>Hi Oisin, </p>
<p>Thanks for writing in &amp; all of your hard work. </p>
<p>We really appreciate it. You created the gallery in correct method. If I want to create a gallery like you without Visual Editor, I&#8217;d arrange the shortcodes like you did for VC also. </p>
<p>I hope other users will find this tips of you really helpful when they search. </p>
<p>Have a nice day, Cheers! </p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/use-a-single-image-to-open-a-lightbox-gallery-of-multiple-images/#post-85474</guid>
					<title><![CDATA[Reply To: Use a single image to open a lightbox gallery of multiple images?]]></title>
					<link>https://theme.co/archive/forums/topic/use-a-single-image-to-open-a-lightbox-gallery-of-multiple-images/#post-85474</link>
					<pubDate>Fri, 15 Aug 2014 15:58:10 +0000</pubDate>
					<dc:creator>Chris A</dc:creator>

					<description>
						<![CDATA[
						<p>Hello!</p>
<p>This is a very helpful post here, I appreciate you sharing it. I copied what you did exactly, but every time I click on an image in the small slider, it keeps opening/linking to the image file in a new window. Here is my code-</p>
<p>[image class=&#8221;kitchen-slide&#8221; src=&#8221;<a href="http://raucn.com/wp-content/uploads/2014/08/RC-Web-Content-Work-1.jpg&#038;#8221" rel="nofollow">http://raucn.com/wp-content/uploads/2014/08/RC-Web-Content-Work-1.jpg&#038;#8221</a>; alt=&#8221;Kitchen Remodel&#8221; type=&#8221;rounded&#8221; link=&#8221;true&#8221; href=&#8221;<a href="http://raucn.com/wp-content/uploads/2014/08/RC-Web-Content-Work-1.jpg&#038;#8221" rel="nofollow">http://raucn.com/wp-content/uploads/2014/08/RC-Web-Content-Work-1.jpg&#038;#8221</a>; title=&#8221;Kitchen Remodel&#8221; lightbox_caption=&#8221;Kitchen Remodel Complete &#8220;]</p>
<p>The URL is raucn.com/home</p>
<p>Any tip tip fix this??</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/use-a-single-image-to-open-a-lightbox-gallery-of-multiple-images/#post-85480</guid>
					<title><![CDATA[Reply To: Use a single image to open a lightbox gallery of multiple images?]]></title>
					<link>https://theme.co/archive/forums/topic/use-a-single-image-to-open-a-lightbox-gallery-of-multiple-images/#post-85480</link>
					<pubDate>Fri, 15 Aug 2014 16:04:06 +0000</pubDate>
					<dc:creator>Chris A</dc:creator>

					<description>
						<![CDATA[
						<p>Nevermind, disregard, it&#8217;s working fine, thanks!</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/use-a-single-image-to-open-a-lightbox-gallery-of-multiple-images/#post-85486</guid>
					<title><![CDATA[Reply To: Use a single image to open a lightbox gallery of multiple images?]]></title>
					<link>https://theme.co/archive/forums/topic/use-a-single-image-to-open-a-lightbox-gallery-of-multiple-images/#post-85486</link>
					<pubDate>Fri, 15 Aug 2014 16:13:32 +0000</pubDate>
					<dc:creator>Cousett</dc:creator>

					<description>
						<![CDATA[
						<p>Glad you were able to figure it out. 🙂 Have a nice day. </p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/use-a-single-image-to-open-a-lightbox-gallery-of-multiple-images/#post-106472</guid>
					<title><![CDATA[Reply To: Use a single image to open a lightbox gallery of multiple images?]]></title>
					<link>https://theme.co/archive/forums/topic/use-a-single-image-to-open-a-lightbox-gallery-of-multiple-images/#post-106472</link>
					<pubDate>Wed, 17 Sep 2014 14:33:33 +0000</pubDate>
					<dc:creator>Vlad A</dc:creator>

					<description>
						<![CDATA[
						<p>Thanks a lot, it was of great help.</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/use-a-single-image-to-open-a-lightbox-gallery-of-multiple-images/#post-106473</guid>
					<title><![CDATA[Reply To: Use a single image to open a lightbox gallery of multiple images?]]></title>
					<link>https://theme.co/archive/forums/topic/use-a-single-image-to-open-a-lightbox-gallery-of-multiple-images/#post-106473</link>
					<pubDate>Wed, 17 Sep 2014 14:35:30 +0000</pubDate>
					<dc:creator>Cousett</dc:creator>

					<description>
						<![CDATA[
						<p>Glad we were able to help. 🙂 Have a nice day. </p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/use-a-single-image-to-open-a-lightbox-gallery-of-multiple-images/#post-106553</guid>
					<title><![CDATA[Reply To: Use a single image to open a lightbox gallery of multiple images?]]></title>
					<link>https://theme.co/archive/forums/topic/use-a-single-image-to-open-a-lightbox-gallery-of-multiple-images/#post-106553</link>
					<pubDate>Wed, 17 Sep 2014 15:40:52 +0000</pubDate>
					<dc:creator>Oisin V</dc:creator>

					<description>
						<![CDATA[
						<p>Glad it&#8217;s all working.  Had me scratching my head for a few days!</p>
						]]>
					</description>

					
					
				</item>

					
		
	</channel>
	</rss>

