<?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: Pretty Photo- backspacing and alterations</title>
		<link>http://www.themolitor.com/forums/topic/pretty-photo-backspacing-and-alterations</link>
		<description>THE MOLITOR FORUMS &#187; Topic: Pretty Photo- backspacing and alterations</description>
		<language>en-US</language>
		<pubDate>Tue, 28 Apr 2026 09:54:39 +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/pretty-photo-backspacing-and-alterations" rel="self" type="application/rss+xml" />

		<item>
			<title>THE MOLITOR on "Pretty Photo- backspacing and alterations"</title>
			<link>http://www.themolitor.com/forums/topic/pretty-photo-backspacing-and-alterations#post-33894</link>
			<pubDate>Thu, 16 Apr 2015 10:32:37 +0000</pubDate>
			<dc:creator>THE MOLITOR</dc:creator>
			<guid isPermaLink="false">33894@http://www.themolitor.com/forums/</guid>
			<description><p>Hi there,</p>
<p>Not sure what the issue would be. Maybe try deactivating plugins you have installed?</p>
<p>To disable the social links, change the last part above to this...</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,
		social_tools: false
	});
}
prettyP();</code></pre>
<p>Let me know if that helps.</p>
<p>Best,</p>
<p>Chris
</p></description>
		</item>
		<item>
			<title>jamemeo on "Pretty Photo- backspacing and alterations"</title>
			<link>http://www.themolitor.com/forums/topic/pretty-photo-backspacing-and-alterations#post-33892</link>
			<pubDate>Wed, 15 Apr 2015 17:37:54 +0000</pubDate>
			<dc:creator>jamemeo</dc:creator>
			<guid isPermaLink="false">33892@http://www.themolitor.com/forums/</guid>
			<description><p>Thanks, though I'm still having trouble getting this to work. Equally the zoom box didn't work either? Ideally I'd like to get rid of the social media icons in pretty photo at least.</p>
<p>Cheers,</p>
<p>Sam
</p></description>
		</item>
		<item>
			<title>THE MOLITOR on "Pretty Photo- backspacing and alterations"</title>
			<link>http://www.themolitor.com/forums/topic/pretty-photo-backspacing-and-alterations#post-33829</link>
			<pubDate>Thu, 09 Apr 2015 10:46:53 +0000</pubDate>
			<dc:creator>THE MOLITOR</dc:creator>
			<guid isPermaLink="false">33829@http://www.themolitor.com/forums/</guid>
			<description><p>Hi there,</p>
<p>You can deactivate the deeplinking feature by opening footer.php and changing the following on lines 73-89 from this...</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>...to this...</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>You can also remove those lines altogether to deactivate the plugin. </p>
<p>I also built my own lightbox system available here: <a href="http://www.themolitor.com/forums/topic/zoom-box-plugin-by-the-molitor" rel="nofollow">http://www.themolitor.com/forums/topic/zoom-box-plugin-by-the-molitor</a></p>
<p>Let me know if that helps. </p>
<p>Best,</p>
<p>Chris
</p></description>
		</item>
		<item>
			<title>jamemeo on "Pretty Photo- backspacing and alterations"</title>
			<link>http://www.themolitor.com/forums/topic/pretty-photo-backspacing-and-alterations#post-33824</link>
			<pubDate>Wed, 08 Apr 2015 21:59:30 +0000</pubDate>
			<dc:creator>jamemeo</dc:creator>
			<guid isPermaLink="false">33824@http://www.themolitor.com/forums/</guid>
			<description><p><a href="http://www.jamesdavidsonarchitect.com.au" rel="nofollow">http://www.jamesdavidsonarchitect.com.au</a></p>
<p>Hi there,<br />
I've noticed there's an issue with pretty photo in that it takes multiple clicks to get back once you open a gallery image (at least 3- you notice the url changing). Is there a way to rectify this?</p>
<p>I'm also looking into getting rid of pretty photo altogether in favour of lightbox or fancybox. I've tried deleting the pretty photo lines in script.js though the plugins still didn't work. Any ideas?</p>
<p>Thanks,</p>
<p>Sam
</p></description>
		</item>

	</channel>
</rss>
