<?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: Tite - Recent Posts</title>
		<link>http://www.kriesi.at/support/tags/tite</link>
		<description>Support Forum - Tag: Tite - Recent Posts</description>
		<language>en-US</language>
		<pubDate>Sat, 18 May 2013 05:26:32 +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/tite" rel="self" type="application/rss+xml" />

		<item>
			<title>Devin on "Showing Title only on Flashlight portfolio items"</title>
			<link>http://www.kriesi.at/support/topic/showing-title-only-on-flashlight-portfolio-items#post-92875</link>
			<pubDate>Tue, 22 Jan 2013 18:10:04 +0000</pubDate>
			<dc:creator>Devin</dc:creator>
			<guid isPermaLink="false">92875@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey Dolf,&#60;/p&#62;
&#60;p&#62;The split second delay will happen when the full sites script or data hasn't loaded all the way in yet. &#60;/p&#62;
&#60;p&#62;For the IE8 cufon issue, try disabling any active plugins you have first and then testin in IE8 again. Just to rule out any odd plugin conflicts with the default behavior for IE8 since its working in IE9 fine.&#60;/p&#62;
&#60;p&#62;Regards,&#60;/p&#62;
&#60;p&#62;Devin
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Colenbeeldenmeer on "Showing Title only on Flashlight portfolio items"</title>
			<link>http://www.kriesi.at/support/topic/showing-title-only-on-flashlight-portfolio-items#post-92788</link>
			<pubDate>Tue, 22 Jan 2013 08:36:48 +0000</pubDate>
			<dc:creator>Colenbeeldenmeer</dc:creator>
			<guid isPermaLink="false">92788@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Yes!! Thanks Ismael and Devin.&#60;/p&#62;
&#60;p&#62;This works, but another problem occurs in IE 8 the portfolio foto's don't show only for a split seccond in the beginning, and the custom font also isn't showing, any ideas? &#60;/p&#62;
&#60;p&#62;Again thanks for your help!!&#60;/p&#62;
&#60;p&#62;Dolf
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Ismael on "Showing Title only on Flashlight portfolio items"</title>
			<link>http://www.kriesi.at/support/topic/showing-title-only-on-flashlight-portfolio-items#post-92686</link>
			<pubDate>Mon, 21 Jan 2013 19:44:54 +0000</pubDate>
			<dc:creator>Ismael</dc:creator>
			<guid isPermaLink="false">92686@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;Use this instead.&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;#top.page-id-203 .template-portfolio-overview .ajaxContainer .entry-content p {
display: none;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Regards,&#60;br /&#62;
Ismael
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Colenbeeldenmeer on "Showing Title only on Flashlight portfolio items"</title>
			<link>http://www.kriesi.at/support/topic/showing-title-only-on-flashlight-portfolio-items#post-92678</link>
			<pubDate>Mon, 21 Jan 2013 19:09:19 +0000</pubDate>
			<dc:creator>Colenbeeldenmeer</dc:creator>
			<guid isPermaLink="false">92678@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi Devin,&#60;/p&#62;
&#60;p&#62;Thanks or your post And i'm sorry for the double post!&#60;/p&#62;
&#60;p&#62;your code below seems to do the trick bud there is one problem and that is that not only the text under my items disaperes but also my shortcode buttons in page id-203. I have put the site online so you can see wat i mean. If you look now at 203 you will see that only my titles are displayed but my buttons to go to my other catagory's are gone. :-(( Irealy hope that you an help me! &#60;/p&#62;
&#60;p&#62;#top.page-id-203 .template-portfolio-overview .entry-content {&#60;br /&#62;
display: none;&#60;br /&#62;
}
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Devin on "Showing Title only on Flashlight portfolio items"</title>
			<link>http://www.kriesi.at/support/topic/showing-title-only-on-flashlight-portfolio-items#post-92647</link>
			<pubDate>Mon, 21 Jan 2013 17:06:05 +0000</pubDate>
			<dc:creator>Devin</dc:creator>
			<guid isPermaLink="false">92647@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi Dolf,&#60;/p&#62;
&#60;p&#62;You can try:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;#top.home .template-portfolio-overview .entry-content {
display: none;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;which will only target the home page. If you don't have page id 203 set as the home page yet, you can temporarily see the results by changing the home class selector to page-id-203:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;#top.page-id-203 .template-portfolio-overview .entry-content {
display: none;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Regards,&#60;/p&#62;
&#60;p&#62;Devin
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Colenbeeldenmeer on "Showing Title only on Flashlight portfolio items"</title>
			<link>http://www.kriesi.at/support/topic/showing-title-only-on-flashlight-portfolio-items#post-92403</link>
			<pubDate>Sat, 19 Jan 2013 13:31:52 +0000</pubDate>
			<dc:creator>Colenbeeldenmeer</dc:creator>
			<guid isPermaLink="false">92403@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi Devin,&#60;/p&#62;
&#60;p&#62;On my site I make use of 3 portfolio's for each catagory one portolio, on my main page I  created another portfolio where i show all 3 my catagory's, So on this page i would like to only show the title and not the Excerpt, On the rest of my portoliopages the title and the Excerpt must been shown.&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://www.colenbeeldenmeer.nl/?page_id=203&#34; rel=&#34;nofollow&#34;&#62;http://www.colenbeeldenmeer.nl/?page_id=203&#60;/a&#62;  (only Title)&#60;br /&#62;
&#60;a href=&#34;http://www.colenbeeldenmeer.nl/?page_id=246&#34; rel=&#34;nofollow&#34;&#62;http://www.colenbeeldenmeer.nl/?page_id=246&#60;/a&#62;  (Title and Excerpt)&#60;br /&#62;
&#60;a href=&#34;http://www.colenbeeldenmeer.nl/?page_id=209&#34; rel=&#34;nofollow&#34;&#62;http://www.colenbeeldenmeer.nl/?page_id=209&#60;/a&#62;  (Title and Excerpt)&#60;br /&#62;
&#60;a href=&#34;http://www.colenbeeldenmeer.nl/?page_id=258&#34; rel=&#34;nofollow&#34;&#62;http://www.colenbeeldenmeer.nl/?page_id=258&#60;/a&#62;  (Title and Excerpt)&#60;/p&#62;
&#60;p&#62;Can you help me?&#60;/p&#62;
&#60;p&#62;Kind regards.&#60;br /&#62;
Dolf
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Devin on "Showing Title only on Flashlight portfolio items"</title>
			<link>http://www.kriesi.at/support/topic/showing-title-only-on-flashlight-portfolio-items#post-91969</link>
			<pubDate>Thu, 17 Jan 2013 01:51:37 +0000</pubDate>
			<dc:creator>Devin</dc:creator>
			<guid isPermaLink="false">91969@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi siphotography,&#60;/p&#62;
&#60;p&#62;Try adding the following CSS to your Quick CSS (located under the Styling Tab in the theme options) or the custom.css file in the css folder of your theme files:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;#top .template-portfolio-overview .entry-content {
display: none;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Regards,&#60;/p&#62;
&#60;p&#62;Devin
&#60;/p&#62;</description>
		</item>
		<item>
			<title>siphotography on "Showing Title only on Flashlight portfolio items"</title>
			<link>http://www.kriesi.at/support/topic/showing-title-only-on-flashlight-portfolio-items#post-91857</link>
			<pubDate>Wed, 16 Jan 2013 14:06:33 +0000</pubDate>
			<dc:creator>siphotography</dc:creator>
			<guid isPermaLink="false">91857@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hello.&#60;/p&#62;
&#60;p&#62;I'd like to remove the excerpt but I'd like to leave the title showing underneath the portfolio items on &#60;a href=&#34;http://siphotography.co.uk/projects/&#34; rel=&#34;nofollow&#34;&#62;http://siphotography.co.uk/projects/&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;There is only the option to show title with the excerpt under Dashboard &#38;gt; Flashlight &#38;gt; Portfolio &#38;gt; Portfolio Title &#38;amp; Excerpt &#34;Yes/No&#34; and I'd like just the title.&#60;/p&#62;
&#60;p&#62;Could you let me know this is best achieved? Backend somewhere, I imagine.&#60;/p&#62;
&#60;p&#62;Many thanks.
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
