<?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: Portfolio keeps loading forever</title>
		<link>http://www.kriesi.at/support/topic/portfolio-keeps-loading-forever</link>
		<description>Support Forum - Topic: Portfolio keeps loading forever</description>
		<language>en-US</language>
		<pubDate>Thu, 20 Jun 2013 05:44:10 +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/portfolio-keeps-loading-forever" rel="self" type="application/rss+xml" />

		<item>
			<title>Ismael on "Portfolio keeps loading forever"</title>
			<link>http://www.kriesi.at/support/topic/portfolio-keeps-loading-forever#post-63364</link>
			<pubDate>Tue, 03 Jul 2012 09:17:28 +0000</pubDate>
			<dc:creator>Ismael</dc:creator>
			<guid isPermaLink="false">63364@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey,&#60;/p&#62;
&#60;p&#62;Glad you found what's missing. :)&#60;/p&#62;
&#60;p&#62;Regards,&#60;br /&#62;
Ismael
&#60;/p&#62;</description>
		</item>
		<item>
			<title>santosdiez on "Portfolio keeps loading forever"</title>
			<link>http://www.kriesi.at/support/topic/portfolio-keeps-loading-forever#post-63355</link>
			<pubDate>Tue, 03 Jul 2012 08:42:16 +0000</pubDate>
			<dc:creator>santosdiez</dc:creator>
			<guid isPermaLink="false">63355@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;I've found the mistake.. And it was my fault, I was setting not to show the image, so it looks like in some way the preloading is associated with the loading of the images.&#60;/p&#62;
&#60;p&#62;Sorry for bothering! And thanks! :)
&#60;/p&#62;</description>
		</item>
		<item>
			<title>santosdiez on "Portfolio keeps loading forever"</title>
			<link>http://www.kriesi.at/support/topic/portfolio-keeps-loading-forever#post-63354</link>
			<pubDate>Tue, 03 Jul 2012 08:38:12 +0000</pubDate>
			<dc:creator>santosdiez</dc:creator>
			<guid isPermaLink="false">63354@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;I've pasted that css inside my custom.css but nothing changes.&#60;/p&#62;
&#60;p&#62;The thing is that that there should be images on each portfolio item, as they are in my default language. I've tried setting English as default language, but the same thing happens.&#60;/p&#62;
&#60;p&#62;I was thinking of the &#60;a href=&#34;http://inoplugs.com/wpml&#34;&#62;WPML&#60;/a&#62; plugin causing all this, but as long as the portfolio items are translated... I'm not so sure about that.&#60;/p&#62;
&#60;p&#62;I'll keep trying to fix it. Thank you so much.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Ismael on "Portfolio keeps loading forever"</title>
			<link>http://www.kriesi.at/support/topic/portfolio-keeps-loading-forever#post-63352</link>
			<pubDate>Tue, 03 Jul 2012 08:29:38 +0000</pubDate>
			<dc:creator>Ismael</dc:creator>
			<guid isPermaLink="false">63352@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hello,&#60;/p&#62;
&#60;p&#62;This is just a temporary solution. Not sure what is causing the preloader to load infinitely. Maybe a plugin conflict or something. Please drop this on your custom.css&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;div .preloading-container {
overflow: hidden;
background-position: center 50px;
clear: both;
opacity: 1;
display: block;
height: 200px;
visibility: visible;
}

portfolio-sort-container {
visibility: visible;
opacity: 0;
overflow: hidden;
position: relative;
height: 106px;
opacity: 1;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;I noticed that there are no images on each portfolio items. Is this correct?&#60;/p&#62;
&#60;p&#62;Let me tag the rest of the support team to better help you out.&#60;/p&#62;
&#60;p&#62;Regards,&#60;br /&#62;
Ismael
&#60;/p&#62;</description>
		</item>
		<item>
			<title>santosdiez on "Portfolio keeps loading forever"</title>
			<link>http://www.kriesi.at/support/topic/portfolio-keeps-loading-forever#post-63173</link>
			<pubDate>Mon, 02 Jul 2012 10:15:22 +0000</pubDate>
			<dc:creator>santosdiez</dc:creator>
			<guid isPermaLink="false">63173@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hello,&#60;/p&#62;
&#60;p&#62;I've been trying to solve my problem lately, but I can't find the way, so I decided to post it here and look for some help.&#60;/p&#62;
&#60;p&#62;I'm using the Sentence Theme, along with the &#60;a href=&#34;http://inoplugs.com/wpml&#34;&#62;WPML&#60;/a&#62; plugin. It all works perfectly, all translations are fine, but when I try to see my portfolio in English, it never shows. It stays loading with the spinning wheel forever, although the portfolio items are correctly translated, as the 'divs' are there but they never become visible.&#60;/p&#62;
&#60;p&#62;I've been trying to find the problem, maybe something dealing with javascript but I don't really know the full details of the framework so it is complicated...&#60;/p&#62;
&#60;p&#62;The portfolio I'm talking about is here: &#60;a href=&#34;http://blog.santosdiez.es/en/portfolio/&#34; rel=&#34;nofollow&#34;&#62;http://blog.santosdiez.es/en/portfolio/&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Any help would be appreciated. Thanks in advance.
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
