<?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 - Tag: time - Recent Posts</title>
		<link>http://www.kriesi.at/support/tags/time</link>
		<description>Support Forum - Tag: time - Recent Posts</description>
		<language>en-US</language>
		<pubDate>Mon, 20 May 2013 06:01:38 +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/tags/time" rel="self" type="application/rss+xml" />

		<item>
			<title>Dude on "How to hide the TIME in CORONA&#039;s combo widget (latest news)?"</title>
			<link>http://www.kriesi.at/support/topic/hide-posts-time-in-coronas-widgets#post-104597</link>
			<pubDate>Sat, 06 Apr 2013 06:16:40 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">104597@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey! &#60;/p&#62;
&#60;p&#62; Glad that you solved the problem :) &#60;/p&#62;
&#60;p&#62; Best regards,&#60;br /&#62;
Peter
&#60;/p&#62;</description>
		</item>
		<item>
			<title>colorit2 on "How to hide the TIME in CORONA&#039;s combo widget (latest news)?"</title>
			<link>http://www.kriesi.at/support/topic/hide-posts-time-in-coronas-widgets#post-104567</link>
			<pubDate>Fri, 05 Apr 2013 20:03:49 +0000</pubDate>
			<dc:creator>colorit2</dc:creator>
			<guid isPermaLink="false">104567@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;SOLVED&#60;/p&#62;
&#60;p&#62;found in the same PHP file around line 959 in the section &#34;get posts posts&#34; the same strings and replaced them as mentioned above:&#60;/p&#62;
&#60;p&#62;&#60;code&#62;&#60;br /&#62;
echo &#34;&#38;lt;span class='news-time'&#38;gt;&#34;.get_the_date($date_format).&#34;&#38;lt;/span&#38;gt;&#34;;&#60;br /&#62;
&#60;/code&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>colorit2 on "How to hide the TIME in CORONA&#039;s combo widget (latest news)?"</title>
			<link>http://www.kriesi.at/support/topic/hide-posts-time-in-coronas-widgets#post-104565</link>
			<pubDate>Fri, 05 Apr 2013 19:31:34 +0000</pubDate>
			<dc:creator>colorit2</dc:creator>
			<guid isPermaLink="false">104565@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;how can I hide the TIME (not the date!) in CORONA's Widgets (latest news, combo widget)?&#60;/p&#62;
&#60;p&#62;&#60;img src=&#34;http://i50.tinypic.com/30tgjsj.jpg&#34; /&#62;&#60;/p&#62;
&#60;p&#62;Like here in the blog's sidebar:&#60;br /&#62;
&#60;a href=&#34;http://www.kriesi.at/themes/corona/2011/03/31/this-is-a-nice-post/&#34; rel=&#34;nofollow&#34;&#62;http://www.kriesi.at/themes/corona/2011/03/31/this-is-a-nice-post/&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;&#60;hr /&#62;&#60;/p&#62;
&#60;p&#62;I have checked the &#60;strong&#62;class-framework-widgets.php&#60;/strong&#62; and replaced in line 391&#60;/p&#62;
&#60;p&#62;&#60;code&#62;&#60;br /&#62;
if(empty($avia_config['widget_image_size']) &#124;&#124; 'display title and excerpt' != $excerpt) { echo &#34;&#38;lt;strong class='news-headline'&#38;gt;&#34;.get_the_title().&#34;&#38;lt;span class='news-time'&#38;gt;&#34;.get_the_date($date_format).&#34;&#38;lt;/span&#38;gt;&#34;;  }&#60;br /&#62;
&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;the part &#60;strong&#62;get_the_time($time_format)&#60;/strong&#62; with this string: &#60;strong&#62;get_the_date($date_format)&#60;/strong&#62;&#60;br /&#62;
So far so good - now I have no TIME in the &#34;latest news&#34; widget:&#60;/p&#62;
&#60;p&#62;&#60;img src=&#34;http://i46.tinypic.com/2lu7tzs.jpg&#34; /&#62;&#60;/p&#62;
&#60;p&#62;But I found nothing similar in this PHP file concerning the &#60;strong&#62;combo widget&#60;/strong&#62;&#60;strong&#62;:&#60;/p&#62;
&#60;p&#62;&#60;code&#62;&#60;br /&#62;
echo $before_widget;&#60;br /&#62;
		echo &#34;&#38;lt;div class='tabcontainer tab_initial_open tab_initial_open__1'&#38;gt;&#34;;&#60;/p&#62;
&#60;p&#62;		echo '&#38;lt;div class=&#34;tab first_tab widget_tab_popular&#34;&#38;gt;&#38;lt;span&#38;gt;'.__('Popular', 'avia_framework').'&#38;lt;/span&#38;gt;&#38;lt;/div&#38;gt;';&#60;br /&#62;
		echo &#34;&#38;lt;div class='tab_content'&#38;gt;&#34;;&#60;br /&#62;
		avia_get_post_list('cat=&#38;amp;orderby=comment_count&#38;amp;posts_per_page='.$posts);&#60;br /&#62;
		echo &#34;&#38;lt;/div&#38;gt;&#34;;&#60;/p&#62;
&#60;p&#62;		echo '&#38;lt;div class=&#34;tab widget_tab_recent&#34;&#38;gt;&#38;lt;span&#38;gt;'.__('New', 'avia_framework').'&#38;lt;/span&#38;gt;&#38;lt;/div&#38;gt;';&#60;br /&#62;
		echo &#34;&#38;lt;div class='tab_content'&#38;gt;&#34;;&#60;br /&#62;
		avia_get_post_list('showposts='. $posts .'&#38;amp;orderby=post_date&#38;amp;order=desc');&#60;br /&#62;
		echo &#34;&#38;lt;/div&#38;gt;&#34;;&#60;/p&#62;
&#60;p&#62;		echo '&#38;lt;div class=&#34;tab widget_tab_comments&#34;&#38;gt;&#38;lt;span&#38;gt;'.__('Comments', 'avia_framework').'&#38;lt;/span&#38;gt;&#38;lt;/div&#38;gt;';&#60;br /&#62;
		echo &#34;&#38;lt;div class='tab_content'&#38;gt;&#34;;&#60;br /&#62;
		avia_get_comment_list( array('number' =&#38;gt; $posts, 'status' =&#38;gt; 'approve', 'order' =&#38;gt; 'DESC') );&#60;br /&#62;
		echo &#34;&#38;lt;/div&#38;gt;&#34;;&#60;/p&#62;
&#60;p&#62;		echo '&#38;lt;div class=&#34;tab widget_tab_tags&#34;&#38;gt;&#38;lt;span&#38;gt;'.__('Tags', 'avia_framework').'&#38;lt;/span&#38;gt;&#38;lt;/div&#38;gt;';&#60;br /&#62;
		echo &#34;&#38;lt;div class='tab_content tagcloud'&#38;gt;&#34;;&#60;br /&#62;
		wp_tag_cloud('smallest=12&#38;amp;largest=12&#38;amp;unit=px');&#60;br /&#62;
		echo &#34;&#38;lt;/div&#38;gt;&#34;;&#60;/p&#62;
&#60;p&#62;		echo '&#38;lt;div class=&#34;tab last_tab widget_tab_categories&#34;&#38;gt;&#38;lt;span&#38;gt;'.__('Categories', 'avia_framework').'&#38;lt;/span&#38;gt;&#38;lt;/div&#38;gt;';&#60;br /&#62;
		echo &#34;&#38;lt;div class='tab_content'&#38;gt;&#34;;&#60;br /&#62;
		wp_list_categories('sort_column=name&#38;amp;optioncount=0&#38;amp;hierarchical=0&#38;amp;show_count=1&#38;amp;style=list&#38;amp;title_li=');&#60;br /&#62;
		echo &#34;&#38;lt;/div&#38;gt;&#34;;&#60;/p&#62;
&#60;p&#62;		echo &#34;&#38;lt;/div&#38;gt;&#34;;&#60;br /&#62;
		echo $after_widget;&#60;br /&#62;
&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;How can I hide in the &#60;/strong&#62;&#60;strong&#62;combo widget&#60;/strong&#62; the post's TIME (not the date)?&#60;/p&#62;
&#60;p&#62;Thanks.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Ismael on "Hiding the date and time on the Angular Latest Portfolio Widget"</title>
			<link>http://www.kriesi.at/support/topic/hiding-the-date-and-time-on-the-angular-latest-portfolio-widget#post-90495</link>
			<pubDate>Tue, 08 Jan 2013 08:34:58 +0000</pubDate>
			<dc:creator>Ismael</dc:creator>
			<guid isPermaLink="false">90495@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi Brian,&#60;/p&#62;
&#60;p&#62;Glad that Devin helped you. :) I'll mark this thread as resolved.&#60;/p&#62;
&#60;p&#62;Cheers,&#60;br /&#62;
Ismael
&#60;/p&#62;</description>
		</item>
		<item>
			<title>BrianLiu on "Hiding the date and time on the Angular Latest Portfolio Widget"</title>
			<link>http://www.kriesi.at/support/topic/hiding-the-date-and-time-on-the-angular-latest-portfolio-widget#post-90419</link>
			<pubDate>Mon, 07 Jan 2013 19:05:23 +0000</pubDate>
			<dc:creator>BrianLiu</dc:creator>
			<guid isPermaLink="false">90419@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi Devin,&#60;/p&#62;
&#60;p&#62;I tried your suggestion and it works perfectly.&#60;/p&#62;
&#60;p&#62;Many thanks for your help and such a speedy response.&#60;/p&#62;
&#60;p&#62;Kind regards&#60;/p&#62;
&#60;p&#62;Brian
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Devin on "Hiding the date and time on the Angular Latest Portfolio Widget"</title>
			<link>http://www.kriesi.at/support/topic/hiding-the-date-and-time-on-the-angular-latest-portfolio-widget#post-90407</link>
			<pubDate>Mon, 07 Jan 2013 16:57:08 +0000</pubDate>
			<dc:creator>Devin</dc:creator>
			<guid isPermaLink="false">90407@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi Brian,&#60;/p&#62;
&#60;p&#62;Try adding the following CSS to your Quick CSS (located under the Styling Tab in the theme options) or the custom.css file in the css folder of your theme files:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;#footer .newsbox .news-time {
    display: none;
}
#footer .newsbox .news-headline {
    padding-top: 13px;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;I added in a bit of extra styling for the headline since it looked a bit funny floating at the top. Just remove the second bit of css if you don't want it :)&#60;/p&#62;
&#60;p&#62;Regards,&#60;/p&#62;
&#60;p&#62;Devin
&#60;/p&#62;</description>
		</item>
		<item>
			<title>BrianLiu on "Hiding the date and time on the Angular Latest Portfolio Widget"</title>
			<link>http://www.kriesi.at/support/topic/hiding-the-date-and-time-on-the-angular-latest-portfolio-widget#post-90338</link>
			<pubDate>Mon, 07 Jan 2013 10:46:16 +0000</pubDate>
			<dc:creator>BrianLiu</dc:creator>
			<guid isPermaLink="false">90338@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;Can anyone tell me how to hide the date and time on the Angular Latest Portfolio Widget. This widget appears in the 3rd column at the bottom of my website at &#60;a href=&#34;http://test.imaginedesignassociates.com/test/&#34; rel=&#34;nofollow&#34;&#62;http://test.imaginedesignassociates.com/test/&#60;/a&#62;.&#60;/p&#62;
&#60;p&#62;Many thanks&#60;/p&#62;
&#60;p&#62;Brian
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Ismael on "Slideshow Transition Time"</title>
			<link>http://www.kriesi.at/support/topic/slideshow-transition-time#post-86404</link>
			<pubDate>Tue, 04 Dec 2012 03:15:54 +0000</pubDate>
			<dc:creator>Ismael</dc:creator>
			<guid isPermaLink="false">86404@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;Open js &#38;gt; avia.js and find this code&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;transitionDuration: 800,								//how fast should images crossfade
			transitionEasing: &#38;#39;easeOutQuint&#38;#39;,						//easing for the container movement if images got different sizes
			firstFadeInOfElements: 800,								// after preloading how fast should elements be displayed&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Change the transition value.&#60;/p&#62;
&#60;p&#62;Regards,&#60;br /&#62;
Ismael
&#60;/p&#62;</description>
		</item>
		<item>
			<title>StephenThor on "Slideshow Transition Time"</title>
			<link>http://www.kriesi.at/support/topic/slideshow-transition-time#post-86395</link>
			<pubDate>Tue, 04 Dec 2012 01:42:22 +0000</pubDate>
			<dc:creator>StephenThor</dc:creator>
			<guid isPermaLink="false">86395@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey guys. Is there anyway to shorten the transition time in between media items in the slide show? To clarify, I am not talking about the autorotation time but the time it takes for the fade animation to occur.&#60;/p&#62;
&#60;p&#62;For the slides to go through the progression of transitioning and the caption rolling out, it takes 4 or 5 seconds. I need this to happen a bit faster. eg:&#60;br /&#62;
[slide] [fade] [slide] [caption rollout] takes about 4-5 sec
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "Problems with BrightBox"</title>
			<link>http://www.kriesi.at/support/topic/problems-with-brightbox#post-86316</link>
			<pubDate>Mon, 03 Dec 2012 16:25:23 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">86316@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi! &#60;/p&#62;
&#60;p&#62; Afaik wordpress just uses the server time/date - I'd contact the hoster and ask them to check their server configuration (system time + date). &#60;/p&#62;
&#60;p&#62; Regards,&#60;br /&#62;
Peter
&#60;/p&#62;</description>
		</item>
		<item>
			<title>poppenhaeger on "Problems with BrightBox"</title>
			<link>http://www.kriesi.at/support/topic/problems-with-brightbox#post-86278</link>
			<pubDate>Mon, 03 Dec 2012 10:21:08 +0000</pubDate>
			<dc:creator>poppenhaeger</dc:creator>
			<guid isPermaLink="false">86278@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi Imanuel, thank you for your answer. The thing is: when I installed the theme the timezone started on June 2012. But I installed the theme in Novemeber 2012! Is this some bug I don't understand? How can I change it to December?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Ismael on "Problems with BrightBox"</title>
			<link>http://www.kriesi.at/support/topic/problems-with-brightbox#post-86149</link>
			<pubDate>Sun, 02 Dec 2012 02:22:05 +0000</pubDate>
			<dc:creator>Ismael</dc:creator>
			<guid isPermaLink="false">86149@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;Go to Settings &#38;gt; General Settings &#38;gt; Timezone.&#60;/p&#62;
&#60;p&#62;Regards,&#60;br /&#62;
Ismael
&#60;/p&#62;</description>
		</item>
		<item>
			<title>poppenhaeger on "Problems with BrightBox"</title>
			<link>http://www.kriesi.at/support/topic/problems-with-brightbox#post-86102</link>
			<pubDate>Sat, 01 Dec 2012 14:23:39 +0000</pubDate>
			<dc:creator>poppenhaeger</dc:creator>
			<guid isPermaLink="false">86102@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey there, I also have a small problem: when I installed Brightbox in Nov. 2012, Wordpress somehow set the time in the general menue on June 2012. How can I change that to the actual date and time? I don't know if this corresponds to the theme or if it is a general wordpress issue.&#60;br /&#62;
Thanks in advance.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "Problems with BrightBox"</title>
			<link>http://www.kriesi.at/support/topic/problems-with-brightbox#post-67323</link>
			<pubDate>Tue, 24 Jul 2012 06:56:16 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">67323@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey! &#60;/p&#62;
&#60;p&#62; Please send the login data to: &#60;a href=&#34;mailto:kriesi2000-dude@yahoo.com&#34;&#62;kriesi2000-dude@yahoo.com&#60;/a&#62; - I'll try to find the problem. &#60;/p&#62;
&#60;p&#62; Regards,&#60;br /&#62;
Peter
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Mvinyes on "Problems with BrightBox"</title>
			<link>http://www.kriesi.at/support/topic/problems-with-brightbox#post-66919</link>
			<pubDate>Sat, 21 Jul 2012 21:58:32 +0000</pubDate>
			<dc:creator>Mvinyes</dc:creator>
			<guid isPermaLink="false">66919@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey Dude!&#60;/p&#62;
&#60;p&#62;I tried what you suggested but it didn't work. I checked the php memory_limit - with the phpinfo() function- in both servers and the result is:&#60;/p&#62;
&#60;p&#62; - The &#34;good&#34; server has only 96M and i works like a charm.&#60;br /&#62;
 - The &#34;bad&#34; server has 512M and i experience all problems explain in my previous post.&#60;/p&#62;
&#60;p&#62;Despite it, I created the line you suggested in the wp-config.php, but nothing changed.&#60;/p&#62;
&#60;p&#62;Please, I need some more advice.&#60;/p&#62;
&#60;p&#62;Best regards,&#60;/p&#62;
&#60;p&#62;Marc.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "Problems with BrightBox"</title>
			<link>http://www.kriesi.at/support/topic/problems-with-brightbox#post-66860</link>
			<pubDate>Sat, 21 Jul 2012 08:03:42 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">66860@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey! &#60;/p&#62;
&#60;p&#62; Yes, that's possible. Try to increase the allocated php memory by editing wp-config.php. I'd set the value to 128M: &#60;a href=&#34;http://codex.wordpress.org/Editing_wp-config.php#Increasing_memory_allocated_to_PHP&#34; rel=&#34;nofollow&#34;&#62;http://codex.wordpress.org/Editing_wp-config.php#Increasing_memory_allocated_to_PHP&#60;/a&#62; &#60;/p&#62;
&#60;p&#62; Best regards,&#60;br /&#62;
Peter
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Mya on "How to remove TIME from news widget?"</title>
			<link>http://www.kriesi.at/support/topic/how-to-remove-time-from-news-widget#post-66668</link>
			<pubDate>Fri, 20 Jul 2012 03:29:56 +0000</pubDate>
			<dc:creator>Mya</dc:creator>
			<guid isPermaLink="false">66668@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Glad you figured it out!&#60;/p&#62;
&#60;p&#62;Regards,&#60;br /&#62;
Mya
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Mya on "Problems with BrightBox"</title>
			<link>http://www.kriesi.at/support/topic/problems-with-brightbox#post-66656</link>
			<pubDate>Fri, 20 Jul 2012 02:02:13 +0000</pubDate>
			<dc:creator>Mya</dc:creator>
			<guid isPermaLink="false">66656@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi Mvinyes,&#60;/p&#62;
&#60;p&#62;I wonder if possibly some of issues are related to the server's memory limit. I'm not a server person though so I'm going to tag Dude and the rest of the support team to this thread. Perhaps they can give you more info.&#60;/p&#62;
&#60;p&#62;Regards,&#60;br /&#62;
Mya
&#60;/p&#62;</description>
		</item>
		<item>
			<title>colorit2 on "How to remove TIME from news widget?"</title>
			<link>http://www.kriesi.at/support/topic/how-to-remove-time-from-news-widget#post-66145</link>
			<pubDate>Tue, 17 Jul 2012 17:27:56 +0000</pubDate>
			<dc:creator>colorit2</dc:creator>
			<guid isPermaLink="false">66145@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;just found it out with try&#38;amp;error ;-)&#60;/p&#62;
&#60;p&#62;class-framework-widgets.php (from folder &#34;framework&#34; -&#38;gt; &#34;php&#34;):&#60;/p&#62;
&#60;p&#62;search in line 384 and 915 for:&#60;/p&#62;
&#60;p&#62;&#60;code&#62;&#60;br /&#62;
$time_format = apply_filters( 'avia_widget_time' , get_option('date_format').&#34; - &#34;.get_option('time_format') );&#60;br /&#62;
&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;and replace it with&#60;/p&#62;
&#60;p&#62;&#60;code&#62;&#60;br /&#62;
$time_format = apply_filters( 'avia_widget_time' , get_option('date_format').&#34;  &#34; );&#60;br /&#62;
&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;solved and works :-)
&#60;/p&#62;</description>
		</item>
		<item>
			<title>colorit2 on "How to remove TIME from news widget?"</title>
			<link>http://www.kriesi.at/support/topic/how-to-remove-time-from-news-widget#post-66144</link>
			<pubDate>Tue, 17 Jul 2012 17:17:40 +0000</pubDate>
			<dc:creator>colorit2</dc:creator>
			<guid isPermaLink="false">66144@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;I would like to have just the date within the &#60;strong&#62;combo&#60;/strong&#62; and within the &#60;strong&#62;latest news&#60;/strong&#62; widget, no &#60;strong&#62;time&#60;/strong&#62;.&#60;/p&#62;
&#60;p&#62;How can I remove the &#34;-&#34; and the time?&#60;/p&#62;
&#60;p&#62;Combo Widget:&#60;/p&#62;
&#60;p&#62;&#60;img src=&#34;http://i49.tinypic.com/2kkies.jpg&#34; /&#62;&#60;/p&#62;
&#60;p&#62;Latest News Widget:&#60;/p&#62;
&#60;p&#62;&#60;img src=&#34;http://i50.tinypic.com/28hmlhd.jpg&#34; /&#62;&#60;/p&#62;
&#60;p&#62;Thanks.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Mvinyes on "Problems with BrightBox"</title>
			<link>http://www.kriesi.at/support/topic/problems-with-brightbox#post-66099</link>
			<pubDate>Tue, 17 Jul 2012 13:28:54 +0000</pubDate>
			<dc:creator>Mvinyes</dc:creator>
			<guid isPermaLink="false">66099@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi Dude,&#60;/p&#62;
&#60;p&#62;I think option 2 is not the problem, as I said in my original message i tried disabling all plugins.&#60;/p&#62;
&#60;p&#62;I have been trying lot of things to solve the issue, so let me explain a theory:&#60;/p&#62;
&#60;p&#62;I created a new wordpress installation in another server, and all was working fine. I then moved all to the server in which I experienced problems and the issues are still happening. Is it possible to be a ISP specific issue? What are requisites I have to tell my ISP to check everything is ok?&#60;/p&#62;
&#60;p&#62;Thanks.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "Problems with BrightBox"</title>
			<link>http://www.kriesi.at/support/topic/problems-with-brightbox#post-66020</link>
			<pubDate>Tue, 17 Jul 2012 06:07:28 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">66020@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;br /&#62;
Imho there're two reasons why these errors can occur:&#60;/p&#62;
&#60;p&#62;1) One or more theme files or wordpress core files are damaged/corrupt. Please try to upload all theme files/wordpress core files again (maybe use a ftp client software like filezilla for this task).&#60;/p&#62;
&#60;p&#62;2) Try to deactivate ALl third party plugins - maybe one causes a js conflict.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Mvinyes on "Problems with BrightBox"</title>
			<link>http://www.kriesi.at/support/topic/problems-with-brightbox#post-65424</link>
			<pubDate>Fri, 13 Jul 2012 13:10:18 +0000</pubDate>
			<dc:creator>Mvinyes</dc:creator>
			<guid isPermaLink="false">65424@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;I'm having some problems with the BrightBox theme and would appreciate some advice:&#60;/p&#62;
&#60;p&#62; 1. Shortcodes with 2 columns works OK with Safari and Firefox, but second column &#34;jumps&#34; to the next row on Internet Explorer. It is only happening with [one_half first] + [one half]. Other columns setup works fine.&#60;/p&#62;
&#60;p&#62; 2. I'm having problems with the Theme Builder:&#60;br /&#62;
      2.1. I can only do one action at theme builder. In order to do another one, i have to save and reload the theme builder.&#60;br /&#62;
      2.2  The Columns elements only lets me choose the droplist &#34;Select how many columns you want to display, then choose the column width and content:&#34;, but it's impossible to go further. No answer.&#60;/p&#62;
&#60;p&#62; 3. Last, in the page/post element, i can add &#34;featured media&#34;, but there is no &#34;Caption&#34; box either &#34;caption title&#34; box. Also the &#34;Image slideshow?&#34; droplist does not generate any options when selecting options like &#34;Fullsize featured&#34;.&#60;/p&#62;
&#60;p&#62;I have tried disabling all plugins and also the reinstall the theme.&#60;/p&#62;
&#60;p&#62;Any help will be greatly appreciated.&#60;/p&#62;
&#60;p&#62;Thanks!&#60;/p&#62;
&#60;p&#62;Marc
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "Hide portfolio dates in Flashlight theme"</title>
			<link>http://www.kriesi.at/support/topic/hide-portfolio-dates-in-flashlight-theme#post-50309</link>
			<pubDate>Fri, 06 Apr 2012 06:10:28 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">50309@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi! &#60;/p&#62;
&#60;p&#62; Glad that I could help you :) &#60;/p&#62;
&#60;p&#62; Regards,&#60;br /&#62;
Peter
&#60;/p&#62;</description>
		</item>
		<item>
			<title>eliz1927 on "Hide portfolio dates in Flashlight theme"</title>
			<link>http://www.kriesi.at/support/topic/hide-portfolio-dates-in-flashlight-theme#post-50301</link>
			<pubDate>Fri, 06 Apr 2012 04:46:42 +0000</pubDate>
			<dc:creator>eliz1927</dc:creator>
			<guid isPermaLink="false">50301@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Excellent! Thank you so much!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "Hide portfolio dates in Flashlight theme"</title>
			<link>http://www.kriesi.at/support/topic/hide-portfolio-dates-in-flashlight-theme#post-49208</link>
			<pubDate>Fri, 30 Mar 2012 09:34:31 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">49208@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey,&#60;br /&#62;
open up framework\php\class-framework-widgets.php and search for following code:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;echo &#38;quot;&#38;lt;span class=&#38;#39;news-time&#38;#39;&#38;gt;&#38;quot;.get_the_time(&#38;quot;F j, Y, g:i a&#38;quot;).&#38;quot;&#38;lt;/span&#38;gt;&#38;quot;;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;change it to&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;echo &#38;quot;&#38;lt;span class=&#38;#39;news-time&#38;#39;&#38;gt;&#38;quot;.get_the_time(&#38;quot;F j, Y&#38;quot;).&#38;quot;&#38;lt;/span&#38;gt;&#38;quot;;&#60;/code&#62;&#60;/pre&#62;</description>
		</item>
		<item>
			<title>eliz1927 on "Hide portfolio dates in Flashlight theme"</title>
			<link>http://www.kriesi.at/support/topic/hide-portfolio-dates-in-flashlight-theme#post-49146</link>
			<pubDate>Thu, 29 Mar 2012 22:39:36 +0000</pubDate>
			<dc:creator>eliz1927</dc:creator>
			<guid isPermaLink="false">49146@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;How do I remove the time only from the Recent Posts list the shows up on the left side bar?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Kriesi on "Change Portfolio/Gallery Order"</title>
			<link>http://www.kriesi.at/support/topic/change-portfoliogallery-order#post-45611</link>
			<pubDate>Sat, 10 Mar 2012 12:32:27 +0000</pubDate>
			<dc:creator>Kriesi</dc:creator>
			<guid isPermaLink="false">45611@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey! &#60;/p&#62;
&#60;p&#62; glad we could help ;) &#60;/p&#62;
&#60;p&#62; Regards,&#60;br /&#62;
Kriesi
&#60;/p&#62;</description>
		</item>
		<item>
			<title>sp34k on "Change Portfolio/Gallery Order"</title>
			<link>http://www.kriesi.at/support/topic/change-portfoliogallery-order#post-45602</link>
			<pubDate>Sat, 10 Mar 2012 10:12:17 +0000</pubDate>
			<dc:creator>sp34k</dc:creator>
			<guid isPermaLink="false">45602@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;AWSOME! Ohh god that really made my day! I can't tell how frustrating it has been not knowing how to get my latest images up at the top so thank you!:) I'm kinda surprised that I haven't even tried to drag the images so I guess it's my own fault, but thanks!&#60;/p&#62;
&#60;p&#62;And thank you for the compliment, I'm glad you like the images Kriesi :) I'm currently having troubles with my Photoshop/Terragen images but that's being mentioned in a different thread and is been looked at by Devin.&#60;br /&#62;
But thanks for the kind words, it's very motivating :)
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Kriesi on "Change Portfolio/Gallery Order"</title>
			<link>http://www.kriesi.at/support/topic/change-portfoliogallery-order#post-45507</link>
			<pubDate>Fri, 09 Mar 2012 21:46:30 +0000</pubDate>
			<dc:creator>Kriesi</dc:creator>
			<guid isPermaLink="false">45507@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey Mike!&#60;/p&#62;
&#60;p&#62;When you hit the green upload button there should be a gallery tab available that list all the images uploaded for a post until now. you can simply drag and drop the images to the desired position. upload new images, hit the gallery tab, sort to your inkings, save gallery, then save post :)&#60;/p&#62;
&#60;p&#62;Btw your images are stunning! Absolutely love what you got there :)
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
