<?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: Changing the thumbnail?</title>
		<link>http://www.kriesi.at/support/topic/changing-the-thumbnail</link>
		<description>Support Forum - Topic: Changing the thumbnail?</description>
		<language>en-US</language>
		<pubDate>Wed, 19 Jun 2013 08:11: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/topic/changing-the-thumbnail" rel="self" type="application/rss+xml" />

		<item>
			<title>Renko on "Changing the thumbnail?"</title>
			<link>http://www.kriesi.at/support/topic/changing-the-thumbnail#post-4712</link>
			<pubDate>Tue, 14 Sep 2010 12:16:08 +0000</pubDate>
			<dc:creator>Renko</dc:creator>
			<guid isPermaLink="false">4712@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Boaaah, ganz großes Kino. Genauso funktionierts.&#60;br /&#62;
Herzlichen und überschwänglichsten Dank. &#60;/p&#62;
&#60;p&#62;Many, many thanks, Dude. Everything works now smooth and fine. What a great support. &#60;/p&#62;
&#60;p&#62;Greetings from Linz, &#60;/p&#62;
&#60;p&#62;Rainer
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "Changing the thumbnail?"</title>
			<link>http://www.kriesi.at/support/topic/changing-the-thumbnail#post-4698</link>
			<pubDate>Tue, 14 Sep 2010 08:19:59 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">4698@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Ok in meinem Konzept war schon wieder ein Denkfehler, was mich etwas frustriert....&#60;/p&#62;
&#60;p&#62;Hier ist nochmals eine modifizierte post_thumb.php Datei:&#60;br /&#62;
&#60;a href=&#34;http://www.mediafire.com/?t38so3r44z2e9ym&#34; rel=&#34;nofollow&#34;&#62;http://www.mediafire.com/?t38so3r44z2e9ym&#60;/a&#62;&#60;br /&#62;
Dieses mal sollte es funktionieren, jedoch sind leider noch andere Modifikationen nötig - in index.php ersetze biite die folgenden zwei Codezeilen:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;// ############################# FULL SIZED POSTS #############################
		if ($fullsized &#38;gt; 0) :

		$preview_image = kriesi_post_thumb($post-&#38;gt;ID, array(&#38;#39;size&#38;#39;=&#38;gt; array(&#38;#39;M&#38;#39;),&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;und&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;// ############################# SMALL SIZED POSTS #############################
			if($smallsized == 1): echo &#38;#39;&#38;lt;div class=&#38;quot;doubleentry&#38;quot;&#38;gt;&#38;#39;; endif;
			$smallsized ++;

			$small_prev = kriesi_post_thumb($post-&#38;gt;ID, array(&#38;#39;size&#38;#39;=&#38;gt; array(&#38;#39;S&#38;#39;),&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;durch:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;// ############################# FULL SIZED POSTS #############################
		if ($fullsized &#38;gt; 0) :

		$preview_image = kriesi_post_thumb_vorschau($post-&#38;gt;ID, array(&#38;#39;size&#38;#39;=&#38;gt; array(&#38;#39;M&#38;#39;),&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;und&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;// ############################# SMALL SIZED POSTS #############################
			if($smallsized == 1): echo &#38;#39;&#38;lt;div class=&#38;quot;doubleentry&#38;quot;&#38;gt;&#38;#39;; endif;
			$smallsized ++;

			$small_prev = kriesi_post_thumb_vorschau($post-&#38;gt;ID, array(&#38;#39;size&#38;#39;=&#38;gt; array(&#38;#39;S&#38;#39;),&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Bitte ersetze auch in single.php folgenden Code:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;$preview_image = kriesi_post_thumb($post-&#38;gt;ID, array(&#38;#39;size&#38;#39;=&#38;gt; array(&#38;#39;M&#38;#39;),&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;durch:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;$preview_image = kriesi_post_thumb_vorschau($post-&#38;gt;ID, array(&#38;#39;size&#38;#39;=&#38;gt; array(&#38;#39;M&#38;#39;),&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;The Dude
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Renko on "Changing the thumbnail?"</title>
			<link>http://www.kriesi.at/support/topic/changing-the-thumbnail#post-4693</link>
			<pubDate>Tue, 14 Sep 2010 07:30:19 +0000</pubDate>
			<dc:creator>Renko</dc:creator>
			<guid isPermaLink="false">4693@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hallo Dude, herzlichen Dank für die viele Mühe. Hab Index.php wieder rückgängig gemacht und die neue Datei aufgeladen.&#60;/p&#62;
&#60;p&#62;Aber leider geht das immer noch nicht wie gewünscht.&#60;br /&#62;
Das Vorschaubild ist zwar jetzt das richtige, weil geänderte. Siehe Screen: &#60;a href=&#34;http://www.flickr.com/photos/69912138@N00/4988918857/&#34; rel=&#34;nofollow&#34;&#62;http://www.flickr.com/photos/69912138@N00/4988918857/&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Leider nimmt WordPress auch das Thumbnail für den Slider, obwohl ich ihm das breite neu zugewiesen habe.&#60;br /&#62;
(SCreen: &#60;a href=&#34;http://www.flickr.com/photos/69912138@N00/4988918903/&#34; rel=&#34;nofollow&#34;&#62;http://www.flickr.com/photos/69912138@N00/4988918903/&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Was mach ich denn nun wieder falsch? *kopfkratz*
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "Changing the thumbnail?"</title>
			<link>http://www.kriesi.at/support/topic/changing-the-thumbnail#post-4628</link>
			<pubDate>Mon, 13 Sep 2010 14:47:11 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">4628@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Sorry...ich muss dich jetzt enttäuschen..&#60;/p&#62;
&#60;p&#62;Mir ist aufgefallen, das die Bilder Generation weit komplexer ist, als ich angenommen habe. Die Methode, die ich dir genannt habe bringt uns nicht weiter, da sie nur das Bild ohne Link, Rahmen, Formatierung, etc. ausgibt. Hier ist eine veränderte php Datei (kriesi_post_thumb.php) welche deinen Wunsch trotzdem ermöglicht. Download: &#60;a href=&#34;http://www.mediafire.com/?uz8icv3m1ejhluu&#34; rel=&#34;nofollow&#34;&#62;http://www.mediafire.com/?uz8icv3m1ejhluu&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Tausche diese Datei gegen die jetztige aus (du findest sie unter framework/helper_functions/kriesi_post_thumb.php&#60;br /&#62;
Wenn du nun dein eigenes Previewimage möchtest, gehe zuerst zum Post/Seiteneditor.&#60;/p&#62;
&#60;p&#62;Im Post/Seiten Editor gibt es unten &#34;Benutzerdefinierte Felder&#34;.&#60;br /&#62;
Hier gibst du links &#34;vorschaubild&#34; ein (ohne &#34;&#34;) und rechts die url zum Vorschaubild, dass du vorher nach deinen Bedürfnissen verkleinert hast. Dann klickst du auf Feld hinzufügen. &#60;/p&#62;
&#60;p&#62;Bitte mache die Änderung, die ich dir vorher gennant habe wieder rückgängig (oder lade die index.php Datei einfach nochmal hoch).&#60;/p&#62;
&#60;p&#62;The Dude
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Renko on "Changing the thumbnail?"</title>
			<link>http://www.kriesi.at/support/topic/changing-the-thumbnail#post-4626</link>
			<pubDate>Mon, 13 Sep 2010 14:21:17 +0000</pubDate>
			<dc:creator>Renko</dc:creator>
			<guid isPermaLink="false">4626@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Klasseklasseklasse. Danke. Erledigt. Aber wo kann ich denn jetzt nun das Vorschaubild ersetzen? Sorry für mein Dummytum. &#60;/p&#62;
&#60;p&#62;Habe ein neues Previewbild in den »Post Thumbnail Options« eingefügt in der Option »Full Size Pic or Video for Lightbox« aber das war offenkundig der falsche Weg …
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "Changing the thumbnail?"</title>
			<link>http://www.kriesi.at/support/topic/changing-the-thumbnail#post-4625</link>
			<pubDate>Mon, 13 Sep 2010 14:13:30 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">4625@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Ja kein Problem. In index.php findet sich folgender code:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;$preview_image = kriesi_post_thumb($post-&#38;gt;ID, array(&#38;#39;size&#38;#39;=&#38;gt; array($kimg[&#38;#39;shortcut&#38;#39;],$kimg[&#38;#39;overwrite&#38;#39;]),
															&#38;#39;display_link&#38;#39; =&#38;gt; array(&#38;#39;none&#38;#39;),
															&#38;#39;wh&#38;#39; =&#38;gt; $k_option[&#38;#39;custom&#38;#39;][&#38;#39;imgSize&#38;#39;][$kimg[&#38;#39;shortcut&#38;#39;]]
															));&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;ersetzte diesen durch:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;if ( get_post_meta($post-&#38;gt;ID, &#38;#39;vorschaubild&#38;#39;, true)) {$preview_image =  get_post_meta($post-&#38;gt;ID, &#38;#39;vorschaubild&#38;#39;, true);}

else {
			$preview_image = kriesi_post_thumb($post-&#38;gt;ID, array(&#38;#39;size&#38;#39;=&#38;gt; array($kimg[&#38;#39;shortcut&#38;#39;],$kimg[&#38;#39;overwrite&#38;#39;]),
															&#38;#39;display_link&#38;#39; =&#38;gt; array(&#38;#39;none&#38;#39;),
															&#38;#39;wh&#38;#39; =&#38;gt; $k_option[&#38;#39;custom&#38;#39;][&#38;#39;imgSize&#38;#39;][$kimg[&#38;#39;shortcut&#38;#39;]]
															));
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;The Dude
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Renko on "Changing the thumbnail?"</title>
			<link>http://www.kriesi.at/support/topic/changing-the-thumbnail#post-4624</link>
			<pubDate>Mon, 13 Sep 2010 13:54:53 +0000</pubDate>
			<dc:creator>Renko</dc:creator>
			<guid isPermaLink="false">4624@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Oh wow, thanks for the code. Unfortunately I am no coder but a WP-Dummy. &#60;/p&#62;
&#60;p&#62;So I really don’t know where to add this code in the index.php (Where is the preview_image generation exactly?) And I don’t understand how to integrate the link. Sorry for my lack of Knowhow. (Würde es dir was ausmachen ausnahmsweise auf deutsch zu antworten? Bin ziemlich am Ende mit meinem Latein, äh Englisch …) &#60;/p&#62;
&#60;p&#62;Sorry for the inconvenience. &#60;/p&#62;
&#60;p&#62;Rainer
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "Changing the thumbnail?"</title>
			<link>http://www.kriesi.at/support/topic/changing-the-thumbnail#post-4621</link>
			<pubDate>Mon, 13 Sep 2010 13:49:34 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">4621@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;This is possible by using post_meta.&#60;/p&#62;
&#60;p&#62;add following code to the preview_image generation (like here for index.php):&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;if ( get_post_meta($post-&#38;gt;ID, &#38;#39;vorschaubild&#38;#39;, true)) {$preview_image =  get_post_meta($post-&#38;gt;ID, &#38;#39;vorschaubild&#38;#39;, true);}

else {
			$preview_image = kriesi_post_thumb($post-&#38;gt;ID, array(&#38;#39;size&#38;#39;=&#38;gt; array($kimg[&#38;#39;shortcut&#38;#39;],$kimg[&#38;#39;overwrite&#38;#39;]),
															&#38;#39;display_link&#38;#39; =&#38;gt; array(&#38;#39;none&#38;#39;),
															&#38;#39;wh&#38;#39; =&#38;gt; $k_option[&#38;#39;custom&#38;#39;][&#38;#39;imgSize&#38;#39;][$kimg[&#38;#39;shortcut&#38;#39;]]
															));
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Now if you set an image link url (&#60;a href=&#34;http://my-image/&#34; rel=&#34;nofollow&#34;&#62;http://my-image/&#60;/a&#62;) for &#34;vorschaubild&#34; this image will be used instead of the auto generated one.&#60;/p&#62;
&#60;p&#62;The Dude
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Renko on "Changing the thumbnail?"</title>
			<link>http://www.kriesi.at/support/topic/changing-the-thumbnail#post-4619</link>
			<pubDate>Mon, 13 Sep 2010 13:11:41 +0000</pubDate>
			<dc:creator>Renko</dc:creator>
			<guid isPermaLink="false">4619@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Thanks, Dude, for your fast response. I understand now that Wordpress handles all images the same. But how can I delete the automatically generated preview and subtitute it with a smaller (better) image? Or is that not possible?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "Changing the thumbnail?"</title>
			<link>http://www.kriesi.at/support/topic/changing-the-thumbnail#post-4616</link>
			<pubDate>Mon, 13 Sep 2010 12:40:18 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">4616@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;You can change the thumbnail size in the functions.php file - search for:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;#####################################################################
# Define Thumbnail sizes
#####################################################################&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;under this line you'll find the dimensions for the preview pics.&#60;/p&#62;
&#60;p&#62;What James wanted to say is that you can't change the aspect ratio - so you need to import images in Wordpress which have nearly the same aspect ratio to display them proper.&#60;/p&#62;
&#60;p&#62;The Dude
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Renko on "Changing the thumbnail?"</title>
			<link>http://www.kriesi.at/support/topic/changing-the-thumbnail#post-4613</link>
			<pubDate>Mon, 13 Sep 2010 12:26:45 +0000</pubDate>
			<dc:creator>Renko</dc:creator>
			<guid isPermaLink="false">4613@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Thanks, James, for the effort. Do I understand it right, that I have to live (automatically) with either a nice »Featured Image« or a nice »Preview«? And how can i manually substitute the automatic preview with the better image?&#60;/p&#62;
&#60;p&#62;BTW, what effect does the editing of the preview-function have? Because obviously I can edit the preview image, but where is it shown in this way?&#60;/p&#62;
&#60;p&#62;Thanks again,&#60;br /&#62;
Rainer
&#60;/p&#62;</description>
		</item>
		<item>
			<title>James Morrison on "Changing the thumbnail?"</title>
			<link>http://www.kriesi.at/support/topic/changing-the-thumbnail#post-4502</link>
			<pubDate>Sat, 11 Sep 2010 10:38:59 +0000</pubDate>
			<dc:creator>James Morrison</dc:creator>
			<guid isPermaLink="false">4502@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey,&#60;/p&#62;
&#60;p&#62;I get it now. The problem is caused by WordPress' limited cropping a scaling function when you upload an image. It creates several images based on the sizes specified in functions.php.&#60;/p&#62;
&#60;p&#62;Realistically, the only option to fix this quickly and easily is to manually crop the image to the correct area / size and replace the existing image which is missing her face.&#60;/p&#62;
&#60;p&#62;James
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Renko on "Changing the thumbnail?"</title>
			<link>http://www.kriesi.at/support/topic/changing-the-thumbnail#post-4452</link>
			<pubDate>Fri, 10 Sep 2010 06:51:48 +0000</pubDate>
			<dc:creator>Renko</dc:creator>
			<guid isPermaLink="false">4452@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Thanks, James for replying. I am trying to be more clear: &#60;/p&#62;
&#60;p&#62;Here is a screenshot from the feaured image: &#60;a href=&#34;http://www.flickr.com/photos/69912138@N00/4976317934/&#34; rel=&#34;nofollow&#34;&#62;http://www.flickr.com/photos/69912138@N00/4976317934/&#60;/a&#62;&#60;br /&#62;
As you see, I have positioned the face of the woman on the left side to let her peep out of the slider. &#60;/p&#62;
&#60;p&#62;The problem is: Now the thumbnail of the teasing post below on the starting page is out of the centre. See Screenshot: &#60;a href=&#34;http://www.flickr.com/photos/69912138@N00/4976317974/&#34; rel=&#34;nofollow&#34;&#62;http://www.flickr.com/photos/69912138@N00/4976317974/&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;The I clicked on »Artikelbild« (Featured image) in the admin panel to edit the picture, and I was able to cut the thumbnail in a way I am liking, but it doesn’t apply on the thumbnails in the post. See screen: &#60;a href=&#34;http://www.flickr.com/photos/69912138@N00/4975705391/&#34; rel=&#34;nofollow&#34;&#62;http://www.flickr.com/photos/69912138@N00/4975705391/&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;What am I doing wrong? (Hope that  I am more clear now). &#60;/p&#62;
&#60;p&#62;Thanks in advance for your reply,&#60;br /&#62;
Rainer
&#60;/p&#62;</description>
		</item>
		<item>
			<title>James Morrison on "Changing the thumbnail?"</title>
			<link>http://www.kriesi.at/support/topic/changing-the-thumbnail#post-4397</link>
			<pubDate>Thu, 09 Sep 2010 16:36:42 +0000</pubDate>
			<dc:creator>James Morrison</dc:creator>
			<guid isPermaLink="false">4397@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey,&#60;/p&#62;
&#60;p&#62;I don't follow what you're trying to achieve. The site's looking good and the featured images work just like the Demo.&#60;/p&#62;
&#60;p&#62;Can you elaborate?&#60;/p&#62;
&#60;p&#62;James
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Renko on "Changing the thumbnail?"</title>
			<link>http://www.kriesi.at/support/topic/changing-the-thumbnail#post-4362</link>
			<pubDate>Thu, 09 Sep 2010 11:38:09 +0000</pubDate>
			<dc:creator>Renko</dc:creator>
			<guid isPermaLink="false">4362@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi there, we purchased the Newscast-Theme yesterday, great thing. But I have a problem with the look of the thumbnails of the featured image which creates itself automatically in the post. &#60;/p&#62;
&#60;p&#62;My problem is, that I use to show the main content of the feautured image in the slider more to the left, to let it peep out of the accordion. But then the thumbnail images are way out of the main content. &#60;/p&#62;
&#60;p&#62;When I open up the dialogue of the »Artikelbild« (Featured image) in the lower right I can edit the size of the thumbnail and save it. It shows right in the dialogue-box, but it doesn’t change the look in the post. And, yes, I’ve cleaned my cache. &#60;/p&#62;
&#60;p&#62;What am I doeing wrong?&#60;/p&#62;
&#60;p&#62;Oh, the testsite I am referring to is &#60;a href=&#34;http://www.linz-veraendert.at&#34; rel=&#34;nofollow&#34;&#62;http://www.linz-veraendert.at&#60;/a&#62;
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
