<?xml version="1.0" encoding="UTF-8"?>
	<rss version="2.0"
		xmlns:content="http://purl.org/rss/1.0/modules/content/"
		xmlns:wfw="http://wellformedweb.org/CommentAPI/"
		xmlns:dc="http://purl.org/dc/elements/1.1/"
		xmlns:atom="http://www.w3.org/2005/Atom"

			>

	<channel>

		<title>WPML Language selector on top bar &#8211; Themeco Community</title>
		<atom:link href="https://theme.co/archive/forums/topic/wpml-language-selector-on-top-bar/feed/" rel="self" type="application/rss+xml" />
		<link>https://theme.co/archive/forums/topic/wpml-language-selector-on-top-bar/feed/</link>
		<description></description>
		<lastBuildDate>Thu, 25 Dec 2025 17:56:48 +0000</lastBuildDate>
		<generator>https://bbpress.org/?v=2.6.14</generator>
		<language>en-US</language>

		
														
					
				<item>
					<guid>https://theme.co/archive/forums/topic/wpml-language-selector-on-top-bar/#post-114747</guid>
					<title><![CDATA[WPML Language selector on top bar]]></title>
					<link>https://theme.co/archive/forums/topic/wpml-language-selector-on-top-bar/#post-114747</link>
					<pubDate>Mon, 29 Sep 2014 14:02:23 +0000</pubDate>
					<dc:creator>simocasti</dc:creator>

					<description>
						<![CDATA[
						<p>hi,</p>
<p>i would use the WPML language selector on top bar, from the support of the plugin they say to insert this</p>
<p><code>&lt;?php do_action(&#039;icl_language_selector&#039;); ?&gt;</code></p>
<p>where i want the language selector, but in the top bar this is not working for me, it&#8217;s possible that is deactivated the use of php for this area? or what else?</p>
<p>thank you.<br />
simone</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/wpml-language-selector-on-top-bar/#post-114754</guid>
					<title><![CDATA[Reply To: WPML Language selector on top bar]]></title>
					<link>https://theme.co/archive/forums/topic/wpml-language-selector-on-top-bar/#post-114754</link>
					<pubDate>Mon, 29 Sep 2014 14:14:54 +0000</pubDate>
					<dc:creator>Paul R</dc:creator>

					<description>
						<![CDATA[
						<p>Hi Simone,</p>
<p>Thanks for writing in.</p>
<p>To do that, you need to set up a child theme first.</p>
<blockquote class="wp-embedded-content" data-secret="7Sxv3kzMcL"><p><a href="https://theme.co/archive/kb/how-to-setup-child-themes/">How to Setup Child Themes</a></p></blockquote>
<p><iframe loading="lazy" class="wp-embedded-content" sandbox="allow-scripts" security="restricted" style="position: absolute; visibility: hidden;" title="&#8220;How to Setup Child Themes&#8221; &#8212; Themeco Community" src="https://theme.co/archive/kb/how-to-setup-child-themes/embed/#?secret=Kdakh2jS0x#?secret=7Sxv3kzMcL" data-secret="7Sxv3kzMcL" width="600" height="338" frameborder="0" marginwidth="0" marginheight="0" scrolling="no"></iframe></p>
<p>Then create file _topbar.php in {x child folder}/framework/views/global</p>
<p>Paste the code below into that file.</p>
<pre><code>
&lt;?php

// =============================================================================
// VIEWS/GLOBAL/_TOPBAR.PHP
// -----------------------------------------------------------------------------
// Includes topbar output.
// =============================================================================

?&gt;

&lt;?php if ( x_get_option( &#039;x_topbar_display&#039;, 0 ) == 1 ) : ?&gt;

  &lt;div class=&quot;x-topbar&quot;&gt;
    &lt;div class=&quot;x-topbar-inner x-container-fluid max width&quot;&gt;
      &lt;?php if ( x_get_option( &#039;x_topbar_content&#039; ) != &#039;&#039; ) : ?&gt;
      &lt;p class=&quot;p-info&quot;&gt;&lt;?php echo x_get_option( &#039;x_topbar_content&#039; ); ?&gt;&lt;/p&gt;
      &lt;?php endif; ?&gt;
      &lt;?php x_social_global(); ?&gt;
      &lt;div class=&quot;wpml-selector&quot;&gt;&lt;?php do_action(&#039;icl_language_selector&#039;); ?&gt;&lt;/div&gt;
    &lt;/div&gt;
  &lt;/div&gt;

&lt;?php endif; ?&gt;
</code></pre>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/wpml-language-selector-on-top-bar/#post-114763</guid>
					<title><![CDATA[Reply To: WPML Language selector on top bar]]></title>
					<link>https://theme.co/archive/forums/topic/wpml-language-selector-on-top-bar/#post-114763</link>
					<pubDate>Mon, 29 Sep 2014 14:25:29 +0000</pubDate>
					<dc:creator>simocasti</dc:creator>

					<description>
						<![CDATA[
						<p>thank you very much for the fast answer.</p>
<p>simone</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/wpml-language-selector-on-top-bar/#post-114768</guid>
					<title><![CDATA[Reply To: WPML Language selector on top bar]]></title>
					<link>https://theme.co/archive/forums/topic/wpml-language-selector-on-top-bar/#post-114768</link>
					<pubDate>Mon, 29 Sep 2014 14:33:10 +0000</pubDate>
					<dc:creator>Cousett</dc:creator>

					<description>
						<![CDATA[
						<p>Glad we were able to help. 🙂 Have a nice day. </p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/wpml-language-selector-on-top-bar/#post-132890</guid>
					<title><![CDATA[Reply To: WPML Language selector on top bar]]></title>
					<link>https://theme.co/archive/forums/topic/wpml-language-selector-on-top-bar/#post-132890</link>
					<pubDate>Mon, 27 Oct 2014 11:56:22 +0000</pubDate>
					<dc:creator>buhlig</dc:creator>

					<description>
						<![CDATA[
						<p>Great help, but any idea how to display the language flags horizontally?</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/wpml-language-selector-on-top-bar/#post-132962</guid>
					<title><![CDATA[Reply To: WPML Language selector on top bar]]></title>
					<link>https://theme.co/archive/forums/topic/wpml-language-selector-on-top-bar/#post-132962</link>
					<pubDate>Mon, 27 Oct 2014 13:50:42 +0000</pubDate>
					<dc:creator>Kosher K</dc:creator>

					<description>
						<![CDATA[
						<p>Hi There,</p>
<p>Thanks for writing in,</p>
<p>Third party plugin such as WMPL is out of the support we can offer, Please contact wpml regarding this matter,</p>
<p>This article might also help <a href="http://wpml.org/forums/topic/only-flags-in-dropdown-language-selector/" rel="nofollow">http://wpml.org/forums/topic/only-flags-in-dropdown-language-selector/</a></p>
<p>Have a great day</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/wpml-language-selector-on-top-bar/#post-375195</guid>
					<title><![CDATA[Reply To: WPML Language selector on top bar]]></title>
					<link>https://theme.co/archive/forums/topic/wpml-language-selector-on-top-bar/#post-375195</link>
					<pubDate>Tue, 01 Sep 2015 05:55:17 +0000</pubDate>
					<dc:creator>svennuum</dc:creator>

					<description>
						<![CDATA[
						<p>Hello,</p>
<p>I managed to get the flags to topbar, but there is slight issue. How can I change the color behing the flags, theres is one annoying white area.</p>
<p><a href="http://boost.ee/" rel="nofollow">http://boost.ee/</a></p>
<p>Thanks!<br />
Sven</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/wpml-language-selector-on-top-bar/#post-375314</guid>
					<title><![CDATA[Reply To: WPML Language selector on top bar]]></title>
					<link>https://theme.co/archive/forums/topic/wpml-language-selector-on-top-bar/#post-375314</link>
					<pubDate>Tue, 01 Sep 2015 08:13:24 +0000</pubDate>
					<dc:creator>Paul R</dc:creator>

					<description>
						<![CDATA[
						<p>Hi Sven,</p>
<p>To remove the white background, you can add this under <strong>Custom &gt; CSS</strong> in the <strong>Customizer</strong>.</p>
<pre><code>
.home #lang_sel_list a.lang_sel_sel, #lang_sel_list a.lang_sel_sel:visited {
    background-color: transparent;
    border: 0;
}

.home #lang_sel_list ul {
    border-top: 0;
}
</code></pre>
<p>Hope that helps.</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/wpml-language-selector-on-top-bar/#post-375353</guid>
					<title><![CDATA[Reply To: WPML Language selector on top bar]]></title>
					<link>https://theme.co/archive/forums/topic/wpml-language-selector-on-top-bar/#post-375353</link>
					<pubDate>Tue, 01 Sep 2015 08:49:16 +0000</pubDate>
					<dc:creator>svennuum</dc:creator>

					<description>
						<![CDATA[
						<p>Thanks! It helped, but same things occurs when adding second language.. <a href="http://boost.ee/" rel="nofollow">http://boost.ee/</a></p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/wpml-language-selector-on-top-bar/#post-375407</guid>
					<title><![CDATA[Reply To: WPML Language selector on top bar]]></title>
					<link>https://theme.co/archive/forums/topic/wpml-language-selector-on-top-bar/#post-375407</link>
					<pubDate>Tue, 01 Sep 2015 10:01:27 +0000</pubDate>
					<dc:creator>Paul R</dc:creator>

					<description>
						<![CDATA[
						<p>Hi,</p>
<p>Please add this code as well.</p>
<pre><code>
#lang_sel_list ul a.lang_sel_other, #lang_sel li ul a:link, #lang_sel_list ul a.lang_sel_other:visited {
    background-color: transparent;
}
</code></pre>
<p>Hope that helps.</p>
						]]>
					</description>

					
					
				</item>

					
		
	</channel>
	</rss>

