<?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: picture problems</title>
		<link>http://www.kriesi.at/support/topic/picture-problems</link>
		<description>Support Forum - Topic: picture problems</description>
		<language>en-US</language>
		<pubDate>Tue, 18 Jun 2013 20:49:41 +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/picture-problems" rel="self" type="application/rss+xml" />

		<item>
			<title>James Morrison on "picture problems"</title>
			<link>http://www.kriesi.at/support/topic/picture-problems#post-19460</link>
			<pubDate>Thu, 19 May 2011 13:46:35 +0000</pubDate>
			<dc:creator>James Morrison</dc:creator>
			<guid isPermaLink="false">19460@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey,&#60;/p&#62;
&#60;p&#62;The image is &#34;cut in half&#34; because its' size exceeds the space available in the main content (image is 800px wide; the content area is 580px). Looking at the page source, I can see that the following classes are added to this page: &#60;strong&#62;single&#60;/strong&#62;, &#60;strong&#62;single-post&#60;/strong&#62;, &#60;strong&#62;postid-193&#60;/strong&#62; and &#60;strong&#62;single-format-standard&#60;/strong&#62;.&#60;/p&#62;
&#60;p&#62;You can add CSS to solve this problem, I also note that there is no sidebar content on this page and assuming there won't need to be any sidebar content on any single post pages you can use this code to adjust the width (add at the very end of style.css):&#60;/p&#62;
&#60;p&#62;&#60;code&#62;.single #content { width: 980px; }&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;If however, it is only this page that requires an increased width, you can be selective with the CSS and use the post ID so it's only this page that has the change:&#60;/p&#62;
&#60;p&#62;&#60;code&#62;.postid-193 #content { width: 980px; }&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;Hope this helps!&#60;/p&#62;
&#60;p&#62;James
&#60;/p&#62;</description>
		</item>
		<item>
			<title>jeffgritchen on "picture problems"</title>
			<link>http://www.kriesi.at/support/topic/picture-problems#post-19414</link>
			<pubDate>Wed, 18 May 2011 18:11:02 +0000</pubDate>
			<dc:creator>jeffgritchen</dc:creator>
			<guid isPermaLink="false">19414@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;ok, that solved that problem. Thanks for the reply.&#60;/p&#62;
&#60;p&#62;I am still having the problem of the main picture in the post being cut in half&#60;/p&#62;
&#60;p&#62;any ideas?&#60;/p&#62;
&#60;p&#62;thanks again
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "picture problems"</title>
			<link>http://www.kriesi.at/support/topic/picture-problems#post-18998</link>
			<pubDate>Fri, 13 May 2011 05:09:08 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">18998@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey,&#60;br /&#62;
1) You can remove the featured image in posts by deleting following code in single.php:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;&#38;lt;?php
						if($preview_image)
						{
						echo &#38;#39;&#38;lt;div class=&#38;quot;entry-previewimage rounded preloading_background&#38;quot;&#38;gt;&#38;#39;;
						echo $preview_image;
						echo &#38;#39;&#38;lt;/div&#38;gt;&#38;#39;;
						} 

						?&#38;gt;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;2) Try to remove the featured image first - I think this will resolve this problem too.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>jeffgritchen on "picture problems"</title>
			<link>http://www.kriesi.at/support/topic/picture-problems#post-18887</link>
			<pubDate>Wed, 11 May 2011 17:34:18 +0000</pubDate>
			<dc:creator>jeffgritchen</dc:creator>
			<guid isPermaLink="false">18887@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;I fixed the logo problems, But my other questions remain.&#60;/p&#62;
&#60;p&#62;thanks again
&#60;/p&#62;</description>
		</item>
		<item>
			<title>jeffgritchen on "picture problems"</title>
			<link>http://www.kriesi.at/support/topic/picture-problems#post-18886</link>
			<pubDate>Wed, 11 May 2011 17:22:12 +0000</pubDate>
			<dc:creator>jeffgritchen</dc:creator>
			<guid isPermaLink="false">18886@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Thanks for the reply.&#60;/p&#62;
&#60;p&#62;I had to update the theme AND update the prettyphoto separately. It seems to be working now.&#60;/p&#62;
&#60;p&#62;I have a few other questions.&#60;/p&#62;
&#60;p&#62;1, The logo on top of my site seems to have dropped down in the the main viewer - I'm not sure how to fix it.&#60;/p&#62;
&#60;p&#62;2. as far as I can tell, I want the picture to show up in the Feature Slider on the main page I need to make sure its in the Featured category AND make it a Featured Image on the post page. Is there a way to make the picture show up in the Feature Slider and not show up as a square thumbnail in the post? (ex. &#60;a href=&#34;http://thebridgetoeverywhere.com/?p=193)&#34; rel=&#34;nofollow&#34;&#62;http://thebridgetoeverywhere.com/?p=193)&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;3. Can I make the picture in this post (&#60;a href=&#34;http://thebridgetoeverywhere.com/?p=193&#34; rel=&#34;nofollow&#34;&#62;http://thebridgetoeverywhere.com/?p=193&#60;/a&#62;) bigger? It is getting cut in half.&#60;/p&#62;
&#60;p&#62;Thanks for you help&#60;/p&#62;
&#60;p&#62;Jeff
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "picture problems"</title>
			<link>http://www.kriesi.at/support/topic/picture-problems#post-17088</link>
			<pubDate>Fri, 15 Apr 2011 06:01:26 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">17088@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey,&#60;br /&#62;
as far as I can see you're using the old lighbox files: &#60;a href=&#34;http://thebridgetoeverywhere.com/wp-content/themes/newscast/newscast/js/prettyPhoto/js/jquery.prettyPhoto.js&#34; rel=&#34;nofollow&#34;&#62;http://thebridgetoeverywhere.com/wp-content/themes/newscast/newscast/js/prettyPhoto/js/jquery.prettyPhoto.js&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;The version number is 2.5.6 but the newest version is 3.1. Maybe try to replace the lighbox files one by one (they're located in js/prettyphoto folder) or upgrade your theme to Version 2.0.2 (very recommended because it also fixes problems with IE9, etc.)
&#60;/p&#62;</description>
		</item>
		<item>
			<title>jeffgritchen on "picture problems"</title>
			<link>http://www.kriesi.at/support/topic/picture-problems#post-16987</link>
			<pubDate>Wed, 13 Apr 2011 21:52:27 +0000</pubDate>
			<dc:creator>jeffgritchen</dc:creator>
			<guid isPermaLink="false">16987@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Thanks for the reply.&#60;/p&#62;
&#60;p&#62;I did exactly what you said and that didn't seem to fix the problems.&#60;/p&#62;
&#60;p&#62;Am I supposed to have a lightbox plugin too?&#60;/p&#62;
&#60;p&#62;thanks
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "picture problems"</title>
			<link>http://www.kriesi.at/support/topic/picture-problems#post-16518</link>
			<pubDate>Thu, 07 Apr 2011 18:12:31 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">16518@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey,&#60;br /&#62;
your lightbox files are outdated. Please download the newest version of prettyphoto here: &#60;a href=&#34;http://www.no-margin-for-errors.com/projects/prettyphoto-jquery-lightbox-clone/&#34; rel=&#34;nofollow&#34;&#62;http://www.no-margin-for-errors.com/projects/prettyphoto-jquery-lightbox-clone/&#60;/a&#62; and replace the old lightbox files in newscast/js/prettyphoto with the new ones.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>jeffgritchen on "picture problems"</title>
			<link>http://www.kriesi.at/support/topic/picture-problems#post-16459</link>
			<pubDate>Wed, 06 Apr 2011 22:03:38 +0000</pubDate>
			<dc:creator>jeffgritchen</dc:creator>
			<guid isPermaLink="false">16459@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;I'm running the latest version of Newscast with wordpress 3.1.1 on a new site I'm setting up.&#60;/p&#62;
&#60;p&#62;I have no plugins installed, yet when I click on a picture is a post the screen dims and a spinning gear appears - the gear just keeps spinning, nothing every happens.&#60;/p&#62;
&#60;p&#62;can you help?&#60;/p&#62;
&#60;p&#62;the site is&#60;/p&#62;
&#60;p&#62;thebridgetoeverywhere.com&#60;/p&#62;
&#60;p&#62;thanks
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
