<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="bbPress/1.0.2" -->
<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>Support Forum - Tag: Flag - Recent Posts</title>
		<link>http://www.kriesi.at/support/tags/flag</link>
		<description>Support Forum - Tag: Flag - Recent Posts</description>
		<language>en-US</language>
		<pubDate>Tue, 18 Jun 2013 07:54:30 +0000</pubDate>
		<generator>http://bbpress.org/?v=1.0.2</generator>
		<textInput>
			<title><![CDATA[Search]]></title>
			<description><![CDATA[Search all topics from these forums.]]></description>
			<name>q</name>
			<link>http://www.kriesi.at/support/search.php</link>
		</textInput>
		<atom:link href="http://www.kriesi.at/support/rss/tags/flag" rel="self" type="application/rss+xml" />

		<item>
			<title>Dude on "WPML Language Selector Text Instead of Flag"</title>
			<link>http://www.kriesi.at/support/topic/wpml-language-selector-text-instead-of-flag#post-116188</link>
			<pubDate>Tue, 04 Jun 2013 17:45:59 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">116188@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi! &#60;/p&#62;
&#60;p&#62; I'll close this thread now - please post your questions in separate threads. &#60;/p&#62;
&#60;p&#62; Best regards,&#60;br /&#62;
Peter
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Lumato on "WPML Language Selector Text Instead of Flag"</title>
			<link>http://www.kriesi.at/support/topic/wpml-language-selector-text-instead-of-flag#post-116183</link>
			<pubDate>Tue, 04 Jun 2013 17:33:31 +0000</pubDate>
			<dc:creator>Lumato</dc:creator>
			<guid isPermaLink="false">116183@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;br /&#62;
how can I sort flags inline in language switcher in the top menu? I want to display only flags, without language name.&#60;/p&#62;
&#60;p&#62;Thanks,&#60;br /&#62;
regards!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>victoriaeducacion on "WPML Language Selector Text Instead of Flag"</title>
			<link>http://www.kriesi.at/support/topic/wpml-language-selector-text-instead-of-flag#post-116103</link>
			<pubDate>Tue, 04 Jun 2013 11:31:52 +0000</pubDate>
			<dc:creator>victoriaeducacion</dc:creator>
			<guid isPermaLink="false">116103@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi, &#60;/p&#62;
&#60;p&#62;1- I don't want to use &#60;a href=&#34;http://inoplugs.com/wpml&#34;&#62;WPML&#60;/a&#62; dropdown selector. I want to replace the flags with only text name and show it in the shrinking fixed header as another button, closer but over to the right to &#34;home&#34; and other buttons (similar to the &#34;contact&#34; position in this support website). It is possible? &#60;/p&#62;
&#60;p&#62;2- My intention is show only the &#34;Spanish&#34; button when visitors are seeing the site in &#34;English&#34; language. If they click &#34;Spanish&#34;, the site will change to Spanish language and only shows the &#34;English&#34; button. I found the following css rules but i still can't tested.&#60;br /&#62;
#[name of element] li {&#60;br /&#62;
display:block;&#60;br /&#62;
}&#60;br /&#62;
#[name of element] li.active {&#60;br /&#62;
display:none;&#60;br /&#62;
}&#60;/p&#62;
&#60;p&#62;This rules will work?&#60;br /&#62;
What is the [name of the element] for &#60;a href=&#34;http://inoplugs.com/wpml&#34;&#62;WPML&#60;/a&#62; text name?&#60;/p&#62;
&#60;p&#62;3- I'm using the Enfold child theme. I'm a newcomer to the web design. How should I modify the child theme in order to prevent the loss of this changes from later theme updates? I saw the Devin's video tutorial for child theme and I suppose that I have to copy-paste wp-content\themes\enfold\config-wpml\config.php to wp-content\themes\enfold-child\config-wpml\config.php and then modify the lines specified by Dude. I'll be grateful for confirming this point. &#60;/p&#62;
&#60;p&#62;I don't want to modify anything that I can break. :)&#60;/p&#62;
&#60;p&#62;Thanks. &#60;/p&#62;
&#60;p&#62;Regards!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "WPML Language Selector Text Instead of Flag"</title>
			<link>http://www.kriesi.at/support/topic/wpml-language-selector-text-instead-of-flag#post-116095</link>
			<pubDate>Tue, 04 Jun 2013 10:37:16 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">116095@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Open up wp-content\themes\enfold\config-wpml\config.php and replace:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;$output .= &#38;quot;	&#38;lt;span class=&#38;#39;language_flag&#38;#39;&#38;gt;&#38;lt;img title=&#38;#39;&#38;quot;.$lang[&#38;#39;native_name&#38;#39;].&#38;quot;&#38;#39; src=&#38;#39;&#38;quot;.$lang[&#38;#39;country_flag_url&#38;#39;].&#38;quot;&#38;#39; /&#38;gt;&#38;lt;/span&#38;gt;&#38;quot;;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;with&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;$output .= &#38;quot;	&#38;lt;span class=&#38;#39;language_flag&#38;#39;&#38;gt;&#38;quot;.$lang[&#38;#39;native_name&#38;#39;].&#38;quot;&#38;lt;/span&#38;gt;&#38;quot;;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;or&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;$output .= &#38;quot;	&#38;lt;span class=&#38;#39;language_flag&#38;#39;&#38;gt;&#38;quot;.$lang[&#38;#39;language_code&#38;#39;].&#38;quot;&#38;lt;/span&#38;gt;&#38;quot;;&#60;/code&#62;&#60;/pre&#62;</description>
		</item>
		<item>
			<title>formateins on "WPML Language Selector Text Instead of Flag"</title>
			<link>http://www.kriesi.at/support/topic/wpml-language-selector-text-instead-of-flag#post-116091</link>
			<pubDate>Tue, 04 Jun 2013 10:03:22 +0000</pubDate>
			<dc:creator>formateins</dc:creator>
			<guid isPermaLink="false">116091@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;It seems, some code went mysteriously into the framework... yay, flags, I want text. Few days ago ppl were asking how to get flags there... :D
&#60;/p&#62;</description>
		</item>
		<item>
			<title>nedimhazar on "WPML Language Selector Text Instead of Flag"</title>
			<link>http://www.kriesi.at/support/topic/wpml-language-selector-text-instead-of-flag#post-116088</link>
			<pubDate>Tue, 04 Jun 2013 09:29:14 +0000</pubDate>
			<dc:creator>nedimhazar</dc:creator>
			<guid isPermaLink="false">116088@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey! &#60;/p&#62;
&#60;p&#62; By the way I was amazed how enfold automatically put the language selector. Great!&#60;br /&#62;
I already had &#60;a href=&#34;http://inoplugs.com/wpml&#34;&#62;WPML&#60;/a&#62; installed before enfold and &#60;a href=&#34;http://inoplugs.com/wpml&#34;&#62;WPML&#60;/a&#62; did it automatically! Great work!&#60;br /&#62;
Nedim
&#60;/p&#62;</description>
		</item>
		<item>
			<title>nedimhazar on "WPML Language Selector Text Instead of Flag"</title>
			<link>http://www.kriesi.at/support/topic/wpml-language-selector-text-instead-of-flag#post-116087</link>
			<pubDate>Tue, 04 Jun 2013 09:27:52 +0000</pubDate>
			<dc:creator>nedimhazar</dc:creator>
			<guid isPermaLink="false">116087@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;The same goes for me, I would like to have EN DE TR instead of flags. Flags are a sensitive issue down here in Turkey.&#60;br /&#62;
Best, Nedim&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://www.nedimhazar.com&#34; rel=&#34;nofollow&#34;&#62;http://www.nedimhazar.com&#60;/a&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "WPML Language Selector Text Instead of Flag"</title>
			<link>http://www.kriesi.at/support/topic/wpml-language-selector-text-instead-of-flag#post-116031</link>
			<pubDate>Tue, 04 Jun 2013 05:12:48 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">116031@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi! &#60;/p&#62;
&#60;p&#62; Please post a link to your website. We'll investigate the code. Maybe the icon image is missing, etc. &#60;/p&#62;
&#60;p&#62; Best regards,&#60;br /&#62;
Peter
&#60;/p&#62;</description>
		</item>
		<item>
			<title>chriss922009 on "WPML Language Selector Text Instead of Flag"</title>
			<link>http://www.kriesi.at/support/topic/wpml-language-selector-text-instead-of-flag#post-115654</link>
			<pubDate>Sun, 02 Jun 2013 04:09:39 +0000</pubDate>
			<dc:creator>chriss922009</dc:creator>
			<guid isPermaLink="false">115654@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;For the top header, how can you make it say &#34;English&#34; instead of showing the British Flag.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>BrownMountain on "language flag on mobile needs more space"</title>
			<link>http://www.kriesi.at/support/topic/language-flag-on-mobile-needs-more-space#post-113519</link>
			<pubDate>Fri, 24 May 2013 08:39:58 +0000</pubDate>
			<dc:creator>BrownMountain</dc:creator>
			<guid isPermaLink="false">113519@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;hello,&#60;/p&#62;
&#60;p&#62;On mobile (iPhone 4S Safari) there is no space under the language flag.&#60;br /&#62;
see: http:// 193. 23. 143.167 / ~ detect nu /&#60;/p&#62;
&#60;p&#62;thx in advanced!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>typogretel on "Flag Divider: how to change style &#38; colour"</title>
			<link>http://www.kriesi.at/support/topic/flag-divider-how-to-change-style-colour#post-110683</link>
			<pubDate>Sun, 12 May 2013 15:54:05 +0000</pubDate>
			<dc:creator>typogretel</dc:creator>
			<guid isPermaLink="false">110683@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Cool, cool, cool! Job done! Works perfectly!&#60;br /&#62;
&#60;a href=&#34;https://dl.dropboxusercontent.com/u/6710602/divider-final.jpg&#34; rel=&#34;nofollow&#34;&#62;https://dl.dropboxusercontent.com/u/6710602/divider-final.jpg&#60;/a&#62;&#60;br /&#62;
THANK YOU!!!!!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Ismael on "Flag Divider: how to change style &#38; colour"</title>
			<link>http://www.kriesi.at/support/topic/flag-divider-how-to-change-style-colour#post-110616</link>
			<pubDate>Sun, 12 May 2013 02:31:29 +0000</pubDate>
			<dc:creator>Ismael</dc:creator>
			<guid isPermaLink="false">110616@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;You're using the ajax portfolio, right? Open includes &#38;gt; helper-templates.php, find this code&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;echo avia_advanced_hr(false, &#38;#39;small&#38;#39;);
				the_content(__(&#38;#39;Read more  &#38;amp;rarr;&#38;#39;,&#38;#39;avia_framework&#38;#39;));
				echo &#38;quot;&#38;lt;/div&#38;gt;&#38;quot;;

				echo &#38;quot;&#38;lt;/div&#38;gt;&#38;quot;;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Replace it with this code&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;echo avia_advanced_hr(false, &#38;#39;small&#38;#39;);
				the_content(__(&#38;#39;Read more  &#38;amp;rarr;&#38;#39;,&#38;#39;avia_framework&#38;#39;));
				echo &#38;quot;&#38;lt;/div&#38;gt;&#38;quot;;

				echo &#38;quot;&#38;lt;/div&#38;gt;&#38;quot;;

echo &#38;#39;&#38;lt;div class=&#38;quot;hr hr_flag&#38;quot;&#38;gt; &#38;lt;span class=&#38;quot;primary-background seperator-addon&#38;quot;&#38;gt;&#38;lt;/span&#38;gt;&#38;lt;span class=&#38;quot;primary-background seperator-addon-end&#38;quot;&#38;gt;&#38;lt;/span&#38;gt;&#38;lt;span class=&#38;quot;hr-seperator extralight-border&#38;quot;&#38;gt;&#38;lt;/span&#38;gt;&#38;lt;/div&#38;gt;&#38;#39;;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Regards,&#60;br /&#62;
Ismael
&#60;/p&#62;</description>
		</item>
		<item>
			<title>typogretel on "Flag Divider: how to change style &#38; colour"</title>
			<link>http://www.kriesi.at/support/topic/flag-divider-how-to-change-style-colour#post-110505</link>
			<pubDate>Sat, 11 May 2013 09:19:40 +0000</pubDate>
			<dc:creator>typogretel</dc:creator>
			<guid isPermaLink="false">110505@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Cool! Great job Ismael!&#60;br /&#62;
I modified your code a tiny litte bit to:&#60;br /&#62;
.seperator-addon-end.seperator-bottom {&#60;br /&#62;
height: 3px;&#60;br /&#62;
width: 3%;&#60;br /&#62;
position: absolute;&#60;br /&#62;
top: 99.5%;&#60;br /&#62;
right: 0;&#60;br /&#62;
z-index: 9999;&#60;br /&#62;
}&#60;br /&#62;
And here is the result:&#60;br /&#62;
&#60;a href=&#34;https://dl.dropboxusercontent.com/u/6710602/divider-results.jpg&#34; rel=&#34;nofollow&#34;&#62;https://dl.dropboxusercontent.com/u/6710602/divider-results.jpg&#60;/a&#62;&#60;br /&#62;
Exactly what I wanted :)&#60;/p&#62;
&#60;p&#62;May I still ask you how to insert a divider below the selected portfolio item?&#60;br /&#62;
(&#60;a href=&#34;https://dl.dropboxusercontent.com/u/6710602/second-line.jpg&#34; rel=&#34;nofollow&#34;&#62;https://dl.dropboxusercontent.com/u/6710602/second-line.jpg&#60;/a&#62;) or is this a question for a new thread?&#60;/p&#62;
&#60;p&#62;Thanks a lot anyways!!!!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Ismael on "Flag Divider: how to change style &#38; colour"</title>
			<link>http://www.kriesi.at/support/topic/flag-divider-how-to-change-style-colour#post-110480</link>
			<pubDate>Sat, 11 May 2013 05:11:41 +0000</pubDate>
			<dc:creator>Ismael</dc:creator>
			<guid isPermaLink="false">110480@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;1.) Under the logo. Open header.php and find this code&#60;/p&#62;
&#60;p&#62;&#60;code&#62;&#38;lt;span class=&#38;quot;primary-background seperator-addon seperator-bottom&#38;quot;&#38;gt;&#38;lt;/span&#38;gt;&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;Replace it with&#60;/p&#62;
&#60;p&#62;&#60;code&#62;&#38;lt;span class=&#38;quot;primary-background seperator-addon seperator-bottom&#38;quot;&#38;gt;&#38;lt;/span&#38;gt;&#38;lt;span class=&#38;quot;primary-background seperator-addon-end seperator-bottom&#38;quot;&#38;gt;&#38;lt;/span&#38;gt;&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;Add this on your custom.css&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;.seperator-addon-end.seperator-bottom {
height: 3px;
width: 70px;
position: absolute;
top: 99%;
right: 0;
z-index: 9999;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;2.) Separator with text. Just add this on your custom.css&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;.supersmall .seperator-addon {
display: block;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Regards,&#60;br /&#62;
Ismael
&#60;/p&#62;</description>
		</item>
		<item>
			<title>typogretel on "Flag Divider: how to change style &#38; colour"</title>
			<link>http://www.kriesi.at/support/topic/flag-divider-how-to-change-style-colour#post-110446</link>
			<pubDate>Fri, 10 May 2013 23:30:33 +0000</pubDate>
			<dc:creator>typogretel</dc:creator>
			<guid isPermaLink="false">110446@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;And ... one last thing ... is it maybe possible to add another divider between the open portfolio item and the thumbnails - similar to the layout of Flagship?&#60;br /&#62;
&#60;a href=&#34;https://dl.dropboxusercontent.com/u/6710602/second-line.jpg&#34; rel=&#34;nofollow&#34;&#62;https://dl.dropboxusercontent.com/u/6710602/second-line.jpg&#60;/a&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>typogretel on "Flag Divider: how to change style &#38; colour"</title>
			<link>http://www.kriesi.at/support/topic/flag-divider-how-to-change-style-colour#post-110301</link>
			<pubDate>Fri, 10 May 2013 09:29:51 +0000</pubDate>
			<dc:creator>typogretel</dc:creator>
			<guid isPermaLink="false">110301@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Thanks again Ismael,&#60;br /&#62;
getting there :)&#60;/p&#62;
&#60;p&#62;1) I've deleted this from my Custom CSS:&#60;/p&#62;
&#60;p&#62;.seperator-addon {&#60;br /&#62;
width: 3%;&#60;br /&#62;
}&#60;br /&#62;
#top .primary-background.seperator-addon {&#60;br /&#62;
background-color: #XXXXXX !important;&#60;br /&#62;
}&#60;/p&#62;
&#60;p&#62;2) then placed your code and got the following result:&#60;br /&#62;
&#60;a href=&#34;https://dl.dropboxusercontent.com/u/6710602/divider-02.png&#34; rel=&#34;nofollow&#34;&#62;https://dl.dropboxusercontent.com/u/6710602/divider-02.png&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;3) after that I've re-added to my custom CSS:&#60;br /&#62;
.seperator-addon {&#60;br /&#62;
width: 3%;&#60;br /&#62;
}&#60;br /&#62;
#top .primary-background.seperator-addon {&#60;br /&#62;
background-color: #XXXXXX !important;&#60;br /&#62;
}&#60;/p&#62;
&#60;p&#62;4) then modified your code to:&#60;br /&#62;
.seperator-addon-end {&#60;br /&#62;
height: 3px;&#60;br /&#62;
width: 3%;&#60;br /&#62;
position: absolute;&#60;br /&#62;
top: 49%;&#60;br /&#62;
right: 0;&#60;br /&#62;
z-index: 9999;&#60;br /&#62;
background-color: #XXXXXX !important;&#60;br /&#62;
}&#60;/p&#62;
&#60;p&#62;Now it looks like this:&#60;br /&#62;
&#60;a href=&#34;https://dl.dropboxusercontent.com/u/6710602/divider-03.jpg&#34; rel=&#34;nofollow&#34;&#62;https://dl.dropboxusercontent.com/u/6710602/divider-03.jpg&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;So the last bit which is missing is the adaptation of the style of the divider below the logo.&#60;/p&#62;
&#60;p&#62;I've created a test template to check the effect of the changes on all relevant dividers, here is the result:&#60;br /&#62;
&#60;a href=&#34;https://dl.dropboxusercontent.com/u/6710602/divider-test.jpg&#34; rel=&#34;nofollow&#34;&#62;https://dl.dropboxusercontent.com/u/6710602/divider-test.jpg&#60;/a&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Ismael on "Flag Divider: how to change style &#38; colour"</title>
			<link>http://www.kriesi.at/support/topic/flag-divider-how-to-change-style-colour#post-110231</link>
			<pubDate>Fri, 10 May 2013 02:40:39 +0000</pubDate>
			<dc:creator>Ismael</dc:creator>
			<guid isPermaLink="false">110231@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;Replace the css code with this&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;.seperator-addon-end {
height: 3px;
width: 70px;
position: absolute;
top: 49%;
right: 0;
z-index: 9999;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;This is what it looks like on my end. &#60;/p&#62;
&#60;p&#62;&#60;img src=&#34;http://www.mediafire.com/convkey/818b/ejazgmqj07yjgsmfg.jpg&#34; /&#62;&#60;/p&#62;
&#60;p&#62;Regards,&#60;br /&#62;
Ismael
&#60;/p&#62;</description>
		</item>
		<item>
			<title>typogretel on "Flag Divider: how to change style &#38; colour"</title>
			<link>http://www.kriesi.at/support/topic/flag-divider-how-to-change-style-colour#post-110181</link>
			<pubDate>Thu, 09 May 2013 23:41:35 +0000</pubDate>
			<dc:creator>typogretel</dc:creator>
			<guid isPermaLink="false">110181@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi Ismael &#38;amp; thanks for the swift reply!&#60;br /&#62;
Unfortunately it did not work 100%  :(&#60;br /&#62;
There is a thicker part now sitting at the end of one type of divider, below the line.&#60;/p&#62;
&#60;p&#62;What I would like to achieve is to make all these dividers which have a thicker start (also the full width ones)  look the same on both ends.&#60;br /&#62;
Please see the screeshot:&#60;br /&#62;
&#60;a href=&#34;https://dl.dropboxusercontent.com/u/6710602/lines.png&#34; rel=&#34;nofollow&#34;&#62;https://dl.dropboxusercontent.com/u/6710602/lines.png&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Cheers
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Ismael on "Flag Divider: how to change style &#38; colour"</title>
			<link>http://www.kriesi.at/support/topic/flag-divider-how-to-change-style-colour#post-110163</link>
			<pubDate>Thu, 09 May 2013 22:11:53 +0000</pubDate>
			<dc:creator>Ismael</dc:creator>
			<guid isPermaLink="false">110163@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;First, edit functions.php then find this code &#60;/p&#62;
&#60;p&#62;&#60;code&#62;$output .= &#38;#39;    	&#38;lt;span class=&#38;quot;primary-background seperator-addon&#38;quot;&#38;gt;&#38;lt;/span&#38;gt;&#38;#39;;&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;Replace it with&#60;/p&#62;
&#60;p&#62;&#60;code&#62;$output .= &#38;#39;    	&#38;lt;span class=&#38;quot;primary-background seperator-addon&#38;quot;&#38;gt;&#38;lt;/span&#38;gt;&#38;lt;span class=&#38;quot;primary-background seperator-addon-end&#38;quot;&#38;gt;&#38;lt;/span&#38;gt;&#38;#39;;&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;Add this on your custom.css&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;.seperator-addon-end {
height: 3px;
width: 70px;
position: absolute;
top: 50%;
right: 0;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Regards,&#60;br /&#62;
Ismael
&#60;/p&#62;</description>
		</item>
		<item>
			<title>typogretel on "Flag Divider: how to change style &#38; colour"</title>
			<link>http://www.kriesi.at/support/topic/flag-divider-how-to-change-style-colour#post-110126</link>
			<pubDate>Thu, 09 May 2013 19:13:11 +0000</pubDate>
			<dc:creator>typogretel</dc:creator>
			<guid isPermaLink="false">110126@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Ok, I found this:&#60;/p&#62;
&#60;p&#62;.seperator-addon {&#60;br /&#62;
    width: 3%;&#60;br /&#62;
}&#60;/p&#62;
&#60;p&#62;#top .primary-background.seperator-addon {&#60;br /&#62;
background-color: #XXXXXX !important;&#60;br /&#62;
}&#60;/p&#62;
&#60;p&#62;Which works great ... the only thing which is left now is to add the &#34;seperator-addon&#34; at the end of the divider line as well. Is this possible?&#60;br /&#62;
Cheers!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>typogretel on "Flag Divider: how to change style &#38; colour"</title>
			<link>http://www.kriesi.at/support/topic/flag-divider-how-to-change-style-colour#post-110106</link>
			<pubDate>Thu, 09 May 2013 16:31:49 +0000</pubDate>
			<dc:creator>typogretel</dc:creator>
			<guid isPermaLink="false">110106@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi guys,&#60;br /&#62;
I would like to change all of these horizontal dividers with the thicker part at the beginning:&#60;br /&#62;
1) the thick part should be shorter, about 1/3 of the actual size&#60;br /&#62;
2) the thick part should sit on both ends of the line&#60;br /&#62;
3) the whole thing should have one certain colour&#60;/p&#62;
&#60;p&#62;What is the best way to modify this element, &#38;amp; and make it still work &#34;responsively&#34;?&#60;/p&#62;
&#60;p&#62;Thx in advance!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Ismael on "Removing flag/banner icon beside blog posts"</title>
			<link>http://www.kriesi.at/support/topic/removing-flagbanner-icon-beside-blog-posts#post-75111</link>
			<pubDate>Mon, 10 Sep 2012 05:38:36 +0000</pubDate>
			<dc:creator>Ismael</dc:creator>
			<guid isPermaLink="false">75111@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi tamtamdesigns,&#60;/p&#62;
&#60;p&#62;Glad that I could help. :) To your previous question, Yes, you can add it there, custom.css and Quick CSS is used for the same purpose &#34;user customization&#34;. :)&#60;/p&#62;
&#60;p&#62;Regards,&#60;br /&#62;
Ismael
&#60;/p&#62;</description>
		</item>
		<item>
			<title>tamtamdesigns on "Removing flag/banner icon beside blog posts"</title>
			<link>http://www.kriesi.at/support/topic/removing-flagbanner-icon-beside-blog-posts#post-75070</link>
			<pubDate>Sun, 09 Sep 2012 14:19:12 +0000</pubDate>
			<dc:creator>tamtamdesigns</dc:creator>
			<guid isPermaLink="false">75070@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;I was able to add it to the quick css and it worked! So, please disregard my previous question. Thank you, again!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>tamtamdesigns on "Removing flag/banner icon beside blog posts"</title>
			<link>http://www.kriesi.at/support/topic/removing-flagbanner-icon-beside-blog-posts#post-75069</link>
			<pubDate>Sun, 09 Sep 2012 14:13:11 +0000</pubDate>
			<dc:creator>tamtamdesigns</dc:creator>
			<guid isPermaLink="false">75069@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Can I add this to the quick css, too? Or does it only work on the custom.css?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Ismael on "Removing flag/banner icon beside blog posts"</title>
			<link>http://www.kriesi.at/support/topic/removing-flagbanner-icon-beside-blog-posts#post-75023</link>
			<pubDate>Sun, 09 Sep 2012 05:46:56 +0000</pubDate>
			<dc:creator>Ismael</dc:creator>
			<guid isPermaLink="false">75023@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;Just add this on your custom.css&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;.post-format.primary-background.flag {
display: none;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Regards,&#60;br /&#62;
Ismael
&#60;/p&#62;</description>
		</item>
		<item>
			<title>tamtamdesigns on "Removing flag/banner icon beside blog posts"</title>
			<link>http://www.kriesi.at/support/topic/removing-flagbanner-icon-beside-blog-posts#post-74946</link>
			<pubDate>Sat, 08 Sep 2012 14:57:13 +0000</pubDate>
			<dc:creator>tamtamdesigns</dc:creator>
			<guid isPermaLink="false">74946@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;I need help figuring out how to delete the flag/banner that beside each blog post. Is this possible? Thank you!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>erikriemsdyk on "Remove Related Products Horizontal Divider Flag"</title>
			<link>http://www.kriesi.at/support/topic/remove-related-products-horizontal-divider-flag#post-72650</link>
			<pubDate>Fri, 24 Aug 2012 07:22:01 +0000</pubDate>
			<dc:creator>erikriemsdyk</dc:creator>
			<guid isPermaLink="false">72650@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Thanks Peter, Ismael&#60;/p&#62;
&#60;p&#62;It worked like a treat,&#60;/p&#62;
&#60;p&#62;... and thanx for the quick response :) you guys rock!&#60;/p&#62;
&#60;p&#62;Regards,&#60;/p&#62;
&#60;p&#62;Erik
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "Remove Related Products Horizontal Divider Flag"</title>
			<link>http://www.kriesi.at/support/topic/remove-related-products-horizontal-divider-flag#post-72637</link>
			<pubDate>Fri, 24 Aug 2012 07:00:04 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">72637@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey! &#60;/p&#62;
&#60;p&#62; Yes, this change will remove the flags. &#60;/p&#62;
&#60;p&#62; Best regards,&#60;br /&#62;
Peter
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "Remove Related Products Horizontal Divider Flag"</title>
			<link>http://www.kriesi.at/support/topic/remove-related-products-horizontal-divider-flag#post-72635</link>
			<pubDate>Fri, 24 Aug 2012 06:59:27 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">72635@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Open up propulsion\config-woocommerce\config.php and replace:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;echo avia_flag(__(&#38;#39;Related Products&#38;#39;, &#38;#39;avia_framework&#38;#39;));&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;and&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;echo avia_flag(__(&#38;#39;You may also like&#38;#39;, &#38;#39;avia_framework&#38;#39;));&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;with:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;echo __(&#38;#39;Related Products&#38;#39;, &#38;#39;avia_framework&#38;#39;);&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;and&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;echo __(&#38;#39;You may also like&#38;#39;, &#38;#39;avia_framework&#38;#39;);&#60;/code&#62;&#60;/pre&#62;</description>
		</item>
		<item>
			<title>erikriemsdyk on "Remove Related Products Horizontal Divider Flag"</title>
			<link>http://www.kriesi.at/support/topic/remove-related-products-horizontal-divider-flag#post-72633</link>
			<pubDate>Fri, 24 Aug 2012 06:58:14 +0000</pubDate>
			<dc:creator>erikriemsdyk</dc:creator>
			<guid isPermaLink="false">72633@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi Ismael,&#60;/p&#62;
&#60;p&#62;Will this remove the Flag or only change the Words? I would like to remove the Flag as well ;)
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
