<?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: heading - Recent Posts</title>
		<link>http://www.kriesi.at/support/tags/heading</link>
		<description>Support Forum - Tag: heading - Recent Posts</description>
		<language>en-US</language>
		<pubDate>Sun, 19 May 2013 11:50: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/heading" rel="self" type="application/rss+xml" />

		<item>
			<title>Ismael on "Disable pop up lightbox in homepageslider + h3 style"</title>
			<link>http://www.kriesi.at/support/topic/disable-pop-up-lightbox-in-homepageslider-h3-style#post-109033</link>
			<pubDate>Sun, 05 May 2013 13:14:43 +0000</pubDate>
			<dc:creator>Ismael</dc:creator>
			<guid isPermaLink="false">109033@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;1.) You can't disable the lightbox for the slider only.&#60;/p&#62;
&#60;p&#62;2.) You can add this on your custom.css&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;.flex_column h3, .flex_column h1 {
color: #2997A8;
text-transform: uppercase;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Regards,&#60;br /&#62;
Ismael
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Alice25 on "Disable pop up lightbox in homepageslider + h3 style"</title>
			<link>http://www.kriesi.at/support/topic/disable-pop-up-lightbox-in-homepageslider-h3-style#post-108922</link>
			<pubDate>Sat, 04 May 2013 20:55:55 +0000</pubDate>
			<dc:creator>Alice25</dc:creator>
			<guid isPermaLink="false">108922@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hello ^^&#60;/p&#62;
&#60;p&#62;The homepage slider (just like in the demo website) has this lightbox pop up function, however, I would like to disable this since it is unnecessary for my website. Is it possible to disable it only for the slider? Of course, I definately want to keep the lightbox pop up for my gallery and stuff. &#60;/p&#62;
&#60;p&#62;Another thing, I tried to search for it here in the forum, and someone already asked it, but the answer given to this person wasn't clear to me.&#60;br /&#62;
On the demo homepage (and on other pages as well), you will see these cyan colored small uppercase titles, and I would like to use them too, but I couldn't find where to easily make these.&#60;br /&#62;
Where can I find this style? The heading options don't give me the same styles.&#60;br /&#62;
If there is a css option I need to add anywhere, please, let me know. &#60;/p&#62;
&#60;p&#62;Thanks in advance!&#60;br /&#62;
Alice
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Nick on "Changing the heading (image selector heading texts) in Portfolio Page"</title>
			<link>http://www.kriesi.at/support/topic/changing-the-heading-image-selector-heading-texts-in-portfolio-page#post-108720</link>
			<pubDate>Fri, 03 May 2013 15:17:23 +0000</pubDate>
			<dc:creator>Nick</dc:creator>
			<guid isPermaLink="false">108720@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;Please look here&#60;br /&#62;
&#60;a href=&#34;http://codex.wordpress.org/Child_Themes#Internationalization&#34; rel=&#34;nofollow&#34;&#62;http://codex.wordpress.org/Child_Themes#Internationalization&#60;/a&#62;&#60;br /&#62;
&#60;a href=&#34;http://codex.wordpress.org/Function_Reference/load_child_theme_textdomain&#34; rel=&#34;nofollow&#34;&#62;http://codex.wordpress.org/Function_Reference/load_child_theme_textdomain&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;You will need to add the function described here to your child theme's function.php file (which is probably empty or doesn't exist, but make a new file and call it functions.php and add the code below as the only thing in it.). You would create a language folder called /languages/ in your child theme and drop the correctly named file into the language folder, and then add the code below to functions.php located in the main folder of your child theme.&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;&#38;lt;?php
function my_child_theme_setup() {
	load_child_theme_textdomain( &#38;#39;avia_framework&#38;#39;, get_stylesheet_directory() . &#38;#39;/languages&#38;#39; );
}
add_action( &#38;#39;after_setup_theme&#38;#39;, &#38;#39;my_child_theme_setup&#38;#39; );
?&#38;gt;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Thanks,&#60;/p&#62;
&#60;p&#62;Nick
&#60;/p&#62;</description>
		</item>
		<item>
			<title>riolau on "Changing the heading (image selector heading texts) in Portfolio Page"</title>
			<link>http://www.kriesi.at/support/topic/changing-the-heading-image-selector-heading-texts-in-portfolio-page#post-108686</link>
			<pubDate>Fri, 03 May 2013 13:21:27 +0000</pubDate>
			<dc:creator>riolau</dc:creator>
			<guid isPermaLink="false">108686@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi Nick,&#60;/p&#62;
&#60;p&#62;Thanks so much for Your reply!&#60;br /&#62;
Yes, I guess using the .PO and .MO files is a much better way of translating the words&#60;br /&#62;
instead of manually modifying them in various pages despite the capability of folder-based&#60;br /&#62;
text searching of modern code editor like Notepad++ to replicate/implement Unix-style grep functionality.&#60;/p&#62;
&#60;p&#62;I am able to use PO editor to translate the words now, yet I have a small question on it.&#60;br /&#62;
I'm using a child theme to implement my customization on Corona theme.&#60;br /&#62;
Yet, the PO &#38;amp; correspondingly derived MO files have to be put under the original Corona&#60;br /&#62;
folder, that is under: corona/lang instead of my child theme's folder. Is this an expected behavior?&#60;br /&#62;
FYI, I'm using the latest Wordpress with multi-site support.&#60;/p&#62;
&#60;p&#62;Thanks in advance again for Your kind help and assistance!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Nick on "Changing the heading (image selector heading texts) in Portfolio Page"</title>
			<link>http://www.kriesi.at/support/topic/changing-the-heading-image-selector-heading-texts-in-portfolio-page#post-107446</link>
			<pubDate>Fri, 26 Apr 2013 17:10:05 +0000</pubDate>
			<dc:creator>Nick</dc:creator>
			<guid isPermaLink="false">107446@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;Most people make a .pot language file (its free) which has all the english phrases of the theme, and then they put their own language next to it, and theme takes care of the rest. because otherwise you will have to go through a large number of pages to change things. Also some of the words / phrases are already inside the database where they  are placed as soon as you activate the theme, and so are far from easy to reach. &#60;/p&#62;
&#60;p&#62;Here is the free po editor &#60;a href=&#34;http://sourceforge.net/projects/poedit/?source=directory&#34; rel=&#34;nofollow&#34;&#62;http://sourceforge.net/projects/poedit/?source=directory&#60;/a&#62; , with it you make a file and dump it in the languages folder of the theme.&#60;/p&#62;
&#60;p&#62;However if you wish to locate the various english words one by one, you will need to follow the directions in this post which will tell you how to locate anything and everything you want. &#60;a href=&#34;http://www.kriesi.at/support/topic/changing-to-antoher-language#post-102486&#34; rel=&#34;nofollow&#34;&#62;http://www.kriesi.at/support/topic/changing-to-antoher-language#post-102486&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Thanks,&#60;/p&#62;
&#60;p&#62;Nick
&#60;/p&#62;</description>
		</item>
		<item>
			<title>riolau on "Changing the heading (image selector heading texts) in Portfolio Page"</title>
			<link>http://www.kriesi.at/support/topic/changing-the-heading-image-selector-heading-texts-in-portfolio-page#post-107123</link>
			<pubDate>Thu, 25 Apr 2013 00:13:28 +0000</pubDate>
			<dc:creator>riolau</dc:creator>
			<guid isPermaLink="false">107123@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi Kriesi and team,&#60;/p&#62;
&#60;p&#62;Thanks for Your Corona theme.&#60;br /&#62;
Nice theme!&#60;/p&#62;
&#60;p&#62;I'v managed to do customization on it.&#60;br /&#62;
But, one simple question I still can't figure it out.&#60;br /&#62;
How can I modify the heading (image selector texts) in a portfolio page?&#60;br /&#62;
That is, like in your demo page &#60;a href=&#34;http://www.kriesi.at/themes/corona/templates/portfolio-3-columns/&#34; rel=&#34;nofollow&#34;&#62;http://www.kriesi.at/themes/corona/templates/portfolio-3-columns/&#60;/a&#62;&#60;br /&#62;
how can I change the word/text &#34;All' into my own language?&#60;br /&#62;
I do not intend to use any multi-language support, just a simple hard-coded change is OK.&#60;br /&#62;
I've inspected its element, and its CSS should be something like: .sort_by_cat .active_sort.&#60;br /&#62;
But I still can't see where I can modify the text itself.&#60;/p&#62;
&#60;p&#62;Looking forward to your help and assistance.&#60;br /&#62;
Thanks in advance!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Devin on "Product Attributes Tab - Duplicate and H1 Heading Issue"</title>
			<link>http://www.kriesi.at/support/topic/product-attributes-tab-duplicate-and-h1-heading-issue#post-105948</link>
			<pubDate>Wed, 17 Apr 2013 14:52:38 +0000</pubDate>
			<dc:creator>Devin</dc:creator>
			<guid isPermaLink="false">105948@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi ehong33234,&#60;/p&#62;
&#60;p&#62;It looks like you removed the tab already. Do you still need to change that?&#60;/p&#62;
&#60;p&#62;Regards,&#60;/p&#62;
&#60;p&#62;Devin
&#60;/p&#62;</description>
		</item>
		<item>
			<title>ehong33234 on "Product Attributes Tab - Duplicate and H1 Heading Issue"</title>
			<link>http://www.kriesi.at/support/topic/product-attributes-tab-duplicate-and-h1-heading-issue#post-105801</link>
			<pubDate>Tue, 16 Apr 2013 18:54:45 +0000</pubDate>
			<dc:creator>ehong33234</dc:creator>
			<guid isPermaLink="false">105801@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Please see this page: &#60;a href=&#34;http://goo.gl/fXrk1&#34; rel=&#34;nofollow&#34;&#62;http://goo.gl/fXrk1&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;How can I change the H1 tag for the Product Attributes verbiage and/or remove it altogether? The tab already shows as &#34;Product Attributes&#34; but it is duplicated inside the content of the tab.&#60;/p&#62;
&#60;p&#62;Thanks.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>LateForWork on "Google fonts..."</title>
			<link>http://www.kriesi.at/support/topic/google-fonts#post-105774</link>
			<pubDate>Tue, 16 Apr 2013 15:31:46 +0000</pubDate>
			<dc:creator>LateForWork</dc:creator>
			<guid isPermaLink="false">105774@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;@devin didn't know that I am going to look into that. Thank you
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Ismael on "Heading"</title>
			<link>http://www.kriesi.at/support/topic/heading#post-104840</link>
			<pubDate>Tue, 09 Apr 2013 05:25:53 +0000</pubDate>
			<dc:creator>Ismael</dc:creator>
			<guid isPermaLink="false">104840@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi v1ncentham,&#60;/p&#62;
&#60;p&#62;Glad that Devin helped you. :)&#60;/p&#62;
&#60;p&#62;Cheers,&#60;br /&#62;
Ismael
&#60;/p&#62;</description>
		</item>
		<item>
			<title>v1ncentham on "Heading"</title>
			<link>http://www.kriesi.at/support/topic/heading#post-104838</link>
			<pubDate>Tue, 09 Apr 2013 05:08:35 +0000</pubDate>
			<dc:creator>v1ncentham</dc:creator>
			<guid isPermaLink="false">104838@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Fantastic, thanks Devin
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Devin on "Heading"</title>
			<link>http://www.kriesi.at/support/topic/heading#post-104793</link>
			<pubDate>Mon, 08 Apr 2013 14:41:31 +0000</pubDate>
			<dc:creator>Devin</dc:creator>
			<guid isPermaLink="false">104793@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi v1ncentham,&#60;/p&#62;
&#60;p&#62;You can do that in the theme files in the template_portfolio.php file. Look for:&#60;br /&#62;
&#60;code&#62;&#38;quot;&#38;lt;h3 class=&#38;#39;name_sort&#38;#39;&#38;gt;&#38;lt;a href=&#38;#39;&#38;quot;.get_permalink().&#38;quot;&#38;#39; title=&#38;#39;&#38;quot;.get_the_title().&#38;quot;&#38;#39;&#38;gt;&#38;quot;.get_the_title().&#38;quot;&#38;lt;/a&#38;gt;&#38;lt;/h3&#38;gt;&#38;quot;;&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;Regards,&#60;/p&#62;
&#60;p&#62;Devin
&#60;/p&#62;</description>
		</item>
		<item>
			<title>v1ncentham on "Heading"</title>
			<link>http://www.kriesi.at/support/topic/heading#post-104753</link>
			<pubDate>Mon, 08 Apr 2013 09:59:20 +0000</pubDate>
			<dc:creator>v1ncentham</dc:creator>
			<guid isPermaLink="false">104753@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey guys,&#60;/p&#62;
&#60;p&#62;I would like to change all portfolio title to Heading 5, currently it is H3.&#60;br /&#62;
Anyone can help? See below for page link and screencap...&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;https://www.dropbox.com/s/3t7afj7et6i0k4i/Screen%20Shot%202013-04-08%20at%205.47.34%20PM.png?m&#34; rel=&#34;nofollow&#34;&#62;https://www.dropbox.com/s/3t7afj7et6i0k4i/Screen%20Shot%202013-04-08%20at%205.47.34%20PM.png?m&#60;/a&#62;&#60;br /&#62;
&#60;a href=&#34;http://auramas.com.my/wp/gallery/&#34; rel=&#34;nofollow&#34;&#62;http://auramas.com.my/wp/gallery/&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Thank you.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Nick on "Change H1 to H2"</title>
			<link>http://www.kriesi.at/support/topic/change-h1-to-h2#post-99328</link>
			<pubDate>Mon, 04 Mar 2013 12:55:33 +0000</pubDate>
			<dc:creator>Nick</dc:creator>
			<guid isPermaLink="false">99328@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;Your friend is correct in that h1 is the primary heading and thus is usally something important. If using analogy of the book its the chapter titles. Ofcourse using the web it is possible to make h1 tag the smallest size and h6 the biggest, though i am not sure how would google interpret something like that. You can use h2 if it makes sense for the page - meaning that later on you don't have some font size bigger then the subheading. You should try to have a natural progression where h1 &#38;gt; h2 &#38;gt;h3 &#38;gt;h4 etc.. &#60;/p&#62;
&#60;p&#62;If you change the font size in base.css and then a theme update comes out will you remember where you changed it ? With custom.css , all your changes are in one place so its much easier to backup the file prior to an update and then put it back after the update&#60;/p&#62;
&#60;p&#62;Thanks,&#60;/p&#62;
&#60;p&#62;NIck.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Boris on "Change H1 to H2"</title>
			<link>http://www.kriesi.at/support/topic/change-h1-to-h2#post-99257</link>
			<pubDate>Sun, 03 Mar 2013 18:21:21 +0000</pubDate>
			<dc:creator>Boris</dc:creator>
			<guid isPermaLink="false">99257@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;additional question: shall I change the fonsizes rather in base.css or do it like suggested here (&#60;a href=&#34;http://www.kriesi.at/support/topic/changing-heading-font-sizes&#34; rel=&#34;nofollow&#34;&#62;http://www.kriesi.at/support/topic/changing-heading-font-sizes&#60;/a&#62;) in custom.css. And whats the difference? ;-)&#60;/p&#62;
&#60;p&#62;B.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Boris on "Change H1 to H2"</title>
			<link>http://www.kriesi.at/support/topic/change-h1-to-h2#post-99250</link>
			<pubDate>Sun, 03 Mar 2013 17:06:28 +0000</pubDate>
			<dc:creator>Boris</dc:creator>
			<guid isPermaLink="false">99250@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi Guys,&#60;/p&#62;
&#60;p&#62;please let me ask my question right into this context. I think that makes more sense, than opening a new topic.&#60;/p&#62;
&#60;p&#62;I am using Sentence and set my subtitels in posts on h4, because it looks best to me.&#60;br /&#62;
A friend of mine said, that it is much better to set them to h1 and adjust the css to the fontsize of h4, because it is better for seo to use h1 instead of or h2 or h3...&#60;br /&#62;
Is that true? What do you guys think of that?&#60;/p&#62;
&#60;p&#62;And: Shall I better use h2 on all my subheadings instead of h1, because h1 is already used for the post-title? (Is that the case at all?) or is it the best idea to use h1 for my subheadings. (With subheading I do mean the first level of heading after the posttilte)&#60;/p&#62;
&#60;p&#62;I hope I explained what I mean well enough to you guys. I am not a pro on this ;-)&#60;/p&#62;
&#60;p&#62;Best&#60;/p&#62;
&#60;p&#62;Boris&#60;/p&#62;
&#60;p&#62;btw: &#60;a href=&#34;http://www.hebammenblog.de&#34; rel=&#34;nofollow&#34;&#62;http://www.hebammenblog.de&#60;/a&#62; - if you care to have a look ;-)&#60;/p&#62;
&#60;p&#62;PS: The youtubevid is from 2009. Is it still up to date, what the google guy says?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Nick on "Change H1 to H2"</title>
			<link>http://www.kriesi.at/support/topic/change-h1-to-h2#post-98841</link>
			<pubDate>Thu, 28 Feb 2013 11:16:24 +0000</pubDate>
			<dc:creator>Nick</dc:creator>
			<guid isPermaLink="false">98841@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;SEO for Google changed and keeps changing so frequently I am not sure any longer what is important and what isn't. If you search for a keyword of 3 words, and then examine all top10 sites and apply 'seo rules' which are taken as holy words by some, you will see sites that break every rule in the top10. Google is aware when a site is over optimized and penalizes it as well.&#60;/p&#62;
&#60;p&#62; I think the key is having original content since if you use analytics, Google looks at the amount of time a visitor spends on your page and how quickly they click the back button on the browser. h1 tags are not as important for Google to understand what keyword the page is about as having semantically related words or phrases&#60;/p&#62;
&#60;p&#62;Thanks,&#60;/p&#62;
&#60;p&#62;Nick
&#60;/p&#62;</description>
		</item>
		<item>
			<title>designeed on "Change H1 to H2"</title>
			<link>http://www.kriesi.at/support/topic/change-h1-to-h2#post-98806</link>
			<pubDate>Thu, 28 Feb 2013 07:53:50 +0000</pubDate>
			<dc:creator>designeed</dc:creator>
			<guid isPermaLink="false">98806@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Oh no.&#60;/p&#62;
&#60;p&#62;Thanks,&#60;br /&#62;
Jürgen
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Devin on "Change H1 to H2"</title>
			<link>http://www.kriesi.at/support/topic/change-h1-to-h2#post-98740</link>
			<pubDate>Wed, 27 Feb 2013 19:32:10 +0000</pubDate>
			<dc:creator>Devin</dc:creator>
			<guid isPermaLink="false">98740@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Those are the only files for the post pages so that is where you need to change it. The index just pulls in the post format templates and shows the short version if its an overview page and the full content if its a single page.&#60;/p&#62;
&#60;p&#62;Regards,&#60;/p&#62;
&#60;p&#62;Devin
&#60;/p&#62;</description>
		</item>
		<item>
			<title>designeed on "Change H1 to H2"</title>
			<link>http://www.kriesi.at/support/topic/change-h1-to-h2#post-98728</link>
			<pubDate>Wed, 27 Feb 2013 17:31:08 +0000</pubDate>
			<dc:creator>designeed</dc:creator>
			<guid isPermaLink="false">98728@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi Devin,&#60;br /&#62;
yeah you are right, i wouldn`t change the H1 on the single post or page.&#60;/p&#62;
&#60;p&#62;I will change it only on the first site, the index page, here was shown the last 10 posts.&#60;br /&#62;
On this page the only H1 should be the titel on the blog and not the 10 titles of the articles.&#60;/p&#62;
&#60;p&#62;Where i must change the code for the index-page?&#60;/p&#62;
&#60;p&#62;Thanks,&#60;br /&#62;
Jürgen
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Devin on "Change H1 to H2"</title>
			<link>http://www.kriesi.at/support/topic/change-h1-to-h2#post-98723</link>
			<pubDate>Wed, 27 Feb 2013 17:15:22 +0000</pubDate>
			<dc:creator>Devin</dc:creator>
			<guid isPermaLink="false">98723@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi Jürgen,&#60;/p&#62;
&#60;p&#62;Just so you know, it is perfectly ok to have multiple H1 on a page. Within the code, the H1 is the most important part of an individual post/article and so that is the way it is read by the search engines. &#60;/p&#62;
&#60;p&#62;See: &#60;a href=&#34;http://www.youtube.com/watch?v=GIn5qJKU8VM&#34; rel=&#34;nofollow&#34;&#62;http://www.youtube.com/watch?v=GIn5qJKU8VM&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;You will need to go into the theme files and open the includes folder. Then, for each of the post format types open that file and change the h1 to h2. It will look like this:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;&#38;lt;h1 class=&#38;#39;post-title offset-by-one &#38;#39;&#38;gt;
					&#38;lt;a href=&#38;quot;&#38;lt;?php echo get_permalink() ?&#38;gt;&#38;quot; rel=&#38;quot;bookmark&#38;quot; title=&#38;quot;&#38;lt;?php _e(&#38;#39;Permanent Link:&#38;#39;,&#38;#39;avia_framework&#38;#39;)?&#38;gt; &#38;lt;?php the_title(); ?&#38;gt;&#38;quot;&#38;gt;&#38;lt;?php the_title(); ?&#38;gt;
					&#38;lt;span class=&#38;#39;post-format-icon minor-meta&#38;#39;&#38;gt;&#38;lt;/span&#38;gt;
					&#38;lt;/a&#38;gt;
			&#38;lt;/h1&#38;gt;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;The files are all in the format of  &#34;format-*post type name*&#34;.&#60;/p&#62;
&#60;p&#62;Regards,&#60;/p&#62;
&#60;p&#62;Devin
&#60;/p&#62;</description>
		</item>
		<item>
			<title>designeed on "Change H1 to H2"</title>
			<link>http://www.kriesi.at/support/topic/change-h1-to-h2#post-98658</link>
			<pubDate>Wed, 27 Feb 2013 11:27:29 +0000</pubDate>
			<dc:creator>designeed</dc:creator>
			<guid isPermaLink="false">98658@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;br /&#62;
how and where can i change on my blog site the H1 from the article to H2.&#60;/p&#62;
&#60;p&#62;I have 10 articles and so 11 H1 on my indexpage, it should be just one H1, the sitetitel, so this is a really bad way for SEO.&#60;/p&#62;
&#60;p&#62;Thanks,&#60;br /&#62;
Jürgen
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Devin on "Google fonts..."</title>
			<link>http://www.kriesi.at/support/topic/google-fonts#post-92617</link>
			<pubDate>Mon, 21 Jan 2013 15:09:47 +0000</pubDate>
			<dc:creator>Devin</dc:creator>
			<guid isPermaLink="false">92617@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi LateForWork,&#60;/p&#62;
&#60;p&#62;As long as you don't select a cufon font in the theme options none will be used. What you can do next is us a plugin to load in your google font and then use that plugin to point out which texts you want to replace with the google font. The plugins documentation should  be able to guide you through that part better than we can (since we aren't familiar with all the possible plugins available).&#60;/p&#62;
&#60;p&#62;Regards,&#60;/p&#62;
&#60;p&#62;Devin
&#60;/p&#62;</description>
		</item>
		<item>
			<title>LateForWork on "Google fonts..."</title>
			<link>http://www.kriesi.at/support/topic/google-fonts#post-92289</link>
			<pubDate>Fri, 18 Jan 2013 18:22:12 +0000</pubDate>
			<dc:creator>LateForWork</dc:creator>
			<guid isPermaLink="false">92289@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;When i tried adding a font i get an error and my website doesn't show up any more. Ca you guide me on how to install a new font to use instead of cufon. Also to replace cufon font do i need to disable them?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Ismael on "Adjust space between logo&#38;menu and content"</title>
			<link>http://www.kriesi.at/support/topic/adjust-space-between-logomenu-and-content#post-84992</link>
			<pubDate>Thu, 22 Nov 2012 12:48:32 +0000</pubDate>
			<dc:creator>Ismael</dc:creator>
			<guid isPermaLink="false">84992@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi pedroPuerto,&#60;/p&#62;
&#60;p&#62;Glad that you have fixed it. And thanks for sharing the solution. :)&#60;/p&#62;
&#60;p&#62;Cheers,&#60;br /&#62;
Ismael
&#60;/p&#62;</description>
		</item>
		<item>
			<title>pedroPuerto on "Adjust space between logo&#38;menu and content"</title>
			<link>http://www.kriesi.at/support/topic/adjust-space-between-logomenu-and-content#post-84983</link>
			<pubDate>Thu, 22 Nov 2012 10:45:00 +0000</pubDate>
			<dc:creator>pedroPuerto</dc:creator>
			<guid isPermaLink="false">84983@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;I found the solution in layout.css;&#60;br /&#62;
copy, adjust and paste in custum.css&#60;/p&#62;
&#60;p&#62;#header .container{&#60;br /&#62;
	min-height:100px;  ADJUST THIS VALUE&#60;br /&#62;
}&#60;br /&#62;
div .logo{&#60;br /&#62;
	padding:25px 0; ADJUST THIS VALUE&#60;br /&#62;
	min-height:100px; ADJUST THIS VALUE and the size of logo image&#60;br /&#62;
}&#60;br /&#62;
.main_menu{&#60;br /&#62;
	padding-top: 40px; ADJUST THIS VALUE&#60;br /&#62;
	margin-right: -50px; ADJUST THIS VALUE&#60;br /&#62;
}
&#60;/p&#62;</description>
		</item>
		<item>
			<title>pedroPuerto on "Adjust space between logo&#38;menu and content"</title>
			<link>http://www.kriesi.at/support/topic/adjust-space-between-logomenu-and-content#post-84978</link>
			<pubDate>Thu, 22 Nov 2012 09:58:29 +0000</pubDate>
			<dc:creator>pedroPuerto</dc:creator>
			<guid isPermaLink="false">84978@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;I need to reduce the space between the logo&#38;amp;menu and the slider or content page. I can´t found the CSS code to adjust that space, someone can help me please? thanks a lot
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Ismael on "Changing Font body, h1, h2, etc. in Choices (Child) theme CSS"</title>
			<link>http://www.kriesi.at/support/topic/changing-font-body-h1-h2-etc-in-choices-child-theme-css#post-76295</link>
			<pubDate>Mon, 17 Sep 2012 17:56:17 +0000</pubDate>
			<dc:creator>Ismael</dc:creator>
			<guid isPermaLink="false">76295@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;
Ismael
&#60;/p&#62;</description>
		</item>
		<item>
			<title>drjill on "Changing Font body, h1, h2, etc. in Choices (Child) theme CSS"</title>
			<link>http://www.kriesi.at/support/topic/changing-font-body-h1-h2-etc-in-choices-child-theme-css#post-76273</link>
			<pubDate>Mon, 17 Sep 2012 17:10:06 +0000</pubDate>
			<dc:creator>drjill</dc:creator>
			<guid isPermaLink="false">76273@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;thank you!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Mya on "Changing Font body, h1, h2, etc. in Choices (Child) theme CSS"</title>
			<link>http://www.kriesi.at/support/topic/changing-font-body-h1-h2-etc-in-choices-child-theme-css#post-76033</link>
			<pubDate>Sat, 15 Sep 2012 14:18:09 +0000</pubDate>
			<dc:creator>Mya</dc:creator>
			<guid isPermaLink="false">76033@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi Jill,&#60;/p&#62;
&#60;p&#62;You need to add all customizations to the custom.css found in the /css/ folder. Doing that will override the default styles. Here are the codes.&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;.main_color h1, .main_color h2, .main_color h3, .main_color h4, .main_color h5, .main_color h6 {
    color: #222222;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;If you want each heading to have a separate color then you'll need to separate them out.&#60;/p&#62;
&#60;p&#62;Regards,&#60;br /&#62;
Mya
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
