<?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>BlueOwlCreative  &#187;  Topic: WPML flags in subheader</title>
		<atom:link href="http://blueowlcreative.com/support_wp/forums/topic/wpml-flags-in-subheader/feed/" rel="self" type="application/rss+xml" />
		<link>http://blueowlcreative.com/support_wp/forums/topic/wpml-flags-in-subheader/feed/</link>
		<description></description>
		<pubDate>Fri, 17 Jul 2026 08:49:17 +0000</pubDate>
		<generator>http://bbpress.org/?v=2.5.3-5249</generator>
		<language>en-US</language>

		
														
					
				<item>
					<guid>http://blueowlcreative.com/support_wp/forums/topic/wpml-flags-in-subheader/#post-30871</guid>
					<title><![CDATA[WPML flags in subheader]]></title>
					<link>http://blueowlcreative.com/support_wp/forums/topic/wpml-flags-in-subheader/#post-30871</link>
					<pubDate>Wed, 25 Jan 2017 11:08:48 +0000</pubDate>
					<dc:creator>mu_ri</dc:creator>

					<description>
						<![CDATA[
						<p>Hello,</p>
<p>I would like to use the new WPML custom language switcher to put the flags inside subheader (near the social icons) instead of main menu, to have flags always visible in mobile view.</p>
<p>Where should I put the <code>do_action(&#039;wpml_add_language_selector&#039;);?</code></p>
<p>I tried many places but the flags always goes on a new line instead of on the right where I would like them to stay.</p>
<p>Thank you</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://blueowlcreative.com/support_wp/forums/topic/wpml-flags-in-subheader/#post-30880</guid>
					<title><![CDATA[Reply To: WPML flags in subheader]]></title>
					<link>http://blueowlcreative.com/support_wp/forums/topic/wpml-flags-in-subheader/#post-30880</link>
					<pubDate>Thu, 26 Jan 2017 08:15:37 +0000</pubDate>
					<dc:creator>BlueOwl</dc:creator>

					<description>
						<![CDATA[
						<p>Hi there,</p>
<p>May I see your URL please? Put it in the header.php template in your Child theme, somewhere within the <code>div class=&quot;subheader_inside&quot;</code>.<br />
Most likely you just need to style it with CSS a bit, I could help with that. <img src="http://blueowlcreative.com/support_wp/wp-includes/images/smilies/icon_smile.gif" alt=":)" class="wp-smiley" /> </p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://blueowlcreative.com/support_wp/forums/topic/wpml-flags-in-subheader/#post-30882</guid>
					<title><![CDATA[Reply To: WPML flags in subheader]]></title>
					<link>http://blueowlcreative.com/support_wp/forums/topic/wpml-flags-in-subheader/#post-30882</link>
					<pubDate>Thu, 26 Jan 2017 11:00:41 +0000</pubDate>
					<dc:creator>mu_ri</dc:creator>

					<description>
						<![CDATA[
						<p>Hello,</p>
<p>I tried to put the WPML code after social icons (where I would like the flags to show):</p>
<pre><code>	&lt;div class=&quot;subheader_inside&quot;&gt;
							
						&lt;?php if(ot_get_option(&#039;show_search&#039;,&#039;on&#039;) == &#039;on&#039;){?&gt;	
							&lt;div class=&quot;header_search&quot;&gt;
								&lt;form class=&quot;search&quot; action=&quot;&lt;?php echo home_url(); ?&gt;/&quot; method=&quot;get&quot;&gt;
									&lt;button class=&quot;button_search&quot;&gt;&lt;/button&gt;
									&lt;input name=&quot;s&quot; id=&quot;s&quot; type=&quot;text&quot; placeholder=&quot;&lt;?php echo ($s ? $s : __(&#039;Search&#039;, &#039;Savia&#039;).&#039;...&#039;); ?&gt;&quot; value=&quot;&quot; /&gt;
								&lt;/form&gt;
							&lt;/div&gt;
						&lt;?php }  ?&gt;
							
						&lt;?php if(is_array($header_icons = ot_get_option(&#039;header_icons&#039;))){
									$header_icons = array_reverse($header_icons);							
									foreach($header_icons as $header_icon){
										echo &quot;&lt;a target=&#039;_blank&#039; href=&#039;&quot;. ( $header_icon[&#039;icons_service&#039;]!=&#039;rss&#039; ? $header_icon[&#039;icons_url&#039;] : get_bloginfo(&#039;rss2_url&#039;) ).&quot;&#039; class=&#039;header_soc_&quot;. $header_icon[&#039;icons_service&#039;] .&quot;&#039; title=&#039;&quot;. $header_icon[&#039;title&#039;] .&quot;&#039;&gt;&quot;. $header_icon[&#039;icons_service&#039;] .&quot;&lt;/a&gt;&quot;;			
									} do_action(&#039;wpml_add_language_selector&#039;);
								}
						?&gt;
						
						&lt;?php $header_contacts_position = ot_get_option(&#039;header_contacts_position&#039;); ?&gt;	
&lt;a href=&quot;http://www.gallerinihotels.com&quot;&gt;&lt;img style=&quot;vertical-align:middle&quot; border=&quot;0&quot; src=&quot;http://www.gallerinihotels.com/wp-content/uploads/2015/05/logo_Gallerini_HOTELS-26.png&quot; /&gt;&lt;/a&gt;							&lt;div class=&quot;header_contacts&quot; &lt;?php echo (!$header_contacts_position? &quot; style=&#039;float: right;&#039;&quot;: &#039;&#039;);?&gt;&gt;
								
								&lt;?php if($header_email = ot_get_option(&#039;header_email&#039;)){?&gt;
									&lt;div class=&quot;header_mail&quot;&gt;&lt;?php echo $header_email;?&gt;&lt;/div&gt;
								&lt;?php }  ?&gt;	
								&lt;?php if($header_phone = ot_get_option(&#039;header_phone&#039;)){?&gt;
									&lt;div class=&quot;header_phone&quot;&gt;&lt;?php echo $header_phone;?&gt;&lt;/div&gt;
								&lt;?php }  ?&gt;
							&lt;/div&gt;
						&lt;/div&gt;</code></pre>
<p>This is a screenshot of the result, it&#8217;s a live site and I don&#8217;t want to keep it online <img src="http://blueowlcreative.com/support_wp/wp-includes/images/smilies/icon_smile.gif" alt=":)" class="wp-smiley" /> </p>
<p><a href="http://prnt.sc/e0jf1o" rel="nofollow">http://prnt.sc/e0jf1o</a></p>
<p>Original sub header:</p>
<p><a href="http://prnt.sc/e0jfrt" rel="nofollow">http://prnt.sc/e0jfrt</a></p>
<p>Thank you</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://blueowlcreative.com/support_wp/forums/topic/wpml-flags-in-subheader/#post-30886</guid>
					<title><![CDATA[Reply To: WPML flags in subheader]]></title>
					<link>http://blueowlcreative.com/support_wp/forums/topic/wpml-flags-in-subheader/#post-30886</link>
					<pubDate>Sat, 28 Jan 2017 11:22:37 +0000</pubDate>
					<dc:creator>BlueOwl</dc:creator>

					<description>
						<![CDATA[
						<p>Yes, all you need to do now is style them with CSS, it would be best if you showed me a live URL, I could help with the CSS there! <img src="http://blueowlcreative.com/support_wp/wp-includes/images/smilies/icon_smile.gif" alt=":)" class="wp-smiley" /><br />
Also attach a screenshot of how you would possibly want them.</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://blueowlcreative.com/support_wp/forums/topic/wpml-flags-in-subheader/#post-30905</guid>
					<title><![CDATA[Reply To: WPML flags in subheader]]></title>
					<link>http://blueowlcreative.com/support_wp/forums/topic/wpml-flags-in-subheader/#post-30905</link>
					<pubDate>Tue, 31 Jan 2017 17:28:58 +0000</pubDate>
					<dc:creator>mu_ri</dc:creator>

					<description>
						<![CDATA[
						<p>Sorry for the delay.</p>
<p>I restored the code in header so you can have a look.</p>
<p>I attach a makeup of the final result:</p>
<p><a href="http://prnt.sc/e2rkx6" rel="nofollow">http://prnt.sc/e2rkx6</a></p>
<p>Thank you</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://blueowlcreative.com/support_wp/forums/topic/wpml-flags-in-subheader/#post-30906</guid>
					<title><![CDATA[Reply To: WPML flags in subheader]]></title>
					<link>http://blueowlcreative.com/support_wp/forums/topic/wpml-flags-in-subheader/#post-30906</link>
					<pubDate>Tue, 31 Jan 2017 17:30:02 +0000</pubDate>
					<dc:creator>mu_ri</dc:creator>

					<description>
						<![CDATA[
						This reply has been marked as private.						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://blueowlcreative.com/support_wp/forums/topic/wpml-flags-in-subheader/#post-30909</guid>
					<title><![CDATA[Reply To: WPML flags in subheader]]></title>
					<link>http://blueowlcreative.com/support_wp/forums/topic/wpml-flags-in-subheader/#post-30909</link>
					<pubDate>Wed, 01 Feb 2017 07:26:12 +0000</pubDate>
					<dc:creator>BlueOwl</dc:creator>

					<description>
						<![CDATA[
						<p>Ok, move it to the start of the &#8220;subheader_inside&#8221; div and replace the CSS with this:</p>
<pre><code>.wpml-ls-legacy-list-horizontal {
    border: 1px solid transparent;
    padding: 0 0 0 12px !important;
    float: right;
}</code></pre>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://blueowlcreative.com/support_wp/forums/topic/wpml-flags-in-subheader/#post-30915</guid>
					<title><![CDATA[Reply To: WPML flags in subheader]]></title>
					<link>http://blueowlcreative.com/support_wp/forums/topic/wpml-flags-in-subheader/#post-30915</link>
					<pubDate>Wed, 01 Feb 2017 07:56:36 +0000</pubDate>
					<dc:creator>mu_ri</dc:creator>

					<description>
						<![CDATA[
						<p>Perfect!</p>
<p>Thanks Kal, amazing support as always!</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://blueowlcreative.com/support_wp/forums/topic/wpml-flags-in-subheader/#post-30916</guid>
					<title><![CDATA[Reply To: WPML flags in subheader]]></title>
					<link>http://blueowlcreative.com/support_wp/forums/topic/wpml-flags-in-subheader/#post-30916</link>
					<pubDate>Wed, 01 Feb 2017 08:06:27 +0000</pubDate>
					<dc:creator>mu_ri</dc:creator>

					<description>
						<![CDATA[
						<p>Just a small issue:</p>
<p>.subheader_inside a has a transition that makes the flags move a little.</p>
<p>What is this for?</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://blueowlcreative.com/support_wp/forums/topic/wpml-flags-in-subheader/#post-30922</guid>
					<title><![CDATA[Reply To: WPML flags in subheader]]></title>
					<link>http://blueowlcreative.com/support_wp/forums/topic/wpml-flags-in-subheader/#post-30922</link>
					<pubDate>Thu, 02 Feb 2017 07:55:50 +0000</pubDate>
					<dc:creator>BlueOwl</dc:creator>

					<description>
						<![CDATA[
						<p>It does? Where is that CSS rule?<br />
They move when, on hover? Can&#8217;t really see this happening&#8230; <img src="http://blueowlcreative.com/support_wp/wp-includes/images/smilies/icon_smile.gif" alt=":)" class="wp-smiley" /> </p>
						]]>
					</description>

					
					
				</item>

					
		
	</channel>
	</rss>

