<?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: Choices Latest News Widget - Changing the Layout</title>
		<link>http://www.kriesi.at/support/topic/choices-latest-news-widget-changing-the-layout</link>
		<description>Support Forum - Topic: Choices Latest News Widget - Changing the Layout</description>
		<language>en-US</language>
		<pubDate>Sun, 19 May 2013 02:31:15 +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/choices-latest-news-widget-changing-the-layout" rel="self" type="application/rss+xml" />

		<item>
			<title>Ismael on "Choices Latest News Widget - Changing the Layout"</title>
			<link>http://www.kriesi.at/support/topic/choices-latest-news-widget-changing-the-layout#post-75051</link>
			<pubDate>Sun, 09 Sep 2012 10:39:19 +0000</pubDate>
			<dc:creator>Ismael</dc:creator>
			<guid isPermaLink="false">75051@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi JamesGdesign,&#60;/p&#62;
&#60;p&#62;Glad that you managed to fixed it with Nick's direction. :)&#60;/p&#62;
&#60;p&#62;Cheers,&#60;br /&#62;
Ismael
&#60;/p&#62;</description>
		</item>
		<item>
			<title>JamesGdesign on "Choices Latest News Widget - Changing the Layout"</title>
			<link>http://www.kriesi.at/support/topic/choices-latest-news-widget-changing-the-layout#post-74677</link>
			<pubDate>Thu, 06 Sep 2012 15:54:31 +0000</pubDate>
			<dc:creator>JamesGdesign</dc:creator>
			<guid isPermaLink="false">74677@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Holy Cow I did it - from line 315 - 398 in class-framework-widgets.php - change all 'widget_image_size' to '*****_image_size' --- replacing ***** with the name of the image size stated in functions.php - in this case, for me, it was 'logo' - 'logo_image_size'. (446x218px).&#60;/p&#62;
&#60;p&#62;Hope this helps anyone who needs it!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>JamesGdesign on "Choices Latest News Widget - Changing the Layout"</title>
			<link>http://www.kriesi.at/support/topic/choices-latest-news-widget-changing-the-layout#post-74640</link>
			<pubDate>Thu, 06 Sep 2012 09:12:33 +0000</pubDate>
			<dc:creator>JamesGdesign</dc:creator>
			<guid isPermaLink="false">74640@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Success! Unbelievabley, I have managed to get the layout how I desire - I have one more hurdle and then I should be good to go - perhaps you can point me in the right direction for this specific change:&#60;/p&#62;
&#60;p&#62;Currently, the latest news widget uses the post thumbnail generated as the image for widget - which is 241x179px in size - which, once made 100% width (i have the widget set in 1 column of 2 = this is 446 px wide i think) obviously is blown up and blurry.&#60;/p&#62;
&#60;p&#62;I can see where the thumb gets generated - but it looks like it is tied to the portfolio 4 column images sizes - so i cant just change those values in functions php and regenerate thumbnails (as i believe that will affect portfolio - yes?). &#60;/p&#62;
&#60;p&#62;So I am assuming I need to figure out how to change which image the widget uses for its thumbnail (set somewhere in class-framework-widgets.php?)&#60;/p&#62;
&#60;p&#62;Any pointers on where to look / what to change would be most appreciated!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>JamesGdesign on "Choices Latest News Widget - Changing the Layout"</title>
			<link>http://www.kriesi.at/support/topic/choices-latest-news-widget-changing-the-layout#post-74632</link>
			<pubDate>Thu, 06 Sep 2012 08:15:46 +0000</pubDate>
			<dc:creator>JamesGdesign</dc:creator>
			<guid isPermaLink="false">74632@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;^^ Thankyou for your response! I totally understand if this question was out of the scope of your service! I will look into your suggestions (thankfully I already use webdeveloper etc.) I have had a chance to talk to some coders and I think I may be able to achieve this on my own now! (fingers crossed) - I think clear:both is the way to achieve it - will try my best and report back with the answer if it is simple enough hahah.&#60;/p&#62;
&#60;p&#62;Thanks!!! :)
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Nick on "Choices Latest News Widget - Changing the Layout"</title>
			<link>http://www.kriesi.at/support/topic/choices-latest-news-widget-changing-the-layout#post-74580</link>
			<pubDate>Wed, 05 Sep 2012 20:27:48 +0000</pubDate>
			<dc:creator>Nick</dc:creator>
			<guid isPermaLink="false">74580@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;Everything that you wrote can be done, providing you know the inner workings of Wordpress, php, css, html.&#60;/p&#62;
&#60;p&#62;1) Yes, please search google for how to move div using css positioning.&#60;br /&#62;
2) Choices theme has a native function -- function avia_backend_truncate($string, $limit, $break=&#34;.&#34;, $pad=&#34;...&#34;) to do what you require.&#60;br /&#62;
3) Install firebug browser attachment + webdeveloper tools browser plugin for firefox or chrome and watch a 20 minute video and you will be able to easily complete step 3.&#60;/p&#62;
&#60;p&#62;Sorry, but your questions are outside the scope of the support team, however I am always happy to point in the right direction. &#60;/p&#62;
&#60;p&#62;Thanks,&#60;br /&#62;
Nick
&#60;/p&#62;</description>
		</item>
		<item>
			<title>JamesGdesign on "Choices Latest News Widget - Changing the Layout"</title>
			<link>http://www.kriesi.at/support/topic/choices-latest-news-widget-changing-the-layout#post-74427</link>
			<pubDate>Wed, 05 Sep 2012 03:45:15 +0000</pubDate>
			<dc:creator>JamesGdesign</dc:creator>
			<guid isPermaLink="false">74427@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;I am trying to change the layout of the choices latest news widget so that the thumbnail displays above the title &#38;amp; excerpt. 3 questions:&#60;/p&#62;
&#60;p&#62;1. Can I change the layout so the thumbnail is above the title/excerpt (not to the left) ?&#60;/p&#62;
&#60;p&#62;I came across this thread:&#60;br /&#62;
&#60;a href=&#34;http://www.kriesi.at/support/topic/problem-with-latest-posts-widget-on-static-page-mobile-device&#34; rel=&#34;nofollow&#34;&#62;http://www.kriesi.at/support/topic/problem-with-latest-posts-widget-on-static-page-mobile-device&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Which helped me figure out how to edit the styles/size of thumbnail / title &#38;amp; excerpt - however if made to big the title/excerpt gets pushed left and cutoff/hidden. Is there a way to drop the title excerpt area below the thumnail? and perhaps use a width:100% height: auto styling for the thumbnail? (the size dimensions uploaded for image on choices demo are fairly wide - might work well sitting above title/excerpt uncropped?)&#60;/p&#62;
&#60;p&#62;2. Can I edit the excerpt size? Currently it is rather long &#38;amp; I would like to reduce it.&#60;/p&#62;
&#60;p&#62;3. (which sort of relates to above) Can I get the more link for the excerpt to be the same as the standard &#34;more-link&#34; on the blog page (I cant seem to find its style?)&#60;/p&#62;
&#60;p&#62;Any help on the above would be most appreciated! :)
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
