<?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 - Topic: How do I add a sidebar to the fullwidth page template?</title>
		<link>http://www.kriesi.at/support/topic/how-do-i-add-a-sidebar-to-the-fullwidth-page-template</link>
		<description>Support Forum - Topic: How do I add a sidebar to the fullwidth page template?</description>
		<language>en-US</language>
		<pubDate>Sun, 19 May 2013 19:13:37 +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/topic/how-do-i-add-a-sidebar-to-the-fullwidth-page-template" rel="self" type="application/rss+xml" />

		<item>
			<title>Nick on "How do I add a sidebar to the fullwidth page template?"</title>
			<link>http://www.kriesi.at/support/topic/how-do-i-add-a-sidebar-to-the-fullwidth-page-template#post-72373</link>
			<pubDate>Wed, 22 Aug 2012 20:30:02 +0000</pubDate>
			<dc:creator>Nick</dc:creator>
			<guid isPermaLink="false">72373@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;Ok. Please undo all of the previous modifications above. fwhp stands for 'full width home page', but you can change it to something else.&#60;/p&#62;
&#60;p&#62;1) Make a copy of template-fullwidth.php and call it template-fwhp.php&#60;br /&#62;
2) Make a copy of includes/loop-page.php and call it loop-fwhp.php&#60;br /&#62;
3) In template-fwhp.php please *change* from:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;get_template_part( &#38;#39;includes/loop&#38;#39;, &#38;#39;page&#38;#39; );&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;to&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;get_template_part( &#38;#39;includes/loop&#38;#39;, &#38;#39;fwhp&#38;#39; );&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;4) In loop-fwhp.php please *find*:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;&#38;lt;div class=&#38;quot;entry-content&#38;quot;&#38;gt;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;and paste *before* the above line:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;&#38;lt;?php
echo &#38;quot;&#38;lt;div class=&#38;#39;sidebar_middlepg&#38;#39;&#38;gt;&#38;quot;;
if (function_exists(&#38;#39;dynamic_sidebar&#38;#39;) &#38;amp;&#38;amp; dynamic_sidebar(&#38;#39;fwhp&#38;#39;) ) ;
echo &#38;quot;&#38;lt;/div&#38;gt;&#38;quot;;
?&#38;gt;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;5) Please open includes/admin/register-widget-area.php and *find* the line:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;#extra widgets for categories&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;and paste *before* the above line&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;register_sidebar(array(
		&#38;#39;name&#38;#39; =&#38;gt; &#38;#39;fwhp&#38;#39;,
		&#38;#39;before_widget&#38;#39; =&#38;gt; &#38;#39;&#38;lt;div id=&#38;quot;%1$s&#38;quot; class=&#38;quot;widget %2$s&#38;quot;&#38;gt;&#38;#39;,
		&#38;#39;after_widget&#38;#39; =&#38;gt; &#38;#39;&#38;lt;/div&#38;gt;&#38;#39;,
		&#38;#39;before_title&#38;#39; =&#38;gt; &#38;#39;&#38;lt;h3 class=&#38;quot;widgettitle&#38;quot;&#38;gt;&#38;#39;,
		&#38;#39;after_title&#38;#39; =&#38;gt; &#38;#39;&#38;lt;/h3&#38;gt;&#38;#39;,
));&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;---Part B---&#60;/p&#62;
&#60;p&#62;1) Please create a new page, add the slider image at the bottom, add content &#38;amp; title , and use the template 'fwhp' before saving.&#60;br /&#62;
2) In Brightbox&#38;gt;Theme Options designate the page from step above as the home page.&#60;br /&#62;
3) In Appearance &#38;gt; Widgets you should now see a widget area 'fwhp'&#60;/p&#62;
&#60;p&#62;*) Widgets placed in that area will be inserted below the slider as per your instructions 'But I also want the widget areas below the the slider image.'&#60;br /&#62;
*) Please use the class 'sidebar_middlepg' from step 4 to position/style the widget area. Feel free to add additional classes in the code of step 4. &#60;/p&#62;
&#60;p&#62;Good Luck!&#60;/p&#62;
&#60;p&#62;Nick
&#60;/p&#62;</description>
		</item>
		<item>
			<title>robertryan on "How do I add a sidebar to the fullwidth page template?"</title>
			<link>http://www.kriesi.at/support/topic/how-do-i-add-a-sidebar-to-the-fullwidth-page-template#post-72352</link>
			<pubDate>Wed, 22 Aug 2012 17:38:54 +0000</pubDate>
			<dc:creator>robertryan</dc:creator>
			<guid isPermaLink="false">72352@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Thanks for the try Nick, but that doesn't work either. That just adds the sidebar before the slider, which is not where we want it. It also fails to format the sidebar as a SIDE bar, simply leaving it as a fullwidth element that stretches across the top of the page. Any additional help would be greatly appreciated.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Nick on "How do I add a sidebar to the fullwidth page template?"</title>
			<link>http://www.kriesi.at/support/topic/how-do-i-add-a-sidebar-to-the-fullwidth-page-template#post-71785</link>
			<pubDate>Sun, 19 Aug 2012 22:39:38 +0000</pubDate>
			<dc:creator>Nick</dc:creator>
			<guid isPermaLink="false">71785@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;To make the sidebar appear between the slider and the content :&#60;/p&#62;
&#60;p&#62;Please open the file that Mya assisted you with, template-fullsidebar.php,  and make sure that the block of code that you pasted (as per Mya directions) is moved *above* the line shown below within the file&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;&#38;lt;!-- ####### MAIN CONTAINER ####### --&#38;gt;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;So when you are finished the section of the file would look like&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;get_header();
?&#38;gt;
&#38;lt;?php
//get the sidebar
$avia_config[&#38;#39;currently_viewing&#38;#39;] = &#38;#39;page&#38;#39;;
if(is_front_page()) { $avia_config[&#38;#39;currently_viewing&#38;#39;] = &#38;#39;frontpage&#38;#39;; }
get_sidebar();
?&#38;gt;
&#38;lt;!-- ####### MAIN CONTAINER ####### --&#38;gt;
&#38;lt;div class=&#38;#39;container_wrap&#38;#39; id=&#38;#39;main&#38;#39;&#38;gt;&#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>robertryan on "How do I add a sidebar to the fullwidth page template?"</title>
			<link>http://www.kriesi.at/support/topic/how-do-i-add-a-sidebar-to-the-fullwidth-page-template#post-71588</link>
			<pubDate>Fri, 17 Aug 2012 17:06:09 +0000</pubDate>
			<dc:creator>robertryan</dc:creator>
			<guid isPermaLink="false">71588@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Thanks for the help Mya. That almost works. The thing is now that the sidebar actually appears below the content. I'm guessing this is a CSS issue? Any further guidance would be greatly appreciated.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Mya on "How do I add a sidebar to the fullwidth page template?"</title>
			<link>http://www.kriesi.at/support/topic/how-do-i-add-a-sidebar-to-the-fullwidth-page-template#post-71311</link>
			<pubDate>Thu, 16 Aug 2012 05:26:47 +0000</pubDate>
			<dc:creator>Mya</dc:creator>
			<guid isPermaLink="false">71311@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi robertryan,&#60;/p&#62;
&#60;p&#62;What you'll need to do is open template-fullwidth.php and save as template-fullsidebar.php. On line 3 change &#34;Template Name: Fullwidth Page&#34; to &#34;Template Name: Fullwidth + Sidebar&#34; (without the quotes) then directly underneath this area:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;&#38;lt;!--end content--&#38;gt;
&#38;lt;/div&#38;gt;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Add this:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;&#38;lt;?php
//get the sidebar
$avia_config[&#38;#39;currently_viewing&#38;#39;] = &#38;#39;page&#38;#39;;
if(is_front_page()) { $avia_config[&#38;#39;currently_viewing&#38;#39;] = &#38;#39;frontpage&#38;#39;; }
get_sidebar();
?&#38;gt;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;What this will do is add the sidebar functionality to the page. You'll of course want to create a new sidebar for this page if you haven't done so already by going to Brightbox &#38;gt; Theme Options &#38;gt; Sidebar.&#60;/p&#62;
&#60;p&#62;After you've done the above go to Pages &#38;gt; Whatever Page and select the Template Name you used then click update.&#60;/p&#62;
&#60;p&#62;Regards,&#60;br /&#62;
Mya
&#60;/p&#62;</description>
		</item>
		<item>
			<title>robertryan on "How do I add a sidebar to the fullwidth page template?"</title>
			<link>http://www.kriesi.at/support/topic/how-do-i-add-a-sidebar-to-the-fullwidth-page-template#post-70892</link>
			<pubDate>Tue, 14 Aug 2012 02:21:19 +0000</pubDate>
			<dc:creator>robertryan</dc:creator>
			<guid isPermaLink="false">70892@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;I know where the widget areas are located. The problem is that a page with a full width image doesn't allow for a widget area as well. With your knowledge of the theme, it should be an fairly straight forward to offer directions on how to customize the theme so as to have both a full width image with a content and image area below it. Any specific information would be greatly appreciated.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Nick on "How do I add a sidebar to the fullwidth page template?"</title>
			<link>http://www.kriesi.at/support/topic/how-do-i-add-a-sidebar-to-the-fullwidth-page-template#post-70611</link>
			<pubDate>Sat, 11 Aug 2012 18:38:56 +0000</pubDate>
			<dc:creator>Nick</dc:creator>
			<guid isPermaLink="false">70611@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi Robert,&#60;/p&#62;
&#60;p&#62;Sorry for the delay. Very clean looking page. The widget areas are listed on the Widgets page. Other than that the template builder has a lot of options. You of course can use a number of different plugins  to create custom widget areas as well.&#60;/p&#62;
&#60;p&#62;Thanks,&#60;/p&#62;
&#60;p&#62;Nick
&#60;/p&#62;</description>
		</item>
		<item>
			<title>robertryan on "How do I add a sidebar to the fullwidth page template?"</title>
			<link>http://www.kriesi.at/support/topic/how-do-i-add-a-sidebar-to-the-fullwidth-page-template#post-70263</link>
			<pubDate>Thu, 09 Aug 2012 12:23:45 +0000</pubDate>
			<dc:creator>robertryan</dc:creator>
			<guid isPermaLink="false">70263@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;hello?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>robertryan on "How do I add a sidebar to the fullwidth page template?"</title>
			<link>http://www.kriesi.at/support/topic/how-do-i-add-a-sidebar-to-the-fullwidth-page-template#post-69984</link>
			<pubDate>Wed, 08 Aug 2012 10:56:54 +0000</pubDate>
			<dc:creator>robertryan</dc:creator>
			<guid isPermaLink="false">69984@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;For the homepage of &#60;a href=&#34;http://www.tareendermatology.com/&#34; rel=&#34;nofollow&#34;&#62;http://www.tareendermatology.com/&#60;/a&#62; I have the full width page option selected because it gives the nice full width slider image. But I also want the widget areas below the the slider image. How do I code a new template to make this work?
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
