<?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: side page - Recent Posts</title>
		<link>http://www.kriesi.at/support/tags/side-page</link>
		<description>Support Forum - Tag: side page - Recent Posts</description>
		<language>en-US</language>
		<pubDate>Mon, 20 May 2013 03:03:22 +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/side-page" 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>

	</channel>
</rss>
