<?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: blog format - Recent Posts</title>
		<link>http://www.kriesi.at/support/tags/blog-format</link>
		<description>Support Forum - Tag: blog format - Recent Posts</description>
		<language>en-US</language>
		<pubDate>Tue, 21 May 2013 12:32:23 +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/blog-format" rel="self" type="application/rss+xml" />

		<item>
			<title>Ismael on "Blog page layout / format in Coherence"</title>
			<link>http://www.kriesi.at/support/topic/blog-page-layout-format-in-coherence#post-75046</link>
			<pubDate>Sun, 09 Sep 2012 10:22:48 +0000</pubDate>
			<dc:creator>Ismael</dc:creator>
			<guid isPermaLink="false">75046@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi ATX,&#60;/p&#62;
&#60;p&#62;Try to add this code in your custom.css:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;.post-entry .post-title {
   padding-left: 0 !important;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Hope this helps. :)&#60;/p&#62;
&#60;p&#62;Regards,&#60;br /&#62;
Ismael
&#60;/p&#62;</description>
		</item>
		<item>
			<title>ATX on "Blog page layout / format in Coherence"</title>
			<link>http://www.kriesi.at/support/topic/blog-page-layout-format-in-coherence#post-74662</link>
			<pubDate>Thu, 06 Sep 2012 13:28:24 +0000</pubDate>
			<dc:creator>ATX</dc:creator>
			<guid isPermaLink="false">74662@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;OK that's great. Thx Ismael. Very impressed with all you folks' prompt and helpful support.&#60;/p&#62;
&#60;p&#62;I think all I need now is to left align the blog titles - what CSS code would I use for that?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Ismael on "Blog page layout / format in Coherence"</title>
			<link>http://www.kriesi.at/support/topic/blog-page-layout-format-in-coherence#post-74596</link>
			<pubDate>Thu, 06 Sep 2012 00:20:31 +0000</pubDate>
			<dc:creator>Ismael</dc:creator>
			<guid isPermaLink="false">74596@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;You can find custom.css on the css folder on your theme folder.&#60;/p&#62;
&#60;p&#62;Regards,&#60;br /&#62;
Ismael
&#60;/p&#62;</description>
		</item>
		<item>
			<title>ATX on "Blog page layout / format in Coherence"</title>
			<link>http://www.kriesi.at/support/topic/blog-page-layout-format-in-coherence#post-74592</link>
			<pubDate>Wed, 05 Sep 2012 23:59:01 +0000</pubDate>
			<dc:creator>ATX</dc:creator>
			<guid isPermaLink="false">74592@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Where is my custom.css? I don't think I have created one...
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Ismael on "Blog page layout / format in Coherence"</title>
			<link>http://www.kriesi.at/support/topic/blog-page-layout-format-in-coherence#post-74023</link>
			<pubDate>Sun, 02 Sep 2012 01:42:02 +0000</pubDate>
			<dc:creator>Ismael</dc:creator>
			<guid isPermaLink="false">74023@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;First open includes &#38;gt; loop-index.php and find this code&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;&#38;lt;!--meta info--&#38;gt;
	        &#38;lt;div class=&#38;quot;&#38;lt;?php avia_layout_class(&#38;#39;meta&#38;#39;); ?&#38;gt; units blog-meta&#38;quot;&#38;gt;

	        	&#38;lt;div class=&#38;#39;side-container side-container-date&#38;#39;&#38;gt;

	        		&#38;lt;div class=&#38;#39;side-container-inner&#38;#39;&#38;gt;

   						&#38;lt;span class=&#38;#39;date-container minor-meta meta-color&#38;#39;&#38;gt;&#38;lt;?php echo get_the_date() ?&#38;gt;&#38;lt;/span&#38;gt;
   						&#38;lt;div class=&#38;#39;post-format-icon&#38;#39;&#38;gt;&#38;lt;/div&#38;gt;
	        		&#38;lt;/div&#38;gt;

	        	&#38;lt;/div&#38;gt;

			&#38;lt;/div&#38;gt;&#38;lt;!--end meta info--&#38;gt;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Replace it with this. &#60;/p&#62;
&#60;p&#62;&#60;code&#62;&#38;lt;span class=&#38;#39;date-container minor-meta meta-color&#38;#39;&#38;gt;&#38;lt;?php echo get_the_date() ?&#38;gt;&#38;lt;/span&#38;gt;&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;Then locate this code on the same file&#60;/p&#62;
&#60;p&#62;&#60;code&#62;&#38;lt;div class=&#38;quot;&#38;lt;?php avia_layout_class(&#38;#39;entry&#38;#39;); ?&#38;gt; units entry-content &#38;lt;?php echo $post_format; ?&#38;gt;-content&#38;quot;&#38;gt;&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;Replace it with&#60;/p&#62;
&#60;p&#62;&#60;code&#62;&#38;lt;div class=&#38;quot;seven units entry-content &#38;lt;?php echo $post_format; ?&#38;gt;-content&#38;quot;&#38;gt;&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;Now add this on your custom.css&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;.post-title.offset-by-two.alpha, span.date-container.minor-meta.meta-color {
padding-left: 30px!important;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Reload the page.&#60;/p&#62;
&#60;p&#62;Regards,&#60;br /&#62;
Ismael
&#60;/p&#62;</description>
		</item>
		<item>
			<title>ATX on "Blog page layout / format in Coherence"</title>
			<link>http://www.kriesi.at/support/topic/blog-page-layout-format-in-coherence#post-73951</link>
			<pubDate>Sat, 01 Sep 2012 13:16:47 +0000</pubDate>
			<dc:creator>ATX</dc:creator>
			<guid isPermaLink="false">73951@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;I'm using Coherence and unsure if/how I can change format/page layout of blog pages (all other pages of site are great but I don't like the way the blog posts look).&#60;/p&#62;
&#60;p&#62;Is it possible to move the post date to bottom of post? &#60;/p&#62;
&#60;p&#62;I also want to loose post-type icon (text, photo, etc) and have text etc align to left of page (in line with photos).&#60;/p&#62;
&#60;p&#62;As always I appreciate any advice you can provide.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>GriffinGraffix on "search in menu and blog format change"</title>
			<link>http://www.kriesi.at/support/topic/search-in-menu-and-blog-format-change#post-23563</link>
			<pubDate>Wed, 27 Jul 2011 07:54:38 +0000</pubDate>
			<dc:creator>GriffinGraffix</dc:creator>
			<guid isPermaLink="false">23563@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi, my question is similar to manutrash's 2nd q about blog date display.&#60;/p&#62;
&#60;p&#62;I like the blog date, comment box and tags where they are (aligned left of title at beginning of post content) but would like the text and rest of content that falls below the height of those (plus a 10px bottom margin) to extend (wrap) all the way to the left in order to fill the left space below date/comment/tags section.&#60;/p&#62;
&#60;p&#62;I hope I am explaining it right. You can see here: &#60;a href=&#34;http://www.griffingraffix.com/google-search-results1/&#34; rel=&#34;nofollow&#34;&#62;http://www.griffingraffix.com/google-search-results1/&#60;/a&#62; how the main text is in a narrow (about 450px) column. Basically, starting at:&#60;br /&#62;
 ....better chances of being seen when and by whom it matters.&#60;/p&#62;
&#60;p&#62;Now, something else may be about to change in how web page results are displayed.....&#60;br /&#62;
I would like that to start full left and extend full width to side bar so it would be about 650 or 700 px wide, whatever the full width of that column can be to fit with sidebar.&#60;/p&#62;
&#60;p&#62;Thanks
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "search in menu and blog format change"</title>
			<link>http://www.kriesi.at/support/topic/search-in-menu-and-blog-format-change#post-22890</link>
			<pubDate>Sat, 16 Jul 2011 05:23:50 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">22890@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Try to add following code to css/custom.css:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;#searchform {
    float: right;
    margin-right: 35px;
    margin-top: 10px;
    width: 300px;
}&#60;/code&#62;&#60;/pre&#62;</description>
		</item>
		<item>
			<title>manutrash on "search in menu and blog format change"</title>
			<link>http://www.kriesi.at/support/topic/search-in-menu-and-blog-format-change#post-22872</link>
			<pubDate>Fri, 15 Jul 2011 19:06:55 +0000</pubDate>
			<dc:creator>manutrash</dc:creator>
			<guid isPermaLink="false">22872@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Thanks Dude,&#60;/p&#62;
&#60;p&#62;The search form i already placed it their.&#60;br /&#62;
You can have a look at &#60;a href=&#34;http://w3dev3.chess.nl&#34; rel=&#34;nofollow&#34;&#62;http://w3dev3.chess.nl&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;So if you can give me some custom css it would be great.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "search in menu and blog format change"</title>
			<link>http://www.kriesi.at/support/topic/search-in-menu-and-blog-format-change#post-22869</link>
			<pubDate>Fri, 15 Jul 2011 16:34:57 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">22869@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey,&#60;br /&#62;
1) You can use following code:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;&#38;lt;?php get_search_form(); ?&#38;gt;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;to display the search form - I'd insert it after:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;&#38;lt;div class=&#38;#39;container main_menu&#38;#39;&#38;gt;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;If you encounter design flaws please post a link to your site - we can give you custom css code then.&#60;/p&#62;
&#60;p&#62;2) Open up includes/loop-index.php and delete:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;&#38;lt;!--meta info--&#38;gt;
	        &#38;lt;div class=&#38;quot;blog-meta grid3&#38;quot;&#38;gt;

				&#38;lt;span class=&#38;#39;post-date-comment-container&#38;#39;&#38;gt;
					&#38;lt;span class=&#38;#39;date-container&#38;#39;&#38;gt;&#38;lt;strong&#38;gt;&#38;lt;?php the_time(&#38;#39;d&#38;#39;) ?&#38;gt; &#38;lt;?php the_time(&#38;#39;M&#38;#39;) ?&#38;gt;&#38;lt;/strong&#38;gt;&#38;lt;span&#38;gt;&#38;lt;?php the_time(&#38;#39;Y&#38;#39;) ?&#38;gt;&#38;lt;/span&#38;gt;&#38;lt;/span&#38;gt;
					&#38;lt;span class=&#38;#39;comment-container&#38;#39;&#38;gt;&#38;lt;?php comments_popup_link(&#38;quot;&#38;lt;strong&#38;gt;0&#38;lt;/strong&#38;gt; &#38;quot;.__(&#38;#39;Comments&#38;#39;,&#38;#39;avia_framework&#38;#39;), &#38;quot;&#38;lt;strong&#38;gt;1&#38;lt;/strong&#38;gt; &#38;quot;.__(&#38;#39;Comment&#38;#39; ,&#38;#39;avia_framework&#38;#39;),
																			  &#38;quot;&#38;lt;strong&#38;gt;%&#38;lt;/strong&#38;gt; &#38;quot;.__(&#38;#39;Comments&#38;#39;,&#38;#39;avia_framework&#38;#39;),&#38;#39;comments-link&#38;#39;,
																			  &#38;quot;&#38;lt;strong&#38;gt;&#38;lt;/strong&#38;gt; &#38;quot;.__(&#38;#39;Comments&#38;lt;br/&#38;gt;Off&#38;#39;,&#38;#39;avia_framework&#38;#39;)
																			  ); ?&#38;gt;
					&#38;lt;/span&#38;gt;
					&#38;lt;?php
					$cats = get_the_category();

					echo &#38;#39;&#38;lt;span class=&#38;quot;minor-meta-wrap&#38;quot;&#38;gt;&#38;#39;;
					if(!empty($cats))
					{
						echo &#38;#39;&#38;lt;span class=&#38;quot;blog-categories minor-meta&#38;quot;&#38;gt;&#38;#39;;
						echo &#38;#39;&#38;lt;strong&#38;gt;&#38;#39;.__(&#38;#39;Categories&#38;#39;,&#38;#39;avia_framework&#38;#39;).&#38;#39;: &#38;lt;/strong&#38;gt;&#38;lt;span&#38;gt;&#38;#39;;
						the_category(&#38;#39;, &#38;#39;);
						echo &#38;#39;&#38;lt;/span&#38;gt;&#38;lt;/span&#38;gt;&#38;#39;;
					}

					$portfolio_cats = get_the_term_list(  get_the_ID(), &#38;#39;portfolio_entries&#38;#39;, &#38;#39;&#38;#39;, &#38;#39;, &#38;#39;,&#38;#39;&#38;#39;);

					if($portfolio_cats)
					{
						echo &#38;#39;&#38;lt;span class=&#38;quot;blog-categories minor-meta&#38;quot;&#38;gt;&#38;#39;;
						echo &#38;#39;&#38;lt;strong&#38;gt;&#38;#39;.__(&#38;#39;Categories&#38;#39;,&#38;#39;avia_framework&#38;#39;).&#38;#39;: &#38;lt;/strong&#38;gt;&#38;lt;span&#38;gt;&#38;#39;;
						echo $portfolio_cats;
						echo &#38;#39;&#38;lt;/span&#38;gt;&#38;lt;/span&#38;gt;&#38;#39;;
					}

					if(has_tag())
					{
						echo &#38;#39;&#38;lt;span class=&#38;quot;blog-tags minor-meta&#38;quot;&#38;gt;&#38;#39;;
						echo the_tags(&#38;#39;&#38;lt;strong&#38;gt;&#38;#39;.__(&#38;#39;Tags: &#38;#39;,&#38;#39;avia_framework&#38;#39;).&#38;#39;&#38;lt;/strong&#38;gt;&#38;lt;span&#38;gt;&#38;#39;);
						echo &#38;#39;&#38;lt;/span&#38;gt;&#38;lt;/span&#38;gt;&#38;#39;;
					}
						echo &#38;#39;&#38;lt;span class=&#38;quot;blog-author minor-meta&#38;quot;&#38;gt;&#38;#39;;
						echo &#38;#39;&#38;lt;strong&#38;gt;&#38;#39;.__(&#38;#39;Author&#38;#39;,&#38;#39;avia_framework&#38;#39;).&#38;#39;: &#38;lt;/strong&#38;gt;&#38;lt;span&#38;gt;&#38;#39;;
						the_author_posts_link();
						echo &#38;#39;&#38;lt;/span&#38;gt;&#38;lt;/span&#38;gt;&#38;#39;;

					echo &#38;#39;&#38;lt;/span&#38;gt;&#38;#39;;

					?&#38;gt;

				&#38;lt;/span&#38;gt;	

			&#38;lt;/div&#38;gt;&#38;lt;!--end meta info--&#38;gt;&#60;/code&#62;&#60;/pre&#62;</description>
		</item>
		<item>
			<title>manutrash on "search in menu and blog format change"</title>
			<link>http://www.kriesi.at/support/topic/search-in-menu-and-blog-format-change#post-22849</link>
			<pubDate>Fri, 15 Jul 2011 11:25:01 +0000</pubDate>
			<dc:creator>manutrash</dc:creator>
			<guid isPermaLink="false">22849@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;Thanks for this great Theme and flexibility to work with this theme. Great work!&#60;/p&#62;
&#60;p&#62;But i have 2 questions:&#60;br /&#62;
1) Is there a way to get the search form as a menu item. Or if not what is the best way to implement the search form in the header.&#60;br /&#62;
(i tried to put in in the header.php after the div of the main_menu container but now it is a one stretched out search form) So hope you can get me some suggestions.&#60;/p&#62;
&#60;p&#62;2) where can i change the blog format&#60;br /&#62;
I dont like the comment and date boxes in the left colomn so is there a possibility to get rid of them or place only the date just underbeneath the blog post?&#60;/p&#62;
&#60;p&#62;Hope you can get me some solutions.
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
