<?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: Need to fix some display bugs in footer widgets</title>
		<link>http://www.kriesi.at/support/topic/need-to-fix-some-display-bugs-in-footer-widgets</link>
		<description>Support Forum - Topic: Need to fix some display bugs in footer widgets</description>
		<language>en-US</language>
		<pubDate>Thu, 20 Jun 2013 04:26:08 +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/need-to-fix-some-display-bugs-in-footer-widgets" rel="self" type="application/rss+xml" />

		<item>
			<title>Dude on "Need to fix some display bugs in footer widgets"</title>
			<link>http://www.kriesi.at/support/topic/need-to-fix-some-display-bugs-in-footer-widgets#post-16966</link>
			<pubDate>Wed, 13 Apr 2011 17:12:42 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">16966@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Glad that I could help you :)
&#60;/p&#62;</description>
		</item>
		<item>
			<title>VoodooPL on "Need to fix some display bugs in footer widgets"</title>
			<link>http://www.kriesi.at/support/topic/need-to-fix-some-display-bugs-in-footer-widgets#post-16956</link>
			<pubDate>Wed, 13 Apr 2011 15:14:54 +0000</pubDate>
			<dc:creator>VoodooPL</dc:creator>
			<guid isPermaLink="false">16956@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Works perfect, thank You very much Dude for help
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "Need to fix some display bugs in footer widgets"</title>
			<link>http://www.kriesi.at/support/topic/need-to-fix-some-display-bugs-in-footer-widgets#post-16941</link>
			<pubDate>Wed, 13 Apr 2011 15:01:14 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">16941@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey,&#60;br /&#62;
1) add following code tio custom.css:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;.news-headline{
min-height: 67px;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;2) Replace following code in class-framework-widgets.php (located in framework &#38;gt; php)&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;get_the_time(&#38;quot;F j, Y, g:i a&#38;quot;)&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;with:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;get_the_time(&#38;quot;j. F, Y, G:i&#38;quot;)&#60;/code&#62;&#60;/pre&#62;</description>
		</item>
		<item>
			<title>VoodooPL on "Need to fix some display bugs in footer widgets"</title>
			<link>http://www.kriesi.at/support/topic/need-to-fix-some-display-bugs-in-footer-widgets#post-16910</link>
			<pubDate>Wed, 13 Apr 2011 07:20:05 +0000</pubDate>
			<dc:creator>VoodooPL</dc:creator>
			<guid isPermaLink="false">16910@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey Dude,&#60;/p&#62;
&#60;p&#62;After putting this code, the dot is gone, but the line still passes over the image like in picture above.&#60;br /&#62;
Is there a way to move this line lower ?&#60;/p&#62;
&#60;p&#62;And the second thing is related to hour format, in the picture above there is 1:45pm - I need to change it to 13:45.&#60;br /&#62;
I found the option in Wordpress panel, but seems like it doesn't work, so tell me how can i remove the time and leave only the date?&#60;/p&#62;
&#60;p&#62;Waiting for help Dude,&#60;br /&#62;
Greetings
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "Need to fix some display bugs in footer widgets"</title>
			<link>http://www.kriesi.at/support/topic/need-to-fix-some-display-bugs-in-footer-widgets#post-16871</link>
			<pubDate>Wed, 13 Apr 2011 04:45:41 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">16871@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey,&#60;br /&#62;
add following code to custom.css:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;#footer .news-wrap a{
background: none;
}&#60;/code&#62;&#60;/pre&#62;</description>
		</item>
		<item>
			<title>VoodooPL on "Need to fix some display bugs in footer widgets"</title>
			<link>http://www.kriesi.at/support/topic/need-to-fix-some-display-bugs-in-footer-widgets#post-16799</link>
			<pubDate>Mon, 11 Apr 2011 22:01:35 +0000</pubDate>
			<dc:creator>VoodooPL</dc:creator>
			<guid isPermaLink="false">16799@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hello again,&#60;/p&#62;
&#60;p&#62;The thing is related to Broadscope.&#60;br /&#62;
I want to use Latest Posts widget to display in footer widget, in the same way like it is in Avisio by default.&#60;br /&#62;
In this respect I have made as follow:&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://img62.imageshack.us/i/widget2.jpg/&#34;&#62;&#60;img src=&#34;http://img62.imageshack.us/img62/9448/widget2.jpg&#34;&#62;&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Unfortunately, two unexpected bugs appeared and want to know how to fix it?&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://img863.imageshack.us/i/widget.jpg/&#34;&#62;&#60;img src=&#34;http://img863.imageshack.us/img863/63/widget.jpg&#34;&#62;&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Thanks a lot for answers,&#60;br /&#62;
Greetings
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
