<?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: PrettyPhoto interferes with back navigation</title>
		<link>http://www.themolitor.com/forums/topic/prettyphoto-interferes-with-back-navigation</link>
		<description>THE MOLITOR FORUMS &#187; Topic: PrettyPhoto interferes with back navigation</description>
		<language>en-US</language>
		<pubDate>Tue, 28 Apr 2026 14:31:24 +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/prettyphoto-interferes-with-back-navigation" rel="self" type="application/rss+xml" />

		<item>
			<title>THE MOLITOR on "PrettyPhoto interferes with back navigation"</title>
			<link>http://www.themolitor.com/forums/topic/prettyphoto-interferes-with-back-navigation#post-22542</link>
			<pubDate>Tue, 13 Aug 2013 12:14:29 +0000</pubDate>
			<dc:creator>THE MOLITOR</dc:creator>
			<guid isPermaLink="false">22542@http://www.themolitor.com/forums/</guid>
			<description><p>Also, I saw you're using an older version of the theme. Please be sure to update. </p>
<p>For more info about updating, please check out this FAQ: <a href="http://www.themolitor.com/forums/topic/faq-how-do-i-update-my-theme" rel="nofollow">http://www.themolitor.com/forums/topic/faq-how-do-i-update-my-theme</a></p>
<p>Best,</p>
<p>Chris
</p></description>
		</item>
		<item>
			<title>THE MOLITOR on "PrettyPhoto interferes with back navigation"</title>
			<link>http://www.themolitor.com/forums/topic/prettyphoto-interferes-with-back-navigation#post-22541</link>
			<pubDate>Tue, 13 Aug 2013 12:13:00 +0000</pubDate>
			<dc:creator>THE MOLITOR</dc:creator>
			<guid isPermaLink="false">22541@http://www.themolitor.com/forums/</guid>
			<description><p>Hi there,</p>
<p>This PrettyPhoto feature is called "deep linking". Here's how to turn it off...</p>
<p>1. Open footer.php</p>
<p>2. Locate the following on lines 69-86...</p>
<pre><code>//PRETTY PHOTO
function prettyP(){
	jQuery(&#34;a[href$=&#039;jpg&#039;],a[href$=&#039;png&#039;],a[href$=&#039;gif&#039;]&#34;).attr({rel: &#34;prettyPhoto&#34;});
	jQuery(&#34;.gallery-icon &#62; a[href$=&#039;jpg&#039;],.gallery-icon &#62; a[href$=&#039;png&#039;],.gallery-icon &#62; a[href$=&#039;gif&#039;], .postImg&#34;).attr({rel: &#34;prettyPhoto[pp_gal]&#34;});
	jQuery(&#34;a[rel^=&#039;prettyPhoto&#039;]&#34;).prettyPhoto({
		animation_speed: &#039;normal&#039;, // fast/slow/normal
		opacity: 0.35, // Value betwee 0 and 1
		show_title: false, // true/false
		allow_resize: true, // true/false
		overlay_gallery: false,
		counter_separator_label: &#039; of &#039;, // The separator for the gallery counter 1 &#34;of&#34; 2
		//theme: &#039;light_rounded&#039;, // light_rounded / dark_rounded / light_square / dark_square
		hideflash: true, // Hides all the flash object on a page, set to TRUE if flash appears over prettyPhoto
		modal: false // If set to true, only the close button will close the window
	});
}
prettyP();</code></pre>
<p>3. Change it to the following...</p>
<pre><code>//PRETTY PHOTO
function prettyP(){
	jQuery(&#34;a[href$=&#039;jpg&#039;],a[href$=&#039;png&#039;],a[href$=&#039;gif&#039;]&#34;).attr({rel: &#34;prettyPhoto&#34;});
	jQuery(&#34;.gallery-icon &#62; a[href$=&#039;jpg&#039;],.gallery-icon &#62; a[href$=&#039;png&#039;],.gallery-icon &#62; a[href$=&#039;gif&#039;], .postImg&#34;).attr({rel: &#34;prettyPhoto[pp_gal]&#34;});
	jQuery(&#34;a[rel^=&#039;prettyPhoto&#039;]&#34;).prettyPhoto({
		animation_speed: &#039;normal&#039;, // fast/slow/normal
		opacity: 0.35, // Value betwee 0 and 1
		show_title: false, // true/false
		allow_resize: true, // true/false
		overlay_gallery: false,
		counter_separator_label: &#039; of &#039;, // The separator for the gallery counter 1 &#34;of&#34; 2
		//theme: &#039;light_rounded&#039;, // light_rounded / dark_rounded / light_square / dark_square
		hideflash: true, // Hides all the flash object on a page, set to TRUE if flash appears over prettyPhoto
		modal: false, // If set to true, only the close button will close the window
		deeplinking: false
	});
}
prettyP();</code></pre>
<p>Let me know if that helps.</p>
<p>Best,</p>
<p>Chris
</p></description>
		</item>
		<item>
			<title>KristianSax on "PrettyPhoto interferes with back navigation"</title>
			<link>http://www.themolitor.com/forums/topic/prettyphoto-interferes-with-back-navigation#post-22530</link>
			<pubDate>Tue, 13 Aug 2013 06:40:30 +0000</pubDate>
			<dc:creator>KristianSax</dc:creator>
			<guid isPermaLink="false">22530@http://www.themolitor.com/forums/</guid>
			<description><p>Hey,</p>
<p>At some point I discovered that PrettyPhoto has become a nuisance. I searched for the problem in the forum, but didn't discover anything helpful. </p>
<p>When I first installed the theme, then the navigation was the following (at least I think it was, I'm almost 100% sure of it):<br />
Open blog (url 1) -&#62; open blog post (url 2) -&#62; open photo in post (url 2) -&#62; move through other photos (url 2). When you closed the lightbox and pressed Back, then it went directly to URL 1.</p>
<p>Now however every photo that you open in the lightbox has its own URL in the address field.<br />
Take for example the theme demo: <a href="http://themes.themolitor.com/wpbm/blog/" rel="nofollow">http://themes.themolitor.com/wpbm/blog/</a><br />
I open a blog post, the address line shows: <a href="http://themes.themolitor.com/wpbm/2011/05/19/lorem-ipsum-dolor-sit-amet-22/" rel="nofollow">http://themes.themolitor.com/wpbm/2011/05/19/lorem-ipsum-dolor-sit-amet-22/</a><br />
When I open a photo, the address line displays: <a href="http://themes.themolitor.com/wpbm/2011/05/19/lorem-ipsum-dolor-sit-amet-22/#" rel="nofollow">http://themes.themolitor.com/wpbm/2011/05/19/lorem-ipsum-dolor-sit-amet-22/#</a>!prettyPhoto[pp_gal]/0/<br />
For the next photo, the address is: <a href="http://themes.themolitor.com/wpbm/2011/05/19/lorem-ipsum-dolor-sit-amet-22/#" rel="nofollow">http://themes.themolitor.com/wpbm/2011/05/19/lorem-ipsum-dolor-sit-amet-22/#</a>!prettyPhoto[pp_gal]/1/ etc, etc.</p>
<p>Now when I close the lightbox, I have to go back through all of the generated links before hitting the blog post listing <a href="http://themes.themolitor.com/wpbm/blog/" rel="nofollow">http://themes.themolitor.com/wpbm/blog/</a>.</p>
<p>I know it is not that hard clicking the link to blog or home, but many people use the back button and if there is a sufficient number of pictures they view, they fill close the site out of frustration.</p>
<p>I can't really tell you when the change occurred and if I had updated anything. I think it was the autumn of 2012 when I first noticed this. But seeing as the demo site has the same issue as mine, then at least I know that I haven't messed anything up :-))</p>
<p>I don't post many pictures at a time, but having just the blog post address in the address field all the time would be a nice touch.
</p></description>
		</item>

	</channel>
</rss>
