<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="bbPress/1.1" -->
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title>THE MOLITOR FORUMS &#187; Topic: Problem with ZoomBox</title>
		<link>http://www.themolitor.com/forums/topic/problem-with-zoombox</link>
		<description>THE MOLITOR FORUMS &#187; Topic: Problem with ZoomBox</description>
		<language>en-US</language>
		<pubDate>Tue, 28 Apr 2026 05:09:06 +0000</pubDate>
		<generator>http://bbpress.org/?v=1.1</generator>
		<textInput>
			<title><![CDATA[Search]]></title>
			<description><![CDATA[Search all topics from these forums.]]></description>
			<name>q</name>
			<link>http://www.themolitor.com/forums/search.php</link>
		</textInput>
		<atom:link href="http://www.themolitor.com/forums/rss/topic/problem-with-zoombox" rel="self" type="application/rss+xml" />

		<item>
			<title>THE MOLITOR on "Problem with ZoomBox"</title>
			<link>http://www.themolitor.com/forums/topic/problem-with-zoombox#post-41108</link>
			<pubDate>Wed, 01 Mar 2017 12:00:54 +0000</pubDate>
			<dc:creator>THE MOLITOR</dc:creator>
			<guid isPermaLink="false">41108@http://www.themolitor.com/forums/</guid>
			<description><p>Thanks for following up!
</p></description>
		</item>
		<item>
			<title>theeviljam on "Problem with ZoomBox"</title>
			<link>http://www.themolitor.com/forums/topic/problem-with-zoombox#post-41104</link>
			<pubDate>Wed, 01 Mar 2017 05:00:28 +0000</pubDate>
			<dc:creator>theeviljam</dc:creator>
			<guid isPermaLink="false">41104@http://www.themolitor.com/forums/</guid>
			<description><p>Reinstalled and made this change, it worked fine, still got zooming problems but gonna try a few things there.
</p></description>
		</item>
		<item>
			<title>theeviljam on "Problem with ZoomBox"</title>
			<link>http://www.themolitor.com/forums/topic/problem-with-zoombox#post-41103</link>
			<pubDate>Wed, 01 Mar 2017 04:52:25 +0000</pubDate>
			<dc:creator>theeviljam</dc:creator>
			<guid isPermaLink="false">41103@http://www.themolitor.com/forums/</guid>
			<description><p>Always had problems with Zoombox, and this fix doesn't seem to work here. All it does is restrict the plugin to the first/featured image for us... but god knows. I need to have a look at it all again.
</p></description>
		</item>
		<item>
			<title>THE MOLITOR on "Problem with ZoomBox"</title>
			<link>http://www.themolitor.com/forums/topic/problem-with-zoombox#post-40786</link>
			<pubDate>Wed, 18 Jan 2017 16:52:11 +0000</pubDate>
			<dc:creator>THE MOLITOR</dc:creator>
			<guid isPermaLink="false">40786@http://www.themolitor.com/forums/</guid>
			<description><p>You bet! I submitted an update, which includes some other edits to the legibility of articles, etc.</p>
<p>Best,</p>
<p>Christopher
</p></description>
		</item>
		<item>
			<title>Oleg on "Problem with ZoomBox"</title>
			<link>http://www.themolitor.com/forums/topic/problem-with-zoombox#post-40775</link>
			<pubDate>Wed, 18 Jan 2017 08:31:35 +0000</pubDate>
			<dc:creator>Oleg</dc:creator>
			<guid isPermaLink="false">40775@http://www.themolitor.com/forums/</guid>
			<description><p>Hi Chris!</p>
<p>Your new code complitely solves the issue with galleries on a category pages.</p>
<p>Thank you!
</p></description>
		</item>
		<item>
			<title>THE MOLITOR on "Problem with ZoomBox"</title>
			<link>http://www.themolitor.com/forums/topic/problem-with-zoombox#post-40771</link>
			<pubDate>Tue, 17 Jan 2017 16:06:58 +0000</pubDate>
			<dc:creator>THE MOLITOR</dc:creator>
			<guid isPermaLink="false">40771@http://www.themolitor.com/forums/</guid>
			<description><p>Hi there,</p>
<p>I think  I found the fix...</p>
<p>Open archive.php and change line 61 from this...</p>
<pre><code>&#60;a &#60;?php if($postLink) { echo &#039;href=&#34;&#039;. get_permalink().&#039;&#34;&#039;; } else { echo &#039;rel=&#34;prettyPhoto[gallery&#039;. get_the_id().&#039;]&#34; href=&#34;&#039;. $large_image_url[0].&#039;&#34;&#039;; } ?&#62; title=&#34;&#60;?php the_title_attribute(); ?&#62;&#34;&#62;&#60;?php the_post_thumbnail(); ?&#62;&#60;/a&#62;</code></pre>
<p>...to this...</p>
<pre><code>&#60;a &#60;?php if($postLink) { echo &#039;href=&#34;&#039;. get_permalink().&#039;&#34;&#039;; } else { echo &#039;rel=&#34;zoomBox[gallery-&#039;. get_the_id().&#039;]&#34; href=&#34;&#039;. $large_image_url[0].&#039;&#34;&#039;; } ?&#62; title=&#34;&#60;?php the_title_attribute(); ?&#62;&#34;&#62;&#60;?php the_post_thumbnail(); ?&#62;&#60;/a&#62;</code></pre>
<p>Let me know if that solves the issue you're having with the gallery. I'll be submitting an update with this fix soon.</p>
<p>Best,</p>
<p>Christopher
</p></description>
		</item>
		<item>
			<title>Oleg on "Problem with ZoomBox"</title>
			<link>http://www.themolitor.com/forums/topic/problem-with-zoombox#post-40759</link>
			<pubDate>Tue, 17 Jan 2017 00:21:37 +0000</pubDate>
			<dc:creator>Oleg</dc:creator>
			<guid isPermaLink="false">40759@http://www.themolitor.com/forums/</guid>
			<description><p>Hi Chris!</p>
<p>Sorry for corrupted links ))</p>
<p><a href="https://farm1.staticflickr.com/747/32322522386_46d92197f8_o_d.png" rel="nofollow">https://farm1.staticflickr.com/747/32322522386_46d92197f8_o_d.png</a> - main page screenshort (<a href="http://sorokhtei.in.ua/" rel="nofollow">http://sorokhtei.in.ua/</a>)</p>
<p><a href="https://farm1.staticflickr.com/468/32322522436_090aa56545_o_d.png" rel="nofollow">https://farm1.staticflickr.com/468/32322522436_090aa56545_o_d.png</a> - category page screenshort (<a href="http://sorokhtei.in.ua/category/art/" rel="nofollow">http://sorokhtei.in.ua/category/art/</a>)</p>
<p>Oleg
</p></description>
		</item>
		<item>
			<title>THE MOLITOR on "Problem with ZoomBox"</title>
			<link>http://www.themolitor.com/forums/topic/problem-with-zoombox#post-40757</link>
			<pubDate>Mon, 16 Jan 2017 12:39:23 +0000</pubDate>
			<dc:creator>THE MOLITOR</dc:creator>
			<guid isPermaLink="false">40757@http://www.themolitor.com/forums/</guid>
			<description><p>Hi there,</p>
<p>The links you provided generated a 403 error message. Can you link to the pages directly?</p>
<p>Best,</p>
<p>Christopher
</p></description>
		</item>
		<item>
			<title>Oleg on "Problem with ZoomBox"</title>
			<link>http://www.themolitor.com/forums/topic/problem-with-zoombox#post-40751</link>
			<pubDate>Mon, 16 Jan 2017 06:49:01 +0000</pubDate>
			<dc:creator>Oleg</dc:creator>
			<guid isPermaLink="false">40751@http://www.themolitor.com/forums/</guid>
			<description><p>On the category page, the timeline does not show Gallery and navigation arrows left/right: goo.gl/8aN4n2<br />
On the main page everything works well: goo.gl/hppzrV
</p></description>
		</item>

	</channel>
</rss>
