<?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 - User Favorites: Lesley101</title>
		<link><a href='http://www.kriesi.at/support/profile/lesley101'>lesley101</a></link>
		<description>Support Forum - User Favorites: Lesley101</description>
		<language>en-US</language>
		<pubDate>Sat, 25 May 2013 04:48:52 +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/profile/" rel="self" type="application/rss+xml" />

		<item>
			<title>Dude on "Removing footer"</title>
			<link>http://www.kriesi.at/support/topic/removing-footer#post-28981</link>
			<pubDate>Sat, 08 Oct 2011 07:52:24 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">28981@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;I need a link to your (modified) page to give you custom css code. Basically leighuf removed all footer widget areas and I just tried to point out that css mods may be required.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>KatieHague on "Removing footer"</title>
			<link>http://www.kriesi.at/support/topic/removing-footer#post-28975</link>
			<pubDate>Fri, 07 Oct 2011 23:03:20 +0000</pubDate>
			<dc:creator>KatieHague</dc:creator>
			<guid isPermaLink="false">28975@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi - please can you give me some direction on how to do the following:&#60;/p&#62;
&#60;p&#62;'Afterwards you need to align the copyright text via css and change the footer height to your requirements.'&#60;/p&#62;
&#60;p&#62;Thanks!&#60;/p&#62;
&#60;p&#62;Katie
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "Can&#039;t add header image to Braodscope theme/Move search box"</title>
			<link>http://www.kriesi.at/support/topic/cant-add-header-image-to-braodscope-thememove-search-box#post-21894</link>
			<pubDate>Sat, 02 Jul 2011 05:44:34 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">21894@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey,&#60;br /&#62;
I tried all modifications on my test server now and they worked. I can imagine 3 reasons why you couldn't see a difference:&#60;/p&#62;
&#60;p&#62;1) You didn't chage the color values - my examples use the standard color value.&#60;/p&#62;
&#60;p&#62;2) You use a caching plugin for wordpress - try to clear/regenerate the cache after the css modification.&#60;/p&#62;
&#60;p&#62;3) Your browser caches the stylesheets. try to clear the cache after the css modification.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Shan on "Can&#039;t add header image to Braodscope theme/Move search box"</title>
			<link>http://www.kriesi.at/support/topic/cant-add-header-image-to-braodscope-thememove-search-box#post-21881</link>
			<pubDate>Fri, 01 Jul 2011 20:30:12 +0000</pubDate>
			<dc:creator>Shan</dc:creator>
			<guid isPermaLink="false">21881@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Ok, none of that made any difference at all. This theme is impossible to customize.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Lesley101 on "Broadscope Latest New widget - display posts in ascending order"</title>
			<link>http://www.kriesi.at/support/topic/broadscope-latest-new-widget-display-posts-in-ascending-order#post-20277</link>
			<pubDate>Wed, 01 Jun 2011 07:21:04 +0000</pubDate>
			<dc:creator>Lesley101</dc:creator>
			<guid isPermaLink="false">20277@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;thanks for this, followed the above but the post order remained the same unfortunately. If you could take another look thatw ould be great.&#60;/p&#62;
&#60;p&#62;Thanks again
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "Broadscope Latest New widget - display posts in ascending order"</title>
			<link>http://www.kriesi.at/support/topic/broadscope-latest-new-widget-display-posts-in-ascending-order#post-20224</link>
			<pubDate>Tue, 31 May 2011 20:26:07 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">20224@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey,&#60;br /&#62;
in broadscope\framework\php\class-framework-widgets.php replace:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;if(empty($this-&#38;gt;avia_term))
		{
			$additional_loop = new WP_Query(&#38;quot;cat=&#38;quot;.$cat.&#38;quot;&#38;amp;posts_per_page=&#38;quot;.$count);
		}
		else&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;with:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;if(empty($this-&#38;gt;avia_term))
		{
			$additional_loop = new WP_Query(&#38;quot;cat=&#38;quot;.$cat.&#38;quot;&#38;amp;order=ASC&#38;amp;posts_per_page=&#38;quot;.$count);
		}
		else&#60;/code&#62;&#60;/pre&#62;</description>
		</item>
		<item>
			<title>Lesley101 on "Broadscope Latest New widget - display posts in ascending order"</title>
			<link>http://www.kriesi.at/support/topic/broadscope-latest-new-widget-display-posts-in-ascending-order#post-20175</link>
			<pubDate>Tue, 31 May 2011 02:13:25 +0000</pubDate>
			<dc:creator>Lesley101</dc:creator>
			<guid isPermaLink="false">20175@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hello,&#60;/p&#62;
&#60;p&#62;thanks to Dude for all the assistance with my theme so far - I have one further modification - how can I edit the Broadscope Latest news widget to display posts in ascending order (as I'm using posts to display events I'd like to show the events in order of coming dates)?&#60;/p&#62;
&#60;p&#62;Thanks in advance!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "Edit Archive layout to displayed like blog layout - Broadscope"</title>
			<link>http://www.kriesi.at/support/topic/edit-archive-layout-to-displayed-like-blog-layout-broadscope#post-20140</link>
			<pubDate>Mon, 30 May 2011 05:30:30 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">20140@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Can you create me an admin account and send me the login details to: &#60;a href=&#34;mailto:kriesi2000-dude@yahoo.com&#34;&#62;kriesi2000-dude@yahoo.com&#60;/a&#62; - the last account doesn't seem to work anymore.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Lesley101 on "Edit Archive layout to displayed like blog layout - Broadscope"</title>
			<link>http://www.kriesi.at/support/topic/edit-archive-layout-to-displayed-like-blog-layout-broadscope#post-20090</link>
			<pubDate>Sun, 29 May 2011 09:54:14 +0000</pubDate>
			<dc:creator>Lesley101</dc:creator>
			<guid isPermaLink="false">20090@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Yep, have copied the modification but still no joy?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "Edit Archive layout to displayed like blog layout - Broadscope"</title>
			<link>http://www.kriesi.at/support/topic/edit-archive-layout-to-displayed-like-blog-layout-broadscope#post-20082</link>
			<pubDate>Sun, 29 May 2011 07:36:24 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">20082@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Try to make the same modification in loop-archivebig.php
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Lesley101 on "Edit Archive layout to displayed like blog layout - Broadscope"</title>
			<link>http://www.kriesi.at/support/topic/edit-archive-layout-to-displayed-like-blog-layout-broadscope#post-20081</link>
			<pubDate>Sun, 29 May 2011 06:29:43 +0000</pubDate>
			<dc:creator>Lesley101</dc:creator>
			<guid isPermaLink="false">20081@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Update - with the above both the blog page and archive pages didn't display posts in ascending order, I've had a play around with it and inserted this: (loop-index.php)&#60;/p&#62;
&#60;p&#62;if(isset($avia_config['new_query'])) {&#60;br /&#62;
    $avia_config['new_query']['order'] = &#34;ASC&#34;;&#60;br /&#62;
    $avia_config['new_query']['orderby'] = &#34;date&#34;;&#60;br /&#62;
    query_posts($avia_config['new_query']);&#60;br /&#62;
 }&#60;/p&#62;
&#60;p&#62;in place of:&#60;br /&#62;
if(isset($avia_config['new_query'])) { query_posts($avia_config['new_query']); }&#60;br /&#62;
if(isset($avia_config['new_query'])) {&#60;/p&#62;
&#60;p&#62;This works and sorts the posts in the blog page in asc date order and doesn't cause problems with the categories not being filtered in the archive pages as with the previous code I'd used:&#60;/p&#62;
&#60;p&#62;query_posts($query_string.&#34;&#38;amp;order=ASC&#34;);&#60;br /&#62;
if (have_posts()) :&#60;/p&#62;
&#60;p&#62;but still can't get the posts in the archives to be displayed in ascending date order?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Lesley101 on "Edit Archive layout to displayed like blog layout - Broadscope"</title>
			<link>http://www.kriesi.at/support/topic/edit-archive-layout-to-displayed-like-blog-layout-broadscope#post-20058</link>
			<pubDate>Sat, 28 May 2011 14:34:05 +0000</pubDate>
			<dc:creator>Lesley101</dc:creator>
			<guid isPermaLink="false">20058@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey, thanks for this - tried the above modifications but still no luck with displaying the posts in ascending order. I appreciate all the help so far, if you could take another look I'd be very greatful :)&#60;/p&#62;
&#60;p&#62;cheers
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "Edit Archive layout to displayed like blog layout - Broadscope"</title>
			<link>http://www.kriesi.at/support/topic/edit-archive-layout-to-displayed-like-blog-layout-broadscope#post-19989</link>
			<pubDate>Fri, 27 May 2011 13:36:19 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">19989@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;1) Make a copy of loop-index.php&#60;/p&#62;
&#60;p&#62;2) Rename the copy to loop-archivebig.php&#60;/p&#62;
&#60;p&#62;In archive.php replace:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;get_template_part( &#38;#39;includes/loop&#38;#39;, &#38;#39;index&#38;#39; );&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;with:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;get_template_part( &#38;#39;includes/loop&#38;#39;, &#38;#39;archivebig&#38;#39; );&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;3) Open up includes/loop-archivebig.php and replace:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;if(isset($avia_config[&#38;#39;new_query&#38;#39;])) { query_posts($avia_config[&#38;#39;new_query&#38;#39;]); }&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;with:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;if(isset($avia_config[&#38;#39;new_query&#38;#39;])) {
    $avia_config[&#38;#39;new_query&#38;#39;][&#38;#39;order&#38;#39;] = &#38;quot;ASC&#38;quot;;
    $avia_config[&#38;#39;new_query&#38;#39;][&#38;#39;orderby&#38;#39;] = &#38;quot;title&#38;quot;;
    query_posts($avia_config[&#38;#39;new_query&#38;#39;]);
 }&#60;/code&#62;&#60;/pre&#62;</description>
		</item>
		<item>
			<title>Lesley101 on "Edit Archive layout to displayed like blog layout - Broadscope"</title>
			<link>http://www.kriesi.at/support/topic/edit-archive-layout-to-displayed-like-blog-layout-broadscope#post-19955</link>
			<pubDate>Fri, 27 May 2011 03:45:20 +0000</pubDate>
			<dc:creator>Lesley101</dc:creator>
			<guid isPermaLink="false">19955@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Thanks for the fix - looks great!! Is there any other way I can force the posts to be listed in ascending order other thamn where I'd applied the orderby=ASC parametre? As I'm using the blog for event entries (am forward dating the published dates to appear as the event date) I'd like to have the posts published in chronological order so the next event appears at the top. I've tried a few plugins but they don't seem to work (I;'ve used Asticky post orderer on other themes but I've found that in this instance the sticky option works but when I order the posts the sequence doesn;'t change). &#60;/p&#62;
&#60;p&#62;Any advice would be greatly appreciated - thanks again!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "Edit Archive layout to displayed like blog layout - Broadscope"</title>
			<link>http://www.kriesi.at/support/topic/edit-archive-layout-to-displayed-like-blog-layout-broadscope#post-19914</link>
			<pubDate>Thu, 26 May 2011 14:40:25 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">19914@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey,&#60;br /&#62;
fixed it. The orderby=ASC parameter broke the query and all posts appeared :)
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Lesley101 on "Edit Archive layout to displayed like blog layout - Broadscope"</title>
			<link>http://www.kriesi.at/support/topic/edit-archive-layout-to-displayed-like-blog-layout-broadscope#post-19909</link>
			<pubDate>Thu, 26 May 2011 13:21:05 +0000</pubDate>
			<dc:creator>Lesley101</dc:creator>
			<guid isPermaLink="false">19909@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Have just emailed you the details, thanks!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "Edit Archive layout to displayed like blog layout - Broadscope"</title>
			<link>http://www.kriesi.at/support/topic/edit-archive-layout-to-displayed-like-blog-layout-broadscope#post-19908</link>
			<pubDate>Thu, 26 May 2011 13:01:27 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">19908@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Can you create me an admin account and send me the login details to: &#60;a href=&#34;mailto:kriesi2000-dude@yahoo.com&#34;&#62;kriesi2000-dude@yahoo.com&#60;/a&#62; - I'll look into it :)
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Lesley101 on "Edit Archive layout to displayed like blog layout - Broadscope"</title>
			<link>http://www.kriesi.at/support/topic/edit-archive-layout-to-displayed-like-blog-layout-broadscope#post-19905</link>
			<pubDate>Thu, 26 May 2011 12:44:15 +0000</pubDate>
			<dc:creator>Lesley101</dc:creator>
			<guid isPermaLink="false">19905@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Yep, just changed it back to double check and the posts aren't being filtered by category, also the Heading text is aligned further to the left than with the blog format:&#60;br /&#62;
&#60;a href=&#34;http://www.marketeventsgroup.com.au/category/qld/&#34; rel=&#34;nofollow&#34;&#62;http://www.marketeventsgroup.com.au/category/qld/&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;on the page above all posts are coming up rather than just the QLD category... any further advise would be great&#60;/p&#62;
&#60;p&#62;From my archive.php:&#60;br /&#62;
&#38;lt;?php&#60;br /&#62;
global $avia_config;&#60;/p&#62;
&#60;p&#62;	/*&#60;br /&#62;
	 * get_header is a basic wordpress function, used to retrieve the header.php file in your theme directory.&#60;br /&#62;
	 */&#60;br /&#62;
	 get_header();&#60;/p&#62;
&#60;p&#62;	?&#38;gt;&#60;/p&#62;
&#60;p&#62;		&#38;lt;!-- ####### MAIN CONTAINER ####### --&#38;gt;&#60;br /&#62;
		&#38;lt;div class='container_wrap' id='main'&#38;gt;&#60;/p&#62;
&#60;p&#62;			&#38;lt;div class='container'&#38;gt;&#60;/p&#62;
&#60;p&#62;				&#38;lt;div id='template-archive' class='content grid9 first'&#38;gt;&#60;/p&#62;
&#60;p&#62;				&#38;lt;h2 class='firstheading'&#38;gt;&#38;lt;?php echo avia_which_archive(); ?&#38;gt;&#38;lt;/h2&#38;gt;&#60;/p&#62;
&#60;p&#62;				&#38;lt;?php&#60;br /&#62;
				/* Run the loop to output the posts.&#60;br /&#62;
				* If you want to overload this in a child theme then include a file&#60;br /&#62;
				* called loop-archive.php and that will be used instead.&#60;br /&#62;
				*/&#60;/p&#62;
&#60;p&#62;				get_template_part( 'includes/loop', 'index' );&#60;/p&#62;
&#60;p&#62;				?&#38;gt;&#60;/p&#62;
&#60;p&#62;				&#38;lt;!--end content--&#38;gt;&#60;br /&#62;
				&#38;lt;/div&#38;gt;&#60;/p&#62;
&#60;p&#62;				&#38;lt;?php&#60;br /&#62;
				$avia_config['currently_viewing'] = &#34;blog&#34;;&#60;br /&#62;
				//get the sidebar&#60;br /&#62;
				get_sidebar();&#60;/p&#62;
&#60;p&#62;				?&#38;gt;&#60;/p&#62;
&#60;p&#62;			&#38;lt;/div&#38;gt;&#38;lt;!--end container--&#38;gt;&#60;/p&#62;
&#60;p&#62;	&#38;lt;/div&#38;gt;&#60;br /&#62;
	&#38;lt;!-- ####### END MAIN CONTAINER ####### --&#38;gt;&#60;/p&#62;
&#60;p&#62;&#38;lt;?php get_footer(); ?&#38;gt;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "Edit Archive layout to displayed like blog layout - Broadscope"</title>
			<link>http://www.kriesi.at/support/topic/edit-archive-layout-to-displayed-like-blog-layout-broadscope#post-19902</link>
			<pubDate>Thu, 26 May 2011 12:26:16 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">19902@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Are you sure? I tested it offline and it works for me. It would be very strange because both loop files use the same query code and you'd need to adjust the code to query all posts. Please check if you modified archive.php right.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Lesley101 on "Edit Archive layout to displayed like blog layout - Broadscope"</title>
			<link>http://www.kriesi.at/support/topic/edit-archive-layout-to-displayed-like-blog-layout-broadscope#post-19899</link>
			<pubDate>Thu, 26 May 2011 12:01:12 +0000</pubDate>
			<dc:creator>Lesley101</dc:creator>
			<guid isPermaLink="false">19899@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Thanks for the quick reply - I applied the changes above but this shows all posts (not filtered by category), I'd like to change only the style to display in one column only if possible?&#60;/p&#62;
&#60;p&#62;Cheers
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "Edit Archive layout to displayed like blog layout - Broadscope"</title>
			<link>http://www.kriesi.at/support/topic/edit-archive-layout-to-displayed-like-blog-layout-broadscope#post-19879</link>
			<pubDate>Thu, 26 May 2011 08:42:40 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">19879@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey,&#60;br /&#62;
in archive.php replace:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;get_template_part( &#38;#39;includes/loop&#38;#39;, &#38;#39;archive&#38;#39; );&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;with:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;get_template_part( &#38;#39;includes/loop&#38;#39;, &#38;#39;index&#38;#39; );&#60;/code&#62;&#60;/pre&#62;</description>
		</item>
		<item>
			<title>Lesley101 on "Edit Archive layout to displayed like blog layout - Broadscope"</title>
			<link>http://www.kriesi.at/support/topic/edit-archive-layout-to-displayed-like-blog-layout-broadscope#post-19874</link>
			<pubDate>Thu, 26 May 2011 01:04:26 +0000</pubDate>
			<dc:creator>Lesley101</dc:creator>
			<guid isPermaLink="false">19874@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;would like some advise on how to change the archive layout (now displaying post excerpts in 2 columns) to the same layout used in the blog (displaying post excertps in one column)?  &#60;/p&#62;
&#60;p&#62;Thanks in advance :)
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "Remove Time from date stamp - Broadscope latest news widget"</title>
			<link>http://www.kriesi.at/support/topic/remove-time-from-date-stamp-broadscope-latest-news-widget#post-19628</link>
			<pubDate>Sun, 22 May 2011 12:16:54 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">19628@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Glad that I could help you.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Lesley101 on "Remove Time from date stamp - Broadscope latest news widget"</title>
			<link>http://www.kriesi.at/support/topic/remove-time-from-date-stamp-broadscope-latest-news-widget#post-19627</link>
			<pubDate>Sun, 22 May 2011 11:35:30 +0000</pubDate>
			<dc:creator>Lesley101</dc:creator>
			<guid isPermaLink="false">19627@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Worked a treat - thanks for this!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "Remove Time from date stamp - Broadscope latest news widget"</title>
			<link>http://www.kriesi.at/support/topic/remove-time-from-date-stamp-broadscope-latest-news-widget#post-19575</link>
			<pubDate>Sat, 21 May 2011 15:05:54 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">19575@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey,&#60;br /&#62;
in broadscope\framework\php\class-framework-widgets.php replace following code line:&#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;with:&#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>Lesley101 on "Remove all mention of comments?"</title>
			<link>http://www.kriesi.at/support/topic/remove-all-mention-of-comments#post-19565</link>
			<pubDate>Sat, 21 May 2011 04:03:51 +0000</pubDate>
			<dc:creator>Lesley101</dc:creator>
			<guid isPermaLink="false">19565@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;For anyone wanting to do similar was able to remove second speech bubble for comments image by replicating bg-meta.png (Broadscope&#38;gt;images&#38;gt;skin1&#38;gt;bg-meta.png) using Adobe Illustrator.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Lesley101 on "Remove all mention of comments?"</title>
			<link>http://www.kriesi.at/support/topic/remove-all-mention-of-comments#post-19564</link>
			<pubDate>Sat, 21 May 2011 02:01:56 +0000</pubDate>
			<dc:creator>Lesley101</dc:creator>
			<guid isPermaLink="false">19564@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;I found where to remove the comments section in Broad scope theme:&#60;/p&#62;
&#60;p&#62;Deleted following code from Comments (comments.php):&#60;/p&#62;
&#60;p&#62;&#38;lt;div class='comment-entry post-entry'&#38;gt;&#60;/p&#62;
&#60;p&#62;&#38;lt;?php if ( have_comments() ) : ?&#38;gt;&#60;/p&#62;
&#60;p&#62;			&#38;lt;h4 id=&#34;comments&#34;&#38;gt;&#38;lt;?php&#60;br /&#62;
			printf( _n( 'One Response to %2$s', '%1$s Responses to %2$s', get_comments_number(), 'avia_framework' ),&#60;br /&#62;
			number_format_i18n( get_comments_number() ), '' . get_the_title() . '' );&#60;br /&#62;
			?&#38;gt;&#38;lt;/h4&#38;gt;&#60;/p&#62;
&#60;p&#62;&#38;lt;?php if ( get_comment_pages_count() &#38;gt; 1 &#38;amp;&#38;amp; get_option( 'page_comments' ) ) : // Are there comments to navigate through? ?&#38;gt;&#60;br /&#62;
				&#38;lt;?php previous_comments_link( __( '&#38;larr; Older Comments', 'avia_framework' ) ); ?&#38;gt;&#60;br /&#62;
				&#38;lt;?php next_comments_link( __( 'Newer Comments &#38;rarr;', 'avia_framework' ) ); ?&#38;gt;&#60;br /&#62;
&#38;lt;?php endif; // check for comment navigation ?&#38;gt;&#60;/p&#62;
&#60;p&#62;			&#38;lt;ol class=&#34;commentlist&#34;&#38;gt;&#60;br /&#62;
				&#38;lt;?php&#60;br /&#62;
					/* Loop through and list the comments. Tell wp_list_comments()&#60;br /&#62;
					 * to use avia_inc_custom_comments() to format the comments.&#60;br /&#62;
					 * If you want to overload this in a child theme then you can&#60;br /&#62;
					 * define avia_framework_comment() and that will be used instead.&#60;br /&#62;
					 * See avia_framework_comment() in includes/loop-comments.php for more.&#60;br /&#62;
					 */&#60;br /&#62;
					wp_list_comments( array( 'callback' =&#38;gt; 'avia_inc_custom_comments' ) );&#60;br /&#62;
				?&#38;gt;&#60;/p&#62;
&#60;p&#62;&#38;lt;?php if ( get_comment_pages_count() &#38;gt; 1 &#38;amp;&#38;amp; get_option( 'page_comments' ) ) : // Are there comments to navigate through? ?&#38;gt;&#60;br /&#62;
				&#38;lt;?php previous_comments_link( __( '&#38;larr; Older Comments', 'avia_framework' ) ); ?&#38;gt;&#60;br /&#62;
				&#38;lt;?php next_comments_link( __( 'Newer Comments &#38;rarr;', 'avia_framework' ) ); ?&#38;gt;&#60;br /&#62;
&#38;lt;?php endif; // check for comment navigation ?&#38;gt;&#60;/p&#62;
&#60;p&#62;&#38;lt;?php else : // or, if we don't have comments:&#60;/p&#62;
&#60;p&#62;	/* If there are no comments and comments are closed,&#60;br /&#62;
	 * let's leave a little note, shall we?&#60;br /&#62;
	 */&#60;br /&#62;
	if ( ! comments_open() ) :&#60;br /&#62;
?&#38;gt;&#60;br /&#62;
	&#38;lt;p&#38;gt;&#38;lt;?php _e( 'Comments are closed.', 'avia_framework' ); ?&#38;gt;&#38;lt;/p&#38;gt;&#60;br /&#62;
&#38;lt;?php endif; // end ! comments_open() ?&#38;gt;&#60;/p&#62;
&#60;p&#62;&#38;lt;?php endif; // end have_comments() ?&#38;gt;&#60;/p&#62;
&#60;p&#62;&#38;lt;?php &#60;/p&#62;
&#60;p&#62;	/* Last but not least the comment_form() wordpress function&#60;br /&#62;
	 * renders the comment form as defined by wordpress itself&#60;br /&#62;
	 * if you want to modify the submission form check the documentation here:&#60;br /&#62;
	 * &#60;a href=&#34;http://codex.wordpress.org/Function_Reference/comment_form&#34; rel=&#34;nofollow&#34;&#62;http://codex.wordpress.org/Function_Reference/comment_form&#60;/a&#62;&#60;br /&#62;
	 */&#60;br /&#62;
	 comment_form(); ?&#38;gt;&#60;/p&#62;
&#60;p&#62;&#38;lt;/div&#38;gt;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Lesley101 on "Remove Time from date stamp - Broadscope latest news widget"</title>
			<link>http://www.kriesi.at/support/topic/remove-time-from-date-stamp-broadscope-latest-news-widget#post-19550</link>
			<pubDate>Fri, 20 May 2011 16:23:22 +0000</pubDate>
			<dc:creator>Lesley101</dc:creator>
			<guid isPermaLink="false">19550@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;I'm using posts to list future event dates (forward dating the date stamp) which works well except when using the Latest news widget as it also displays the post time (eg 12:01pm), could you let me know how I can delete the time from the datestamp?&#60;/p&#62;
&#60;p&#62;Thank you
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Lesley101 on "Remove all mention of comments?"</title>
			<link>http://www.kriesi.at/support/topic/remove-all-mention-of-comments#post-19548</link>
			<pubDate>Fri, 20 May 2011 16:13:13 +0000</pubDate>
			<dc:creator>Lesley101</dc:creator>
			<guid isPermaLink="false">19548@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Could you also advise of how this is done with the Broadscope theme? Would like to remove the comment/&#34;Leave a Reply&#34; section from all areas. Also, have removed comments from the speech bubbles at the side of posts but would like to remove the bubble image also, if you could give some guidance that would be great!&#60;/p&#62;
&#60;p&#62;Thanks
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "Can&#039;t add header image to Braodscope theme/Move search box"</title>
			<link>http://www.kriesi.at/support/topic/cant-add-header-image-to-braodscope-thememove-search-box#post-18825</link>
			<pubDate>Wed, 11 May 2011 05:06:02 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">18825@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;1) The header area, the content area and the page background are controlled via the body color - add following to css/custom.css file:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;body{
background: #fff;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;and change the color.&#60;/p&#62;
&#60;p&#62;The nav bar colors can be changed with following code (insert it in custom.css):&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;#top .avia_mega &#38;gt; .current-menu-item &#38;gt; a, #top .avia_mega &#38;gt; li:hover &#38;gt; a {
background:  #333333;
color: #FFFFFF;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;The hover color can be changed with:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;#top .avia_mega&#38;gt;li&#38;gt;a:hover, #top .avia_mega&#38;gt;li:hover&#38;gt;a, #top #wrap_all .avia_mega .open-mega-a{
background: #fff;
color:#333;
}&#60;/code&#62;&#60;/pre&#62;</description>
		</item>

	</channel>
</rss>
