<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[lightbox not working]]></title><description><![CDATA[<p dir="auto">Hi<br />
Although the lightbox checkmark is on, it doesn't work on my site. Here's my example:<br />
<a href="http://www.alessiapennetta.com/poster-design" target="_blank" rel="noopener noreferrer nofollow ugc">http://www.alessiapennetta.com/poster-design</a></p>
<p dir="auto">What can I do?</p>
<p dir="auto">Maybe it's because i recently did some addings via code, see our previous talk:<a href="http://laythemeforum.com/topic/1568/adding-text-slide" target="_blank" rel="noopener noreferrer nofollow ugc">http://laythemeforum.com/topic/1568/adding-text-slide</a></p>
<p dir="auto">But the previous problem is resolved perfectly. Thanks for that.<br />
Best!<br />
Alessia</p>
]]></description><link>https://laythemeforum.com/topic/1576/lightbox-not-working</link><generator>RSS for Node</generator><lastBuildDate>Wed, 15 Apr 2026 04:50:08 GMT</lastBuildDate><atom:link href="https://laythemeforum.com/topic/1576.rss" rel="self" type="application/rss+xml"/><pubDate>Fri, 08 Sep 2017 07:41:36 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to lightbox not working on Tue, 12 Sep 2017 13:53:18 GMT]]></title><description><![CDATA[<p dir="auto">Hi Alessia!</p>
<p dir="auto">Great! I f you have more questions – let us know!</p>
<p dir="auto">Best!</p>
<p dir="auto">Marius</p>
]]></description><link>https://laythemeforum.com/post/6060</link><guid isPermaLink="true">https://laythemeforum.com/post/6060</guid><dc:creator><![CDATA[mariusjopen]]></dc:creator><pubDate>Tue, 12 Sep 2017 13:53:18 GMT</pubDate></item><item><title><![CDATA[Reply to lightbox not working on Mon, 11 Sep 2017 06:51:03 GMT]]></title><description><![CDATA[<p dir="auto">Perfect. In the first time it didn't worked, but I changed the first .button of your code into button-show, and now it works, hope I am right like this?!</p>
<p dir="auto">Thank you a lot for your big help!!<br />
Best!<br />
Alessia</p>
]]></description><link>https://laythemeforum.com/post/6049</link><guid isPermaLink="true">https://laythemeforum.com/post/6049</guid><dc:creator><![CDATA[alessia.pennetta]]></dc:creator><pubDate>Mon, 11 Sep 2017 06:51:03 GMT</pubDate></item><item><title><![CDATA[Reply to lightbox not working on Fri, 08 Sep 2017 14:02:08 GMT]]></title><description><![CDATA[<p dir="auto">Hi Alessia!</p>
<p dir="auto">Alright. That makes sense.</p>
<p dir="auto">My fault.</p>
<p dir="auto">The class <code>.hide</code>and <code>.show</code> is already taken by LayTheme and causes an error.</p>
<p dir="auto">Try this code instead:</p>
<pre><code>.button-hide {
    display: none;
}

.button-show {
    display: block !important;
}
</code></pre>
<pre><code>&lt;script&gt;
jQuery(document).on("click", ".button", function(event) {
	 jQuery(".button-hide").toggleClass("button-show");
});
&lt;/script&gt;

</code></pre>
<p dir="auto">Best!</p>
<p dir="auto">:-)</p>
<p dir="auto">Marius</p>
]]></description><link>https://laythemeforum.com/post/6033</link><guid isPermaLink="true">https://laythemeforum.com/post/6033</guid><dc:creator><![CDATA[mariusjopen]]></dc:creator><pubDate>Fri, 08 Sep 2017 14:02:08 GMT</pubDate></item></channel></rss>