<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="bbPress/1.0.3" -->
<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>bring the pixel support forum &#187; Topic: WPML compatibility</title>
		<link>http://bringthepixel.com/support/topic/wpml-compatibility</link>
		<description>bring the pixel support forum &raquo; Topic: WPML compatibility</description>
		<language>en-US</language>
		<pubDate>Fri, 24 May 2013 09:04:48 +0000</pubDate>
		<generator>http://bbpress.org/?v=1.0.3</generator>
		<textInput>
			<title><![CDATA[Search]]></title>
			<description><![CDATA[Search all topics from these forums.]]></description>
			<name>q</name>
			<link>http://bringthepixel.com/support/search.php</link>
		</textInput>
		<atom:link href="http://bringthepixel.com/support/rss/topic/wpml-compatibility" rel="self" type="application/rss+xml" />

		<item>
			<title>admin_btp on "WPML compatibility"</title>
			<link>http://bringthepixel.com/support/topic/wpml-compatibility/page/2#post-6674</link>
			<pubDate>Thu, 30 Aug 2012 08:36:11 +0000</pubDate>
			<dc:creator>admin_btp</dc:creator>
			<guid isPermaLink="false">6674@http://bringthepixel.com/support/</guid>
			<description>&#60;p&#62;np :)
&#60;/p&#62;</description>
		</item>
		<item>
			<title>alexvs1980 on "WPML compatibility"</title>
			<link>http://bringthepixel.com/support/topic/wpml-compatibility/page/2#post-6667</link>
			<pubDate>Wed, 29 Aug 2012 12:46:19 +0000</pubDate>
			<dc:creator>alexvs1980</dc:creator>
			<guid isPermaLink="false">6667@http://bringthepixel.com/support/</guid>
			<description>&#60;p&#62;Thank you Michael !!&#60;/p&#62;
&#60;p&#62;It worked ;)
&#60;/p&#62;</description>
		</item>
		<item>
			<title>admin_btp on "WPML compatibility"</title>
			<link>http://bringthepixel.com/support/topic/wpml-compatibility/page/2#post-6654</link>
			<pubDate>Wed, 29 Aug 2012 11:29:52 +0000</pubDate>
			<dc:creator>admin_btp</dc:creator>
			<guid isPermaLink="false">6654@http://bringthepixel.com/support/</guid>
			<description>&#60;p&#62;Try something like this:&#60;/p&#62;
&#60;p&#62;&#60;code&#62;&#60;br /&#62;
#secondary-bar #lang_sel ul { width:200px; }&#60;br /&#62;
#secondary-bar #lang_sel ul li { width:200px; }&#60;br /&#62;
#secondary-bar #lang_sel ul li a { text-indent:0; }&#60;br /&#62;
&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;regards,&#60;br /&#62;
Michael
&#60;/p&#62;</description>
		</item>
		<item>
			<title>alexvs1980 on "WPML compatibility"</title>
			<link>http://bringthepixel.com/support/topic/wpml-compatibility/page/2#post-6638</link>
			<pubDate>Tue, 28 Aug 2012 12:05:15 +0000</pubDate>
			<dc:creator>alexvs1980</dc:creator>
			<guid isPermaLink="false">6638@http://bringthepixel.com/support/</guid>
			<description>&#60;p&#62;Hi Michael,&#60;/p&#62;
&#60;p&#62;I opened the main.css and the css rules towards WPML language switcher are these:&#60;/p&#62;
&#60;p&#62;#secondary-bar #lang_sel { margin-right:10px; padding-top:2px; float:left; }&#60;br /&#62;
#secondary-bar #lang_sel ul { width:46px; }&#60;br /&#62;
#secondary-bar #lang_sel ul li { position: relative; width:46px; }&#60;br /&#62;
#secondary-bar #lang_sel ul li a { text-indent:-9999px; }&#60;br /&#62;
#secondary-bar #lang_sel ul li a img { position: absolute; left:5px; top:5px; }&#60;br /&#62;
#secondary-bar #lang_sel ul li a.lang_sel_sel img { top:7px; }	&#60;/p&#62;
&#60;p&#62;I don't know what do I have to overwrite to add the language text to the language switcher and place them to the flare child style.css&#60;/p&#62;
&#60;p&#62;Thank you,&#60;br /&#62;
Alex
&#60;/p&#62;</description>
		</item>
		<item>
			<title>admin_btp on "WPML compatibility"</title>
			<link>http://bringthepixel.com/support/topic/wpml-compatibility/page/2#post-6625</link>
			<pubDate>Tue, 28 Aug 2012 08:43:17 +0000</pubDate>
			<dc:creator>admin_btp</dc:creator>
			<guid isPermaLink="false">6625@http://bringthepixel.com/support/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;please open the &#34;flare/css/main.css&#34; file and scroll to the end. You will see some CSS rules towards WPML language switcher. You need to overwrite some rules and place theme inside the &#34;flare-child-theme/style.css&#34; file. Keep in mind that the child theme must be enabled&#60;/p&#62;
&#60;p&#62;regards,&#60;br /&#62;
Michael
&#60;/p&#62;</description>
		</item>
		<item>
			<title>alexvs1980 on "WPML compatibility"</title>
			<link>http://bringthepixel.com/support/topic/wpml-compatibility/page/2#post-6605</link>
			<pubDate>Mon, 27 Aug 2012 12:34:52 +0000</pubDate>
			<dc:creator>alexvs1980</dc:creator>
			<guid isPermaLink="false">6605@http://bringthepixel.com/support/</guid>
			<description>&#60;p&#62;Hi Michael,&#60;/p&#62;
&#60;p&#62;I have installed wpml and I would like to add the name of the language in the  preheader language selector, not just the flag.&#60;/p&#62;
&#60;p&#62;How can I do that ?&#60;/p&#62;
&#60;p&#62;Thank you,&#60;br /&#62;
Alex
&#60;/p&#62;</description>
		</item>
		<item>
			<title>admin_btp on "WPML compatibility"</title>
			<link>http://bringthepixel.com/support/topic/wpml-compatibility#post-5873</link>
			<pubDate>Wed, 18 Jul 2012 11:40:29 +0000</pubDate>
			<dc:creator>admin_btp</dc:creator>
			<guid isPermaLink="false">5873@http://bringthepixel.com/support/</guid>
			<description>&#60;p&#62;?:)
&#60;/p&#62;</description>
		</item>
		<item>
			<title>borisee on "WPML compatibility"</title>
			<link>http://bringthepixel.com/support/topic/wpml-compatibility#post-5868</link>
			<pubDate>Tue, 17 Jul 2012 23:26:49 +0000</pubDate>
			<dc:creator>borisee</dc:creator>
			<guid isPermaLink="false">5868@http://bringthepixel.com/support/</guid>
			<description>&#60;br /&#62;</description>
		</item>
		<item>
			<title>admin_btp on "WPML compatibility"</title>
			<link>http://bringthepixel.com/support/topic/wpml-compatibility#post-5862</link>
			<pubDate>Tue, 17 Jul 2012 15:03:49 +0000</pubDate>
			<dc:creator>admin_btp</dc:creator>
			<guid isPermaLink="false">5862@http://bringthepixel.com/support/</guid>
			<description>&#60;p&#62;Please use the WPML strings add-on (it's free when you've got basic WPML)&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://wpml.org/documentation/wpml-core-and-add-on-plugins/&#34; rel=&#34;nofollow&#34;&#62;http://wpml.org/documentation/wpml-core-and-add-on-plugins/&#60;/a&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>borisee on "WPML compatibility"</title>
			<link>http://bringthepixel.com/support/topic/wpml-compatibility#post-5856</link>
			<pubDate>Mon, 16 Jul 2012 22:28:38 +0000</pubDate>
			<dc:creator>borisee</dc:creator>
			<guid isPermaLink="false">5856@http://bringthepixel.com/support/</guid>
			<description>&#60;p&#62;Hi Michael,&#60;br /&#62;
I still have the same question. I have bought WPML plugin.&#60;br /&#62;
I can figure out how to translate posts; but how do I translate all the strings?&#60;br /&#62;
There are no instructions - I have checked all the forum through, installed Poedit and edited btp_theme.po. Renamed it to ru_RU.po and uploaded to flare/languages file but it doesn't seem working.&#60;br /&#62;
So, a couple of questions, if you don't mind -&#60;br /&#62;
1) Could you please provide precise instructions on how I can translate all the strings? What files I shoul update and put exactly where?&#60;br /&#62;
2) The language switcher is not displayed by default in the header. The main language of the site is Russian - &#60;a href=&#34;http://k-test.ponimaesh.com/&#34; rel=&#34;nofollow&#34;&#62;http://k-test.ponimaesh.com/&#60;/a&#62;. When I switch it to English from the footer - &#60;a href=&#34;http://k-test.ponimaesh.com/en&#34; rel=&#34;nofollow&#34;&#62;http://k-test.ponimaesh.com/en&#60;/a&#62; it is being displayed and works for switching back to Russian. I can't figure out why.&#60;br /&#62;
Please help.&#60;br /&#62;
Thank you very much,&#60;br /&#62;
Boris
&#60;/p&#62;</description>
		</item>
		<item>
			<title>admin_btp on "WPML compatibility"</title>
			<link>http://bringthepixel.com/support/topic/wpml-compatibility#post-5559</link>
			<pubDate>Tue, 03 Jul 2012 20:34:58 +0000</pubDate>
			<dc:creator>admin_btp</dc:creator>
			<guid isPermaLink="false">5559@http://bringthepixel.com/support/</guid>
			<description>&#60;p&#62;The FlareTheme is ready for localisation (which means you can translate it to another language) and is compatible with the WPML plugin (which means you can translate to multiple languages) &#60;/p&#62;
&#60;p&#62;That's our item description:&#60;br /&#62;
&#60;a href=&#34;http://themeforest.net/item/flare-responsive-business-portfolio-wp-theme/1969512&#34; rel=&#34;nofollow&#34;&#62;http://themeforest.net/item/flare-responsive-business-portfolio-wp-theme/1969512&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;&#60;code&#62;&#60;br /&#62;
VERSION 1.3.0 - Major update 6 June, 2012&#60;br /&#62;
# NEW - integration with WPML Plugin&#60;br /&#62;
&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;We have never claimed that it supports qTranslate plugin (which is less popular than WPML)&#60;/p&#62;
&#60;p&#62;regards,&#60;br /&#62;
Michael
&#60;/p&#62;</description>
		</item>
		<item>
			<title>borisee on "WPML compatibility"</title>
			<link>http://bringthepixel.com/support/topic/wpml-compatibility#post-5558</link>
			<pubDate>Tue, 03 Jul 2012 19:40:41 +0000</pubDate>
			<dc:creator>borisee</dc:creator>
			<guid isPermaLink="false">5558@http://bringthepixel.com/support/</guid>
			<description>&#60;p&#62;Yes, but thats 79 USD - which is kind of unfair in my opinion if you are saying that the theme is provided with a multilanguage support as a built-in functionality.&#60;/p&#62;
&#60;p&#62;Also, the question was not about compatibility only - but a request for precise instructions, if you don't mind...&#60;br /&#62;
Thank you
&#60;/p&#62;</description>
		</item>
		<item>
			<title>admin_btp on "WPML compatibility"</title>
			<link>http://bringthepixel.com/support/topic/wpml-compatibility#post-5544</link>
			<pubDate>Tue, 03 Jul 2012 07:02:10 +0000</pubDate>
			<dc:creator>admin_btp</dc:creator>
			<guid isPermaLink="false">5544@http://bringthepixel.com/support/</guid>
			<description>&#60;p&#62;It's compatible with WPML not qTranslate&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://wpml.org/&#34; rel=&#34;nofollow&#34;&#62;http://wpml.org/&#60;/a&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>borisee on "WPML compatibility"</title>
			<link>http://bringthepixel.com/support/topic/wpml-compatibility#post-5528</link>
			<pubDate>Mon, 02 Jul 2012 07:46:16 +0000</pubDate>
			<dc:creator>borisee</dc:creator>
			<guid isPermaLink="false">5528@http://bringthepixel.com/support/</guid>
			<description>&#60;p&#62;Hello - it's a very interesting thread indeed, as I am trying to implent 2 languages on a site - Russian and English.&#60;br /&#62;
Still, I can't make it work:&#60;br /&#62;
1) translate pages/header baloons/contact form with qTranslate plugin - it messes up the whole lot in my case, duplicating content on page and assigning Chinese as default&#60;br /&#62;
2) display flags in the header - nor with qTranslate shortcodes nor by using an option suggested by you, Michael, in another thread - Custom Widget Area plugin placed in the header of the parental theme.&#60;br /&#62;
Unfortunately I can not find clear instructions in the theme documentation (announced MU support was one of the reasons I have bought it in the first place)and not on the forum.&#60;/p&#62;
&#60;p&#62;Could you please be so kind as to place some precise instructions on how translation of pages and texts in sliders are achieveable + how I can place flags in the header area? let's say above menu?&#60;/p&#62;
&#60;p&#62;I really loved how Jasmin4u made it in the link provided - so help from any of you will be very much appreciated.&#60;/p&#62;
&#60;p&#62;Thank you once again and the best regards, I am eagerly waiting for the reply as the time is pressing )))&#60;/p&#62;
&#60;p&#62;B.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>admin_btp on "WPML compatibility"</title>
			<link>http://bringthepixel.com/support/topic/wpml-compatibility#post-4898</link>
			<pubDate>Thu, 07 Jun 2012 21:17:55 +0000</pubDate>
			<dc:creator>admin_btp</dc:creator>
			<guid isPermaLink="false">4898@http://bringthepixel.com/support/</guid>
			<description>&#60;p&#62;np :)
&#60;/p&#62;</description>
		</item>
		<item>
			<title>jasmin4u on "WPML compatibility"</title>
			<link>http://bringthepixel.com/support/topic/wpml-compatibility#post-4896</link>
			<pubDate>Thu, 07 Jun 2012 21:16:00 +0000</pubDate>
			<dc:creator>jasmin4u</dc:creator>
			<guid isPermaLink="false">4896@http://bringthepixel.com/support/</guid>
			<description>&#60;p&#62;thanks for your instructions :) worked perfect!! great job with the update!!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>admin_btp on "WPML compatibility"</title>
			<link>http://bringthepixel.com/support/topic/wpml-compatibility#post-4894</link>
			<pubDate>Thu, 07 Jun 2012 21:06:34 +0000</pubDate>
			<dc:creator>admin_btp</dc:creator>
			<guid isPermaLink="false">4894@http://bringthepixel.com/support/</guid>
			<description>&#60;p&#62;OK, thx for sharing&#60;/p&#62;
&#60;p&#62;regards,&#60;br /&#62;
Michael
&#60;/p&#62;</description>
		</item>
		<item>
			<title>jasmin4u on "WPML compatibility"</title>
			<link>http://bringthepixel.com/support/topic/wpml-compatibility#post-4892</link>
			<pubDate>Thu, 07 Jun 2012 20:57:59 +0000</pubDate>
			<dc:creator>jasmin4u</dc:creator>
			<guid isPermaLink="false">4892@http://bringthepixel.com/support/</guid>
			<description>&#60;p&#62;i have added a flag to my menu there...actually on the same spot! i think it's good to have the switcher there. i personally just don't like the design of the switcher, that's why i use my own flag. so it's just a conflict of taste here!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>admin_btp on "WPML compatibility"</title>
			<link>http://bringthepixel.com/support/topic/wpml-compatibility#post-4891</link>
			<pubDate>Thu, 07 Jun 2012 20:55:59 +0000</pubDate>
			<dc:creator>admin_btp</dc:creator>
			<guid isPermaLink="false">4891@http://bringthepixel.com/support/</guid>
			<description>&#60;p&#62;1) copy header.php file to your child-theme&#60;br /&#62;
2) remove the line with do_action( 'icl_language_selector' )&#60;/p&#62;
&#60;p&#62;But please tell me why you want to remove it :)? What's te purpose of the WPML plugn then? I just want to know it, to improve our services, no offense here :)&#60;/p&#62;
&#60;p&#62;regards,&#60;br /&#62;
Michael
&#60;/p&#62;</description>
		</item>
		<item>
			<title>jasmin4u on "WPML compatibility"</title>
			<link>http://bringthepixel.com/support/topic/wpml-compatibility#post-4890</link>
			<pubDate>Thu, 07 Jun 2012 20:49:36 +0000</pubDate>
			<dc:creator>jasmin4u</dc:creator>
			<guid isPermaLink="false">4890@http://bringthepixel.com/support/</guid>
			<description>&#60;p&#62;i know! i have my flag there. i really don't want the language switcher. how can we make it disappear?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>admin_btp on "WPML compatibility"</title>
			<link>http://bringthepixel.com/support/topic/wpml-compatibility#post-4889</link>
			<pubDate>Thu, 07 Jun 2012 20:24:09 +0000</pubDate>
			<dc:creator>admin_btp</dc:creator>
			<guid isPermaLink="false">4889@http://bringthepixel.com/support/</guid>
			<description>&#60;p&#62;It's language switcher :)&#60;/p&#62;
&#60;p&#62;Why don't you want to show language switcher?&#60;/p&#62;
&#60;p&#62;regards,&#60;br /&#62;
Michael
&#60;/p&#62;</description>
		</item>
		<item>
			<title>jasmin4u on "WPML compatibility"</title>
			<link>http://bringthepixel.com/support/topic/wpml-compatibility#post-4880</link>
			<pubDate>Thu, 07 Jun 2012 17:19:08 +0000</pubDate>
			<dc:creator>jasmin4u</dc:creator>
			<guid isPermaLink="false">4880@http://bringthepixel.com/support/</guid>
			<description>&#60;p&#62;hi michael, what a nice day today :) have updated the theme and you did an amazing job! WPML runs good with your theme. only question: what is this blank drop down doing in my preheader area on the left? please have a look: &#60;a href=&#34;http://www.annalenagroenefeld.com&#34; rel=&#34;nofollow&#34;&#62;http://www.annalenagroenefeld.com&#60;/a&#62;&#60;br /&#62;
how can i get rid of it? it has never been there before i updated. in my WPML settings, i haven't activated to show the language switcher anywhere.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>admin_btp on "WPML compatibility"</title>
			<link>http://bringthepixel.com/support/topic/wpml-compatibility#post-4820</link>
			<pubDate>Tue, 05 Jun 2012 21:22:39 +0000</pubDate>
			<dc:creator>admin_btp</dc:creator>
			<guid isPermaLink="false">4820@http://bringthepixel.com/support/</guid>
			<description>&#60;p&#62;I'm going to put it into the review queue tomorrow :)&#60;/p&#62;
&#60;p&#62;regards,&#60;br /&#62;
Michael
&#60;/p&#62;</description>
		</item>
		<item>
			<title>jasmin4u on "WPML compatibility"</title>
			<link>http://bringthepixel.com/support/topic/wpml-compatibility#post-4810</link>
			<pubDate>Tue, 05 Jun 2012 19:29:04 +0000</pubDate>
			<dc:creator>jasmin4u</dc:creator>
			<guid isPermaLink="false">4810@http://bringthepixel.com/support/</guid>
			<description>&#60;p&#62;hey michael, i'm checking every day on the new update. any idea when it will b ready for download on theme forest?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>admin_btp on "WPML compatibility"</title>
			<link>http://bringthepixel.com/support/topic/wpml-compatibility#post-4586</link>
			<pubDate>Fri, 25 May 2012 12:59:17 +0000</pubDate>
			<dc:creator>admin_btp</dc:creator>
			<guid isPermaLink="false">4586@http://bringthepixel.com/support/</guid>
			<description>&#60;p&#62;:)
&#60;/p&#62;</description>
		</item>
		<item>
			<title>E-Crane on "WPML compatibility"</title>
			<link>http://bringthepixel.com/support/topic/wpml-compatibility#post-4582</link>
			<pubDate>Fri, 25 May 2012 07:32:28 +0000</pubDate>
			<dc:creator>E-Crane</dc:creator>
			<guid isPermaLink="false">4582@http://bringthepixel.com/support/</guid>
			<description>&#60;p&#62;This is great news :-) Thanks for all the hard work!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>admin_btp on "WPML compatibility"</title>
			<link>http://bringthepixel.com/support/topic/wpml-compatibility#post-4570</link>
			<pubDate>Fri, 25 May 2012 04:52:20 +0000</pubDate>
			<dc:creator>admin_btp</dc:creator>
			<guid isPermaLink="false">4570@http://bringthepixel.com/support/</guid>
			<description>&#60;p&#62;It will be available at the beginning of the next week. I am testing it right now - and it looks superb :)&#60;/p&#62;
&#60;p&#62;regards,&#60;br /&#62;
Michael
&#60;/p&#62;</description>
		</item>
		<item>
			<title>jasmin4u on "WPML compatibility"</title>
			<link>http://bringthepixel.com/support/topic/wpml-compatibility#post-4561</link>
			<pubDate>Thu, 24 May 2012 13:35:47 +0000</pubDate>
			<dc:creator>jasmin4u</dc:creator>
			<guid isPermaLink="false">4561@http://bringthepixel.com/support/</guid>
			<description>&#60;p&#62;hey michael, i'm bugging u again...any success news about the WPML compatibility? :) still can't wait :)
&#60;/p&#62;</description>
		</item>
		<item>
			<title>admin_btp on "WPML compatibility"</title>
			<link>http://bringthepixel.com/support/topic/wpml-compatibility#post-4120</link>
			<pubDate>Tue, 08 May 2012 17:39:20 +0000</pubDate>
			<dc:creator>admin_btp</dc:creator>
			<guid isPermaLink="false">4120@http://bringthepixel.com/support/</guid>
			<description>&#60;p&#62;We need another week, because we've got some problems with fluent, user friendly integration&#60;/p&#62;
&#60;p&#62;regards,&#60;br /&#62;
Michael
&#60;/p&#62;</description>
		</item>
		<item>
			<title>jasmin4u on "WPML compatibility"</title>
			<link>http://bringthepixel.com/support/topic/wpml-compatibility#post-4110</link>
			<pubDate>Tue, 08 May 2012 08:19:07 +0000</pubDate>
			<dc:creator>jasmin4u</dc:creator>
			<guid isPermaLink="false">4110@http://bringthepixel.com/support/</guid>
			<description>&#60;p&#62;just checking on the update...coz the 2 weeks r over :) no pressure but can't wait for WPML to work :) do u have news for us concerning WPML compatibility?
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
