<?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: additional headline - Recent Posts</title>
		<link>http://www.kriesi.at/support/tags/additional-headline</link>
		<description>Support Forum - Tag: additional headline - Recent Posts</description>
		<language>en-US</language>
		<pubDate>Wed, 19 Jun 2013 03:55:19 +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/additional-headline" rel="self" type="application/rss+xml" />

		<item>
			<title>Nick on "Adding additional headline to front page with side page"</title>
			<link>http://www.kriesi.at/support/topic/adding-additional-headline-to-front-page-with-side-page#post-77127</link>
			<pubDate>Mon, 24 Sep 2012 15:17:51 +0000</pubDate>
			<dc:creator>Nick</dc:creator>
			<guid isPermaLink="false">77127@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;Anytime. Thanks.&#60;/p&#62;
&#60;p&#62;Good luck,&#60;/p&#62;
&#60;p&#62;Nick
&#60;/p&#62;</description>
		</item>
		<item>
			<title>epennes on "Adding additional headline to front page with side page"</title>
			<link>http://www.kriesi.at/support/topic/adding-additional-headline-to-front-page-with-side-page#post-77097</link>
			<pubDate>Mon, 24 Sep 2012 10:03:58 +0000</pubDate>
			<dc:creator>epennes</dc:creator>
			<guid isPermaLink="false">77097@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;HI ! Thank you Nick ! It works perfectly !&#60;/p&#62;
&#60;p&#62;I really appreciated your help !&#60;br /&#62;
Have a good week,&#60;br /&#62;
Emile
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Nick on "Adding additional headline to front page with side page"</title>
			<link>http://www.kriesi.at/support/topic/adding-additional-headline-to-front-page-with-side-page#post-76735</link>
			<pubDate>Thu, 20 Sep 2012 22:30:32 +0000</pubDate>
			<dc:creator>Nick</dc:creator>
			<guid isPermaLink="false">76735@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;Please open /theme_options/ directory off the root of the site and find a file called mainpage.php. Please make a backup of the file in case of a problem, so you will be able to quickly revert:&#60;/p&#62;
&#60;p&#62;Please delete the contents of the file and replace them with the code here &#60;a href=&#34;http://pastebin.com/c9WtAQmM&#34; rel=&#34;nofollow&#34;&#62;http://pastebin.com/c9WtAQmM&#60;/a&#62; &#60;/p&#62;
&#60;p&#62;Now you should see in the backend  Avisio Options &#38;gt; Mainpage options, another field for the headline.&#60;/p&#62;
&#60;p&#62;And to display it.  you can put it ***before*** this line in the index.php page (though u can just put the block and then add the css to move it anywhere, or paste it anywhere)&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;&#38;lt;div class=&#38;quot;wrapper fullwidth&#38;quot; id=&#38;#39;wrapper_main&#38;#39;&#38;gt;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;I just made up some css classes, you can style it with whichever ones you want. I didn't use the block of code you pasted but you can do whatever works for you: This is the block you should be pasting:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;&#38;lt;?php
if ( is_front_page() &#38;amp;&#38;amp; $k_option[ &#38;#39;mainpage&#38;#39; ][ &#38;#39;second_headline_text&#38;#39; ] )
{
    echo &#38;#39;&#38;lt;div class=&#38;quot;wrapper&#38;quot; id=&#38;quot;second_head_wrapper&#38;quot;&#38;gt;&#38;#39;;
    echo &#38;#39;&#38;lt;div class=&#38;quot;second_headline_text center&#38;quot;&#38;gt;&#38;#39;;
    echo $k_option[ &#38;#39;mainpage&#38;#39; ][ &#38;#39;second_headline_text&#38;#39; ];
    echo &#38;#39;&#38;lt;/div&#38;gt;&#38;lt;/div&#38;gt;&#38;#39;;
} //is_front_page() &#38;amp;&#38;amp; $k_option[ &#38;#39;mainpage&#38;#39; ][ &#38;#39;second_headline_text&#38;#39; ]
?&#38;gt;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;just be aware that this line produces the text that you want displayed, all else is just styling (besides the if{} block&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;echo $k_option[ &#38;#39;mainpage&#38;#39; ][ &#38;#39;second_headline_text&#38;#39; ];&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Good luck,&#60;/p&#62;
&#60;p&#62;Nick
&#60;/p&#62;</description>
		</item>
		<item>
			<title>epennes on "Adding additional headline to front page with side page"</title>
			<link>http://www.kriesi.at/support/topic/adding-additional-headline-to-front-page-with-side-page#post-76664</link>
			<pubDate>Thu, 20 Sep 2012 11:38:45 +0000</pubDate>
			<dc:creator>epennes</dc:creator>
			<guid isPermaLink="false">76664@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi Nick !&#60;br /&#62;
Thanks for answering. THe thing is that my home page is the side page and there is no Edit page for that. So I can not &#34;go to edit and edit my homepage&#34;. THat is why I have this problem....&#60;br /&#62;
How can I do ?&#60;br /&#62;
(to add additional headline to front page that is the slide page)&#60;/p&#62;
&#60;p&#62;I really appreciate your help to help to solve the problem !&#60;/p&#62;
&#60;p&#62;Emile
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Nick on "Adding additional headline to front page with side page"</title>
			<link>http://www.kriesi.at/support/topic/adding-additional-headline-to-front-page-with-side-page#post-76619</link>
			<pubDate>Wed, 19 Sep 2012 20:35:38 +0000</pubDate>
			<dc:creator>Nick</dc:creator>
			<guid isPermaLink="false">76619@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;Go to Edit page and edit  your homepage. On top right corner there is Screen Options and Help Tab. Look under Screen Options, and please make sure that the check mark next to  'Custom Fields' is checked. &#60;/p&#62;
&#60;p&#62;Then when you look lower on the page you should see an additional metabox  with two input boxes. In the first one you would put the name of the variable which is _headline by looks of the code you pasted. And in the second box you would enter whatever you want your second headline to say. &#60;/p&#62;
&#60;p&#62;When you are finished, click Add Custom Field, and save the page. Return to make sure the value is saved and then if you say your code is complete, everything should show up.&#60;/p&#62;
&#60;p&#62;More info can be found here  &#60;a href=&#34;http://codex.wordpress.org/Function_Reference/get_post_meta&#34; rel=&#34;nofollow&#34;&#62;http://codex.wordpress.org/Function_Reference/get_post_meta&#60;/a&#62; ... and also this &#60;a href=&#34;http://www.red-sweater.com/forums/discussion/1921/custom-fields-not-saved-by-wordpress/p1&#34; rel=&#34;nofollow&#34;&#62;http://www.red-sweater.com/forums/discussion/1921/custom-fields-not-saved-by-wordpress/p1&#60;/a&#62; if you have problems saving.&#60;/p&#62;
&#60;p&#62;Thanks,&#60;/p&#62;
&#60;p&#62;Nick
&#60;/p&#62;</description>
		</item>
		<item>
			<title>epennes on "Adding additional headline to front page with side page"</title>
			<link>http://www.kriesi.at/support/topic/adding-additional-headline-to-front-page-with-side-page#post-76393</link>
			<pubDate>Tue, 18 Sep 2012 11:02:39 +0000</pubDate>
			<dc:creator>epennes</dc:creator>
			<guid isPermaLink="false">76393@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi !&#60;br /&#62;
I want to add an additional headline to my front page that is my side page. Is this possible ?&#60;br /&#62;
I've seen the related topics about additional headline in &#60;a href=&#34;http://www.kriesi.at/support/topic/adding-additional-headline-to-front-page-clarification&#34; rel=&#34;nofollow&#34;&#62;http://www.kriesi.at/support/topic/adding-additional-headline-to-front-page-clarification&#60;/a&#62; and &#60;a href=&#34;http://www.kriesi.at/support/topic/how-do-you-add-the-additional-headline-to-the-front-page&#34; rel=&#34;nofollow&#34;&#62;http://www.kriesi.at/support/topic/how-do-you-add-the-additional-headline-to-the-front-page&#60;/a&#62; but it did not work.&#60;br /&#62;
To try to figure it out, I went to header.php ,&#60;/p&#62;
&#60;p&#62;at the end of this :&#60;/p&#62;
&#60;p&#62; #breadcrumb navigation&#60;br /&#62;
if(!is_front_page()){&#60;/p&#62;
&#60;p&#62;if($k_option['custom']['headlineContent'] == '')&#60;br /&#62;
{&#60;br /&#62;
	$headline = get_post_meta($post-&#38;gt;ID, &#34;_headline&#34;, true);&#60;br /&#62;
	if($headline != &#34;&#34;) $headline = '&#38;lt;h2&#38;gt;'.$headline.'&#38;lt;/h2&#38;gt;';&#60;br /&#62;
}&#60;br /&#62;
else&#60;br /&#62;
{&#60;br /&#62;
	$headline = $k_option['custom']['headlineContent'];&#60;br /&#62;
}&#60;br /&#62;
	echo '&#38;lt;div class=&#34;wrapper wrapper_heading ie6fix&#34; id=&#34;wrapper_featured_area&#34;&#38;gt;';&#60;br /&#62;
	echo '&#38;lt;div class=&#34;overlay_top ie6fix&#34;&#38;gt;&#38;lt;/div&#38;gt;';&#60;br /&#62;
	echo '&#38;lt;div class=&#34;overlay_bottom ie6fix&#34;&#38;gt;';&#60;/p&#62;
&#60;p&#62;	echo '&#38;lt;/div&#38;gt;';&#60;/p&#62;
&#60;p&#62;	echo '&#38;lt;div class=&#34;center&#34;&#38;gt;';&#60;br /&#62;
	if($headline != &#34;&#34;) echo $headline;&#60;br /&#62;
	echo '&#38;lt;/div&#38;gt;&#38;lt;/div&#38;gt;';&#60;br /&#62;
	echo '&#38;lt;div class=&#34;wrapper&#34; id=&#34;wrapper_stripe&#34;&#38;gt;';&#60;br /&#62;
	if(class_exists('kclass_breadcrumb')){ $bc = new kclass_breadcrumb; }&#60;br /&#62;
	echo '&#38;lt;/div&#38;gt;';&#60;br /&#62;
}&#60;/p&#62;
&#60;p&#62;i added this : &#60;/p&#62;
&#60;p&#62;if(is_front_page()){&#60;br /&#62;
if($k_option['custom']['headlineContent'] == '')&#60;br /&#62;
{&#60;br /&#62;
	$headline = get_post_meta($post-&#38;gt;ID, &#34;_headline&#34;, true);&#60;br /&#62;
	if($headline != &#34;&#34;) $headline = '&#38;lt;h2&#38;gt;.$headline.&#38;lt;/h2&#38;gt;';&#60;br /&#62;
}&#60;br /&#62;
else&#60;br /&#62;
{&#60;br /&#62;
	$headline = $k_option['custom']['headlineContent'];&#60;br /&#62;
}&#60;br /&#62;
	echo '&#38;lt;div class=&#34;wrapper wrapper_heading ie6fix&#34; id=&#34;wrapper_featured_area&#34;&#38;gt;';&#60;br /&#62;
	echo '&#38;lt;div class=&#34;overlay_top ie6fix&#34;&#38;gt;&#38;lt;/div&#38;gt;';&#60;br /&#62;
	echo '&#38;lt;div class=&#34;overlay_bottom ie6fix&#34;&#38;gt;';&#60;/p&#62;
&#60;p&#62;	echo '&#38;lt;/div&#38;gt;';&#60;/p&#62;
&#60;p&#62;	echo '&#38;lt;div class=&#34;center&#34;&#38;gt;';&#60;br /&#62;
	if($headline != &#34;&#34;) echo $headline;&#60;br /&#62;
	echo '&#38;lt;/div&#38;gt;&#38;lt;/div&#38;gt;';&#60;br /&#62;
	echo '&#38;lt;div class=&#34;wrapper&#34; id=&#34;wrapper_stripe&#34;&#38;gt;';&#60;br /&#62;
	if(class_exists('kclass_breadcrumb')){ $bc = new kclass_breadcrumb; }&#60;br /&#62;
	echo '&#38;lt;/div&#38;gt;';&#60;br /&#62;
}&#60;/p&#62;
&#60;p&#62;Now i have the place to add my headline, I mean i have my headline but without any content inside. The thing is I have absolutely no idea where I can write my title (for ex : &#38;lt;h2&#38;gt; I love Avisio&#38;lt;/h2&#38;gt;) could you please tell me how to write this inside my empty new additional headline ?&#60;/p&#62;
&#60;p&#62;thanks a lot for answering and helping !&#60;br /&#62;
This forum is really efficient !
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "Hebrew is not showing up"</title>
			<link>http://www.kriesi.at/support/topic/hebrew-is-not-showing-up#post-51787</link>
			<pubDate>Mon, 16 Apr 2012 10:43:34 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">51787@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>roomm on "Hebrew is not showing up"</title>
			<link>http://www.kriesi.at/support/topic/hebrew-is-not-showing-up#post-51513</link>
			<pubDate>Fri, 13 Apr 2012 07:28:25 +0000</pubDate>
			<dc:creator>roomm</dc:creator>
			<guid isPermaLink="false">51513@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Very nice and thanks
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Aaonwyse on "qTranslate: &#34;home&#34; link resets selected language: how to modify code?"</title>
			<link>http://www.kriesi.at/support/topic/qtranslate-home-link-resets-selected-language-how-to-modify-code#post-51502</link>
			<pubDate>Fri, 13 Apr 2012 06:35:57 +0000</pubDate>
			<dc:creator>Aaonwyse</dc:creator>
			<guid isPermaLink="false">51502@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Thank you Dude for the information I'll get closer to WooCommerce.&#60;/p&#62;
&#60;p&#62;Regards&#60;/p&#62;
&#60;p&#62;Aaaron
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "qTranslate: &#34;home&#34; link resets selected language: how to modify code?"</title>
			<link>http://www.kriesi.at/support/topic/qtranslate-home-link-resets-selected-language-how-to-modify-code#post-51498</link>
			<pubDate>Fri, 13 Apr 2012 06:20:00 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">51498@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi! &#60;/p&#62;
&#60;p&#62; Please contact the WooCommerce devs if they plan to support qtranslate. As far as I know WooCommerce does not support it and it's not possible to translate the shop page with qtranslate. &#60;/p&#62;
&#60;p&#62; Best regards,&#60;br /&#62;
Peter
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "Hebrew is not showing up"</title>
			<link>http://www.kriesi.at/support/topic/hebrew-is-not-showing-up#post-51422</link>
			<pubDate>Thu, 12 Apr 2012 18:01:16 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">51422@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi! &#60;/p&#62;
&#60;p&#62; You need to deactivate Cufon. Open up header.php and delete following line:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;$k_option[&#38;#39;custom&#38;#39;][&#38;#39;styling&#38;#39;]-&#38;gt;set_cufon_font($applyCustomFontTo, $k_option[&#38;#39;general&#38;#39;][&#38;#39;font_heading&#38;#39;]);&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62; Regards,&#60;br /&#62;
Peter
&#60;/p&#62;</description>
		</item>
		<item>
			<title>roomm on "Hebrew is not showing up"</title>
			<link>http://www.kriesi.at/support/topic/hebrew-is-not-showing-up#post-51404</link>
			<pubDate>Thu, 12 Apr 2012 15:08:42 +0000</pubDate>
			<dc:creator>roomm</dc:creator>
			<guid isPermaLink="false">51404@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;I have a client in Izrael, then I need to put a hebrew lang. But in some places (in this case Additional Headline)  hebrew lang does not show up.&#60;br /&#62;
&#60;a href=&#34;http://t-board.co.il/wp/portfolio/t-board-46/&#34; rel=&#34;nofollow&#34;&#62;http://t-board.co.il/wp/portfolio/t-board-46/&#60;/a&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Devin on "Add Additional Headline by way of Custom Field"</title>
			<link>http://www.kriesi.at/support/topic/add-additional-headline-by-way-of-custom-field#post-51218</link>
			<pubDate>Wed, 11 Apr 2012 17:33:53 +0000</pubDate>
			<dc:creator>Devin</dc:creator>
			<guid isPermaLink="false">51218@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi ovistomih,&#60;/p&#62;
&#60;p&#62;The link Peter provided should give you the details needed to display your own meta fields into the custom post type you've created. The simple loop example specifically shows how to insert the code into the loop: &#60;a href=&#34;http://codex.wordpress.org/Function_Reference/get_post_meta#Simple_Loop_Example&#34; rel=&#34;nofollow&#34;&#62;http://codex.wordpress.org/Function_Reference/get_post_meta#Simple_Loop_Example&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;What you'll need to do though, is create a new if statement in the header.php to check for your new post type and display the new custom field in the same spot as the themes.&#60;/p&#62;
&#60;p&#62;The additional headline of the theme is not a simple custom field so you wouldn't be able to just add the same named custom field to a new post type. &#60;/p&#62;
&#60;p&#62;Regards,&#60;/p&#62;
&#60;p&#62;Devin
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Aaonwyse on "qTranslate: &#34;home&#34; link resets selected language: how to modify code?"</title>
			<link>http://www.kriesi.at/support/topic/qtranslate-home-link-resets-selected-language-how-to-modify-code#post-51177</link>
			<pubDate>Wed, 11 Apr 2012 15:21:57 +0000</pubDate>
			<dc:creator>Aaonwyse</dc:creator>
			<guid isPermaLink="false">51177@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;I did a lot of tests I change the permalinks now it works but the problem is that when I click &#34;ESHOP&#34; I do not keep the language selected.&#60;br /&#62;
I've put a link to that can understand the problem.&#60;br /&#62;
I have half the languages ​​in the lower left in the footer.&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://tinyurl.com/d2hgxse&#34; rel=&#34;nofollow&#34;&#62;http://tinyurl.com/d2hgxse&#60;/a&#62; &#60;/p&#62;
&#60;p&#62;Regards&#60;br /&#62;
Aaron
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Aaonwyse on "qTranslate: &#34;home&#34; link resets selected language: how to modify code?"</title>
			<link>http://www.kriesi.at/support/topic/qtranslate-home-link-resets-selected-language-how-to-modify-code#post-51140</link>
			<pubDate>Wed, 11 Apr 2012 08:21:53 +0000</pubDate>
			<dc:creator>Aaonwyse</dc:creator>
			<guid isPermaLink="false">51140@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;I am back&#60;/p&#62;
&#60;p&#62;It works only locally it does not work live.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Aaonwyse on "qTranslate: &#34;home&#34; link resets selected language: how to modify code?"</title>
			<link>http://www.kriesi.at/support/topic/qtranslate-home-link-resets-selected-language-how-to-modify-code#post-51136</link>
			<pubDate>Wed, 11 Apr 2012 07:39:54 +0000</pubDate>
			<dc:creator>Aaonwyse</dc:creator>
			<guid isPermaLink="false">51136@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Merci Chris&#60;/p&#62;
&#60;p&#62;Ca marche trés bien,vraiment merci à tous pour votre soutien.&#60;/p&#62;
&#60;p&#62;Best regards&#60;/p&#62;
&#60;p&#62;Aaron
&#60;/p&#62;</description>
		</item>
		<item>
			<title>ovistomih on "Add Additional Headline by way of Custom Field"</title>
			<link>http://www.kriesi.at/support/topic/add-additional-headline-by-way-of-custom-field#post-51024</link>
			<pubDate>Tue, 10 Apr 2012 19:37:22 +0000</pubDate>
			<dc:creator>ovistomih</dc:creator>
			<guid isPermaLink="false">51024@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;My problem in detail:&#60;/p&#62;
&#60;p&#62;1. With Content Types I've created a new post type called:  &#34;MyPostType&#34;&#60;br /&#62;
2. For this post type I've created a custom meta box called: &#34;Additional post options&#34; with a text field with the id &#34;myheadline&#34;&#60;/p&#62;
&#60;p&#62;How do I make the text I insert in this meta box display as the additional headline? &#60;/p&#62;
&#60;p&#62;PS. I created the custom meta box because the one titled &#34;Additional page/post options&#34; that shows in the theme's regular pages/posts doesn't show up on my custom Post Type
&#60;/p&#62;</description>
		</item>
		<item>
			<title>ovistomih on "Add Additional Headline by way of Custom Field"</title>
			<link>http://www.kriesi.at/support/topic/add-additional-headline-by-way-of-custom-field#post-50999</link>
			<pubDate>Tue, 10 Apr 2012 17:42:47 +0000</pubDate>
			<dc:creator>ovistomih</dc:creator>
			<guid isPermaLink="false">50999@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;I don't get it! :(&#60;br /&#62;
What's the $meta_values name in avisio for the additional headline that I have to set? And where do I set it? In single.php ?&#60;/p&#62;
&#60;p&#62;Could you give me a short example?&#60;/p&#62;
&#60;p&#62;Thank you!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Chris Beard on "qTranslate: &#34;home&#34; link resets selected language: how to modify code?"</title>
			<link>http://www.kriesi.at/support/topic/qtranslate-home-link-resets-selected-language-how-to-modify-code#post-50863</link>
			<pubDate>Tue, 10 Apr 2012 01:21:49 +0000</pubDate>
			<dc:creator>Chris Beard</dc:creator>
			<guid isPermaLink="false">50863@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey,&#60;/p&#62;
&#60;p&#62;Replace the code Dude pasted by&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;function avia_logo()
	{
		$lang = isset($_GET[&#38;#39;lang&#38;#39;]) ? &#38;#39;?lang=&#38;#39;.esc_attr($_GET[&#38;#39;lang&#38;#39;]) : &#38;#39;&#38;#39;;

		if($logo = avia_get_option(&#38;#39;logo&#38;#39;))
		{
			 $logo = &#38;quot;&#38;lt;img src=&#38;quot;.$logo.&#38;quot; alt=&#38;#39;&#38;#39; /&#38;gt;&#38;quot;;
			 $logo = &#38;quot;&#38;lt;h1 class=&#38;#39;logo bg-logo&#38;#39;&#38;gt;&#38;lt;a href=&#38;#39;&#38;quot;.home_url($lang).&#38;quot;&#38;#39;&#38;gt;&#38;quot;.$logo.&#38;quot;&#38;lt;/a&#38;gt;&#38;lt;/h1&#38;gt;&#38;quot;;
		}
		else
		{
			$logo = get_bloginfo(&#38;#39;name&#38;#39;);
			$logo = &#38;quot;&#38;lt;h1 class=&#38;#39;logo bg-logo&#38;#39;&#38;gt;&#38;lt;a href=&#38;#39;&#38;quot;.home_url($lang).&#38;quot;&#38;#39;&#38;gt;&#38;quot;.$logo.&#38;quot;&#38;lt;/a&#38;gt;&#38;lt;/h1&#38;gt;&#38;quot;;
		}

		return $logo;
	}
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Cheers,&#60;br /&#62;
Chris
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Aaonwyse on "qTranslate: &#34;home&#34; link resets selected language: how to modify code?"</title>
			<link>http://www.kriesi.at/support/topic/qtranslate-home-link-resets-selected-language-how-to-modify-code#post-50759</link>
			<pubDate>Mon, 09 Apr 2012 17:41:20 +0000</pubDate>
			<dc:creator>Aaonwyse</dc:creator>
			<guid isPermaLink="false">50759@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;thank you Chris&#60;/p&#62;
&#60;p&#62;But I have many problems, I replaced. Home_url ('/'). &#34;'&#38;gt; with .bloginfo (' url ').'&#34;&#38;gt; But it does not work. When I click on the logo I do not go back on the home page.&#60;br /&#62;
Can send you more precision.&#60;br /&#62;
Really thank you for your help
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Chris Beard on "qTranslate: &#34;home&#34; link resets selected language: how to modify code?"</title>
			<link>http://www.kriesi.at/support/topic/qtranslate-home-link-resets-selected-language-how-to-modify-code#post-50732</link>
			<pubDate>Mon, 09 Apr 2012 16:19:03 +0000</pubDate>
			<dc:creator>Chris Beard</dc:creator>
			<guid isPermaLink="false">50732@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;I believe you need to do the same as in Dude's first post.&#60;br /&#62;
Replace&#60;br /&#62;
&#60;code&#62;&#38;lt;a href=&#38;#39;&#38;quot;.home_url(&#38;#39;/&#38;#39;).&#38;quot;&#38;#39;&#38;gt;&#60;/code&#62;&#60;br /&#62;
with&#60;br /&#62;
&#60;code&#62;&#38;lt;a href=&#38;#39;&#38;quot;.bloginfo(&#38;#39;url&#38;#39;).&#38;quot;&#38;#39;&#38;gt;&#60;/code&#62;&#60;br /&#62;
at all occurrences.&#60;br /&#62;
I'm not certain if this'll do, but it should work the same way.&#60;/p&#62;
&#60;p&#62;Cheers,&#60;br /&#62;
Chris
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Aaonwyse on "qTranslate: &#34;home&#34; link resets selected language: how to modify code?"</title>
			<link>http://www.kriesi.at/support/topic/qtranslate-home-link-resets-selected-language-how-to-modify-code#post-50728</link>
			<pubDate>Mon, 09 Apr 2012 16:03:56 +0000</pubDate>
			<dc:creator>Aaonwyse</dc:creator>
			<guid isPermaLink="false">50728@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Really thank you Dude&#60;/p&#62;
&#60;p&#62;I found the code logo but what do I do?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "qTranslate: &#34;home&#34; link resets selected language: how to modify code?"</title>
			<link>http://www.kriesi.at/support/topic/qtranslate-home-link-resets-selected-language-how-to-modify-code#post-50639</link>
			<pubDate>Mon, 09 Apr 2012 05:53:06 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">50639@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;The logo code can be found in abundance\framework\php\function-set-avia-frontend.php:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;function avia_logo()
	{
		if($logo = avia_get_option(&#38;#39;logo&#38;#39;))
		{
			 $logo = &#38;quot;&#38;lt;img src=&#38;quot;.$logo.&#38;quot; alt=&#38;#39;&#38;#39; /&#38;gt;&#38;quot;;
			 $logo = &#38;quot;&#38;lt;h1 class=&#38;#39;logo&#38;#39;&#38;gt;&#38;lt;a href=&#38;#39;&#38;quot;.home_url(&#38;#39;/&#38;#39;).&#38;quot;&#38;#39;&#38;gt;&#38;quot;.$logo.&#38;quot;&#38;lt;/a&#38;gt;&#38;lt;/h1&#38;gt;&#38;quot;;
		}
		else
		{
			$logo = get_bloginfo(&#38;#39;name&#38;#39;);
			$logo = &#38;quot;&#38;lt;h1 class=&#38;#39;logo bg-logo&#38;#39;&#38;gt;&#38;lt;a href=&#38;#39;&#38;quot;.home_url(&#38;#39;/&#38;#39;).&#38;quot;&#38;#39;&#38;gt;&#38;quot;.$logo.&#38;quot;&#38;lt;/a&#38;gt;&#38;lt;/h1&#38;gt;&#38;quot;;
		}

		return $logo;
	}&#60;/code&#62;&#60;/pre&#62;</description>
		</item>
		<item>
			<title>Dude on "Add Additional Headline by way of Custom Field"</title>
			<link>http://www.kriesi.at/support/topic/add-additional-headline-by-way-of-custom-field#post-50638</link>
			<pubDate>Mon, 09 Apr 2012 05:51:32 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">50638@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey! &#60;/p&#62;
&#60;p&#62; You can use following fuunction to display post meta data: &#60;a href=&#34;http://codex.wordpress.org/Function_Reference/get_post_meta&#34; rel=&#34;nofollow&#34;&#62;http://codex.wordpress.org/Function_Reference/get_post_meta&#60;/a&#62; - eg you can insert it in single.php. &#60;/p&#62;
&#60;p&#62; Best regards,&#60;br /&#62;
Peter
&#60;/p&#62;</description>
		</item>
		<item>
			<title>ovistomih on "Add Additional Headline by way of Custom Field"</title>
			<link>http://www.kriesi.at/support/topic/add-additional-headline-by-way-of-custom-field#post-50606</link>
			<pubDate>Sun, 08 Apr 2012 19:24:08 +0000</pubDate>
			<dc:creator>ovistomih</dc:creator>
			<guid isPermaLink="false">50606@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;I created a new custom post in Avisio but now there is no &#34;Additional page/post options&#34; field where to add  the additional headline.&#60;br /&#62;
Is there any way I can add that text through custom fields? If not, how would I do it?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Aaonwyse on "qTranslate: &#34;home&#34; link resets selected language: how to modify code?"</title>
			<link>http://www.kriesi.at/support/topic/qtranslate-home-link-resets-selected-language-how-to-modify-code#post-50605</link>
			<pubDate>Sun, 08 Apr 2012 18:51:13 +0000</pubDate>
			<dc:creator>Aaonwyse</dc:creator>
			<guid isPermaLink="false">50605@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;I replace the code, but it's still not working.&#60;br /&#62;
When I want to return to the home page I click on the logo and I return to the default language.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Aaonwyse on "qTranslate: &#34;home&#34; link resets selected language: how to modify code?"</title>
			<link>http://www.kriesi.at/support/topic/qtranslate-home-link-resets-selected-language-how-to-modify-code#post-50604</link>
			<pubDate>Sun, 08 Apr 2012 18:44:00 +0000</pubDate>
			<dc:creator>Aaonwyse</dc:creator>
			<guid isPermaLink="false">50604@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Thank you Dude :)&#60;/p&#62;
&#60;p&#62;Regards,&#60;br /&#62;
Aaron
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "qTranslate: &#34;home&#34; link resets selected language: how to modify code?"</title>
			<link>http://www.kriesi.at/support/topic/qtranslate-home-link-resets-selected-language-how-to-modify-code#post-50599</link>
			<pubDate>Sun, 08 Apr 2012 18:12:14 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">50599@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey! &#60;/p&#62;
&#60;p&#62; The code can be found in abundance\framework\php\class-megamenu.php &#60;/p&#62;
&#60;p&#62; Regards,&#60;br /&#62;
Peter
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Aaonwyse on "qTranslate: &#34;home&#34; link resets selected language: how to modify code?"</title>
			<link>http://www.kriesi.at/support/topic/qtranslate-home-link-resets-selected-language-how-to-modify-code#post-50587</link>
			<pubDate>Sun, 08 Apr 2012 13:50:30 +0000</pubDate>
			<dc:creator>Aaonwyse</dc:creator>
			<guid isPermaLink="false">50587@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;br /&#62;
I have the same problem mentioned above, I am under the theme &#34;Abondunce&#34; but I can not find the file lots_of_small_helpers.php (Abundance \ Framework \ helper_functions).&#60;br /&#62;
For many hours I'm looking for but I find nothing.&#60;/p&#62;
&#60;p&#62;Thank you for you help&#60;/p&#62;
&#60;p&#62;Aaron
&#60;/p&#62;</description>
		</item>
		<item>
			<title>colorit on "qTranslate: &#34;home&#34; link resets selected language: how to modify code?"</title>
			<link>http://www.kriesi.at/support/topic/qtranslate-home-link-resets-selected-language-how-to-modify-code#post-15981</link>
			<pubDate>Wed, 30 Mar 2011 11:55:21 +0000</pubDate>
			<dc:creator>colorit</dc:creator>
			<guid isPermaLink="false">15981@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Just a last question (I hope):&#60;/p&#62;
&#60;p&#62;&#60;strong&#62;in which template file can I found the code for the &#34;additional page options&#34; -&#38;gt; &#34;additional headline&#34;, because qTranslate cannot translate them, too.&#60;/strong&#62;&#60;/p&#62;
&#60;p&#62;If I add the required code&#60;/p&#62;
&#60;p&#62;&#60;code&#62;[:de]german additional headline[:en]English additional headline&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;in the field for the additional headline of a page, &#60;strong&#62;the additional headline of a page don't &#34;interpretes&#34; this code, but shows it as real text&#60;/strong&#62;  &#60;code&#62;[:de]german text[:en]English text&#60;/code&#62;
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
