<?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: Simple edits (Pages displaying &#34;All Products&#34; text, removing footer logo)</title>
		<link>http://www.kriesi.at/support/topic/simple-edits-pages-displaying-all-products-text-removing-footer-logo</link>
		<description>Support Forum - Topic: Simple edits (Pages displaying &quot;All Products&quot; text, removing footer logo)</description>
		<language>en-US</language>
		<pubDate>Wed, 19 Jun 2013 13:21:01 +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/simple-edits-pages-displaying-all-products-text-removing-footer-logo" rel="self" type="application/rss+xml" />

		<item>
			<title>Chris Beard on "Simple edits (Pages displaying &#34;All Products&#34; text, removing footer logo)"</title>
			<link>http://www.kriesi.at/support/topic/simple-edits-pages-displaying-all-products-text-removing-footer-logo#post-39101</link>
			<pubDate>Sun, 29 Jan 2012 03:45:06 +0000</pubDate>
			<dc:creator>Chris Beard</dc:creator>
			<guid isPermaLink="false">39101@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;1) You can add this to your style.css&#60;br /&#62;
&#60;code&#62;.footer-logos{display:none;}&#60;/code&#62;&#60;br /&#62;
Or you can remove the following code from your footer.php&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;if(is_front_page() &#124;&#124; avia_get_option(&#38;#39;footer_logo_where&#38;#39;) == &#38;#39;everywhere&#38;#39;)
			$attachment_holder = avia_get_post_by_title( &#38;quot;avia_smart-logo-gallery&#38;quot;); 

			if(!empty($attachment_holder[&#38;#39;ID&#38;#39;]))
			{
				$attachments = get_children(array(&#38;#39;post_parent&#38;#39; =&#38;gt; $attachment_holder[&#38;#39;ID&#38;#39;],
                        &#38;#39;post_status&#38;#39; =&#38;gt; &#38;#39;inherit&#38;#39;,
                        &#38;#39;post_type&#38;#39; =&#38;gt; &#38;#39;attachment&#38;#39;,
                        &#38;#39;post_mime_type&#38;#39; =&#38;gt; &#38;#39;image&#38;#39;,
                        &#38;#39;order&#38;#39; =&#38;gt; &#38;#39;ASC&#38;#39;,
                        &#38;#39;orderby&#38;#39; =&#38;gt; &#38;#39;menu_order ID&#38;#39;));
                if(is_array($attachments))
                {
                	echo &#38;quot;&#38;lt;div class=&#38;#39;footer-logos&#38;#39;&#38;gt;&#38;lt;div class=&#38;#39;container&#38;#39;&#38;gt;&#38;quot;;
	                foreach($attachments as $key =&#38;gt; $attachment)
					{
						echo avia_image_by_id($attachment-&#38;gt;ID);
					}
					echo &#38;quot;&#38;lt;/div&#38;gt;&#38;lt;/div&#38;gt;&#38;quot;;
				}
			}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;2) I'm not sure what you did with your footer but adding this should solve it somewhat:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;.home #search-3 {
     margin-left: -10px;
}

.home #search-3 h3 {
     margin-left: 10px;
}

.home #socket .container {
     padding: 10px;
     width: 930px ! important;
}

.home .first #recent-posts-3 {
     margin-left: 15px;
}&#60;/code&#62;&#60;/pre&#62;</description>
		</item>
		<item>
			<title>praecurvo on "Simple edits (Pages displaying &#34;All Products&#34; text, removing footer logo)"</title>
			<link>http://www.kriesi.at/support/topic/simple-edits-pages-displaying-all-products-text-removing-footer-logo#post-39073</link>
			<pubDate>Sat, 28 Jan 2012 20:36:52 +0000</pubDate>
			<dc:creator>praecurvo</dc:creator>
			<guid isPermaLink="false">39073@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;John, you did it!&#60;br /&#62;
Another one solved.&#60;/p&#62;
&#60;p&#62;Thanks&#60;/p&#62;
&#60;p&#62;Aaron
&#60;/p&#62;</description>
		</item>
		<item>
			<title>J_Walsh on "Simple edits (Pages displaying &#34;All Products&#34; text, removing footer logo)"</title>
			<link>http://www.kriesi.at/support/topic/simple-edits-pages-displaying-all-products-text-removing-footer-logo#post-39059</link>
			<pubDate>Sat, 28 Jan 2012 16:00:09 +0000</pubDate>
			<dc:creator>J_Walsh</dc:creator>
			<guid isPermaLink="false">39059@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Support staff -- please address (from Jan 25)&#60;/p&#62;
&#60;p&#62;Site: &#60;a href=&#34;http://www.jumpinjacksjava.com/&#34; rel=&#34;nofollow&#34;&#62;http://www.jumpinjacksjava.com/&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;1. How to remove (not replace) default footer logo image?&#60;br /&#62;
2. How to fix the padding in the footer area? (Home page only)&#60;/p&#62;
&#60;p&#62;Thank you!&#60;br /&#62;
- John
&#60;/p&#62;</description>
		</item>
		<item>
			<title>J_Walsh on "Simple edits (Pages displaying &#34;All Products&#34; text, removing footer logo)"</title>
			<link>http://www.kriesi.at/support/topic/simple-edits-pages-displaying-all-products-text-removing-footer-logo#post-39058</link>
			<pubDate>Sat, 28 Jan 2012 15:58:35 +0000</pubDate>
			<dc:creator>J_Walsh</dc:creator>
			<guid isPermaLink="false">39058@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Aaron -- for # 3 I believe using the 'Automatically add pages' under the WooCommerce tag fixes that issue. At least it did for me. Hope that helps!&#60;br /&#62;
- John
&#60;/p&#62;</description>
		</item>
		<item>
			<title>praecurvo on "Simple edits (Pages displaying &#34;All Products&#34; text, removing footer logo)"</title>
			<link>http://www.kriesi.at/support/topic/simple-edits-pages-displaying-all-products-text-removing-footer-logo#post-39033</link>
			<pubDate>Sat, 28 Jan 2012 06:40:27 +0000</pubDate>
			<dc:creator>praecurvo</dc:creator>
			<guid isPermaLink="false">39033@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;BUMP to Question 3 please.&#60;/p&#62;
&#60;p&#62;Aaron
&#60;/p&#62;</description>
		</item>
		<item>
			<title>J_Walsh on "Simple edits (Pages displaying &#34;All Products&#34; text, removing footer logo)"</title>
			<link>http://www.kriesi.at/support/topic/simple-edits-pages-displaying-all-products-text-removing-footer-logo#post-38599</link>
			<pubDate>Tue, 24 Jan 2012 19:51:05 +0000</pubDate>
			<dc:creator>J_Walsh</dc:creator>
			<guid isPermaLink="false">38599@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Good day!&#60;/p&#62;
&#60;p&#62;Some simple questions (I believe...)&#60;/p&#62;
&#60;p&#62;Site: &#60;a href=&#34;http://www.jumpinjacksjava.com/&#34; rel=&#34;nofollow&#34;&#62;http://www.jumpinjacksjava.com/&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;1. How to remove (not replace) default footer logo image?&#60;br /&#62;
2. How to fix the padding in the footer area? (Home page only)&#60;br /&#62;
3. All PAGES are displaying &#34;All Products&#34; (and a &#34;No products found...&#34; error). How to fix? Ex: &#60;a href=&#34;http://www.jumpinjacksjava.com/menu/&#34; rel=&#34;nofollow&#34;&#62;http://www.jumpinjacksjava.com/menu/&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Thank you for your help!&#60;br /&#62;
- John
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
