<?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: Facebook I like problem</title>
		<link>http://www.kriesi.at/support/topic/facebook-i-like-problem</link>
		<description>Support Forum - Topic: Facebook I like problem</description>
		<language>en-US</language>
		<pubDate>Wed, 19 Jun 2013 18:46:18 +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/facebook-i-like-problem" rel="self" type="application/rss+xml" />

		<item>
			<title>Nick on "Facebook I like problem"</title>
			<link>http://www.kriesi.at/support/topic/facebook-i-like-problem#post-96965</link>
			<pubDate>Fri, 15 Feb 2013 17:27:13 +0000</pubDate>
			<dc:creator>Nick</dc:creator>
			<guid isPermaLink="false">96965@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;Works ok now?&#60;/p&#62;
&#60;p&#62;Thanks,&#60;/p&#62;
&#60;p&#62;Nick
&#60;/p&#62;</description>
		</item>
		<item>
			<title>vuduproject on "Facebook I like problem"</title>
			<link>http://www.kriesi.at/support/topic/facebook-i-like-problem#post-96959</link>
			<pubDate>Fri, 15 Feb 2013 17:15:23 +0000</pubDate>
			<dc:creator>vuduproject</dc:creator>
			<guid isPermaLink="false">96959@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Greeeeeaaaaaaaaaaaaaaaaaaaat!&#60;br /&#62;
Now Run!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Nick on "Facebook I like problem"</title>
			<link>http://www.kriesi.at/support/topic/facebook-i-like-problem#post-96628</link>
			<pubDate>Wed, 13 Feb 2013 23:15:09 +0000</pubDate>
			<dc:creator>Nick</dc:creator>
			<guid isPermaLink="false">96628@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;Please open up your /js/avia-social.js file. Please make a backup of the file.&#60;/p&#62;
&#60;p&#62;We are going to be removing a few things and adding more. The line numbers i am using is *before* anything is removed.&#60;/p&#62;
&#60;p&#62;1) Remove lines 12-14 that look like&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;});

jQuery(window).load(function() {&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;2) Remove lines 20-26 that look like&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;(function(d, s, id) {
		  var js, fjs = d.getElementsByTagName(s)[0];
		  if (d.getElementById(id)) return;
		  js = d.createElement(s); js.id = id;
		  js.src = &#38;quot;//connect.facebook.net/en_US/all.js#xfbml=1&#38;quot;;
		  fjs.parentNode.insertBefore(js, fjs);
		}(document, &#38;#39;script&#38;#39;, &#38;#39;facebook-jssdk&#38;#39;));&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;3. Change line 42 that looks like&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;var win = $(window);&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;change that to look like&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;var win = $(window), first_call = true;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;4. Find lines 65-68 that look like *do not delete them*&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;try{
			FB.Event.subscribe(&#38;#39;edge.create&#38;#39;, avia_fb_click_add );
			FB.Event.subscribe(&#38;#39;edge.remove&#38;#39;, avia_fb_click_rem );
		}catch(err){}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;After line 68, please paste the block below on line 69 right after the last line above&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;function load_fb()
		{
			(function(d, s, id) {

			  var js, fjs = d.getElementsByTagName(s)[0];
			  if (d.getElementById(id)) return;
			  js = d.createElement(s); js.id = id;
			  js.src = &#38;quot;//connect.facebook.net/en_US/all.js#xfbml=1&#38;quot;;
			  fjs.parentNode.insertBefore(js, fjs);
			}(document, &#38;#39;script&#38;#39;, &#38;#39;facebook-jssdk&#38;#39;));

		}

		if(this.length)
		{
			$(&#38;#39;.entry-content&#38;#39;).bind(&#38;#39;mouseenter&#38;#39;, function()
			{
				if(first_call)
				{
					first_call = false;
					load_fb();
				}
			})
		}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;That's it.&#60;/p&#62;
&#60;p&#62;Thanks,&#60;/p&#62;
&#60;p&#62;Nick
&#60;/p&#62;</description>
		</item>
		<item>
			<title>vuduproject on "Facebook I like problem"</title>
			<link>http://www.kriesi.at/support/topic/facebook-i-like-problem#post-96492</link>
			<pubDate>Wed, 13 Feb 2013 10:29:19 +0000</pubDate>
			<dc:creator>vuduproject</dc:creator>
			<guid isPermaLink="false">96492@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;The button disappears again, although at first appeared ...&#60;br /&#62;
thanx
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Nick on "Facebook I like problem"</title>
			<link>http://www.kriesi.at/support/topic/facebook-i-like-problem#post-96396</link>
			<pubDate>Tue, 12 Feb 2013 17:33:02 +0000</pubDate>
			<dc:creator>Nick</dc:creator>
			<guid isPermaLink="false">96396@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;Please try adding this to your custom.css or to Quick CSS&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;#top .fb_iframe_widget span {
height: 150px !important;
width: 450px !important;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Thanks,&#60;/p&#62;
&#60;p&#62;Nick
&#60;/p&#62;</description>
		</item>
		<item>
			<title>vuduproject on "Facebook I like problem"</title>
			<link>http://www.kriesi.at/support/topic/facebook-i-like-problem#post-96305</link>
			<pubDate>Tue, 12 Feb 2013 08:09:55 +0000</pubDate>
			<dc:creator>vuduproject</dc:creator>
			<guid isPermaLink="false">96305@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;we confidently await...&#60;br /&#62;
thanks
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "Facebook I like problem"</title>
			<link>http://www.kriesi.at/support/topic/facebook-i-like-problem#post-96298</link>
			<pubDate>Tue, 12 Feb 2013 07:36:23 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">96298@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;I reported it to Kriesi and we'll provide a solution with the next update. We'll probably remove these links and implement a third party share service or we'll support a third party &#34;social bookmarks&#34; plugin (like &#60;a href=&#34;http://wordpress.org/extend/plugins/shareaholic/&#34; rel=&#34;nofollow&#34;&#62;http://wordpress.org/extend/plugins/shareaholic/&#60;/a&#62; ) but we have not decided yet.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>ppi37 on "Facebook I like problem"</title>
			<link>http://www.kriesi.at/support/topic/facebook-i-like-problem#post-96239</link>
			<pubDate>Mon, 11 Feb 2013 21:49:40 +0000</pubDate>
			<dc:creator>ppi37</dc:creator>
			<guid isPermaLink="false">96239@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;exactly the same pb with firefox, here : &#60;a href=&#34;http://www.kriesi.at/themes/coherence/blog/&#34; rel=&#34;nofollow&#34;&#62;http://www.kriesi.at/themes/coherence/blog/&#60;/a&#62;&#60;br /&#62;
no pb with eunoia here : &#60;a href=&#34;http://www.kriesi.at/themes/eunoia/blog/&#34; rel=&#34;nofollow&#34;&#62;http://www.kriesi.at/themes/eunoia/blog/&#60;/a&#62;&#60;br /&#62;
thanks
&#60;/p&#62;</description>
		</item>
		<item>
			<title>vuduproject on "Facebook I like problem"</title>
			<link>http://www.kriesi.at/support/topic/facebook-i-like-problem#post-96154</link>
			<pubDate>Mon, 11 Feb 2013 12:23:45 +0000</pubDate>
			<dc:creator>vuduproject</dc:creator>
			<guid isPermaLink="false">96154@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;But the problem is also with Firefox and IE!&#60;br /&#62;
Can you try with this browser?&#60;/p&#62;
&#60;p&#62;thanks
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "Facebook I like problem"</title>
			<link>http://www.kriesi.at/support/topic/facebook-i-like-problem#post-96110</link>
			<pubDate>Mon, 11 Feb 2013 06:40:38 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">96110@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Actually it's not a problem with our theme but with Chrome. If you open the developer console you'll get following error message when you click the like button&#60;/p&#62;
&#60;blockquote&#62;&#60;p&#62;
Unsafe JavaScript attempt to access frame with URL &#60;a href=&#34;http://static.ak.facebook.com/connect/xd_arbiter.php?version=18#channel=f10…%2Fcategory%2Fsenza-categoria%2F%3Ffb_xd_fragment%23xd_sig%3Df1e94c8c94%26&#34; rel=&#34;nofollow&#34;&#62;http://static.ak.facebook.com/connect/xd_arbiter.php?version=18#channel=f10…%2Fcategory%2Fsenza-categoria%2F%3Ffb_xd_fragment%23xd_sig%3Df1e94c8c94%26&#60;/a&#62; from frame with URL &#60;a href=&#34;https://www.facebook.com/plugins/like.php?api_key=&#38;amp;locale=en_US&#38;amp;sdk=joey&#38;amp;ch…olorscheme=light&#38;amp;show_faces=false&#38;amp;send=false&#38;amp;extended_social_context=false&#34; rel=&#34;nofollow&#34;&#62;https://www.facebook.com/plugins/like.php?api_key=&#38;amp;locale=en_US&#38;amp;sdk=joey&#38;amp;ch…olorscheme=light&#38;amp;show_faces=false&#38;amp;send=false&#38;amp;extended_social_context=false&#60;/a&#62;. The frame requesting access has a protocol of 'https', the frame being accessed has a protocol of 'http'. Protocols must match.
&#60;/p&#62;&#60;/blockquote&#62;
&#60;p&#62;I did a quick search and this error is a browser bug which is not fixed yet: &#60;a href=&#34;http://stackoverflow.com/questions/13537134/javascript-unsafe-access&#34; rel=&#34;nofollow&#34;&#62;http://stackoverflow.com/questions/13537134/javascript-unsafe-access&#60;/a&#62; and &#60;a href=&#34;http://stackoverflow.com/questions/13555261/getting-http-https-protocols-to-match-with-iframe-for-maps-google-com&#34; rel=&#34;nofollow&#34;&#62;http://stackoverflow.com/questions/13555261/getting-http-https-protocols-to-match-with-iframe-for-maps-google-com&#60;/a&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>vuduproject on "Facebook I like problem"</title>
			<link>http://www.kriesi.at/support/topic/facebook-i-like-problem#post-95966</link>
			<pubDate>Sat, 09 Feb 2013 09:27:58 +0000</pubDate>
			<dc:creator>vuduproject</dc:creator>
			<guid isPermaLink="false">95966@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;I try your advice, but the result is the same.&#60;br /&#62;
Don't work properly.&#60;br /&#62;
css container is the 1.3 version, but the imported css is the 1.4 version!&#60;/p&#62;
&#60;p&#62;We are not so naive!&#60;br /&#62;
Other users have had the same problem but they have not been answered, and in your example does not work.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "Facebook I like problem"</title>
			<link>http://www.kriesi.at/support/topic/facebook-i-like-problem#post-95957</link>
			<pubDate>Sat, 09 Feb 2013 07:34:51 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">95957@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey! &#60;/p&#62;
&#60;p&#62; I hope it worked out? &#60;/p&#62;
&#60;p&#62; Best regards,&#60;br /&#62;
Peter
&#60;/p&#62;</description>
		</item>
		<item>
			<title>vuduproject on "Facebook I like problem"</title>
			<link>http://www.kriesi.at/support/topic/facebook-i-like-problem#post-95890</link>
			<pubDate>Fri, 08 Feb 2013 19:25:40 +0000</pubDate>
			<dc:creator>vuduproject</dc:creator>
			<guid isPermaLink="false">95890@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;thanks.&#60;br /&#62;
I try your advices...
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Devin on "Facebook I like problem"</title>
			<link>http://www.kriesi.at/support/topic/facebook-i-like-problem#post-95829</link>
			<pubDate>Fri, 08 Feb 2013 14:19:47 +0000</pubDate>
			<dc:creator>Devin</dc:creator>
			<guid isPermaLink="false">95829@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi vuduproject,&#60;/p&#62;
&#60;p&#62;A couple of things to try: First, disable any active plugins you have running just in case one of theme is causing a conflict outside of Chrome (FF and IE).&#60;/p&#62;
&#60;p&#62;Next, download the most recent update of Coherence from Themeforest from your downloads and update your theme files. The most recent version should be 1.4.1 and you are on 1.3 from what your style.css for the theme shows.&#60;/p&#62;
&#60;p&#62;Regards,&#60;/p&#62;
&#60;p&#62;Devin
&#60;/p&#62;</description>
		</item>
		<item>
			<title>vuduproject on "Facebook I like problem"</title>
			<link>http://www.kriesi.at/support/topic/facebook-i-like-problem#post-95683</link>
			<pubDate>Thu, 07 Feb 2013 13:44:05 +0000</pubDate>
			<dc:creator>vuduproject</dc:creator>
			<guid isPermaLink="false">95683@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Any suggestion?&#60;br /&#62;
It's a great problem...
&#60;/p&#62;</description>
		</item>
		<item>
			<title>vuduproject on "Facebook I like problem"</title>
			<link>http://www.kriesi.at/support/topic/facebook-i-like-problem#post-95631</link>
			<pubDate>Thu, 07 Feb 2013 07:37:07 +0000</pubDate>
			<dc:creator>vuduproject</dc:creator>
			<guid isPermaLink="false">95631@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Sorry&#60;br /&#62;
&#60;a href=&#34;http://www.residenzarcobaleno.it/residenzarcobaleno/category/senza-categoria/&#34; rel=&#34;nofollow&#34;&#62;http://www.residenzarcobaleno.it/residenzarcobaleno/category/senza-categoria/&#60;/a&#62;&#60;br /&#62;
try with Firefox and Ie&#60;br /&#62;
thanks
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Ismael on "Facebook I like problem"</title>
			<link>http://www.kriesi.at/support/topic/facebook-i-like-problem#post-95629</link>
			<pubDate>Thu, 07 Feb 2013 07:34:00 +0000</pubDate>
			<dc:creator>Ismael</dc:creator>
			<guid isPermaLink="false">95629@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hello,&#60;/p&#62;
&#60;p&#62;The link you provided doesn't show. Is the link correct?&#60;/p&#62;
&#60;p&#62;Regards,&#60;br /&#62;
Ismael
&#60;/p&#62;</description>
		</item>
		<item>
			<title>vuduproject on "Facebook I like problem"</title>
			<link>http://www.kriesi.at/support/topic/facebook-i-like-problem#post-95612</link>
			<pubDate>Thu, 07 Feb 2013 07:16:32 +0000</pubDate>
			<dc:creator>vuduproject</dc:creator>
			<guid isPermaLink="false">95612@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;The problem is the same!&#60;br /&#62;
I had done this!&#60;br /&#62;
&#60;a href=&#34;http://residenzaarcobaleno.it/residenzarcobaleno/category/senza-categoria/&#34; rel=&#34;nofollow&#34;&#62;http://residenzaarcobaleno.it/residenzarcobaleno/category/senza-categoria/&#60;/a&#62;&#60;br /&#62;
Click on 0 Like...&#60;/p&#62;
&#60;p&#62;thanks
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Ismael on "Facebook I like problem"</title>
			<link>http://www.kriesi.at/support/topic/facebook-i-like-problem#post-95594</link>
			<pubDate>Thu, 07 Feb 2013 06:34:24 +0000</pubDate>
			<dc:creator>Ismael</dc:creator>
			<guid isPermaLink="false">95594@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;Try to download the latest version of Coherence on your theme forest account.&#60;/p&#62;
&#60;p&#62;Regards,&#60;br /&#62;
Ismael
&#60;/p&#62;</description>
		</item>
		<item>
			<title>vuduproject on "Facebook I like problem"</title>
			<link>http://www.kriesi.at/support/topic/facebook-i-like-problem#post-95523</link>
			<pubDate>Wed, 06 Feb 2013 19:38:32 +0000</pubDate>
			<dc:creator>vuduproject</dc:creator>
			<guid isPermaLink="false">95523@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;br /&#62;
Great Template but I have a problem!&#60;br /&#62;
The facebook’s link ‘ILIKE’ in the articles (and portfolio items) doesen’t works!!!&#60;br /&#62;
When I hover button &#34;0 Like&#34; the words disappears!&#60;br /&#62;
Whit Chrome browser I see the counter but the result is always 0!&#60;br /&#62;
I looked at the avia-social.js files but nothing, the button disappears again&#60;/p&#62;
&#60;p&#62;have you any suggestion? Thanks
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
