<?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 - User Favorites: vinnylabarbera</title>
		<link><a href='http://www.kriesi.at/support/profile/vinnylabarbera'>vinnylabarbera</a></link>
		<description>Support Forum - User Favorites: vinnylabarbera</description>
		<language>en-US</language>
		<pubDate>Wed, 19 Jun 2013 16:51:43 +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/profile/" rel="self" type="application/rss+xml" />

		<item>
			<title>Ismael on "Removing elements from specific pages"</title>
			<link>http://www.kriesi.at/support/topic/removing-elements-from-specific-pages#post-68138</link>
			<pubDate>Sun, 29 Jul 2012 03:13:20 +0000</pubDate>
			<dc:creator>Ismael</dc:creator>
			<guid isPermaLink="false">68138@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>vinnylabarbera on "Removing elements from specific pages"</title>
			<link>http://www.kriesi.at/support/topic/removing-elements-from-specific-pages#post-68016</link>
			<pubDate>Fri, 27 Jul 2012 21:39:33 +0000</pubDate>
			<dc:creator>vinnylabarbera</dc:creator>
			<guid isPermaLink="false">68016@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Thank you Ismael and Mya.&#60;/p&#62;
&#60;p&#62;Finally got it working as needed.&#60;/p&#62;
&#60;p&#62;I really appreciate the support!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Ismael on "Removing elements from specific pages"</title>
			<link>http://www.kriesi.at/support/topic/removing-elements-from-specific-pages#post-67443</link>
			<pubDate>Tue, 24 Jul 2012 23:06:03 +0000</pubDate>
			<dc:creator>Ismael</dc:creator>
			<guid isPermaLink="false">67443@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hello,&#60;/p&#62;
&#60;p&#62;First, duplicate your header.php and rename it to header-new.php. Open the file and remove these line of codes.&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;echo &#38;quot;&#38;lt;div class=&#38;#39;main_menu&#38;#39; data-selectname=&#38;#39;&#38;quot;.__(&#38;#39;Select a page&#38;#39;,&#38;#39;avia_framework&#38;#39;).&#38;quot;&#38;#39;&#38;gt;&#38;quot;;
						$args = array(&#38;#39;theme_location&#38;#39;=&#38;gt;&#38;#39;avia&#38;#39;, &#38;#39;fallback_cb&#38;#39; =&#38;gt; &#38;#39;avia_fallback_menu&#38;#39;, &#38;#39;max_columns&#38;#39;=&#38;gt;4);
						wp_nav_menu($args);
						echo &#38;quot;&#38;lt;/div&#38;gt;&#38;quot;;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;The code above will remove the menu. Now open your new duplicated template file and find this code.&#60;/p&#62;
&#60;p&#62;&#60;code&#62;get_header();&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;Replace it with.&#60;/p&#62;
&#60;p&#62;&#60;code&#62;get_header( &#38;#39;new&#38;#39; );&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;Note: You can change the name of the new header. In this case we name it header-new.php, so you have to call get_header( 'new' );. Lastly, you need to find this line of code and remove it.&#60;/p&#62;
&#60;p&#62;&#60;code&#62;&#38;lt;?php echo avia_title(); ?&#38;gt;&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;This will remove the title, searchbar and social medias.&#60;/p&#62;
&#60;p&#62;Regards,&#60;br /&#62;
Ismael
&#60;/p&#62;</description>
		</item>
		<item>
			<title>vinnylabarbera on "Removing elements from specific pages"</title>
			<link>http://www.kriesi.at/support/topic/removing-elements-from-specific-pages#post-67428</link>
			<pubDate>Tue, 24 Jul 2012 20:30:01 +0000</pubDate>
			<dc:creator>vinnylabarbera</dc:creator>
			<guid isPermaLink="false">67428@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Thanks Mya.&#60;/p&#62;
&#60;p&#62;I have done this, but for some reason the elements I am commenting out or even completely removing still show up.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Mya on "Removing elements from specific pages"</title>
			<link>http://www.kriesi.at/support/topic/removing-elements-from-specific-pages#post-67417</link>
			<pubDate>Tue, 24 Jul 2012 19:32:08 +0000</pubDate>
			<dc:creator>Mya</dc:creator>
			<guid isPermaLink="false">67417@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;When you create the landing page, do you select the template you created in Ismael's post above? By that I mean, when you go to Pages &#38;gt; Your Landing Page on the right side you should see a dropdown for &#34;Templates&#34;. In that dropdown should be the template you created. You'll also want to save the file as template-landingpagename.php just so its less confusing if you haven't done so already.&#60;/p&#62;
&#60;p&#62;Regards,&#60;br /&#62;
Mya
&#60;/p&#62;</description>
		</item>
		<item>
			<title>vinnylabarbera on "Removing elements from specific pages"</title>
			<link>http://www.kriesi.at/support/topic/removing-elements-from-specific-pages#post-67392</link>
			<pubDate>Tue, 24 Jul 2012 16:49:28 +0000</pubDate>
			<dc:creator>vinnylabarbera</dc:creator>
			<guid isPermaLink="false">67392@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Thank you for the quick reply Ismael, but that either didn't work or I'm not doing something correctly.&#60;/p&#62;
&#60;p&#62;When I try to even just comment out sections I don't want to show up the elements don't get removed from the page.&#60;/p&#62;
&#60;p&#62;For example, I commented out the breadcrumb trail and they remained on the page.&#60;/p&#62;
&#60;p&#62;Any advice?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Ismael on "Removing elements from specific pages"</title>
			<link>http://www.kriesi.at/support/topic/removing-elements-from-specific-pages#post-67042</link>
			<pubDate>Mon, 23 Jul 2012 00:05:31 +0000</pubDate>
			<dc:creator>Ismael</dc:creator>
			<guid isPermaLink="false">67042@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;Duplicate template-archives.php then find this code&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;/*
	Template Name: Archives
	*/&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Change the template name and edit the structure.   :)&#60;/p&#62;
&#60;p&#62;Regards,&#60;br /&#62;
Ismael
&#60;/p&#62;</description>
		</item>
		<item>
			<title>vinnylabarbera on "Removing elements from specific pages"</title>
			<link>http://www.kriesi.at/support/topic/removing-elements-from-specific-pages#post-66922</link>
			<pubDate>Sun, 22 Jul 2012 00:33:58 +0000</pubDate>
			<dc:creator>vinnylabarbera</dc:creator>
			<guid isPermaLink="false">66922@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;I am looking to create some landing pages, but need to remove the following elements to make them more effective:&#60;/p&#62;
&#60;p&#62;- Shopping cart menu bar&#60;br /&#62;
- Navigation&#60;br /&#62;
- Social media buttons (in header)&#60;br /&#62;
- Breadcrumbs&#60;/p&#62;
&#60;p&#62;I would appreciate any and all help in showing me how to remove or simply (dispay: none) these elements for a specific page only so none of the other pages / posts are affected.&#60;/p&#62;
&#60;p&#62;Thanks in advance
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
