<?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: PrettyPhotos Description &quot;Undefined&quot;</title>
		<link>http://www.themolitor.com/forums/topic/prettyphotos-description-undefined</link>
		<description>THE MOLITOR FORUMS &#187; Topic: PrettyPhotos Description &quot;Undefined&quot;</description>
		<language>en-US</language>
		<pubDate>Sun, 10 May 2026 09:44:18 +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/prettyphotos-description-undefined" rel="self" type="application/rss+xml" />

		<item>
			<title>THE MOLITOR on "PrettyPhotos Description &quot;Undefined&quot;"</title>
			<link>http://www.themolitor.com/forums/topic/prettyphotos-description-undefined#post-23376</link>
			<pubDate>Fri, 20 Sep 2013 04:33:03 +0000</pubDate>
			<dc:creator>THE MOLITOR</dc:creator>
			<guid isPermaLink="false">23376@http://www.themolitor.com/forums/</guid>
			<description><p>You bet :-)</p>
<p>Chris
</p></description>
		</item>
		<item>
			<title>Cmykkelise on "PrettyPhotos Description &quot;Undefined&quot;"</title>
			<link>http://www.themolitor.com/forums/topic/prettyphotos-description-undefined#post-23371</link>
			<pubDate>Fri, 20 Sep 2013 00:24:41 +0000</pubDate>
			<dc:creator>Cmykkelise</dc:creator>
			<guid isPermaLink="false">23371@http://www.themolitor.com/forums/</guid>
			<description><p>Thank you - that worked perfectly!
</p></description>
		</item>
		<item>
			<title>THE MOLITOR on "PrettyPhotos Description &quot;Undefined&quot;"</title>
			<link>http://www.themolitor.com/forums/topic/prettyphotos-description-undefined#post-23361</link>
			<pubDate>Thu, 19 Sep 2013 09:45:53 +0000</pubDate>
			<dc:creator>THE MOLITOR</dc:creator>
			<guid isPermaLink="false">23361@http://www.themolitor.com/forums/</guid>
			<description><p>Hi there,</p>
<p>I see that the reason it isn't in the POT file is because it's controlled from the custom.js file, which doesn't support translation (it's a js file, not a PHP file).</p>
<p>The "of" text is located in custom.js on line 149...</p>
<pre><code>imageInfo.hide().html(galleryTitle + &#34;&#38;nbsp / &#38;nbsp&#34;+ itemNumber + &#34; of &#34; + numberItems).fadeIn(150);</code></pre>
<p>With the translation you're wanting, it will look like this...</p>
<pre><code>imageInfo.hide().html(galleryTitle + &#34;&#38;nbsp / &#38;nbsp&#34;+ itemNumber + &#34; av &#34; + numberItems).fadeIn(150);</code></pre>
<p>Let me know if that helps.</p>
<p>Best,</p>
<p>Chris
</p></description>
		</item>
		<item>
			<title>Cmykkelise on "PrettyPhotos Description &quot;Undefined&quot;"</title>
			<link>http://www.themolitor.com/forums/topic/prettyphotos-description-undefined#post-23347</link>
			<pubDate>Thu, 19 Sep 2013 07:23:54 +0000</pubDate>
			<dc:creator>Cmykkelise</dc:creator>
			<guid isPermaLink="false">23347@http://www.themolitor.com/forums/</guid>
			<description><p>Have not worked on this site for a month now. Now I am very happy to be back and find this solution that worked perfectly.</p>
<p>Maybe you could also tell me were to find the text on the #galleryBox where it says which photo you are viewing Etc: "photo titel" / 3 of 5.</p>
<p>I am intrested in the "of"-word. I want it translated into my own language.( "av" is "of" in norwegian) I have written a .po file in my language and all those word and sentences are translated except that little "of"-word in the #galleryBox. I have tried look at the source-code but could not find the right file.. Could you help me with that?
</p></description>
		</item>
		<item>
			<title>THE MOLITOR on "PrettyPhotos Description &quot;Undefined&quot;"</title>
			<link>http://www.themolitor.com/forums/topic/prettyphotos-description-undefined#post-22489</link>
			<pubDate>Fri, 09 Aug 2013 12:56:18 +0000</pubDate>
			<dc:creator>THE MOLITOR</dc:creator>
			<guid isPermaLink="false">22489@http://www.themolitor.com/forums/</guid>
			<description><p>Hi there,</p>
<p>Try adding a title attribute to the link. The HTML would then look something like this...</p>
<pre><code>&#60;a title=&#34;Våre oster&#34; href=&#34;http://hitragardsmat.no/wp-content/uploads/2013/08/Produkter-oster.png&#34; rel=&#34;prettyPhoto&#34;&#62;&#60;img width=&#34;300&#34; height=&#34;69&#34; src=&#34;http://hitragardsmat.no/wp-content/uploads/2013/08/Produkter-oster-300x69.png&#34; alt=&#34;Produkter- oster&#34; title=&#34;Våre oster&#34; class=&#34;size-medium wp-image-66 alignnone&#34;&#62;&#60;/a&#62;</code></pre>
<p>Let me know if that helps.</p>
<p>Best,</p>
<p>Chris
</p></description>
		</item>
		<item>
			<title>Cmykkelise on "PrettyPhotos Description &quot;Undefined&quot;"</title>
			<link>http://www.themolitor.com/forums/topic/prettyphotos-description-undefined#post-22483</link>
			<pubDate>Fri, 09 Aug 2013 05:36:22 +0000</pubDate>
			<dc:creator>Cmykkelise</dc:creator>
			<guid isPermaLink="false">22483@http://www.themolitor.com/forums/</guid>
			<description><p>I cant find anywhere in the code or otherplace in Wordpress where I can control the picture-description under photos that are posted directly under pages.. They are put on the sites as links and when you click on them: they pop-up as PrettyPhotos and get a tag line or description that say "undefined". How can I control that?</p>
<p>Link to what I am talking about: <a href="http://liseblomseth.no/wp-content/uploads/2013/08/Skjermbilde-2013-08-09-kl.-15.28.37.png" rel="nofollow">http://liseblomseth.no/wp-content/uploads/2013/08/Skjermbilde-2013-08-09-kl.-15.28.37.png</a><br />
The page that I am working on is: hitragardsmat.no
</p></description>
		</item>

	</channel>
</rss>
