<?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: Show first image in post  in featured sections and thumbs</title>
		<link>http://www.kriesi.at/support/topic/show-first-image-in-post-in-featured-sections-and-thumbs</link>
		<description>Support Forum - Topic: Show first image in post  in featured sections and thumbs</description>
		<language>en-US</language>
		<pubDate>Sat, 18 May 2013 15:15:54 +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/show-first-image-in-post-in-featured-sections-and-thumbs" rel="self" type="application/rss+xml" />

		<item>
			<title>Devin on "Show first image in post  in featured sections and thumbs"</title>
			<link>http://www.kriesi.at/support/topic/show-first-image-in-post-in-featured-sections-and-thumbs#post-98060</link>
			<pubDate>Fri, 22 Feb 2013 15:01:13 +0000</pubDate>
			<dc:creator>Devin</dc:creator>
			<guid isPermaLink="false">98060@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Glad Nick could help :)&#60;/p&#62;
&#60;p&#62;Let us know if you have any other questions or issues.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>natclarke on "Show first image in post  in featured sections and thumbs"</title>
			<link>http://www.kriesi.at/support/topic/show-first-image-in-post-in-featured-sections-and-thumbs#post-97982</link>
			<pubDate>Fri, 22 Feb 2013 06:26:41 +0000</pubDate>
			<dc:creator>natclarke</dc:creator>
			<guid isPermaLink="false">97982@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Thank you so much! Just saved be days of work cropping photos. Very much appreciated.  Nat
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Nick on "Show first image in post  in featured sections and thumbs"</title>
			<link>http://www.kriesi.at/support/topic/show-first-image-in-post-in-featured-sections-and-thumbs#post-97898</link>
			<pubDate>Thu, 21 Feb 2013 18:19:40 +0000</pubDate>
			<dc:creator>Nick</dc:creator>
			<guid isPermaLink="false">97898@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;You changed one of the settings, before was small, now big. Just in case I will use both so you can switch between slider type. Please add the code below either to *the very end of custom.css* or to the very end of Quick CSS.&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;#top.paged .slideshow_container.slide_container_small, #top.category .slideshow_container.slide_container_, #top.category .slideshow_container.slide_container_small, #top.date .slideshow_container.slide_container_small{
display: none !important;
}

#top.paged .slideshow_container.slide_container_big, #top.category .slideshow_container.slide_container_, #top.category .slideshow_container.slide_container_big, #top.date .slideshow_container.slide_container_big{
display: none !important;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;That should take care of paged, categories, and by date archive. Please give me a link to page where images still show (after you insert the code and clear your browser cache.)&#60;/p&#62;
&#60;p&#62;Thanks,&#60;/p&#62;
&#60;p&#62;Nick
&#60;/p&#62;</description>
		</item>
		<item>
			<title>natclarke on "Show first image in post  in featured sections and thumbs"</title>
			<link>http://www.kriesi.at/support/topic/show-first-image-in-post-in-featured-sections-and-thumbs#post-97818</link>
			<pubDate>Thu, 21 Feb 2013 13:44:05 +0000</pubDate>
			<dc:creator>natclarke</dc:creator>
			<guid isPermaLink="false">97818@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Thanks Nick.  I will take note of the changes&#60;/p&#62;
&#60;p&#62;1. I placed this code  given in custom css but the large featured image is still showing on blog and category archives and archive blog pages:&#60;/p&#62;
&#60;p&#62;#top.paged .slideshow_container.slide_container_small, #top.category .slideshow_container.slide_container_, #top.category .slideshow_container.slide_container_small, #top.date .slideshow_container.slide_container_small{&#60;br /&#62;
display: none !important;&#60;br /&#62;
}&#60;/p&#62;
&#60;p&#62;2. See Links below:&#60;/p&#62;
&#60;p&#62;Blog Entry:&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://www.lifecleansing.net/blog-tips-for-living/&#34; rel=&#34;nofollow&#34;&#62;http://www.lifecleansing.net/blog-tips-for-living/&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;3. Below is all the quick CSS I have entered:&#60;/p&#62;
&#60;p&#62;..title_container .breadcrumb {&#60;br /&#62;
display: none;&#60;br /&#62;
}&#60;/p&#62;
&#60;p&#62;ins iframe {&#60;br /&#62;
    width: 336px !important;&#60;br /&#62;
}&#60;/p&#62;
&#60;p&#62;#top .post-title {&#60;br /&#62;
    font-size: 42px;&#60;br /&#62;
    font-weight: bold;&#60;br /&#62;
    color: #940d0d;&#60;br /&#62;
    line-height: 1.4em;&#60;br /&#62;
    margin-bottom: 10px;&#60;br /&#62;
}&#60;/p&#62;
&#60;p&#62;p {&#60;br /&#62;
font-size: 18px;&#60;br /&#62;
line-height: 20px;&#60;br /&#62;
}&#60;/p&#62;
&#60;p&#62;#top.single-post #wrap_all .slideshow_container {&#60;br /&#62;
display: none;&#60;br /&#62;
}&#60;/p&#62;
&#60;p&#62;.breadcrumb.breadcrumbs.avia-breadcrumbs, .post_nav {&#60;/p&#62;
&#60;p&#62;display: none;&#60;/p&#62;
&#60;p&#62;}
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Nick on "Show first image in post  in featured sections and thumbs"</title>
			<link>http://www.kriesi.at/support/topic/show-first-image-in-post-in-featured-sections-and-thumbs#post-97557</link>
			<pubDate>Wed, 20 Feb 2013 03:13:10 +0000</pubDate>
			<dc:creator>Nick</dc:creator>
			<guid isPermaLink="false">97557@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;Please number your requests because it's hard to follow what was solved and what you are still looking for.&#60;/p&#62;
&#60;p&#62;The css provided should be added to the end of /css/custom.css file OR to Quick CSS located in the admin area Choices &#38;gt; Theme Options &#38;gt; Styles ... the text area at the bottom of the page.&#60;/p&#62;
&#60;p&#62;1) I have 500 posts. DO I have to put a page id for each page?&#60;/p&#62;
&#60;p&#62;That is done automatically by wordpress.&#60;/p&#62;
&#60;p&#62;2) I am not sure how to find the body class&#60;/p&#62;
&#60;p&#62;The body class is located in header.php file of the theme. Unless you know wordpress,html,php,css I recommend for you to leave it as is.&#60;/p&#62;
&#60;p&#62;3) Remove featured image from paginated pages &#60;a href=&#34;http://www.lifecleansing.net/blog-tips-for-living/page/2/&#34; rel=&#34;nofollow&#34;&#62;http://www.lifecleansing.net/blog-tips-for-living/page/2/&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;This code will take care of all issues in your last post. Please add this to Quick CSS as described earlier.&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;#top.paged .slideshow_container.slide_container_small, #top.category .slideshow_container.slide_container_, #top.category .slideshow_container.slide_container_small, #top.date .slideshow_container.slide_container_small{
display: none !important;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Just a bit of advice. Google will likely penalize you for having 3 near identical sets of pages unless you mark your pages as cononical or add noindex meta tags ( &#60;a href=&#34;http://support.google.com/webmasters/bin/answer.py?hl=en&#38;amp;answer=66359&#34; rel=&#34;nofollow&#34;&#62;http://support.google.com/webmasters/bin/answer.py?hl=en&#38;amp;answer=66359&#60;/a&#62; and &#60;a href=&#34;http://googlewebmastercentral.blogspot.com/2009/02/specify-your-canonical.html&#34; rel=&#34;nofollow&#34;&#62;http://googlewebmastercentral.blogspot.com/2009/02/specify-your-canonical.html&#60;/a&#62; ) &#60;/p&#62;
&#60;p&#62;-----off topic&#60;/p&#62;
&#60;p&#62;I see that you have incorrectly added google analytics. In the place where you pasted just your analytics id 'UA-28889041-1' (its public), you need to paste the entire javascript code with your id inside the code. Either in Google Analytics Visits Plugin or in Choices &#38;gt; Theme Options , please replace where you pasted your analytics id with code below (i added your analytics id in there , so all you need to do is paste it.&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;&#38;lt;script type=&#38;quot;text/javascript&#38;quot;&#38;gt;

  var _gaq = _gaq &#124;&#124; [];
  _gaq.push([&#38;#39;_setAccount&#38;#39;, &#38;#39;UA-28889041-1&#38;#39;]);
  _gaq.push([&#38;#39;_trackPageview&#38;#39;]);

  (function() {
    var ga = document.createElement(&#38;#39;script&#38;#39;); ga.type = &#38;#39;text/javascript&#38;#39;; ga.async = true;
    ga.src = (&#38;#39;https:&#38;#39; == document.location.protocol ? &#38;#39;https://ssl&#38;#39; : &#38;#39;http://www&#38;#39;) + &#38;#39;.google-analytics.com/ga.js&#38;#39;;
    var s = document.getElementsByTagName(&#38;#39;script&#38;#39;)[0]; s.parentNode.insertBefore(ga, s);
  })();

&#38;lt;/script&#38;gt;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Thanks,&#60;/p&#62;
&#60;p&#62;Nick
&#60;/p&#62;</description>
		</item>
		<item>
			<title>natclarke on "Show first image in post  in featured sections and thumbs"</title>
			<link>http://www.kriesi.at/support/topic/show-first-image-in-post-in-featured-sections-and-thumbs#post-97437</link>
			<pubDate>Tue, 19 Feb 2013 14:53:26 +0000</pubDate>
			<dc:creator>natclarke</dc:creator>
			<guid isPermaLink="false">97437@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;This page is how I want my blog to show: It is working well with the css code put in.&#60;br /&#62;
&#60;a href=&#34;http://www.lifecleansing.net/improve-your-posture-and-improve-your-health/&#34; rel=&#34;nofollow&#34;&#62;http://www.lifecleansing.net/improve-your-posture-and-improve-your-health/&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;1. However My blog page on from my menu:&#60;/p&#62;
&#60;p&#62;This one is still showing the featured image and I don't want it to show. What code do I need to use here to remove it?&#60;br /&#62;
&#60;a href=&#34;http://www.lifecleansing.net/blog-tips-for-living/page/2/&#34; rel=&#34;nofollow&#34;&#62;http://www.lifecleansing.net/blog-tips-for-living/page/2/&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;I also don't want to show the large slideshow pictures in my month archive pages if possible. What code do I need there?&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://www.lifecleansing.net/2013/02/&#34; rel=&#34;nofollow&#34;&#62;http://www.lifecleansing.net/2013/02/&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;I also don't want to show the large slideshow pictures in my category  archive pages if possible. What code do I need there?&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://www.lifecleansing.net/category/accomodation/&#34; rel=&#34;nofollow&#34;&#62;http://www.lifecleansing.net/category/accomodation/&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Thanks&#60;/p&#62;
&#60;p&#62;Natalie
&#60;/p&#62;</description>
		</item>
		<item>
			<title>natclarke on "Show first image in post  in featured sections and thumbs"</title>
			<link>http://www.kriesi.at/support/topic/show-first-image-in-post-in-featured-sections-and-thumbs#post-97430</link>
			<pubDate>Tue, 19 Feb 2013 14:30:29 +0000</pubDate>
			<dc:creator>natclarke</dc:creator>
			<guid isPermaLink="false">97430@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;I tried the following with my page number (finally found page number!)&#60;/p&#62;
&#60;p&#62;.page-id-31 .slideshow_container.slide_container_big {&#60;br /&#62;
display: none;&#60;br /&#62;
}&#60;/p&#62;
&#60;p&#62;However it took out my banner and i want that it. I don't want the large pictures on the blog page. Please see the last post.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>natclarke on "Show first image in post  in featured sections and thumbs"</title>
			<link>http://www.kriesi.at/support/topic/show-first-image-in-post-in-featured-sections-and-thumbs#post-97423</link>
			<pubDate>Tue, 19 Feb 2013 13:59:12 +0000</pubDate>
			<dc:creator>natclarke</dc:creator>
			<guid isPermaLink="false">97423@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;The breadcrumb code finally worked! YEAH!  THANKS!&#60;/p&#62;
&#60;p&#62;I have two areas on my site where my blog is posted.&#60;/p&#62;
&#60;p&#62;On the first one with the css code, the image is no longer showing: &#60;/p&#62;
&#60;p&#62;Firstly:  (This works. YEAH)&#60;/p&#62;
&#60;p&#62;Example Post:   &#60;a href=&#34;http://www.lifecleansing.net/improve-your-posture-and-improve-your-health/&#34; rel=&#34;nofollow&#34;&#62;http://www.lifecleansing.net/improve-your-posture-and-improve-your-health/&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Secondly on blog page on from my menu:&#60;/p&#62;
&#60;p&#62;This one is still showing the featured image and I don't want it to show. What code do I need to use here? &#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://www.lifecleansing.net/blog-tips-for-living/page/2/&#34; rel=&#34;nofollow&#34;&#62;http://www.lifecleansing.net/blog-tips-for-living/page/2/&#60;/a&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>natclarke on "Show first image in post  in featured sections and thumbs"</title>
			<link>http://www.kriesi.at/support/topic/show-first-image-in-post-in-featured-sections-and-thumbs#post-97415</link>
			<pubDate>Tue, 19 Feb 2013 13:14:19 +0000</pubDate>
			<dc:creator>natclarke</dc:creator>
			<guid isPermaLink="false">97415@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Thanks!  Here is a link to my blog  page:  &#60;a href=&#34;http://www.lifecleansing.net/improve-your-posture-and-improve-your-health/&#34; rel=&#34;nofollow&#34;&#62;http://www.lifecleansing.net/improve-your-posture-and-improve-your-health/&#60;/a&#62;&#60;br /&#62;
Where do I change the blog title in the code?&#60;/p&#62;
&#60;p&#62;I have 500 posts. DO I have to put a page id for each page? &#60;/p&#62;
&#60;p&#62;I am not sure how to find the body class
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Ismael on "Show first image in post  in featured sections and thumbs"</title>
			<link>http://www.kriesi.at/support/topic/show-first-image-in-post-in-featured-sections-and-thumbs#post-97404</link>
			<pubDate>Tue, 19 Feb 2013 11:45:35 +0000</pubDate>
			<dc:creator>Ismael</dc:creator>
			<guid isPermaLink="false">97404@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;1.) You can use this on your custom.css, .page-id-31 is my blog page id. It might be different in your installation. Just inspect the page then look for the body class.&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;.page-id-31 .slideshow_container.slide_container_big {
display: none;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;2.) Can you give us a link to the page? You can change the page name.&#60;/p&#62;
&#60;p&#62;3.) To remove the breadcrumbs just add this on your custom.css&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;.breadcrumb.breadcrumbs.avia-breadcrumbs, .post_nav {

display: none;

}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Regards,&#60;br /&#62;
Ismael
&#60;/p&#62;</description>
		</item>
		<item>
			<title>natclarke on "Show first image in post  in featured sections and thumbs"</title>
			<link>http://www.kriesi.at/support/topic/show-first-image-in-post-in-featured-sections-and-thumbs#post-97393</link>
			<pubDate>Tue, 19 Feb 2013 09:37:49 +0000</pubDate>
			<dc:creator>natclarke</dc:creator>
			<guid isPermaLink="false">97393@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;I tried using the template builder but it does not show the related entries or area for users to make a comment.  If it could do that I would be happy!&#60;/p&#62;
&#60;p&#62;So I need to adjust the following for there is no other option:&#60;/p&#62;
&#60;p&#62;Is there a custom css code to not show the featured image from all posts in the blog?&#60;/p&#62;
&#60;p&#62;Can I change the heading that appears &#34; Blog - Latest News&#34; to &#34;A tip for living&#34;&#60;/p&#62;
&#60;p&#62;Can I remove the breadcrumb that appears at the top and the bottom of the page?&#60;/p&#62;
&#60;p&#62;Here is a sample page: &#60;a href=&#34;http://www.lifecleansing.net/improve-your-posture-and-improve-your-health/&#34; rel=&#34;nofollow&#34;&#62;http://www.lifecleansing.net/improve-your-posture-and-improve-your-health/&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;PLEASE HELP?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>natclarke on "Show first image in post  in featured sections and thumbs"</title>
			<link>http://www.kriesi.at/support/topic/show-first-image-in-post-in-featured-sections-and-thumbs#post-97375</link>
			<pubDate>Tue, 19 Feb 2013 06:46:50 +0000</pubDate>
			<dc:creator>natclarke</dc:creator>
			<guid isPermaLink="false">97375@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;This is not working. I have gone into the post and pressed adjust page layout and it takes the image and puts it below. However it is just to large and I would prefer for it not to show at all in all my posts rather than having to resize over 500 images.&#60;/p&#62;
&#60;p&#62;Questions:&#60;/p&#62;
&#60;p&#62; Is there a custom css code to not show the featured image from all posts in the blog?  &#60;/p&#62;
&#60;p&#62;Can I change the heading that appears &#34; Blog - Latest News&#34;  to  &#34;A tip for living&#34;&#60;/p&#62;
&#60;p&#62;Can I remove the breadcrumb that appears at the top and the bottom of the page?&#60;/p&#62;
&#60;p&#62;Here is a sample page:  &#60;a href=&#34;http://www.lifecleansing.net/improve-your-posture-and-improve-your-health/&#34; rel=&#34;nofollow&#34;&#62;http://www.lifecleansing.net/improve-your-posture-and-improve-your-health/&#60;/a&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Devin on "Show first image in post  in featured sections and thumbs"</title>
			<link>http://www.kriesi.at/support/topic/show-first-image-in-post-in-featured-sections-and-thumbs#post-97275</link>
			<pubDate>Mon, 18 Feb 2013 16:38:04 +0000</pubDate>
			<dc:creator>Devin</dc:creator>
			<guid isPermaLink="false">97275@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi natclarke,&#60;/p&#62;
&#60;p&#62;The slideshow/featured image isn't able to pull from inside the visual editor. The image must be added into the themes featured gallery.&#60;/p&#62;
&#60;p&#62;You could use the theme settings in Layout &#38;amp; Setting for Slideshow behavior on overview pages. The third option will let you use the first image on overview pages but not show the rest of the images in the slideshow. Then on the single page, it will skip that first image and only show the rest of the slideshow. This way you have a thumbnail/preview image but it doesn't get shown on that actual page.&#60;/p&#62;
&#60;p&#62;Regards,&#60;/p&#62;
&#60;p&#62;Devin
&#60;/p&#62;</description>
		</item>
		<item>
			<title>natclarke on "Show first image in post  in featured sections and thumbs"</title>
			<link>http://www.kriesi.at/support/topic/show-first-image-in-post-in-featured-sections-and-thumbs#post-97154</link>
			<pubDate>Mon, 18 Feb 2013 06:22:59 +0000</pubDate>
			<dc:creator>natclarke</dc:creator>
			<guid isPermaLink="false">97154@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;I would like to add a  banner to the slideshow and moving the images to the post to reduce the sizes. &#60;/p&#62;
&#60;p&#62;However, the banner shows in all the thumbs etc and not the image I would like to show. Is there a way to show the first image in the post through the site rather than the featured banner in the slide show?
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
