<?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: WPML language plugin and producer home page</title>
		<link>http://www.themolitor.com/forums/topic/wpml-language-plugin-and-producer-home-page</link>
		<description>THE MOLITOR FORUMS &#187; Topic: WPML language plugin and producer home page</description>
		<language>en-US</language>
		<pubDate>Thu, 30 Apr 2026 20:54:32 +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/wpml-language-plugin-and-producer-home-page" rel="self" type="application/rss+xml" />

		<item>
			<title>THE MOLITOR on "WPML language plugin and producer home page"</title>
			<link>http://www.themolitor.com/forums/topic/wpml-language-plugin-and-producer-home-page#post-38730</link>
			<pubDate>Wed, 20 Apr 2016 09:36:35 +0000</pubDate>
			<dc:creator>THE MOLITOR</dc:creator>
			<guid isPermaLink="false">38730@http://www.themolitor.com/forums/</guid>
			<description><p>You bet! :-)</p>
<p>If you're enjoying the theme, PLEASE don't forget to rate it on your downloads page on ThemeForest. Five-star ratings REALLY help me out and encourage further development and updates.</p>
<p>Thanks!</p>
<p>Christopher
</p></description>
		</item>
		<item>
			<title>zaferhanyumru on "WPML language plugin and producer home page"</title>
			<link>http://www.themolitor.com/forums/topic/wpml-language-plugin-and-producer-home-page#post-38720</link>
			<pubDate>Wed, 20 Apr 2016 06:34:27 +0000</pubDate>
			<dc:creator>zaferhanyumru</dc:creator>
			<guid isPermaLink="false">38720@http://www.themolitor.com/forums/</guid>
			<description><p>Thank you very much :)
</p></description>
		</item>
		<item>
			<title>THE MOLITOR on "WPML language plugin and producer home page"</title>
			<link>http://www.themolitor.com/forums/topic/wpml-language-plugin-and-producer-home-page#post-38668</link>
			<pubDate>Mon, 18 Apr 2016 10:03:25 +0000</pubDate>
			<dc:creator>THE MOLITOR</dc:creator>
			<guid isPermaLink="false">38668@http://www.themolitor.com/forums/</guid>
			<description><p>Hi there,</p>
<p>ThemeForest is not plugged into the WordPress theme directory system, so there will not be an update feature provided that way. You need to manually apply the update by uploading/replacing the current theme.</p>
<p>More info: <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>Christopher
</p></description>
		</item>
		<item>
			<title>zaferhanyumru on "WPML language plugin and producer home page"</title>
			<link>http://www.themolitor.com/forums/topic/wpml-language-plugin-and-producer-home-page#post-38655</link>
			<pubDate>Mon, 18 Apr 2016 02:10:55 +0000</pubDate>
			<dc:creator>zaferhanyumru</dc:creator>
			<guid isPermaLink="false">38655@http://www.themolitor.com/forums/</guid>
			<description><p>Hi Christopher,</p>
<p>I guess the update is ready before I even tried the steps you mentioned :) Thank you very much! </p>
<p>Do you know how I can update it through the wordpress admin panel without having to re-install the updated theme zip file? It doesn't appear on the updates section yet. </p>
<p>Thanks and best,<br />
Zaf
</p></description>
		</item>
		<item>
			<title>THE MOLITOR on "WPML language plugin and producer home page"</title>
			<link>http://www.themolitor.com/forums/topic/wpml-language-plugin-and-producer-home-page#post-38632</link>
			<pubDate>Fri, 15 Apr 2016 08:29:22 +0000</pubDate>
			<dc:creator>THE MOLITOR</dc:creator>
			<guid isPermaLink="false">38632@http://www.themolitor.com/forums/</guid>
			<description><p>Hi there,</p>
<p>I'm going to submit an update that adds these items to the language file.</p>
<p>In the meantime, you can manually apply the update by following these steps...</p>
<p>1. open single.php and change the following on lines 30-31 and 46-47 from this...</p>
<pre><code>next_post_link(&#039;%link&#039;,&#039;Next →&#039;s, TRUE);
previous_post_link(&#039;%link&#039;, &#039;← Previous&#039;, TRUE);</code></pre>
<p>...to this...</p>
<pre><code>next_post_link(&#039;%link&#039;, __(&#039;Next →&#039;, &#039;themolitor&#039;), TRUE);
previous_post_link(&#039;%link&#039;, __(&#039;← Previous&#039;, &#039;themolitor&#039;), TRUE);</code></pre>
<p>2. Add the following to languages/producer.pot...</p>
<pre><code>#: ../single.php:30 ../single.php:46
msgid &#34;Next →&#34;
msgstr &#34;&#34;

#: ../single.php:31 ../single.php:47
msgid &#34;← Previous&#34;
msgstr &#34;&#34;</code></pre>
<p>3. Change the version number in style.css to <code>100.3.9.5</code></p>
<p>Please let me know if you have questions.</p>
<p>Best,</p>
<p>Christopher
</p></description>
		</item>
		<item>
			<title>zaferhanyumru on "WPML language plugin and producer home page"</title>
			<link>http://www.themolitor.com/forums/topic/wpml-language-plugin-and-producer-home-page#post-38627</link>
			<pubDate>Fri, 15 Apr 2016 01:41:27 +0000</pubDate>
			<dc:creator>zaferhanyumru</dc:creator>
			<guid isPermaLink="false">38627@http://www.themolitor.com/forums/</guid>
			<description><p>Hi Christopher,</p>
<p>Thanks a lot for this!<br />
Do you mind me asking what is the easiest way of translating these lines through the php file? I assume these buttons were not predefined on the wpml sources? </p>
<p>Best,<br />
Zaf
</p></description>
		</item>
		<item>
			<title>THE MOLITOR on "WPML language plugin and producer home page"</title>
			<link>http://www.themolitor.com/forums/topic/wpml-language-plugin-and-producer-home-page#post-38592</link>
			<pubDate>Tue, 12 Apr 2016 11:24:29 +0000</pubDate>
			<dc:creator>THE MOLITOR</dc:creator>
			<guid isPermaLink="false">38592@http://www.themolitor.com/forums/</guid>
			<description><p>Hi there,</p>
<p>Ah, I must have overlooked that markup! You can find that text in the following locations...</p>
<pre><code>single.php on lines 30-31 and 46-47</code></pre>
<p>Let me know if that helps.</p>
<p>Best,</p>
<p>Christopher
</p></description>
		</item>
		<item>
			<title>zaferhanyumru on "WPML language plugin and producer home page"</title>
			<link>http://www.themolitor.com/forums/topic/wpml-language-plugin-and-producer-home-page#post-38574</link>
			<pubDate>Mon, 11 Apr 2016 06:43:52 +0000</pubDate>
			<dc:creator>zaferhanyumru</dc:creator>
			<guid isPermaLink="false">38574@http://www.themolitor.com/forums/</guid>
			<description><p>Hello,</p>
<p>I have the exact same problem so am just wondering if there has been any feedback from WPML on this, or you might have solutions now maybe?</p>
<p>Also there is one last part I could not translate on the website; the 'previous' and 'next' buttons on a project page to navigate between different projects on the main trailer area. </p>
<p>I appreciate any info you could have on these two.<br />
Thanks and best,</p>
<p>Zaf
</p></description>
		</item>
		<item>
			<title>THE MOLITOR on "WPML language plugin and producer home page"</title>
			<link>http://www.themolitor.com/forums/topic/wpml-language-plugin-and-producer-home-page#post-26779</link>
			<pubDate>Wed, 29 Jan 2014 11:07:06 +0000</pubDate>
			<dc:creator>THE MOLITOR</dc:creator>
			<guid isPermaLink="false">26779@http://www.themolitor.com/forums/</guid>
			<description><p>Hi there,</p>
<p>That text is controlled by the WordPress theme customizer. Since it isn't hard-coded text, I'm not sure how to tell WPML about it.</p>
<p>My best suggestion is to contact WPML support about how to translate dynamic text controlled by the theme Customizer.</p>
<p>Sorry I can't be more help here.</p>
<p>Please be sure to share you findings and I would like to know what WPML has to say.</p>
<p>Best,</p>
<p>Chris
</p></description>
		</item>
		<item>
			<title>markusg on "WPML language plugin and producer home page"</title>
			<link>http://www.themolitor.com/forums/topic/wpml-language-plugin-and-producer-home-page#post-26762</link>
			<pubDate>Wed, 29 Jan 2014 06:50:43 +0000</pubDate>
			<dc:creator>markusg</dc:creator>
			<guid isPermaLink="false">26762@http://www.themolitor.com/forums/</guid>
			<description><p>hi,<br />
ive just set up the producer theme and im running it on a bilingual site with the wpml translation plug-in. everything works fine except for the homepage where the intro text cant be duplicated and translated via the plug in.<br />
any suggestions how to work around it? i dont want to put a static page in as a start screen for the language version because id like to keep the slider and everything else as is. hope this is not a stupid question. everything else works fine so far. great theme.<br />
thanks,<br />
markus
</p></description>
		</item>

	</channel>
</rss>
