<?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 - User Favorites: kerrycrocker</title>
		<link><a href='http://www.kriesi.at/support/profile/kerrycrocker'>kerrycrocker</a></link>
		<description>Support Forum - User Favorites: kerrycrocker</description>
		<language>en-US</language>
		<pubDate>Thu, 20 Jun 2013 09:37: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/profile/" rel="self" type="application/rss+xml" />

		<item>
			<title>Ismael on "Remove blog sidebar in Eunoia in certain cases"</title>
			<link>http://www.kriesi.at/support/topic/remove-blog-sidebar-in-eunoia-in-certain-cases#post-96681</link>
			<pubDate>Thu, 14 Feb 2013 07:29:25 +0000</pubDate>
			<dc:creator>Ismael</dc:creator>
			<guid isPermaLink="false">96681@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;You might want to try this plugin &#60;a href=&#34;http://wordpress.org/extend/plugins/custom-sidebars/&#34; rel=&#34;nofollow&#34;&#62;http://wordpress.org/extend/plugins/custom-sidebars/&#60;/a&#62;.&#60;/p&#62;
&#60;p&#62;Regards,&#60;br /&#62;
Ismael
&#60;/p&#62;</description>
		</item>
		<item>
			<title>kerrycrocker on "Remove blog sidebar in Eunoia in certain cases"</title>
			<link>http://www.kriesi.at/support/topic/remove-blog-sidebar-in-eunoia-in-certain-cases#post-96615</link>
			<pubDate>Wed, 13 Feb 2013 21:45:56 +0000</pubDate>
			<dc:creator>kerrycrocker</dc:creator>
			<guid isPermaLink="false">96615@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;br /&#62;
My ultimate goal (for this thread) is to be able to display a page that contains blog posts of a specific category, and display that page without a header, footer/socket, or sidebar. I'd like a php solution because there are some other conditions I want to control about when the page gets displayed this way.&#60;/p&#62;
&#60;p&#62;So far, I have a page that has the header and footer removed (for that page only, using conditional tags as suggested here: &#60;a href=&#34;http://www.kriesi.at/support/topic/how-can-i-remove-the-footer-from-only-the-front-page)&#34; rel=&#34;nofollow&#34;&#62;http://www.kriesi.at/support/topic/how-can-i-remove-the-footer-from-only-the-front-page)&#60;/a&#62;. So I'm 2/3 of the way to the goal.&#60;/p&#62;
&#60;p&#62;But the sidebar is proving more tricky. My page is using a TemplateBuilder dynamic template that has a setting of &#34;no sidebar&#34; and it's only element is a &#34;blog&#34; specifying a category to be displayed. It is here: &#60;a href=&#34;http://parasolb.com/gallerytest&#34; rel=&#34;nofollow&#34;&#62;http://parasolb.com/gallerytest&#60;/a&#62; .&#60;/p&#62;
&#60;p&#62;In addition to trying to remove the sidebar using the template (where the sidebar shows even though I selected &#34;no sidebar&#34;--I figure the Default Blog Layout in Layout &#38;amp; Settings (with only choices of left or right) is overriding my dynamic template? Just a guess.) I looked for a similar method as I used for the header and footer, using conditional tags in php, but I'm not sure where the correct php file would be to do that for this scenario, since get_sidebar is called from a number of different places.&#60;/p&#62;
&#60;p&#62;I would appreciate your help very much. Thanks!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Nick on "Moving position of automatic sidebar navigation"</title>
			<link>http://www.kriesi.at/support/topic/moving-position-of-automatic-sidebar-navigation#post-94442</link>
			<pubDate>Fri, 01 Feb 2013 03:18:08 +0000</pubDate>
			<dc:creator>Nick</dc:creator>
			<guid isPermaLink="false">94442@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;No problem! Good luck and if you need other assistance, please let us know!&#60;/p&#62;
&#60;p&#62;Thanks,&#60;/p&#62;
&#60;p&#62;Nick
&#60;/p&#62;</description>
		</item>
		<item>
			<title>kerrycrocker on "Moving position of automatic sidebar navigation"</title>
			<link>http://www.kriesi.at/support/topic/moving-position-of-automatic-sidebar-navigation#post-94421</link>
			<pubDate>Thu, 31 Jan 2013 22:09:23 +0000</pubDate>
			<dc:creator>kerrycrocker</dc:creator>
			<guid isPermaLink="false">94421@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Beautiful! Thanks so much Nick!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Nick on "Moving position of automatic sidebar navigation"</title>
			<link>http://www.kriesi.at/support/topic/moving-position-of-automatic-sidebar-navigation#post-94229</link>
			<pubDate>Wed, 30 Jan 2013 22:36:06 +0000</pubDate>
			<dc:creator>Nick</dc:creator>
			<guid isPermaLink="false">94229@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;The only line you should move is 75 on that page which looks like&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;echo apply_filters(&#38;#39;avia_sidebar_menu_filter&#38;#39;, $sidebar_menu);&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;and place it on line 105 which is empty and comes before a line that looks like&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;//default dummy sidebar&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Thanks,&#60;/p&#62;
&#60;p&#62;Nick
&#60;/p&#62;</description>
		</item>
		<item>
			<title>kerrycrocker on "Moving position of automatic sidebar navigation"</title>
			<link>http://www.kriesi.at/support/topic/moving-position-of-automatic-sidebar-navigation#post-93977</link>
			<pubDate>Tue, 29 Jan 2013 19:54:11 +0000</pubDate>
			<dc:creator>kerrycrocker</dc:creator>
			<guid isPermaLink="false">93977@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;br /&#62;
I'm working with Eunoia, my 2nd experience with a Kriesi theme. Love it and appreciate the support forums!&#60;/p&#62;
&#60;p&#62;Similar to this post (the only really similar one I could find), &#60;a href=&#34;http://www.kriesi.at/support/topic/moving-sidebar-navigation&#34; rel=&#34;nofollow&#34;&#62;http://www.kriesi.at/support/topic/moving-sidebar-navigation&#60;/a&#62;, I want my other sidebar widgets to appear first in the sidebar, and be followed by the automatic navigation of the page's siblings (so it would be last in position in the sidebar, instead of first).&#60;/p&#62;
&#60;p&#62;I've tried several variations of moving the chunk of code within sidebar.php that seems like the logical chunk to move (lines 77 - 106, which are different than the line numbers for what the other poster was doing), including moving it to where you suggest in the above-mentioned post. The only result I get is making the sibling-navigation disappear entirely. So it doesn't appear that I'm breaking the code when I move the chunk (like syntax or missing curly brace or something) because my other sidebar widgets do appear at the top, it's just that the sibling-navigation is missing entirely, no matter where I move that code chunk in sidebar.php.&#60;/p&#62;
&#60;p&#62;Here's a sample page (with original sidebar.php): &#60;a href=&#34;http://parasolb.com/depiction-durham-community-collection-albums/caution&#34; rel=&#34;nofollow&#34;&#62;http://parasolb.com/depiction-durham-community-collection-albums/caution&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Help would be appreciated. Thanks!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Kriesi on "Problems with Facebook Likes link on Firefox and Chrome and iOS"</title>
			<link>http://www.kriesi.at/support/topic/problems-with-facebook-likes-link-on-firefox-and-chrome-and-ios#post-81976</link>
			<pubDate>Fri, 02 Nov 2012 14:28:00 +0000</pubDate>
			<dc:creator>Kriesi</dc:creator>
			<guid isPermaLink="false">81976@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey! I have made some improvements to the script but actually I couldnt reproduce the issue you ware encountering on firefox. maybe it was fixed by facebook or mozilla. If you want to feel free to test the newest version and let us know your findings ;)&#60;/p&#62;
&#60;p&#62;Cheers
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Ismael on "Shifty portfolio item hover images in Firefox and Chrome"</title>
			<link>http://www.kriesi.at/support/topic/shifty-portfolio-item-hover-images-in-firefox-and-chrome#post-78598</link>
			<pubDate>Fri, 05 Oct 2012 05:15:32 +0000</pubDate>
			<dc:creator>Ismael</dc:creator>
			<guid isPermaLink="false">78598@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;I visited the site and the greyscale hover works fine but the third item got no featured image. Is the greyscale fixed?&#60;/p&#62;
&#60;p&#62;Regards,&#60;br /&#62;
Ismael
&#60;/p&#62;</description>
		</item>
		<item>
			<title>kerrycrocker on "Shifty portfolio item hover images in Firefox and Chrome"</title>
			<link>http://www.kriesi.at/support/topic/shifty-portfolio-item-hover-images-in-firefox-and-chrome#post-78561</link>
			<pubDate>Thu, 04 Oct 2012 19:22:36 +0000</pubDate>
			<dc:creator>kerrycrocker</dc:creator>
			<guid isPermaLink="false">78561@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;I also see that helper-template-logic.php is updated to so I updated it.&#60;/p&#62;
&#60;p&#62;Note, I also cleared server-cached files.&#60;/p&#62;
&#60;p&#62;;]
&#60;/p&#62;</description>
		</item>
		<item>
			<title>kerrycrocker on "Shifty portfolio item hover images in Firefox and Chrome"</title>
			<link>http://www.kriesi.at/support/topic/shifty-portfolio-item-hover-images-in-firefox-and-chrome#post-78560</link>
			<pubDate>Thu, 04 Oct 2012 19:10:25 +0000</pubDate>
			<dc:creator>kerrycrocker</dc:creator>
			<guid isPermaLink="false">78560@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;Still having problems with the shifty thumbnails...&#60;/p&#62;
&#60;p&#62;So I've updated the theme to 1.2. In addition to the modified files mentioned in the release notes...style.css, folder: framework, css/layout.css, functions-coherence.php...I also noticed that css/base.css and avia/avia.js had updates since 1.1 so I updated them too--was this an oversight on the release notes? I did file compares on all the new stuff and my old stuff to make sure there weren't any foreseeable problems with making the updates.&#60;/p&#62;
&#60;p&#62;Modifications I've made to files that may help pinpoint the problem, but I don't think they're relevant to this issue:&#60;br /&#62;
*I have some stuff relating to the mobile menu commented out in avia.js&#60;br /&#62;
*In functions.php I changed one dimension on the 'portfolio_small' thumbnail, but I don't think it's too relevant because it only has effect on the Team page (portfolio items 4-across) and the Focus page (portfolio items 3-across) (&#60;a href=&#34;http://bit.ly/OKnIJO&#34; rel=&#34;nofollow&#34;&#62;http://bit.ly/OKnIJO&#60;/a&#62;) is where the problem presents the worst.&#60;br /&#62;
*I have 2 functions added to the end of functions.php relating to copyright date in the socket and display options for the category menu&#60;br /&#62;
*I think I've made small mods to header.php, sidebar.php, and footer.php which shouldn't matter.&#60;br /&#62;
*all my css is in custom.css--I don't think there's anything in there that could be the problem but my portfolio-related section is near the end of the file if you want to look.&#60;/p&#62;
&#60;p&#62;The worst case is in Firefox, most recent version, on Mac, but it still happens in Chrome, too. In fact, I think it is worse now, especially the first image on the Focus page--when the page loads the image jumps left-right and when mousing over it is moves the most out of all of them, and I'm pretty sure the issue on this image is worse than before the updates.&#60;/p&#62;
&#60;p&#62;The thumbnail image files themselves were fine but for good measure I ran Regenerate Thumbnails and they still seem fine.&#60;/p&#62;
&#60;p&#62;Am I overlooking something I should have updated? Is something in my css conflicting?&#60;/p&#62;
&#60;p&#62;Your help is much appreciated! Thanks!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Devin on "Shifty portfolio item hover images in Firefox and Chrome"</title>
			<link>http://www.kriesi.at/support/topic/shifty-portfolio-item-hover-images-in-firefox-and-chrome#post-76294</link>
			<pubDate>Mon, 17 Sep 2012 17:50:41 +0000</pubDate>
			<dc:creator>Devin</dc:creator>
			<guid isPermaLink="false">76294@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi kerrycrocker,&#60;/p&#62;
&#60;p&#62;Can you try updating to the most recent available version of the theme. You can download it from your downloads on Themeforest and and then install it in the same way you first installed the theme.&#60;/p&#62;
&#60;p&#62;There was an update in version 1.2 to help with the greyscaling function as well as some other various css fixes which may help your issue.&#60;/p&#62;
&#60;p&#62;Regards,&#60;/p&#62;
&#60;p&#62;Devin
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Devin on "Problems with Facebook Likes link on Firefox and Chrome and iOS"</title>
			<link>http://www.kriesi.at/support/topic/problems-with-facebook-likes-link-on-firefox-and-chrome-and-ios#post-76237</link>
			<pubDate>Mon, 17 Sep 2012 15:13:35 +0000</pubDate>
			<dc:creator>Devin</dc:creator>
			<guid isPermaLink="false">76237@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey kerrycrocker,&#60;/p&#62;
&#60;p&#62;Not that I know of no. This is a bit more in depth fix but the way he usually works is to do his entire list of updates at once (usually at the end of the month) and then release theme updates.&#60;/p&#62;
&#60;p&#62;Regards,&#60;/p&#62;
&#60;p&#62;Devin
&#60;/p&#62;</description>
		</item>
		<item>
			<title>kerrycrocker on "Problems with Facebook Likes link on Firefox and Chrome and iOS"</title>
			<link>http://www.kriesi.at/support/topic/problems-with-facebook-likes-link-on-firefox-and-chrome-and-ios#post-76229</link>
			<pubDate>Mon, 17 Sep 2012 14:44:25 +0000</pubDate>
			<dc:creator>kerrycrocker</dc:creator>
			<guid isPermaLink="false">76229@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;br /&#62;
Just wondering if Kriesi has been able to evaluate when this fix might make it into his schedule?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>kerrycrocker on "Shifty portfolio item hover images in Firefox and Chrome"</title>
			<link>http://www.kriesi.at/support/topic/shifty-portfolio-item-hover-images-in-firefox-and-chrome#post-75819</link>
			<pubDate>Thu, 13 Sep 2012 20:29:40 +0000</pubDate>
			<dc:creator>kerrycrocker</dc:creator>
			<guid isPermaLink="false">75819@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey guys,&#60;br /&#62;
I'm using Coherence. When I roll over my portfolio item images they shift around, making it appear that the greyscale and color images don't line up perfectly. It is most noticeable on Firefox, less so on Chrome (MacOS 10.7.4 and 10.8, Chrome 21.0.1180.82, Firefox 12.0). The thumbnail images, greyscale and color, were generated perfectly by the software, are the same dimensions, etc.&#60;/p&#62;
&#60;p&#62;Is there a fix for this?&#60;/p&#62;
&#60;p&#62;Here is a page where it happens:&#60;br /&#62;
&#60;a href=&#34;http://bit.ly/OKnIJO&#34; rel=&#34;nofollow&#34;&#62;http://bit.ly/OKnIJO&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Here is, I think, the same issue but for a different theme so I'm not sure if it is the same problem:&#60;br /&#62;
&#60;a href=&#34;http://www.kriesi.at/support/topic/problem-with-mouse-over-in-the-portfolio-section&#34; rel=&#34;nofollow&#34;&#62;http://www.kriesi.at/support/topic/problem-with-mouse-over-in-the-portfolio-section&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Coherence is an awesome theme and I've recommended Kriesi themes to some other people.&#60;/p&#62;
&#60;p&#62;Thanks for all your hard work!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Devin on "Problems with Facebook Likes link on Firefox and Chrome and iOS"</title>
			<link>http://www.kriesi.at/support/topic/problems-with-facebook-likes-link-on-firefox-and-chrome-and-ios#post-74549</link>
			<pubDate>Wed, 05 Sep 2012 18:37:04 +0000</pubDate>
			<dc:creator>Devin</dc:creator>
			<guid isPermaLink="false">74549@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;I'm going to Soft close the topic for now which will allow Kriesi or one of the support staff to update as soon as we have an update but keep it clear from the normal Queue.&#60;/p&#62;
&#60;p&#62;Hopefully we'll have an update for you very soon.&#60;/p&#62;
&#60;p&#62;Regards,&#60;/p&#62;
&#60;p&#62;Devin
&#60;/p&#62;</description>
		</item>
		<item>
			<title>kerrycrocker on "Problems with Facebook Likes link on Firefox and Chrome and iOS"</title>
			<link>http://www.kriesi.at/support/topic/problems-with-facebook-likes-link-on-firefox-and-chrome-and-ios#post-74363</link>
			<pubDate>Tue, 04 Sep 2012 18:25:23 +0000</pubDate>
			<dc:creator>kerrycrocker</dc:creator>
			<guid isPermaLink="false">74363@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Thanks, I'll stay tuned...
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "Problems with Facebook Likes link on Firefox and Chrome and iOS"</title>
			<link>http://www.kriesi.at/support/topic/problems-with-facebook-likes-link-on-firefox-and-chrome-and-ios#post-73760</link>
			<pubDate>Fri, 31 Aug 2012 06:58:14 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">73760@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi! &#60;/p&#62;
&#60;p&#62; I marked this request for Kriesi because imho he needs to update the facebook api methode and this needs to be done for all newer themes. &#60;/p&#62;
&#60;p&#62; Best regards,&#60;br /&#62;
Peter
&#60;/p&#62;</description>
		</item>
		<item>
			<title>kerrycrocker on "Problems with Facebook Likes link on Firefox and Chrome and iOS"</title>
			<link>http://www.kriesi.at/support/topic/problems-with-facebook-likes-link-on-firefox-and-chrome-and-ios#post-73484</link>
			<pubDate>Wed, 29 Aug 2012 15:11:38 +0000</pubDate>
			<dc:creator>kerrycrocker</dc:creator>
			<guid isPermaLink="false">73484@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;br /&#62;
Thanks for the fantastic theme (Coherence). And the support forums have been so helpful so far. You guys are great!&#60;/p&#62;
&#60;p&#62;1. On Firefox (many versions ranging from 3.6.13 Mac OS X 10.7 to version 15 on OS X 10.8 and version 15 on Win7), when I roll over the Facebook &#34;Likes&#34; link on any post, the link text disappears, rendering it non-clickable (as well as invisible).&#60;/p&#62;
&#60;p&#62;The FF error console gives me: &#60;code&#62;Error: uncaught exception: [Exception... &#38;quot;Component returned failure code: 0x80570018 (NS_ERROR_XPC_BAD_IID) [nsIJSCID.getService]&#38;quot;  nsresult: &#38;quot;0x80570018 (NS_ERROR_XPC_BAD_IID)&#38;quot;  location: &#38;quot;JS frame :: chrome://webdeveloper/content/tools.js :: webdeveloper_isJavaEnabled :: line 4&#38;quot;  data: no]&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;2. On Safari (5.1.3 on OS 10.7 and iPad (very recent)) and Chrome (Mac OS 10.7 versions 19 and 21, OS 10.8 version 21), rolling over the Facebook &#34;Likes&#34; link on any post, the FB Like click registers and the counter eventually updates, however, the little pop-up &#34;window&#34; that shows your FB profile pic is very cropped so that you can't see whatever content is supposed to show up there. I see it on the Coherence and Choices demo themes, so not just on my WP install. Chrome's javascript error console give me this message upon click:&#60;/p&#62;
&#60;p&#62;&#60;code&#62;Unsafe JavaScript attempt to access frame with URL &#60;a href=&#34;http://static.ak.facebook.com/connect/xd_arbiter.php?version=10#channel=f2398a8f4c&#38;amp;origin=http%3A%2F%2Fwww.kriesi.at&#38;amp;channel_path=%2Fthemes%2Fcoherence%2Fblog%2F%3Ffb_xd_fragment%23xd_sig%3Df3525c782c%26&#34; rel=&#34;nofollow&#34;&#62;http://static.ak.facebook.com/connect/xd_arbiter.php?version=10#channel=f2398a8f4c&#38;amp;origin=http%3A%2F%2Fwww.kriesi.at&#38;amp;channel_path=%2Fthemes%2Fcoherence%2Fblog%2F%3Ffb_xd_fragment%23xd_sig%3Df3525c782c%26&#60;/a&#62; from frame with URL &#60;a href=&#34;https://www.facebook.com/plugins/like.php?channel_url=http%3A%2F%2Fstatic.ak.facebook.com%2Fconnect%2Fxd_arbiter.php%3Fversion%3D10%23cb%3Df3e8da869%26origin%3Dhttp%253A%252F%252Fwww.kriesi.at%252Ff2398a8f4c%26domain%3Dwww.kriesi.at%26relation%3Dparent.parent&#38;amp;extended_social_context=false&#38;amp;font=arial&#38;amp;href=http%253A%252F%252Fwww.kriesi.at%252Fthemes%252Fcoherence%252F2011%252F12%252F17%252Fkriesi-at%252F&#38;amp;layout=box_count&#38;amp;locale=en_US&#38;amp;node_type=link&#38;amp;sdk=joey&#38;amp;send=false&#38;amp;show_faces=false&#38;amp;width=250&#34; rel=&#34;nofollow&#34;&#62;https://www.facebook.com/plugins/like.php?channel_url=http%3A%2F%2Fstatic.ak.facebook.com%2Fconnect%2Fxd_arbiter.php%3Fversion%3D10%23cb%3Df3e8da869%26origin%3Dhttp%253A%252F%252Fwww.kriesi.at%252Ff2398a8f4c%26domain%3Dwww.kriesi.at%26relation%3Dparent.parent&#38;amp;extended_social_context=false&#38;amp;font=arial&#38;amp;href=http%253A%252F%252Fwww.kriesi.at%252Fthemes%252Fcoherence%252F2011%252F12%252F17%252Fkriesi-at%252F&#38;amp;layout=box_count&#38;amp;locale=en_US&#38;amp;node_type=link&#38;amp;sdk=joey&#38;amp;send=false&#38;amp;show_faces=false&#38;amp;width=250&#60;/a&#62;. Domains, protocols and ports must match.&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;Please advise on how I can get the Facebook Likes functioning on all platforms. I'd really like to avoid stripping out the FB functionality here and having to add in use of a social plugin. Thanks (the site is &#60;a href=&#34;http://www.zshiftgroup.com)&#34; rel=&#34;nofollow&#34;&#62;http://www.zshiftgroup.com)&#60;/a&#62;!
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
