<?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: Problems with Language and AddThis Plugin</title>
		<link>http://www.themolitor.com/forums/topic/problems-with-language-and-addthis-plugin</link>
		<description>THE MOLITOR FORUMS &#187; Topic: Problems with Language and AddThis Plugin</description>
		<language>en-US</language>
		<pubDate>Tue, 28 Apr 2026 11:32:59 +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/problems-with-language-and-addthis-plugin" rel="self" type="application/rss+xml" />

		<item>
			<title>THE MOLITOR on "Problems with Language and AddThis Plugin"</title>
			<link>http://www.themolitor.com/forums/topic/problems-with-language-and-addthis-plugin#post-24411</link>
			<pubDate>Wed, 06 Nov 2013 09:48:09 +0000</pubDate>
			<dc:creator>THE MOLITOR</dc:creator>
			<guid isPermaLink="false">24411@http://www.themolitor.com/forums/</guid>
			<description><p>Thanks for sharing! I'll be sure to review this.</p>
<p>Best,</p>
<p>Chris
</p></description>
		</item>
		<item>
			<title>vanyalevin on "Problems with Language and AddThis Plugin"</title>
			<link>http://www.themolitor.com/forums/topic/problems-with-language-and-addthis-plugin#post-24398</link>
			<pubDate>Tue, 05 Nov 2013 15:37:27 +0000</pubDate>
			<dc:creator>vanyalevin</dc:creator>
			<guid isPermaLink="false">24398@http://www.themolitor.com/forums/</guid>
			<description><p>Sorry, the correct code:</p>
<pre><code>&#60;?php
/*
Template Name: Tag Index
*/

get_header();?&#62;

	&#60;div id=&#34;main&#34;&#62;
		&#60;h2 class=&#34;entrytitle&#34;&#62;&#60;?php the_title();?&#62;&#60;/h2&#62;
		&#60;div class=&#34;entry&#34; id=&#34;tagList&#34;&#62;
			&#60;?php
                        $tags = get_tags(&#039;orderby=name&#38;order=ASC&#039;);
                        $capital = &#039;&#039;;
                        $i = 0;
                        $cols_number = 1;
                        $cut = ceil( count($tags)/$cols_number );
                        $cutter = $cut;
                        $letter_i = 0;
                        $output = &#039;&#60;div class=&#34;column&#34;&#62;&#039;;
                        foreach ( $tags as $tag ) {
                            $i++;
                            $firstletter = mb_substr($tag-&#62;name, 0, 1);
                            if ( $firstletter !=  $capital ) {
                                $letter_i++;
                                if ( $letter_i != 1 ) $output .= &#039;&#039;;
                                if ( $i &#62; $cutter ) {
                                    $output .= &#039;&#60;/div&#62;&#60;div class=&#34;column&#34;&#62;&#039;;
                                    $cutter = $cutter + $cut;
                                }
                                $capital = $firstletter;
                                $output .= &#039;&#60;h2&#62;&#039; . $capital . &#039;&#60;/h2&#62;&#039;;
                            }
                            $term = get_term_by(&#039;id&#039;, (int)$tag-&#62;term_id, &#039;post_tag&#039;);
                            $output .= &#039;
&#60;ul&#62;
&#60;li&#62;&#60;a&#62;term_id, &#039;post_tag&#039; ) . &#039;&#34;&#62;&#039;  . $tag-&#62;name . &#039;&#60;span&#62;&#039; . $term-&#62;count . &#039;&#60;/span&#62;&#60;/a&#62;&#60;/li&#62;
&#039;;
                        }
                        echo $output . &#039;&#60;/ul&#62;
&#60;/div&#62;&#039;;
                    ?&#62;
		&#60;/div&#62;
	&#60;/div&#62;&#60;!-- end main --&#62;

&#60;?php get_footer();?&#62;</code></pre></description>
		</item>
		<item>
			<title>vanyalevin on "Problems with Language and AddThis Plugin"</title>
			<link>http://www.themolitor.com/forums/topic/problems-with-language-and-addthis-plugin#post-24395</link>
			<pubDate>Tue, 05 Nov 2013 15:27:29 +0000</pubDate>
			<dc:creator>vanyalevin</dc:creator>
			<guid isPermaLink="false">24395@http://www.themolitor.com/forums/</guid>
			<description><p>I was able to establish a map of the Russian alphabet on the Index page ! :)</p>
<p>1. Find the file theme template t- tags.php and make it a backup just in case</p>
<p>2 . Open the file and delete all the code</p>
<p>3 . Paste this code:</p>
<p>[removed by admin - contained errors]</p>
<p>Enjoy !</p>
<p>PS : Chris, I'm not a programmer, so I will be grateful to you if you will modify the code, and we'll see it in future updates theme template . I think it really helps , that who uses other languages.
</p></description>
		</item>
		<item>
			<title>THE MOLITOR on "Problems with Language and AddThis Plugin"</title>
			<link>http://www.themolitor.com/forums/topic/problems-with-language-and-addthis-plugin#post-24370</link>
			<pubDate>Tue, 05 Nov 2013 10:03:51 +0000</pubDate>
			<dc:creator>THE MOLITOR</dc:creator>
			<guid isPermaLink="false">24370@http://www.themolitor.com/forums/</guid>
			<description><p>Hi there,</p>
<p>Unfortunately I don't have experience actually translating a theme (I only speak English). As a developer, I'm only aware of what is required in order to make a theme "translation ready". Namely that involves marking every word in the .POT file and providing the proper setup for the theme to be translated.</p>
<p>The actual process of translating is considered a customization. Unfortunately I'm not able to troubleshoot errors in translation as there are too many ways to do it, too many possible errors caused by third-party processes and I'm not able to double-check as I only speak English.</p>
<p>The code used to create the index page is standard PHP and doesn't contain any words that need to be translated in the actual code. The text generated on that page is controlled via WordPress, so the issue lies somewhere in the translation process and not within the theme itself.</p>
<p>I hope that makes sense. Sorry I can't be more help with this, but like I said, I'm not able to troubleshoot the translation process.</p>
<p>Best,</p>
<p>Chris
</p></description>
		</item>
		<item>
			<title>vanyalevin on "Problems with Language and AddThis Plugin"</title>
			<link>http://www.themolitor.com/forums/topic/problems-with-language-and-addthis-plugin#post-24356</link>
			<pubDate>Tue, 05 Nov 2013 00:28:56 +0000</pubDate>
			<dc:creator>vanyalevin</dc:creator>
			<guid isPermaLink="false">24356@http://www.themolitor.com/forums/</guid>
			<description><p>Hi, Chris! </p>
<p>1. Plugin was not used. Transfer only file in the folder "languages" using Poedit and upload files (ru_RU.po and ru_RU.mo) on site using FTP-client. As I understand it for the page "index" topic should take the first letter of the tag and display it on the line, which does not happen - the problem remains.If I had somewhere to prescribe Russian alphabet, then tell me where?</p>
<p>2. Done! I thought the problem with the encoding, but it was acceptable - your advice helped . Although, of course, would like to be able to translate these words into one place, in the same PO-file.</p>
<p>3. Your position is clear. However, this plugin I use for many topics including the "Navigator" (<a href="http://wildest.ru/2013-05-26/" rel="nofollow">http://wildest.ru/2013-05-26/</a>) and there is no problem. One day in my practice there was a problem with scrolling and the author modified the theme. I think the conflict with scrolling occurs because of div, why video doesn't work I don't now :(. I will try to solve the problem and then accomplish your goal as a result.</p>
<p>I will wait for the answer to the first question. Thank you.
</p></description>
		</item>
		<item>
			<title>THE MOLITOR on "Problems with Language and AddThis Plugin"</title>
			<link>http://www.themolitor.com/forums/topic/problems-with-language-and-addthis-plugin#post-24306</link>
			<pubDate>Mon, 04 Nov 2013 10:00:56 +0000</pubDate>
			<dc:creator>THE MOLITOR</dc:creator>
			<guid isPermaLink="false">24306@http://www.themolitor.com/forums/</guid>
			<description><p>Hi there,</p>
<p>1. How are you achieving theme translation? Are you using a plugin? Some characters require special HTML markup to achieve. Example: <a href="http://www.w3schools.com/tags/ref_symbols.asp" rel="nofollow">http://www.w3schools.com/tags/ref_symbols.asp</a></p>
<p>2. This appears to be an issue with the actual characters being displayed and not with the theme itself.  Example: <a href="http://www.w3schools.com/tags/ref_symbols.asp" rel="nofollow">http://www.w3schools.com/tags/ref_symbols.asp</a></p>
<p>3. As mentioned below, unfortunately I'm not able to support issues caused by plugins. I hope you understand I have no developer knowledge of how the plugin works or what it's doing to cause the issue. My best suggestion is to contact the plugin developer to see if they have any insights about what the plugin is doing.</p>
<p>Hope that helps.</p>
<p>Best,</p>
<p>Chris
</p></description>
		</item>
		<item>
			<title>vanyalevin on "Problems with Language and AddThis Plugin"</title>
			<link>http://www.themolitor.com/forums/topic/problems-with-language-and-addthis-plugin#post-24293</link>
			<pubDate>Sat, 02 Nov 2013 04:12:31 +0000</pubDate>
			<dc:creator>vanyalevin</dc:creator>
			<guid isPermaLink="false">24293@http://www.themolitor.com/forums/</guid>
			<description><p>Greetings! Cool theme . But I ran into a few problems, which I hope you can help me fix it.</p>
<p>1) In my language (Russian) to check the index letters with a question mark (<a href="http://onlinedesignbook.ru/index/" rel="nofollow">http://onlinedesignbook.ru/index/</a>).</p>
<p>2) When I replace a file in JavaScript "focus mode", "loading" and "the end" on the Russian, they are also displayed as question marks (<a href="http://onlinedesignbook.ru/" rel="nofollow">http://onlinedesignbook.ru/</a>, ).</p>
<p>3) When I add the plugin AddThis Share (it is necessary for me) I have a problem with scrolling page (at the bottom there is a lot of empty space), and viewing video content (video from Youtube displayed incorrectly or not at start). When I disable the plugin the problem disappears. (<a href="http://onlinedesignbook.ru/templates/" rel="nofollow">http://onlinedesignbook.ru/templates/</a>).</p>
<p>P.S.: All tests were carried out in Google Chrome. Place fitting Google Fonts support the Russian language.</p>
<p>Thanks in advance, looking forward to a response.
</p></description>
		</item>

	</channel>
</rss>
