<?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: carldnelson</title>
		<link><a href='http://www.kriesi.at/support/profile/carldnelson'>carldnelson</a></link>
		<description>Support Forum - User Favorites: carldnelson</description>
		<language>en-US</language>
		<pubDate>Tue, 21 May 2013 19:42:51 +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>Dude on "2 things: Blog page and featured images"</title>
			<link>http://www.kriesi.at/support/topic/2-things-blog-page-and-featured-images#post-105777</link>
			<pubDate>Tue, 16 Apr 2013 15:52:03 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">105777@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi! &#60;/p&#62;
&#60;p&#62; Great - eventually we solved it :) &#60;/p&#62;
&#60;p&#62; Best regards,&#60;br /&#62;
Peter
&#60;/p&#62;</description>
		</item>
		<item>
			<title>LateForWork on "2 things: Blog page and featured images"</title>
			<link>http://www.kriesi.at/support/topic/2-things-blog-page-and-featured-images#post-105753</link>
			<pubDate>Tue, 16 Apr 2013 13:03:03 +0000</pubDate>
			<dc:creator>LateForWork</dc:creator>
			<guid isPermaLink="false">105753@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;GREAT IT WORKED!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "2 things: Blog page and featured images"</title>
			<link>http://www.kriesi.at/support/topic/2-things-blog-page-and-featured-images#post-105717</link>
			<pubDate>Tue, 16 Apr 2013 06:06:43 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">105717@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;The code should just affect single post page and I'm not sure why it's not working in your case. However try following css code instead and insert it into the quick css field:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;.single-post .slideshow_container{
display: none !important;
}&#60;/code&#62;&#60;/pre&#62;</description>
		</item>
		<item>
			<title>LateForWork on "2 things: Blog page and featured images"</title>
			<link>http://www.kriesi.at/support/topic/2-things-blog-page-and-featured-images#post-105685</link>
			<pubDate>Mon, 15 Apr 2013 20:59:09 +0000</pubDate>
			<dc:creator>LateForWork</dc:creator>
			<guid isPermaLink="false">105685@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;I changed the code and the image shows on the single post but not the blog feed sections. That is backwards to what i am wanting to display :( please help
&#60;/p&#62;</description>
		</item>
		<item>
			<title>LateForWork on "2 things: Blog page and featured images"</title>
			<link>http://www.kriesi.at/support/topic/2-things-blog-page-and-featured-images#post-105643</link>
			<pubDate>Mon, 15 Apr 2013 14:33:35 +0000</pubDate>
			<dc:creator>LateForWork</dc:creator>
			<guid isPermaLink="false">105643@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;@dude i am not trying to remove the slider. I am trying to remove the feature image on the actual post page. I still want the featured image when they go to the blog page and see all the pots but hen clock to a specific post I do not want to see the featured image their. Hope this makes sense. &#60;a href=&#34;http://www.LateForWorkLLC.com&#34; rel=&#34;nofollow&#34;&#62;http://www.LateForWorkLLC.com&#60;/a&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "2 things: Blog page and featured images"</title>
			<link>http://www.kriesi.at/support/topic/2-things-blog-page-and-featured-images#post-105582</link>
			<pubDate>Mon, 15 Apr 2013 06:03:17 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">105582@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;If you want to remove the slider from the single post page open up wp-content\themes\brightbox\includes\loop-index.php and replace:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;$slider = new avia_slideshow(get_the_ID());
 	 		echo $slider-&#38;gt;display_small(&#38;#39;page&#38;#39;, $force_small_slider);&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;with:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;if( is_single() )
{

			$slider = new avia_slideshow(get_the_ID());
 	 		echo $slider-&#38;gt;display_small(&#38;#39;page&#38;#39;, $force_small_slider);
}&#60;/code&#62;&#60;/pre&#62;</description>
		</item>
		<item>
			<title>LateForWork on "2 things: Blog page and featured images"</title>
			<link>http://www.kriesi.at/support/topic/2-things-blog-page-and-featured-images#post-105326</link>
			<pubDate>Fri, 12 Apr 2013 16:59:15 +0000</pubDate>
			<dc:creator>LateForWork</dc:creator>
			<guid isPermaLink="false">105326@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;i am editing the actual file i am using my ftp server to get to the files so i can change the code.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Devin on "2 things: Blog page and featured images"</title>
			<link>http://www.kriesi.at/support/topic/2-things-blog-page-and-featured-images#post-104797</link>
			<pubDate>Mon, 08 Apr 2013 14:52:31 +0000</pubDate>
			<dc:creator>Devin</dc:creator>
			<guid isPermaLink="false">104797@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;If changes aren't taking effect immediately, make sure you are editing the actual file on the server and not just either making the changes locally on your own computer or editing a copy of the theme in an incorrect folder or something like that.&#60;/p&#62;
&#60;p&#62;Regards,&#60;/p&#62;
&#60;p&#62;Devin
&#60;/p&#62;</description>
		</item>
		<item>
			<title>LateForWork on "2 things: Blog page and featured images"</title>
			<link>http://www.kriesi.at/support/topic/2-things-blog-page-and-featured-images#post-104670</link>
			<pubDate>Sun, 07 Apr 2013 10:47:58 +0000</pubDate>
			<dc:creator>LateForWork</dc:creator>
			<guid isPermaLink="false">104670@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;I must be missing something :(
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Devin on "2 things: Blog page and featured images"</title>
			<link>http://www.kriesi.at/support/topic/2-things-blog-page-and-featured-images#post-98880</link>
			<pubDate>Thu, 28 Feb 2013 14:08:28 +0000</pubDate>
			<dc:creator>Devin</dc:creator>
			<guid isPermaLink="false">98880@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi LateForWork,&#60;/p&#62;
&#60;p&#62;Yes, it would take effect immediately. However, if you are using a caching plugin like WP Total Cache then you may need to refresh you browser 3-4 times to get a non cached version. Or possibly disable the plugin while doing the updates.&#60;/p&#62;
&#60;p&#62;Regards,&#60;/p&#62;
&#60;p&#62;Devin
&#60;/p&#62;</description>
		</item>
		<item>
			<title>LateForWork on "2 things: Blog page and featured images"</title>
			<link>http://www.kriesi.at/support/topic/2-things-blog-page-and-featured-images#post-98878</link>
			<pubDate>Thu, 28 Feb 2013 14:05:23 +0000</pubDate>
			<dc:creator>LateForWork</dc:creator>
			<guid isPermaLink="false">98878@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;changing the code should take effect immediately right? I must be doing something wrong.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Chris Beard on "2 things: Blog page and featured images"</title>
			<link>http://www.kriesi.at/support/topic/2-things-blog-page-and-featured-images#post-43102</link>
			<pubDate>Thu, 23 Feb 2012 06:51:16 +0000</pubDate>
			<dc:creator>Chris Beard</dc:creator>
			<guid isPermaLink="false">43102@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey,&#60;/p&#62;
&#60;p&#62;to remove the slider from your posts pages you can remove the following from your loop-page.php in your includes folder.&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;&#38;lt;?php
			//call the function that displays featured images and slideshows within posts
			$slider = new avia_slideshow(get_the_ID());
 	 		echo $slider-&#38;gt;display_small($avia_config[&#38;#39;size&#38;#39;]);
			?&#38;gt;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;To get rid of it in your single posts the loop-index.php is used - as well as for your blog. Meaning that when you remove the code you mentioned from loop-index it will also disappear in your blog. So, you'll have to add an if statement saying &#34;if you're on the blog page show slide, else don't do anything&#34;. &#60;a href=&#34;http://codex.wordpress.org/Conditional_Tags&#34;&#62;This can help you a lot with this.&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Let us know if this helps :)&#60;/p&#62;
&#60;p&#62;Best regards,&#60;br /&#62;
Chris
&#60;/p&#62;</description>
		</item>
		<item>
			<title>LateForWork on "2 things: Blog page and featured images"</title>
			<link>http://www.kriesi.at/support/topic/2-things-blog-page-and-featured-images#post-43064</link>
			<pubDate>Thu, 23 Feb 2012 01:51:34 +0000</pubDate>
			<dc:creator>LateForWork</dc:creator>
			<guid isPermaLink="false">43064@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;any help?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>LateForWork on "2 things: Blog page and featured images"</title>
			<link>http://www.kriesi.at/support/topic/2-things-blog-page-and-featured-images#post-40024</link>
			<pubDate>Fri, 03 Feb 2012 14:43:12 +0000</pubDate>
			<dc:creator>LateForWork</dc:creator>
			<guid isPermaLink="false">40024@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Also i deleted the code &#60;/p&#62;
&#60;p&#62;&#38;lt;?php&#60;br /&#62;
			//force to display small inline content slider on archive pages. Single pages and posts are allowed to display the 3d slider&#60;br /&#62;
			$force_small_slider = true;&#60;br /&#62;
			if(is_singular()) $force_small_slider = false;&#60;/p&#62;
&#60;p&#62;			$slider = new avia_slideshow(get_the_ID());&#60;br /&#62;
 	 		echo $slider-&#38;gt;display_small('page', $force_small_slider);&#60;br /&#62;
			?&#38;gt;&#60;/p&#62;
&#60;p&#62;and i still see the featured image on the post page
&#60;/p&#62;</description>
		</item>
		<item>
			<title>LateForWork on "2 things: Blog page and featured images"</title>
			<link>http://www.kriesi.at/support/topic/2-things-blog-page-and-featured-images#post-39916</link>
			<pubDate>Fri, 03 Feb 2012 01:26:07 +0000</pubDate>
			<dc:creator>LateForWork</dc:creator>
			<guid isPermaLink="false">39916@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;What would be the difference in edit the code if I still want the featured image on the blog page but not on the individual post page?&#60;br /&#62;
Thank You for your help.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Chris Beard on "Enable comment form on single page/portfolio"</title>
			<link>http://www.kriesi.at/support/topic/enable-comment-form-on-single-pageportfolio#post-31608</link>
			<pubDate>Thu, 10 Nov 2011 06:29:10 +0000</pubDate>
			<dc:creator>Chris Beard</dc:creator>
			<guid isPermaLink="false">31608@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Could you link to a page where this occurs? It should be easy to do this with CSS.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Carl Nelson on "Enable comment form on single page/portfolio"</title>
			<link>http://www.kriesi.at/support/topic/enable-comment-form-on-single-pageportfolio#post-31319</link>
			<pubDate>Sun, 06 Nov 2011 17:58:55 +0000</pubDate>
			<dc:creator>Carl Nelson</dc:creator>
			<guid isPermaLink="false">31319@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;I have included the code snippet above to show comments on custom templates (Corona Theme), but also need some sort of conditional code to make the display (or non-display) of comments agree with the &#34;Allow comments&#34; check box for any given posting. &#60;/p&#62;
&#60;p&#62;Allowing comments works great, the box appears, etc. But if I choose to not allow comments, I still get this block of text:&#60;/p&#62;
&#60;p&#62;Comments are closed.&#60;br /&#62;
Leave a Reply&#60;br /&#62;
Want to join the discussion?&#60;br /&#62;
Feel free to contribute!&#60;/p&#62;
&#60;p&#62;Anyway to make that not appear?&#60;/p&#62;
&#60;p&#62;Thanks,&#60;br /&#62;
Carl
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "Enable comment form on single page/portfolio"</title>
			<link>http://www.kriesi.at/support/topic/enable-comment-form-on-single-pageportfolio#post-28580</link>
			<pubDate>Tue, 04 Oct 2011 14:22:55 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">28580@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Glad that Chris could help you :)
&#60;/p&#62;</description>
		</item>
		<item>
			<title>newsight on "Enable comment form on single page/portfolio"</title>
			<link>http://www.kriesi.at/support/topic/enable-comment-form-on-single-pageportfolio#post-28517</link>
			<pubDate>Mon, 03 Oct 2011 15:53:16 +0000</pubDate>
			<dc:creator>newsight</dc:creator>
			<guid isPermaLink="false">28517@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Thank you for the hint. I modified the files to display the comments form in page and single portfolio.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Chris Beard on "Enable comment form on single page/portfolio"</title>
			<link>http://www.kriesi.at/support/topic/enable-comment-form-on-single-pageportfolio#post-28360</link>
			<pubDate>Sun, 02 Oct 2011 02:01:53 +0000</pubDate>
			<dc:creator>Chris Beard</dc:creator>
			<guid isPermaLink="false">28360@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey,&#60;br /&#62;
you would include&#60;br /&#62;
&#60;code&#62;comments_template( &#38;#39;/includes/comments.php&#38;#39;);&#60;/code&#62;&#60;br /&#62;
wherever you'd like to have your comments/comment form displayed.&#60;/p&#62;
&#60;p&#62;In your case it would be in single.php and in single-portfolio.php around this line&#60;br /&#62;
&#60;code&#62;get_template_part( &#38;#39;includes/related-portfolio-posts&#38;#39;);&#60;/code&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>newsight on "Enable comment form on single page/portfolio"</title>
			<link>http://www.kriesi.at/support/topic/enable-comment-form-on-single-pageportfolio#post-28292</link>
			<pubDate>Fri, 30 Sep 2011 16:40:31 +0000</pubDate>
			<dc:creator>newsight</dc:creator>
			<guid isPermaLink="false">28292@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;How can I enable the comment form an single page, a singe portfolio item or add it to a dynamic template? Is there a way?&#60;br /&#62;
Any help is appreciated.&#60;/p&#62;
&#60;p&#62;Thanks, Artur
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "Display a specific post in column layout using template builder?"</title>
			<link>http://www.kriesi.at/support/topic/display-a-specific-post-in-column-layout-using-template-builder#post-23260</link>
			<pubDate>Fri, 22 Jul 2011 05:36:36 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">23260@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;I'll ask Kriesi. I'm assume that Shoutbox already uses the updated code. I think the update will be ready during the next week.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Carl Nelson on "Display a specific post in column layout using template builder?"</title>
			<link>http://www.kriesi.at/support/topic/display-a-specific-post-in-column-layout-using-template-builder#post-23241</link>
			<pubDate>Thu, 21 Jul 2011 23:54:43 +0000</pubDate>
			<dc:creator>Carl Nelson</dc:creator>
			<guid isPermaLink="false">23241@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey Dude,&#60;/p&#62;
&#60;p&#62;Any idea when the upcoming update will be released? Does the new Shoutbox theme incorporate the fix for this bug?&#60;/p&#62;
&#60;p&#62;Carl
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "Display a specific post in column layout using template builder?"</title>
			<link>http://www.kriesi.at/support/topic/display-a-specific-post-in-column-layout-using-template-builder#post-22971</link>
			<pubDate>Mon, 18 Jul 2011 06:08:31 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">22971@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey,&#60;br /&#62;
we're aware of this bug and it'll be fixed in the upcoming update ( &#60;a href=&#34;http://www.kriesi.at/support/topic/dynamic-templates-latest-posts&#34; rel=&#34;nofollow&#34;&#62;http://www.kriesi.at/support/topic/dynamic-templates-latest-posts&#60;/a&#62; )
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Carl Nelson on "Display a specific post in column layout using template builder?"</title>
			<link>http://www.kriesi.at/support/topic/display-a-specific-post-in-column-layout-using-template-builder#post-22952</link>
			<pubDate>Sun, 17 Jul 2011 19:46:49 +0000</pubDate>
			<dc:creator>Carl Nelson</dc:creator>
			<guid isPermaLink="false">22952@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;My mistake on item #2 above, I had only added two posts in the category. &#60;/p&#62;
&#60;p&#62;The real issue is that there is some sort of offset that is applied to posts that appear in the columns created by the template builder.&#60;/p&#62;
&#60;p&#62;The docs say that the theme will display the most current post, but it really displays the &#34;second to the most current&#34; post. It skips the most current post.&#60;/p&#62;
&#60;p&#62;How can I change this to display the most current post in the column?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Carl Nelson on "Display a specific post in column layout using template builder?"</title>
			<link>http://www.kriesi.at/support/topic/display-a-specific-post-in-column-layout-using-template-builder#post-22940</link>
			<pubDate>Sun, 17 Jul 2011 14:56:29 +0000</pubDate>
			<dc:creator>Carl Nelson</dc:creator>
			<guid isPermaLink="false">22940@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Chris,&#60;/p&#62;
&#60;p&#62;I did what you suggested and it kinda works. Two things:&#60;/p&#62;
&#60;p&#62;1) In order for any posts from the categories to show up in the columns you must have at least two posts assigned to that category. It would be cleaner (for my client in the end who will be assigning categories to make things appear in whatever column) to have it work with just a single post assigned to the category. Is there a way to change that behavior, or at least point me to the code that does this query?&#60;/p&#62;
&#60;p&#62;2) The post that gets pulled of the two in the category is the first one published. Any way to change that to the last one published?&#60;/p&#62;
&#60;p&#62;I guess I can live with having a &#34;placeholder&#34; post in each category if for some reason that is necessary. But having to change the publish dates for the posts to get the most recent one to show up is kinda awkward.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Chris Beard on "Display a specific post in column layout using template builder?"</title>
			<link>http://www.kriesi.at/support/topic/display-a-specific-post-in-column-layout-using-template-builder#post-22408</link>
			<pubDate>Sun, 10 Jul 2011 02:07:26 +0000</pubDate>
			<dc:creator>Chris Beard</dc:creator>
			<guid isPermaLink="false">22408@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;Yes, you can create a dynamic template and add the columns element. Here you can select the column content - try post from Category. Then you can select the category your post is in - if you want a specific post you can create a category to place the post in. How I do it is create a category for every post I want to show. Lets say I have 4 columns I'd create Post 1, 2, 3 &#38;amp; 4 with respectively category 1, 2 ,3 &#38;amp; 4 assigned to them.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Carl Nelson on "Display a specific post in column layout using template builder?"</title>
			<link>http://www.kriesi.at/support/topic/display-a-specific-post-in-column-layout-using-template-builder#post-22396</link>
			<pubDate>Sat, 09 Jul 2011 22:48:08 +0000</pubDate>
			<dc:creator>Carl Nelson</dc:creator>
			<guid isPermaLink="false">22396@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Is there some way to display a specific post (as opposed to a page which is a built-in option) in a column view using the template builder?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "Remove Read More from portfolio images"</title>
			<link>http://www.kriesi.at/support/topic/remove-read-more-from-portfolio-images#post-21420</link>
			<pubDate>Thu, 23 Jun 2011 10:26:21 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">21420@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Glad that I could help you :)
&#60;/p&#62;</description>
		</item>
		<item>
			<title>webizm on "Remove Read More from portfolio images"</title>
			<link>http://www.kriesi.at/support/topic/remove-read-more-from-portfolio-images#post-21373</link>
			<pubDate>Wed, 22 Jun 2011 15:26:57 +0000</pubDate>
			<dc:creator>webizm</dc:creator>
			<guid isPermaLink="false">21373@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Thanks......:)
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
