<?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 - Topic: WPML =&#62; menu issue with Flashlight?</title>
		<link>http://www.kriesi.at/support/topic/wpml-menu-issue-with-flashlight</link>
		<description>Support Forum - Topic: WPML =&gt; menu issue with Flashlight?</description>
		<language>en-US</language>
		<pubDate>Wed, 19 Jun 2013 21:12:25 +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/topic/wpml-menu-issue-with-flashlight" rel="self" type="application/rss+xml" />

		<item>
			<title>Dude on "WPML =&#62; menu issue with Flashlight?"</title>
			<link>http://www.kriesi.at/support/topic/wpml-menu-issue-with-flashlight#post-99136</link>
			<pubDate>Sat, 02 Mar 2013 13:17:51 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">99136@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Tbh I'm not sure why it's working on the shop page and not on other pages. Maybe the reason is that your pages are not translated yet? I noticed that the German flag is displayed on all pages and it seems like the page content is &#34;in German&#34;. The shop page displays all flags, however when I click on a flag I get an empty archive page because the products are not translated yet. Try to create some translated entries and check if this solve the issue. I think the language switcher relies on the get_current_language() function which can be found in wp-content\plugins\sitepress-multilingual-cms\sitepress.class.php and this function will strip &#34;missing&#34; languages (otherwise the user would just get a &#34;post not found&#34; message).
&#60;/p&#62;</description>
		</item>
		<item>
			<title>master04 on "WPML =&#62; menu issue with Flashlight?"</title>
			<link>http://www.kriesi.at/support/topic/wpml-menu-issue-with-flashlight#post-99080</link>
			<pubDate>Fri, 01 Mar 2013 22:22:56 +0000</pubDate>
			<dc:creator>master04</dc:creator>
			<guid isPermaLink="false">99080@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;hi dude,&#60;/p&#62;
&#60;p&#62;no, that didn´t work.&#60;br /&#62;
your code created a selector with frame and without dropdown function.&#60;/p&#62;
&#60;p&#62;i need just just the flag of currently used language WITHIN sidebar menu, and when hover over the flag, the other language options shall appear as flags, just like in my shop:&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://l3s4144.zeus04.de/wp351/wordpress/?post_type=product&#34; rel=&#34;nofollow&#34;&#62;http://l3s4144.zeus04.de/wp351/wordpress/?post_type=product&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;i don´t understand, why my shop is showing language plugin correctly in the sidebar menu, however main home menu page does not...&#60;/p&#62;
&#60;p&#62;i am desperate...&#60;/p&#62;
&#60;p&#62;regards&#60;br /&#62;
armin
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "WPML =&#62; menu issue with Flashlight?"</title>
			<link>http://www.kriesi.at/support/topic/wpml-menu-issue-with-flashlight#post-98641</link>
			<pubDate>Wed, 27 Feb 2013 07:45:44 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">98641@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;This code will generate a list of flags and not a dropdown. If you want to show a dropdown open up sidebar.php and replace:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;$menu = wp_nav_menu($args);
						echo &#38;quot;&#38;lt;/div&#38;gt;&#38;quot;;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;with:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;$menu = wp_nav_menu($args);
						echo &#38;quot;&#38;lt;/div&#38;gt;&#38;quot;;
						do_action(&#38;#39;icl_language_selector&#38;#39;);&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;and make sure that you selected the &#34;dropdown&#34; switcher on the &#60;a href=&#34;http://inoplugs.com/wpml&#34;&#62;WPML&#60;/a&#62; settings page.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>master04 on "WPML =&#62; menu issue with Flashlight?"</title>
			<link>http://www.kriesi.at/support/topic/wpml-menu-issue-with-flashlight#post-98600</link>
			<pubDate>Tue, 26 Feb 2013 22:03:04 +0000</pubDate>
			<dc:creator>master04</dc:creator>
			<guid isPermaLink="false">98600@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;hi devin,&#60;/p&#62;
&#60;p&#62;here you go, grateful for any help:&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://l3s4144.zeus04.de/wp351/wordpress/&#34; rel=&#34;nofollow&#34;&#62;http://l3s4144.zeus04.de/wp351/wordpress/&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;current status: 9 of 10 flags (german flag not) are appearing permanently (they should appear after hover over german flag), after added in functions.php as follows:&#60;/p&#62;
&#60;p&#62;    function new_nav_menu_items($items) {&#60;/p&#62;
&#60;p&#62;            if (function_exists('icl_get_languages')) {&#60;br /&#62;
                    $languages = icl_get_languages('skip_missing=0');&#60;/p&#62;
&#60;p&#62;                    if(1 &#38;lt; count($languages)){&#60;/p&#62;
&#60;p&#62;                            foreach($languages as $l){&#60;br /&#62;
                                    if(!$l['active']){&#60;br /&#62;
                                            $items = $items.'&#38;lt;li class=&#34;menu-item&#34;&#38;gt;&#60;a href=&#34;'.$l['url'].'&#34;&#62;&#60;img src=&#34;'.$l['country_flag_url'].'&#34; alt=&#34;'.$l['language_code'].'&#34; /&#62; '.$l['translated_name'].'&#60;/a&#62;';&#60;br /&#62;
                                    }&#60;br /&#62;
                            }&#60;br /&#62;
                    }&#60;br /&#62;
            }&#60;/p&#62;
&#60;p&#62;    return $items;&#60;br /&#62;
    }&#60;/p&#62;
&#60;p&#62;    add_filter( 'wp_list_pages', 'new_nav_menu_items' );&#60;br /&#62;
    add_filter( 'wp_nav_menu_items', 'new_nav_menu_items' );&#60;/p&#62;
&#60;p&#62;regards&#60;br /&#62;
armin
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Devin on "WPML =&#62; menu issue with Flashlight?"</title>
			<link>http://www.kriesi.at/support/topic/wpml-menu-issue-with-flashlight#post-98561</link>
			<pubDate>Tue, 26 Feb 2013 18:41:23 +0000</pubDate>
			<dc:creator>Devin</dc:creator>
			<guid isPermaLink="false">98561@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi Armin,&#60;/p&#62;
&#60;p&#62;Can you provide a link to your site so we can take a look? I'm not very familiar with the implementation of &#60;a href=&#34;http://inoplugs.com/wpml&#34;&#62;WPML&#60;/a&#62; but I've tagged the topic for another of the support crew who is.&#60;/p&#62;
&#60;p&#62;Regards,&#60;/p&#62;
&#60;p&#62;Devin
&#60;/p&#62;</description>
		</item>
		<item>
			<title>master04 on "WPML =&#62; menu issue with Flashlight?"</title>
			<link>http://www.kriesi.at/support/topic/wpml-menu-issue-with-flashlight#post-98439</link>
			<pubDate>Mon, 25 Feb 2013 23:25:56 +0000</pubDate>
			<dc:creator>master04</dc:creator>
			<guid isPermaLink="false">98439@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi All,&#60;/p&#62;
&#60;p&#62;is there any well-known reason why my &#60;a href=&#34;http://inoplugs.com/wpml&#34;&#62;WPML&#60;/a&#62; plugin is not appearing correctly as a language dropdown selector within main home menu?&#60;br /&#62;
The strange point is, that eveything looks ok under the main shop menu... (WooCommerce)&#60;/p&#62;
&#60;p&#62;in addition to this confusion: if i choose under &#34;adjust flagship&#34; the &#34;static site&#34; radio button, instead of &#34;last article&#34; (translated from german, sorry, not sure about exact english name), the language selector is appearing suddenly correctly within the main home menu, however only if i choose no options for &#34;article&#34; and &#34; starting site&#34;... but this is not a appropriate solution, as it is able to save/publish...&#60;/p&#62;
&#60;p&#62;I have deleted and re-installed over and over all other plugins, it seems not to be a non-compability plugin issue... I assume...=) &#60;/p&#62;
&#60;p&#62;Any idea?&#60;/p&#62;
&#60;p&#62;Thanks and regards&#60;br /&#62;
Armin
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
