<?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: What is the code to remove large images for posts?</title>
		<link>http://www.kriesi.at/support/topic/what-is-the-code-to-remove-large-images-for-posts</link>
		<description>Support Forum - Topic: What is the code to remove large images for posts?</description>
		<language>en-US</language>
		<pubDate>Mon, 20 May 2013 03:51:48 +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/what-is-the-code-to-remove-large-images-for-posts" rel="self" type="application/rss+xml" />

		<item>
			<title>natclarke on "What is the code to remove large images for posts?"</title>
			<link>http://www.kriesi.at/support/topic/what-is-the-code-to-remove-large-images-for-posts#post-99541</link>
			<pubDate>Tue, 05 Mar 2013 08:27:24 +0000</pubDate>
			<dc:creator>natclarke</dc:creator>
			<guid isPermaLink="false">99541@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Thank You! This is fixed now. Very Much Appreciated!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Devin on "What is the code to remove large images for posts?"</title>
			<link>http://www.kriesi.at/support/topic/what-is-the-code-to-remove-large-images-for-posts#post-99336</link>
			<pubDate>Mon, 04 Mar 2013 13:14:21 +0000</pubDate>
			<dc:creator>Devin</dc:creator>
			<guid isPermaLink="false">99336@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;The css is incorrect at the start with that extra brack and period. CSS is sensitive so make sure to keep those things from getting added in accidentally.&#60;/p&#62;
&#60;p&#62;It looks like you added some CSS to the google analytics field instead of the Quick CSS field which is why you are getting code at the bottom of your site.&#60;/p&#62;
&#60;p&#62;You can try adding this css though it still may need to target specific pages since you have some blog feeds inside pages using dynamic templates:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;#top .post-entry .slideshow_container {
    display: none;
}
#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;Regards,&#60;/p&#62;
&#60;p&#62;Devin
&#60;/p&#62;</description>
		</item>
		<item>
			<title>natclarke on "What is the code to remove large images for posts?"</title>
			<link>http://www.kriesi.at/support/topic/what-is-the-code-to-remove-large-images-for-posts#post-99213</link>
			<pubDate>Sun, 03 Mar 2013 04:31:13 +0000</pubDate>
			<dc:creator>natclarke</dc:creator>
			<guid isPermaLink="false">99213@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Thanks&#60;/p&#62;
&#60;p&#62;I have noticed that the code is not showing the slide shows on my pages. I want the slide shows to show on pages but not where my blog is or on archive, category or tag pages.&#60;/p&#62;
&#60;p&#62;I have removed the code that is not working and this is what I have now:&#60;/p&#62;
&#60;p&#62;}&#60;br /&#62;
..title_container .breadcrumb {&#60;br /&#62;
display: none;&#60;br /&#62;
}&#60;br /&#62;
ins iframe {&#60;br /&#62;
width: 336px !important;&#60;br /&#62;
}&#60;br /&#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;br /&#62;
p {&#60;br /&#62;
font-size: 18px;&#60;br /&#62;
line-height: 20px;&#60;br /&#62;
}&#60;br /&#62;
#top.single-post #wrap_all .slideshow_container {&#60;br /&#62;
display: none;&#60;br /&#62;
}&#60;br /&#62;
.breadcrumb.breadcrumbs.avia-breadcrumbs, .post_nav {&#60;br /&#62;
display: none;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Devin on "What is the code to remove large images for posts?"</title>
			<link>http://www.kriesi.at/support/topic/what-is-the-code-to-remove-large-images-for-posts#post-99207</link>
			<pubDate>Sun, 03 Mar 2013 03:53:32 +0000</pubDate>
			<dc:creator>Devin</dc:creator>
			<guid isPermaLink="false">99207@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Try changing it to:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;.title_container .breadcrumb {
display: none;
}
ins iframe {
width: 336px !important;
}
#top .post-title {
font-size: 42px;
font-weight: bold;
color: #940d0d;
line-height: 1.4em;
margin-bottom: 10px;
}
p {
font-size: 18px;
line-height: 20px;
}
#top.single-post #wrap_all .slideshow_container {
display: none;
}
.breadcrumb.breadcrumbs.avia-breadcrumbs, .post_nav {
display: none;
}
#top.page .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.page .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;
}

h1, h2, h3, h4, h5, h6, tr.pricing-row td, #top .portfolio-title, .callout .content-area, .avia-big-box .avia-innerbox{
font-family:Lobster;
}

body, .flex_column h1, .flex_column h2, .flex_column h3, .flex_column h4, .flex_column h5, .flex_column h6, #top .widgettitle{
font-family: georgia;
}&#60;/code&#62;&#60;/pre&#62;</description>
		</item>
		<item>
			<title>natclarke on "What is the code to remove large images for posts?"</title>
			<link>http://www.kriesi.at/support/topic/what-is-the-code-to-remove-large-images-for-posts#post-99202</link>
			<pubDate>Sun, 03 Mar 2013 03:33:13 +0000</pubDate>
			<dc:creator>natclarke</dc:creator>
			<guid isPermaLink="false">99202@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;I also looked at the bottom of my site and code is showing there too!&#60;br /&#62;
&#60;a href=&#34;http://www.lifecleansing.net&#34; rel=&#34;nofollow&#34;&#62;http://www.lifecleansing.net&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Here is my updated Css code&#60;/p&#62;
&#60;p&#62;}&#60;br /&#62;
..title_container .breadcrumb {&#60;br /&#62;
display: none;&#60;br /&#62;
}&#60;br /&#62;
ins iframe {&#60;br /&#62;
width: 336px !important;&#60;br /&#62;
}&#60;br /&#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;br /&#62;
p {&#60;br /&#62;
font-size: 18px;&#60;br /&#62;
line-height: 20px;&#60;br /&#62;
}&#60;br /&#62;
#top.single-post #wrap_all .slideshow_container {&#60;br /&#62;
display: none;&#60;br /&#62;
}&#60;br /&#62;
.breadcrumb.breadcrumbs.avia-breadcrumbs, .post_nav {&#60;br /&#62;
display: none;&#60;br /&#62;
}&#60;br /&#62;
#top.page .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;br /&#62;
#top.page .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{&#60;br /&#62;
display: none !important;&#60;br /&#62;
}
&#60;/p&#62;</description>
		</item>
		<item>
			<title>natclarke on "What is the code to remove large images for posts?"</title>
			<link>http://www.kriesi.at/support/topic/what-is-the-code-to-remove-large-images-for-posts#post-99199</link>
			<pubDate>Sun, 03 Mar 2013 03:25:16 +0000</pubDate>
			<dc:creator>natclarke</dc:creator>
			<guid isPermaLink="false">99199@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi &#60;/p&#62;
&#60;p&#62;I have changed that but it is still showing a large blog image on the latest blog page but not on all of the others.&#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;</description>
		</item>
		<item>
			<title>Devin on "What is the code to remove large images for posts?"</title>
			<link>http://www.kriesi.at/support/topic/what-is-the-code-to-remove-large-images-for-posts#post-99195</link>
			<pubDate>Sun, 03 Mar 2013 03:09:01 +0000</pubDate>
			<dc:creator>Devin</dc:creator>
			<guid isPermaLink="false">99195@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi natclarke,&#60;/p&#62;
&#60;p&#62;I think the css is just a bit off. Those last two should just have page as the selector on the #top instead of &#34;paged&#34;.&#60;/p&#62;
&#60;p&#62;So try:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;#top.page .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.page .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;Regards,&#60;/p&#62;
&#60;p&#62;Devin
&#60;/p&#62;</description>
		</item>
		<item>
			<title>natclarke on "What is the code to remove large images for posts?"</title>
			<link>http://www.kriesi.at/support/topic/what-is-the-code-to-remove-large-images-for-posts#post-99113</link>
			<pubDate>Sat, 02 Mar 2013 07:49:15 +0000</pubDate>
			<dc:creator>natclarke</dc:creator>
			<guid isPermaLink="false">99113@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi. I have managed to remove the large images from my posts with the code below, however on occasion they are showing large on the first page of my blog post and with portfolio images &#38;amp; Testimonials. So I may be missing a few code items. Here is the code I have placed in and what am I missing?&#60;br /&#62;
Here is a link to my site:&#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;}&#60;br /&#62;
#top.single-post #wrap_all .slideshow_container {&#60;br /&#62;
display: none;&#60;br /&#62;
}&#60;br /&#62;
.breadcrumb.breadcrumbs.avia-breadcrumbs, .post_nav {&#60;br /&#62;
display: none;&#60;br /&#62;
}&#60;br /&#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;#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{&#60;br /&#62;
display: none !important;&#60;br /&#62;
}
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
