<?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: remove - Recent Posts</title>
		<link>http://www.kriesi.at/support/tags/remove</link>
		<description>Support Forum - Tag: remove - Recent Posts</description>
		<language>en-US</language>
		<pubDate>Tue, 21 May 2013 14:44:10 +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/remove" rel="self" type="application/rss+xml" />

		<item>
			<title>Devin on "Removing space left by blank widget title"</title>
			<link>http://www.kriesi.at/support/topic/removing-space-left-by-blank-widget-title#post-112691</link>
			<pubDate>Tue, 21 May 2013 14:16:33 +0000</pubDate>
			<dc:creator>Devin</dc:creator>
			<guid isPermaLink="false">112691@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;The widgets also have padding on them from:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;#footer .widget {
padding: 30px 0 30px 0;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;So you could reduce it by changing that first 30px to 10px.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "Remove caps in headings- Enfold Theme"</title>
			<link>http://www.kriesi.at/support/topic/remove-caps-in-headings-enfold-theme#post-112616</link>
			<pubDate>Tue, 21 May 2013 09:31:36 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">112616@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey! &#60;/p&#62;
&#60;p&#62; Please create a new thread and post a link to your website. &#60;/p&#62;
&#60;p&#62; Best regards,&#60;br /&#62;
Peter
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Merkur-Trykk on "Remove caps in headings- Enfold Theme"</title>
			<link>http://www.kriesi.at/support/topic/remove-caps-in-headings-enfold-theme#post-112614</link>
			<pubDate>Tue, 21 May 2013 09:25:41 +0000</pubDate>
			<dc:creator>Merkur-Trykk</dc:creator>
			<guid isPermaLink="false">112614@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;I also want this, but I see an issue. Letters get cropped: Take a look at the G here: &#60;a href=&#34;http://i41.tinypic.com/2vd5u9c.png&#34; rel=&#34;nofollow&#34;&#62;http://i41.tinypic.com/2vd5u9c.png&#60;/a&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>pixelist on "Removing space left by blank widget title"</title>
			<link>http://www.kriesi.at/support/topic/removing-space-left-by-blank-widget-title#post-112550</link>
			<pubDate>Mon, 20 May 2013 22:09:20 +0000</pubDate>
			<dc:creator>pixelist</dc:creator>
			<guid isPermaLink="false">112550@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi Devin&#60;/p&#62;
&#60;p&#62;Thanks for your response - I just tried it and I still have that large area above the widgets in the footer and I'm having trouble (even with firebug) seeing what it is that's causing the large gap.&#60;/p&#62;
&#60;p&#62;If I reduce the height of the footer background then the widgets get hidden behind the socket? ie it reduces the height from the bottom of the footer area and just chops of the bottom of the widgets.&#60;/p&#62;
&#60;p&#62;Can you help? I just need to know what to target to get rid of the large gap above the footer widgets&#60;/p&#62;
&#60;p&#62;Best regards&#60;/p&#62;
&#60;p&#62;Pixelist
&#60;/p&#62;</description>
		</item>
		<item>
			<title>comlor on "Remove caps in headings- Enfold Theme"</title>
			<link>http://www.kriesi.at/support/topic/remove-caps-in-headings-enfold-theme#post-112547</link>
			<pubDate>Mon, 20 May 2013 21:16:32 +0000</pubDate>
			<dc:creator>comlor</dc:creator>
			<guid isPermaLink="false">112547@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Thanks, for some reason it only worked when I put the code in the quick CSS, but it's good to go now.&#60;/p&#62;
&#60;p&#62;Thanks much
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Devin on "Removing space left by blank widget title"</title>
			<link>http://www.kriesi.at/support/topic/removing-space-left-by-blank-widget-title#post-112408</link>
			<pubDate>Mon, 20 May 2013 11:57:01 +0000</pubDate>
			<dc:creator>Devin</dc:creator>
			<guid isPermaLink="false">112408@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi Pixelist,&#60;/p&#62;
&#60;p&#62;When there is no widget title, the space is only 3px or so. However, you can target all of them within the footer with:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;#footer .widgettitle {
display: none;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Or, you can use the widget ID to target them individually. Which would be more like:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;#text-2 .widgettitle {
display: none;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;But you have to inspect the code with your browsers dev tools to see the ID of each widget.&#60;/p&#62;
&#60;p&#62;Regards,&#60;/p&#62;
&#60;p&#62;Devin
&#60;/p&#62;</description>
		</item>
		<item>
			<title>pixelist on "Removing space left by blank widget title"</title>
			<link>http://www.kriesi.at/support/topic/removing-space-left-by-blank-widget-title#post-112181</link>
			<pubDate>Sat, 18 May 2013 21:33:56 +0000</pubDate>
			<dc:creator>pixelist</dc:creator>
			<guid isPermaLink="false">112181@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi People&#60;/p&#62;
&#60;p&#62;How do I remove the space left by a blank title in a Text widget (or any other widget with a blank) title?&#60;/p&#62;
&#60;p&#62;Regards&#60;/p&#62;
&#60;p&#62;Pixelist &#60;/p&#62;
&#60;p&#62;Sorry here's the url  &#60;a href=&#34;http://aclgroup.co.uk/wordpress/larkswood/&#34; rel=&#34;nofollow&#34;&#62;http://aclgroup.co.uk/wordpress/larkswood/&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;I'm referring to the text widgets in the footer
&#60;/p&#62;</description>
		</item>
		<item>
			<title>pixelist on "Removing space left by blank widget title"</title>
			<link>http://www.kriesi.at/support/topic/removing-space-left-by-blank-widget-title#post-112180</link>
			<pubDate>Sat, 18 May 2013 21:30:28 +0000</pubDate>
			<dc:creator>pixelist</dc:creator>
			<guid isPermaLink="false">112180@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi People&#60;/p&#62;
&#60;p&#62;How do I remove the space left by a blank title in a Text widget (or any other widget with a blank) title?&#60;/p&#62;
&#60;p&#62;Regards&#60;/p&#62;
&#60;p&#62;Pixelist
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Ismael on "Removing FB and Twitter Link at end of posts"</title>
			<link>http://www.kriesi.at/support/topic/removing-fb-and-twitter-link-at-end-of-posts#post-111875</link>
			<pubDate>Fri, 17 May 2013 05:29:52 +0000</pubDate>
			<dc:creator>Ismael</dc:creator>
			<guid isPermaLink="false">111875@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;Just add this on your custom.css&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;.post-meta-infos {
display: none;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Regards,&#60;br /&#62;
Ismael
&#60;/p&#62;</description>
		</item>
		<item>
			<title>loudcow on "Removing FB and Twitter Link at end of posts"</title>
			<link>http://www.kriesi.at/support/topic/removing-fb-and-twitter-link-at-end-of-posts#post-111849</link>
			<pubDate>Fri, 17 May 2013 04:05:20 +0000</pubDate>
			<dc:creator>loudcow</dc:creator>
			<guid isPermaLink="false">111849@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi there - We'd like to remove the built in FB/Twitter links at the end of each post and replace them with the addthis social sharing plugin.&#60;/p&#62;
&#60;p&#62;I see we can do so as per here - &#60;a href=&#34;http://www.kriesi.at/support/topic/how-do-i-remove-or-disable-the-social-like-tweet-buttons-on-the-blog-pages&#34; rel=&#34;nofollow&#34;&#62;http://www.kriesi.at/support/topic/how-do-i-remove-or-disable-the-social-like-tweet-buttons-on-the-blog-pages&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;But wondering if there is some simple custom css we can add instead of playing in php to ensure the changes aren't overrwritten when the theme upgrades.&#60;/p&#62;
&#60;p&#62;Your help is appreciated.&#60;/p&#62;
&#60;p&#62;Cheers:)
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Ismael on "Remove caps in headings- Enfold Theme"</title>
			<link>http://www.kriesi.at/support/topic/remove-caps-in-headings-enfold-theme#post-111806</link>
			<pubDate>Fri, 17 May 2013 02:01:50 +0000</pubDate>
			<dc:creator>Ismael</dc:creator>
			<guid isPermaLink="false">111806@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;Please add this on your custom.css or quick CSS.&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;h1, h2, h3 {
	text-transform: none !important;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Regards,&#60;br /&#62;
Ismael
&#60;/p&#62;</description>
		</item>
		<item>
			<title>comlor on "Remove caps in headings- Enfold Theme"</title>
			<link>http://www.kriesi.at/support/topic/remove-caps-in-headings-enfold-theme#post-111692</link>
			<pubDate>Thu, 16 May 2013 16:40:05 +0000</pubDate>
			<dc:creator>comlor</dc:creator>
			<guid isPermaLink="false">111692@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;I really need support on this right away. This should be a simple fix. I've searched all files / folders the headings should be in. It really should be in base.css. I need to know how to remove &#34;uppercase&#34; from H1 &#38;amp; H2 tags. I need this ASAP.&#60;/p&#62;
&#60;p&#62;Thanks
&#60;/p&#62;</description>
		</item>
		<item>
			<title>comlor on "Remove caps in headings- Enfold Theme"</title>
			<link>http://www.kriesi.at/support/topic/remove-caps-in-headings-enfold-theme#post-111627</link>
			<pubDate>Thu, 16 May 2013 10:54:39 +0000</pubDate>
			<dc:creator>comlor</dc:creator>
			<guid isPermaLink="false">111627@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi, the H1 &#38;amp; H2 headings are all in capital letters. I need those to be upper and lower case. What file and line of code do I edit. Here's screenshot &#60;a href=&#34;http://www.aztubs.relevant.pro/wp-content/uploads/2013/05/enfold-heading-caps.jpg&#34; rel=&#34;nofollow&#34;&#62;http://www.aztubs.relevant.pro/wp-content/uploads/2013/05/enfold-heading-caps.jpg&#60;/a&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Ismael on "Remove caps in headings- Enfold Theme"</title>
			<link>http://www.kriesi.at/support/topic/remove-caps-in-headings-enfold-theme#post-111560</link>
			<pubDate>Thu, 16 May 2013 04:57:09 +0000</pubDate>
			<dc:creator>Ismael</dc:creator>
			<guid isPermaLink="false">111560@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;I'm sorry but what do you mean by &#34;caps&#34; and what heading are you trying to change? Please give us a screenshot or give us a link to the page.&#60;/p&#62;
&#60;p&#62;Regards,&#60;br /&#62;
Ismael
&#60;/p&#62;</description>
		</item>
		<item>
			<title>comlor on "Remove caps in headings- Enfold Theme"</title>
			<link>http://www.kriesi.at/support/topic/remove-caps-in-headings-enfold-theme#post-111449</link>
			<pubDate>Wed, 15 May 2013 18:22:58 +0000</pubDate>
			<dc:creator>comlor</dc:creator>
			<guid isPermaLink="false">111449@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi, what file / lines of code do I edit to remove caps from the headings?&#60;/p&#62;
&#60;p&#62;Thanks
&#60;/p&#62;</description>
		</item>
		<item>
			<title>giabardo on "How to hide Blog author / categories / comment count &#124;&#124; How to remove the RSS"</title>
			<link>http://www.kriesi.at/support/topic/how-to-hide-blog-author-categories-comment-count-how-to-remove-the-rss#post-110818</link>
			<pubDate>Mon, 13 May 2013 07:56:18 +0000</pubDate>
			<dc:creator>giabardo</dc:creator>
			<guid isPermaLink="false">110818@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Thanks Dude! It worked out-
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Nick on "how to remove the tags container from single blog post page, under the  body."</title>
			<link>http://www.kriesi.at/support/topic/how-to-remove-the-tags-container-from-single-blog-post-page-under-the-body#post-110603</link>
			<pubDate>Sun, 12 May 2013 00:43:37 +0000</pubDate>
			<dc:creator>Nick</dc:creator>
			<guid isPermaLink="false">110603@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;Try&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;#top span.blog-tags{
display: none !important;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;or you can always open up /includes/format-standard.php and find line 91-96 (in last version of Propulsion , which is 2.0) and remove that entire block of code&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;if(has_tag() &#38;amp;&#38;amp; is_single())
{
    echo &#38;#39;&#38;lt;span class=&#38;quot;blog-tags&#38;quot;&#38;gt;&#38;#39;;
    echo the_tags(&#38;#39;&#38;lt;strong&#38;gt;&#38;#39;.__(&#38;#39;Tags: &#38;#39;,&#38;#39;avia_framework&#38;#39;).&#38;#39;&#38;lt;/strong&#38;gt;&#38;lt;span&#38;gt;&#38;#39;);
    echo &#38;#39;&#38;lt;/span&#38;gt;&#38;lt;/span&#38;gt;&#38;#39;;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;That same block of code is also located in the following files on line-numbers indicated in files: format-gallery.php(93-98), format-link.php(116-121), format-quote.php(89-94), and loop-archive.php (57-62) in the same folder as the above file.&#60;/p&#62;
&#60;p&#62;Thanks,&#60;/p&#62;
&#60;p&#62;Nick
&#60;/p&#62;</description>
		</item>
		<item>
			<title>atst on "how to remove the tags container from single blog post page, under the  body."</title>
			<link>http://www.kriesi.at/support/topic/how-to-remove-the-tags-container-from-single-blog-post-page-under-the-body#post-110299</link>
			<pubDate>Fri, 10 May 2013 09:22:29 +0000</pubDate>
			<dc:creator>atst</dc:creator>
			<guid isPermaLink="false">110299@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;.blog-tags{&#60;br /&#62;
display: none!important;&#60;br /&#62;
}&#60;/p&#62;
&#60;p&#62;this does not work does not work
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "How to hide Blog author / categories / comment count &#124;&#124; How to remove the RSS"</title>
			<link>http://www.kriesi.at/support/topic/how-to-hide-blog-author-categories-comment-count-how-to-remove-the-rss#post-109428</link>
			<pubDate>Tue, 07 May 2013 06:17:16 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">109428@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;1) Open up wp-content\themes\angular\includes\format-standard.php and delete following code:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;&#38;lt;div class=&#38;#39;blog-inner-meta extralight-border&#38;#39;&#38;gt;

					&#38;lt;span class=&#38;#39;post-meta-infos&#38;#39;&#38;gt;

						&#38;lt;?php
						if(comments_open() &#124;&#124; get_comments_number())
						{
							echo &#38;quot;&#38;lt;span class=&#38;#39;comment-container minor-meta&#38;#39;&#38;gt;&#38;quot;;
							comments_popup_link(&#38;quot; &#38;lt;span&#38;gt;0 &#38;quot;.__(&#38;#39;Comments&#38;#39;,&#38;#39;avia_framework&#38;#39;).&#38;quot;&#38;lt;/span&#38;gt;&#38;quot;,
												&#38;quot; &#38;lt;span&#38;gt;1 &#38;quot;.__(&#38;#39;Comment&#38;#39; ,&#38;#39;avia_framework&#38;#39;).&#38;quot;&#38;lt;/span&#38;gt;&#38;quot;,
												&#38;quot; &#38;lt;span&#38;gt;% &#38;quot;.__(&#38;#39;Comments&#38;#39;,&#38;#39;avia_framework&#38;#39;).&#38;quot;&#38;lt;/span&#38;gt;&#38;quot;,&#38;#39;comments-link&#38;#39;,
												__(&#38;#39;Comments Off&#38;#39;  ,&#38;#39;avia_framework&#38;#39;));
							echo &#38;quot;&#38;lt;/span&#38;gt;&#38;lt;span class=&#38;#39;text-sep&#38;#39;&#38;gt;/&#38;lt;/span&#38;gt;&#38;quot;;
						}

						?&#38;gt;

						&#38;lt;?php
						$cats = get_the_category();

						if(!empty($cats))
						{
							echo &#38;#39;&#38;lt;span class=&#38;quot;blog-categories minor-meta&#38;quot;&#38;gt;&#38;#39;.__(&#38;#39;in &#38;#39;,&#38;#39;avia_framework&#38;#39;);
							the_category(&#38;#39;, &#38;#39;);
							echo &#38;#39; &#38;lt;/span&#38;gt;&#38;lt;span class=&#38;quot;text-sep&#38;quot;&#38;gt;/&#38;lt;/span&#38;gt; &#38;#39;;
						}

						$portfolio_cats = get_the_term_list(  get_the_ID(), &#38;#39;portfolio_entries&#38;#39;, &#38;#39;&#38;#39;, &#38;#39;, &#38;#39;,&#38;#39;&#38;#39;);

						if($portfolio_cats &#38;amp;&#38;amp; !is_object($portfolio_cats))
						{
							echo &#38;#39;&#38;lt;span class=&#38;quot;blog-categories minor-meta&#38;quot;&#38;gt;&#38;#39;.__(&#38;#39;in &#38;#39;,&#38;#39;avia_framework&#38;#39;);
							echo $portfolio_cats;
							echo &#38;#39; &#38;lt;/span&#38;gt;&#38;lt;span class=&#38;quot;text-sep&#38;quot;&#38;gt;/&#38;lt;/span&#38;gt; &#38;#39;;
						}

						echo &#38;#39;&#38;lt;span class=&#38;quot;blog-author minor-meta&#38;quot;&#38;gt;&#38;#39;.__(&#38;#39;by &#38;#39;,&#38;#39;avia_framework&#38;#39;);
						the_author_posts_link();
						echo &#38;#39;&#38;lt;/span&#38;gt;&#38;#39;;

						?&#38;gt;

					&#38;lt;/span&#38;gt;	

				&#38;lt;/div&#38;gt;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;2) Open up single.php and delete&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;//wordpress function that loads the comments template &#38;quot;comments.php&#38;quot;
					comments_template( &#38;#39;/includes/comments.php&#38;#39;);&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;3) Open up header.php and delete&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;echo &#38;#39;	&#38;lt;li class=&#38;quot;rss&#38;quot;&#38;gt;&#38;lt;a href=&#38;quot;&#38;#39;.avia_get_option(&#38;#39;feedburner&#38;#39;,get_bloginfo(&#38;#39;rss2_url&#38;#39;)).&#38;#39;&#38;quot;&#38;gt;RSS&#38;lt;/a&#38;gt;&#38;lt;/li&#38;gt;&#38;#39;;&#60;/code&#62;&#60;/pre&#62;</description>
		</item>
		<item>
			<title>giabardo on "How to hide Blog author / categories / comment count &#124;&#124; How to remove the RSS"</title>
			<link>http://www.kriesi.at/support/topic/how-to-hide-blog-author-categories-comment-count-how-to-remove-the-rss#post-109194</link>
			<pubDate>Mon, 06 May 2013 11:11:32 +0000</pubDate>
			<dc:creator>giabardo</dc:creator>
			<guid isPermaLink="false">109194@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi there, Hi have installed Angular on &#60;a href=&#34;http://www.dossofiorito.com&#34; rel=&#34;nofollow&#34;&#62;http://www.dossofiorito.com&#60;/a&#62;&#60;br /&#62;
I would like to do 3 customization:&#60;/p&#62;
&#60;p&#62;1. remove the comment/ categories/author  from the top part of my posts. I would also like to remove the pen icon on the left&#60;br /&#62;
&#60;a href=&#34;http://www.dossofiorito.com/lightscape-press-kit/&#34; rel=&#34;nofollow&#34;&#62;http://www.dossofiorito.com/lightscape-press-kit/&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;2. Remove the comment/pingback section at the bottom of the posts&#60;/p&#62;
&#60;p&#62;3. I would like to be able to remove the RSS icon from the header.&#60;/p&#62;
&#60;p&#62;Tried to look in the threads but could't find a solution that worhed here. I have digged into the various .psp an css but with no luck...I need some direction please&#60;/p&#62;
&#60;p&#62;g.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>gswift1 on "How to remove Single Product title with Hook?"</title>
			<link>http://www.kriesi.at/support/topic/how-to-remove-single-product-title-with-hook#post-108244</link>
			<pubDate>Wed, 01 May 2013 17:55:55 +0000</pubDate>
			<dc:creator>gswift1</dc:creator>
			<guid isPermaLink="false">108244@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey Dude,&#60;br /&#62;
I didn't even think of that.&#60;br /&#62;
Great idea I was able to remove it thank you.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "How to remove Single Product title with Hook?"</title>
			<link>http://www.kriesi.at/support/topic/how-to-remove-single-product-title-with-hook#post-107928</link>
			<pubDate>Tue, 30 Apr 2013 05:58:24 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">107928@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Actually the code should work. If it does not open up wp-content\themes\propulsion\config-woocommerce\config.php and replace:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;add_action( &#38;#39;avia_add_to_cart&#38;#39;, &#38;#39;woocommerce_template_single_add_to_cart&#38;#39;, 30, 2 );&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;with:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;//add_action( &#38;#39;avia_add_to_cart&#38;#39;, &#38;#39;woocommerce_template_single_add_to_cart&#38;#39;, 30, 2 );&#60;/code&#62;&#60;/pre&#62;</description>
		</item>
		<item>
			<title>gswift1 on "How to remove Single Product title with Hook?"</title>
			<link>http://www.kriesi.at/support/topic/how-to-remove-single-product-title-with-hook#post-107864</link>
			<pubDate>Tue, 30 Apr 2013 00:09:42 +0000</pubDate>
			<dc:creator>gswift1</dc:creator>
			<guid isPermaLink="false">107864@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi Devin,&#60;br /&#62;
Thanks for the suggestion.&#60;br /&#62;
I went ahead and set the display to none.&#60;/p&#62;
&#60;p&#62;I am having the same issue with the add to cart area I was able to add it elsewhere,  but I can not remove it from under the product image on a single product page.&#60;br /&#62;
I tried&#60;br /&#62;
&#60;code&#62; remove_action( 'avia_add_to_cart', 'woocommerce_template_single_add_to_cart', 30, 2 ); &#60;/code&#62;&#60;/p&#62;
&#60;p&#62;Again is there hook I could use to remove it?&#60;br /&#62;
Thank you.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Devin on "How to remove Single Product title with Hook?"</title>
			<link>http://www.kriesi.at/support/topic/how-to-remove-single-product-title-with-hook#post-107790</link>
			<pubDate>Mon, 29 Apr 2013 15:10:42 +0000</pubDate>
			<dc:creator>Devin</dc:creator>
			<guid isPermaLink="false">107790@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi gswift1,&#60;/p&#62;
&#60;p&#62;As far as I know there isn't a hook for something like that. You could potentially use a filter (maybe) but it would be much easier to just target that specific product with css and do a display: none on the title of it.&#60;/p&#62;
&#60;p&#62;Regards,&#60;/p&#62;
&#60;p&#62;Devin
&#60;/p&#62;</description>
		</item>
		<item>
			<title>gswift1 on "How to remove Single Product title with Hook?"</title>
			<link>http://www.kriesi.at/support/topic/how-to-remove-single-product-title-with-hook#post-107669</link>
			<pubDate>Sun, 28 Apr 2013 15:58:49 +0000</pubDate>
			<dc:creator>gswift1</dc:creator>
			<guid isPermaLink="false">107669@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi how can I remove the title of a Single Product using a hook?&#60;br /&#62;
I was able to add the title elsewhere using&#60;br /&#62;
add_action('woocommerce_before_single_product_summary', 'avia_title' );&#60;br /&#62;
But I am unable to remove the original.&#60;/p&#62;
&#60;p&#62;Thanks
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "Remove Page Title from Front Page (Home)"</title>
			<link>http://www.kriesi.at/support/topic/remove-page-title-from-front-page-home#post-105601</link>
			<pubDate>Mon, 15 Apr 2013 07:01:31 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">105601@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey! &#60;/p&#62;
&#60;p&#62; Great :) &#60;/p&#62;
&#60;p&#62; Regards,&#60;br /&#62;
Peter
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "Remove &#34;Related Products&#34; on Shop page"</title>
			<link>http://www.kriesi.at/support/topic/remove-related-products-on-shop-page#post-105600</link>
			<pubDate>Mon, 15 Apr 2013 07:01:05 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">105600@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey! &#60;/p&#62;
&#60;p&#62; Glad you found a solution :) &#60;/p&#62;
&#60;p&#62; Best regards,&#60;br /&#62;
Peter
&#60;/p&#62;</description>
		</item>
		<item>
			<title>dmustful on "Remove &#34;Related Products&#34; on Shop page"</title>
			<link>http://www.kriesi.at/support/topic/remove-related-products-on-shop-page#post-105560</link>
			<pubDate>Sun, 14 Apr 2013 22:08:24 +0000</pubDate>
			<dc:creator>dmustful</dc:creator>
			<guid isPermaLink="false">105560@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Found this answer on Woocommerce site. Had this issue after updating wool 2.0.7 and Propulsion 1.9.1 and it worked for me. It took out the Related product's hr flag and everything from my product pages. &#60;/p&#62;
&#60;p&#62;Page on Woo...&#60;br /&#62;
&#60;a href=&#34;http://docs.woothemes.com/document/remove-related-posts-output/&#34; rel=&#34;nofollow&#34;&#62;http://docs.woothemes.com/document/remove-related-posts-output/&#60;/a&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>ehong33234 on "Remove Page Title from Front Page (Home)"</title>
			<link>http://www.kriesi.at/support/topic/remove-page-title-from-front-page-home#post-105556</link>
			<pubDate>Sun, 14 Apr 2013 20:39:55 +0000</pubDate>
			<dc:creator>ehong33234</dc:creator>
			<guid isPermaLink="false">105556@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Okay, this worked perfectly, thanks a ton! Verified on Chrome and Safari.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "Remove Page Title from Front Page (Home)"</title>
			<link>http://www.kriesi.at/support/topic/remove-page-title-from-front-page-home#post-105527</link>
			<pubDate>Sun, 14 Apr 2013 17:04:36 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">105527@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Please use:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;.home .container_wrap .container &#38;gt; h1:not(.logo) {
display: none;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;or (if you want to be sure that your website is compatible with older browsers too):&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;.home .container_wrap .container &#38;gt; h1 {
display: none;
}

.home .container_wrap .container h1.logo {
display: block !important;
}&#60;/code&#62;&#60;/pre&#62;</description>
		</item>

	</channel>
</rss>
