<?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: page titles - Recent Posts</title>
		<link>http://www.kriesi.at/support/tags/page-titles</link>
		<description>Support Forum - Tag: page titles - Recent Posts</description>
		<language>en-US</language>
		<pubDate>Thu, 20 Jun 2013 03:19:56 +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/page-titles" rel="self" type="application/rss+xml" />

		<item>
			<title>Dude on "Hiding Page Titles"</title>
			<link>http://www.kriesi.at/support/topic/hiding-page-titles#post-102810</link>
			<pubDate>Sun, 24 Mar 2013 06:59:40 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">102810@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi! &#60;/p&#62;
&#60;p&#62; Sry typo - needs to be display: and not display.&#60;br /&#62;
I corrected the code.&#60;/p&#62;
&#60;p&#62; Best regards,&#60;br /&#62;
Peter
&#60;/p&#62;</description>
		</item>
		<item>
			<title>jmwilliams83 on "Hiding Page Titles"</title>
			<link>http://www.kriesi.at/support/topic/hiding-page-titles#post-102616</link>
			<pubDate>Fri, 22 Mar 2013 10:47:59 +0000</pubDate>
			<dc:creator>jmwilliams83</dc:creator>
			<guid isPermaLink="false">102616@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;It didn't work. :(
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "Hiding Page Titles"</title>
			<link>http://www.kriesi.at/support/topic/hiding-page-titles#post-102590</link>
			<pubDate>Fri, 22 Mar 2013 07:26:36 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">102590@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi! &#60;/p&#62;
&#60;p&#62; Yes, you can use following css code (insert it into the quick css field):&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;h3.dynamic-column-title{
display: none !important;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62; Best regards,&#60;br /&#62;
Peter
&#60;/p&#62;</description>
		</item>
		<item>
			<title>jmwilliams83 on "Hiding Page Titles"</title>
			<link>http://www.kriesi.at/support/topic/hiding-page-titles#post-102575</link>
			<pubDate>Fri, 22 Mar 2013 03:52:22 +0000</pubDate>
			<dc:creator>jmwilliams83</dc:creator>
			<guid isPermaLink="false">102575@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Is there a way to hide page titles completely when they are inserted in the Column Element of the template builder.  See &#60;a href=&#34;http://relevantfl.org/events/onesound-2013/&#34; rel=&#34;nofollow&#34;&#62;http://relevantfl.org/events/onesound-2013/&#60;/a&#62; as an example.  Note that ONESOUND 2013 is the name of the page so it appears yet again above the form.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Devin on "Disabling Category &#38; page titles globally"</title>
			<link>http://www.kriesi.at/support/topic/disabling-category-page-titles-globally#post-101156</link>
			<pubDate>Wed, 13 Mar 2013 16:51:02 +0000</pubDate>
			<dc:creator>Devin</dc:creator>
			<guid isPermaLink="false">101156@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Glad we could help :)&#60;/p&#62;
&#60;p&#62;Let us know if you have any other questions or issues.&#60;/p&#62;
&#60;p&#62;Regards,&#60;/p&#62;
&#60;p&#62;Devin
&#60;/p&#62;</description>
		</item>
		<item>
			<title>eldiablosf on "Disabling Category &#38; page titles globally"</title>
			<link>http://www.kriesi.at/support/topic/disabling-category-page-titles-globally#post-100984</link>
			<pubDate>Tue, 12 Mar 2013 22:08:24 +0000</pubDate>
			<dc:creator>eldiablosf</dc:creator>
			<guid isPermaLink="false">100984@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Awesome.  thanks a lot!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Devin on "Disabling Category &#38; page titles globally"</title>
			<link>http://www.kriesi.at/support/topic/disabling-category-page-titles-globally#post-100022</link>
			<pubDate>Thu, 07 Mar 2013 14:25:31 +0000</pubDate>
			<dc:creator>Devin</dc:creator>
			<guid isPermaLink="false">100022@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi eldiablosf,&#60;/p&#62;
&#60;p&#62;Try adding the following CSS to your Quick CSS (located under the Styling Tab in the theme options) or the custom.css file in the css folder of your theme files:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;#top #main .title_container {
display: none;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;That removes the title container from all instances of the site.&#60;/p&#62;
&#60;p&#62;Regards,&#60;/p&#62;
&#60;p&#62;Devin
&#60;/p&#62;</description>
		</item>
		<item>
			<title>eldiablosf on "Disabling Category &#38; page titles globally"</title>
			<link>http://www.kriesi.at/support/topic/disabling-category-page-titles-globally#post-99892</link>
			<pubDate>Wed, 06 Mar 2013 21:03:48 +0000</pubDate>
			<dc:creator>eldiablosf</dc:creator>
			<guid isPermaLink="false">99892@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi there!&#60;/p&#62;
&#60;p&#62;I would like to disable the page titles and breadcrumbs globally.  I know I can do it by using a template from the template builder, but what about a category page?  and can I just disable all page titles and crumbs so I dont have to do it one by one on sooo many pages?&#60;/p&#62;
&#60;p&#62;thanks for your help!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Ismael on "How do I remove page titles from content area?"</title>
			<link>http://www.kriesi.at/support/topic/how-do-i-remove-page-titles-from-content-area#post-94770</link>
			<pubDate>Sun, 03 Feb 2013 07:26:14 +0000</pubDate>
			<dc:creator>Ismael</dc:creator>
			<guid isPermaLink="false">94770@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;You add something like at the very bottom of the style.css to hide the page title.&#60;/p&#62;
&#60;p&#62;&#60;code&#62;h2{display:none}&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;Regards,&#60;br /&#62;
Ismael
&#60;/p&#62;</description>
		</item>
		<item>
			<title>PeterCunneen on "How do I remove page titles from content area?"</title>
			<link>http://www.kriesi.at/support/topic/how-do-i-remove-page-titles-from-content-area#post-94675</link>
			<pubDate>Sat, 02 Feb 2013 14:27:18 +0000</pubDate>
			<dc:creator>PeterCunneen</dc:creator>
			<guid isPermaLink="false">94675@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey guys.  When I saw this post title I thought it might contain information that I would like to know. i.e. how I remove the page titles from the content area of pages.  Just a suggestion but if someone has worked out the answer, it might be worth posting it anyway so the rest of us can learn without having to ask the question again.  Any help much appreciated
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Ismael on "I would like to remove the page title thread."</title>
			<link>http://www.kriesi.at/support/topic/i-would-like-to-remove-the-page-title-thread#post-94581</link>
			<pubDate>Fri, 01 Feb 2013 23:44:19 +0000</pubDate>
			<dc:creator>Ismael</dc:creator>
			<guid isPermaLink="false">94581@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi again,&#60;/p&#62;
&#60;p&#62;You can remove the title by placing this on your custom.css&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;.title_container {
display: none;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Regards,&#60;br /&#62;
Ismael
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Ismael on "I would like to remove the page title thread."</title>
			<link>http://www.kriesi.at/support/topic/i-would-like-to-remove-the-page-title-thread#post-94580</link>
			<pubDate>Fri, 01 Feb 2013 23:43:26 +0000</pubDate>
			<dc:creator>Ismael</dc:creator>
			<guid isPermaLink="false">94580@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;Can you give us a link to the page with a custom widget?&#60;/p&#62;
&#60;p&#62;Regards,&#60;br /&#62;
Ismael
&#60;/p&#62;</description>
		</item>
		<item>
			<title>MarkHuntley on "I would like to remove the page title thread."</title>
			<link>http://www.kriesi.at/support/topic/i-would-like-to-remove-the-page-title-thread#post-94571</link>
			<pubDate>Fri, 01 Feb 2013 20:55:53 +0000</pubDate>
			<dc:creator>MarkHuntley</dc:creator>
			<guid isPermaLink="false">94571@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;Please could you let me know how to remove the page titles that appear below the navigation and close up the gap between the navigation and main content.&#60;/p&#62;
&#60;p&#62;I would also like to remove the product category title from the custom widget I am using in the dual sidebar format.&#60;/p&#62;
&#60;p&#62;Thanks for you help.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Ismael on "Product Category Page Title Positioning"</title>
			<link>http://www.kriesi.at/support/topic/product-category-page-title-positioning#post-73395</link>
			<pubDate>Wed, 29 Aug 2012 02:52:00 +0000</pubDate>
			<dc:creator>Ismael</dc:creator>
			<guid isPermaLink="false">73395@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi lcburns,&#60;/p&#62;
&#60;p&#62;Glad that Nick helped you. :)&#60;/p&#62;
&#60;p&#62;Cheers,&#60;br /&#62;
Ismael
&#60;/p&#62;</description>
		</item>
		<item>
			<title>lcburns on "Product Category Page Title Positioning"</title>
			<link>http://www.kriesi.at/support/topic/product-category-page-title-positioning#post-73324</link>
			<pubDate>Tue, 28 Aug 2012 20:12:21 +0000</pubDate>
			<dc:creator>lcburns</dc:creator>
			<guid isPermaLink="false">73324@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;It does...thanks!  I was leaving out the _image.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Nick on "Product Category Page Title Positioning"</title>
			<link>http://www.kriesi.at/support/topic/product-category-page-title-positioning#post-73282</link>
			<pubDate>Tue, 28 Aug 2012 16:51:51 +0000</pubDate>
			<dc:creator>Nick</dc:creator>
			<guid isPermaLink="false">73282@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;This will work:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;.title_container_image {padding-left: 10px} /*was 50px before */&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Thanks,&#60;/p&#62;
&#60;p&#62;Nick
&#60;/p&#62;</description>
		</item>
		<item>
			<title>lcburns on "Product Category Page Title Positioning"</title>
			<link>http://www.kriesi.at/support/topic/product-category-page-title-positioning#post-73238</link>
			<pubDate>Tue, 28 Aug 2012 11:56:20 +0000</pubDate>
			<dc:creator>lcburns</dc:creator>
			<guid isPermaLink="false">73238@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Yes, all I did was remove the thumbnail with css...that's all the code that was modified, nothing else:&#60;/p&#62;
&#60;p&#62;.category_thumb {display:none !important;}&#60;/p&#62;
&#60;p&#62;Now the page-title needs to be moved over, if possible.&#60;/p&#62;
&#60;p&#62;Thanks -
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Nick on "Product Category Page Title Positioning"</title>
			<link>http://www.kriesi.at/support/topic/product-category-page-title-positioning#post-73232</link>
			<pubDate>Tue, 28 Aug 2012 11:04:14 +0000</pubDate>
			<dc:creator>Nick</dc:creator>
			<guid isPermaLink="false">73232@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;I am sorry, you removed images that sit normally to the left of title? By using css to cover it up or removing a section of code? Please show us the code, otherwise this will not be very effective and I want to make sure we do our best to find a solution&#60;/p&#62;
&#60;p&#62;Thanks,&#60;/p&#62;
&#60;p&#62;Nick
&#60;/p&#62;</description>
		</item>
		<item>
			<title>garrettdanielson on "Editing h1 tags"</title>
			<link>http://www.kriesi.at/support/topic/editing-h1-tags#post-73171</link>
			<pubDate>Tue, 28 Aug 2012 04:49:42 +0000</pubDate>
			<dc:creator>garrettdanielson</dc:creator>
			<guid isPermaLink="false">73171@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Thanks for your help!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>lcburns on "Product Category Page Title Positioning"</title>
			<link>http://www.kriesi.at/support/topic/product-category-page-title-positioning#post-73102</link>
			<pubDate>Mon, 27 Aug 2012 19:52:04 +0000</pubDate>
			<dc:creator>lcburns</dc:creator>
			<guid isPermaLink="false">73102@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hello,&#60;/p&#62;
&#60;p&#62;I can show you the images below...will this suffice?  The 'collection' photo is the main shop page and the 'dinnerware' photo is showing the category.  I removed the thumbnail image on the category page (this image normally sits to the left of the page title).  I've removed it since I've added a banner image below and it would be redundant to keep it.  (I may have to keep it, however).&#60;/p&#62;
&#60;p&#62;Since it's removal, the 'dinnerware' page title needs to be left justified now, but in doing so, it would move the 'collection' page over too, so I am just looking to move the category pages only.&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://imgur.com/ypCP0&#34; rel=&#34;nofollow&#34;&#62;http://imgur.com/ypCP0&#60;/a&#62;&#60;br /&#62;
&#60;a href=&#34;http://imgur.com/iPyd3&#34; rel=&#34;nofollow&#34;&#62;http://imgur.com/iPyd3&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Thanks for anything you can suggest.&#60;/p&#62;
&#60;p&#62;Leslie
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "Editing h1 tags"</title>
			<link>http://www.kriesi.at/support/topic/editing-h1-tags#post-72853</link>
			<pubDate>Sat, 25 Aug 2012 16:43:26 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">72853@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey! &#60;/p&#62;
&#60;p&#62; The structure of Flashlight is a bit diiferent and you need to open up/edit sidebar.php instead of header.php &#60;/p&#62;
&#60;p&#62; Best regards,&#60;br /&#62;
Peter
&#60;/p&#62;</description>
		</item>
		<item>
			<title>garrettdanielson on "Editing h1 tags"</title>
			<link>http://www.kriesi.at/support/topic/editing-h1-tags#post-72843</link>
			<pubDate>Sat, 25 Aug 2012 14:52:23 +0000</pubDate>
			<dc:creator>garrettdanielson</dc:creator>
			<guid isPermaLink="false">72843@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Ishmael,&#60;/p&#62;
&#60;p&#62;My header.php file does not contain that code. Below is my entire header.php file:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;&#38;lt;!DOCTYPE html&#38;gt;
&#38;lt;html &#38;lt;?php language_attributes(); ?&#38;gt; class=&#38;#39;html_container &#38;#39;&#38;gt;
&#38;lt;head&#38;gt;
&#38;lt;meta charset=&#38;quot;&#38;lt;?php bloginfo( &#38;#39;charset&#38;#39; ); ?&#38;gt;&#38;quot; /&#38;gt;
&#38;lt;?php
	global $avia_config;

	/*
	 * outputs a rel=follow or nofollow tag to circumvent google duplicate content for archives
	 * located in framework/php/function-set-avia-frontend.php
	 */
	 if (function_exists(&#38;#39;avia_set_follow&#38;#39;)) { echo avia_set_follow(); }

?&#38;gt;

&#38;lt;!-- page title, displayed in your browser bar --&#38;gt;
&#38;lt;title&#38;gt;&#38;lt;?php bloginfo(&#38;#39;name&#38;#39;); ?&#38;gt; &#124; &#38;lt;?php is_home() ? bloginfo(&#38;#39;description&#38;#39;) : wp_title(&#38;#39;&#38;#39;); ?&#38;gt;&#38;lt;/title&#38;gt;

&#38;lt;!-- add feeds, pingback and stuff--&#38;gt;
&#38;lt;link rel=&#38;quot;profile&#38;quot; href=&#38;quot;http://gmpg.org/xfn/11&#38;quot; /&#38;gt;
&#38;lt;link rel=&#38;quot;alternate&#38;quot; type=&#38;quot;application/rss+xml&#38;quot; title=&#38;quot;&#38;lt;?php echo get_bloginfo(&#38;#39;name&#38;#39;); ?&#38;gt; RSS2 Feed&#38;quot; href=&#38;quot;&#38;lt;?php avia_option(&#38;#39;feedburner&#38;#39;,get_bloginfo(&#38;#39;rss2_url&#38;#39;)); ?&#38;gt;&#38;quot; /&#38;gt;
&#38;lt;link rel=&#38;quot;pingback&#38;quot; href=&#38;quot;&#38;lt;?php bloginfo( &#38;#39;pingback_url&#38;#39; ); ?&#38;gt;&#38;quot; /&#38;gt;

&#38;lt;!-- add css stylesheets --&#38;gt;
&#38;lt;link rel=&#38;quot;stylesheet&#38;quot; type=&#38;quot;text/css&#38;quot; media=&#38;quot;all&#38;quot; href=&#38;quot;&#38;lt;?php bloginfo( &#38;#39;stylesheet_url&#38;#39; ); ?&#38;gt;&#38;quot; /&#38;gt;
&#38;lt;link rel=&#38;quot;stylesheet&#38;quot; href=&#38;quot;&#38;lt;?php echo get_bloginfo(&#38;#39;template_url&#38;#39;); ?&#38;gt;/js/prettyPhoto/css/prettyPhoto.css&#38;quot; type=&#38;quot;text/css&#38;quot; media=&#38;quot;screen&#38;quot;/&#38;gt;
&#38;lt;link rel=&#38;quot;stylesheet&#38;quot; href=&#38;quot;&#38;lt;?php echo get_bloginfo(&#38;#39;template_url&#38;#39;); ?&#38;gt;/js/projekktor/theme/style.css&#38;quot; type=&#38;quot;text/css&#38;quot; media=&#38;quot;screen&#38;quot;/&#38;gt;
&#38;lt;link rel=&#38;quot;stylesheet&#38;quot; href=&#38;quot;&#38;lt;?php echo get_bloginfo(&#38;#39;template_url&#38;#39;); ?&#38;gt;/css/&#38;lt;?php avia_option(&#38;#39;stylesheet&#38;#39;, &#38;#39;light-skin.css&#38;#39;); ?&#38;gt;&#38;quot; type=&#38;quot;text/css&#38;quot; media=&#38;quot;screen&#38;quot;/&#38;gt;
&#38;lt;link rel=&#38;quot;stylesheet&#38;quot; href=&#38;quot;&#38;lt;?php echo get_bloginfo(&#38;#39;template_url&#38;#39;); ?&#38;gt;/css/shortcodes.css&#38;quot; type=&#38;quot;text/css&#38;quot; media=&#38;quot;screen&#38;quot;/&#38;gt;
&#38;lt;link rel=&#38;quot;stylesheet&#38;quot; href=&#38;quot;&#38;lt;?php echo get_bloginfo(&#38;#39;template_url&#38;#39;); ?&#38;gt;/css/slideshow.css&#38;quot; type=&#38;quot;text/css&#38;quot; media=&#38;quot;screen&#38;quot;/&#38;gt;

&#38;lt;?php

	/* add javascript */
	wp_enqueue_script( &#38;#39;jquery&#38;#39; );
	wp_enqueue_script( &#38;#39;avia-default&#38;#39; );
	wp_enqueue_script( &#38;#39;avia-prettyPhoto&#38;#39; );
	wp_enqueue_script( &#38;#39;avia-html5-video&#38;#39; );
	wp_enqueue_script( &#38;#39;avia_fade_slider&#38;#39; );
	wp_enqueue_script( &#38;#39;avia_fullscreen_slider&#38;#39; );
	wp_enqueue_script( &#38;#39;avia_masonry&#38;#39; );

	/* We add some JavaScript to pages with the comment form
	 * to support sites with threaded comments (when in use).
	 */
	if ( is_singular() &#38;amp;&#38;amp; get_option( &#38;#39;thread_comments&#38;#39; ) ) { wp_enqueue_script( &#38;#39;comment-reply&#38;#39; ); }

?&#38;gt;

&#38;lt;!-- plugin and theme output with wp_head() --&#38;gt;
&#38;lt;?php 

	/* Always have wp_head() just before the closing &#38;lt;/head&#38;gt;
	 * tag of your theme, or you will break many plugins, which
	 * generally use this hook to add elements to &#38;lt;head&#38;gt; such
	 * as styles, scripts, and meta tags.
	 */

	wp_head();
	$fullwidth_slider = new avia_gallery_slider();
?&#38;gt;

&#38;lt;!-- custom.css file: use this file to add your own styles and overwrite the theme defaults --&#38;gt;
&#38;lt;link rel=&#38;quot;stylesheet&#38;quot; href=&#38;quot;&#38;lt;?php echo get_bloginfo(&#38;#39;template_url&#38;#39;); ?&#38;gt;/css/custom.css&#38;quot; type=&#38;quot;text/css&#38;quot; media=&#38;quot;screen&#38;quot;/&#38;gt;
&#38;lt;!--[if lt IE 8]&#38;gt;
&#38;lt;style type=&#38;#39;text/css&#38;#39;&#38;gt; .one_fourth	{ width:21.5%;} &#38;lt;/style&#38;gt;
&#38;lt;![endif]--&#38;gt;

&#38;lt;/head&#38;gt;

&#38;lt;body id=&#38;quot;top&#38;quot; &#38;lt;?php body_class(avia_get_option(&#38;#39;sidebar_position&#38;#39;).&#38;quot; &#38;quot;.$fullwidth_slider-&#38;gt;instant_gal().&#38;quot; &#38;quot;. avia_get_option(&#38;#39;boxed&#38;#39;). &#38;quot; &#38;quot;.avia_get_browser()); ?&#38;gt;&#38;gt;

	&#38;lt;?php
	$fullwidth_slider-&#38;gt;display();
	?&#38;gt;

	&#38;lt;a class=&#38;#39;return_content&#38;#39; href=&#38;#39;#return_content&#38;#39;&#38;gt;&#38;lt;?php _e(&#38;#39;show sidebar &#38;amp; content&#38;#39;,&#38;#39;avia_framework&#38;#39;); ?&#38;gt;&#38;lt;/a&#38;gt;
	&#38;lt;div id=&#38;#39;wrap_all&#38;#39;&#38;gt;

	&#38;lt;!-- ####### HEAD CONTAINER ####### --&#38;gt;
			&#38;lt;div class=&#38;#39;container_wrap&#38;#39; id=&#38;#39;header&#38;#39;&#38;gt;

			&#38;lt;/div&#38;gt;
			&#38;lt;!-- end container_wrap_header --&#38;gt;

	&#38;lt;!-- ####### END HEAD CONTAINER ####### --&#38;gt;&#60;/code&#62;&#60;/pre&#62;</description>
		</item>
		<item>
			<title>Ismael on "Editing h1 tags"</title>
			<link>http://www.kriesi.at/support/topic/editing-h1-tags#post-72790</link>
			<pubDate>Sat, 25 Aug 2012 03:46:56 +0000</pubDate>
			<dc:creator>Ismael</dc:creator>
			<guid isPermaLink="false">72790@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;Open header.php and find this code&#60;/p&#62;
&#60;p&#62;&#60;code&#62;echo avia_logo();&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;Replace it with &#60;/p&#62;
&#60;p&#62;&#60;code&#62;echo &#38;quot;&#38;lt;h1 class=&#38;#39;logo&#38;#39;&#38;gt;&#38;lt;a href=&#38;#39;&#38;quot;.home_url(&#38;#39;/&#38;#39;).&#38;quot;&#38;#39;&#38;gt;&#38;lt;/a&#38;gt;&#38;lt;/h1&#38;gt;&#38;quot;;&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;Put the style below on your custom.css, make sure that the image logo23.png is 180x103px.&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;#top .logo, .logo a {
display: block;
position: relative;
border: none;
padding: 0;
margin: 0;
float: left;
text-align: center;
max-width: 180px;
height: 103px;
background: url(&#38;#39;http://pinebrand.com/wp-content/uploads/2011/09/logo23.png&#38;#39;) no-repeat;
width: 180px;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Regards,&#60;br /&#62;
Ismael
&#60;/p&#62;</description>
		</item>
		<item>
			<title>garrettdanielson on "Editing h1 tags"</title>
			<link>http://www.kriesi.at/support/topic/editing-h1-tags#post-72772</link>
			<pubDate>Fri, 24 Aug 2012 21:38:26 +0000</pubDate>
			<dc:creator>garrettdanielson</dc:creator>
			<guid isPermaLink="false">72772@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hello,&#60;/p&#62;
&#60;p&#62;I'm working on my SEO and would like to change the h1 tags to the title of the respective page with the logo as a CSS background-image rather than calling the logo within the h1 tag.&#60;/p&#62;
&#60;p&#62;Any suggestions?&#60;/p&#62;
&#60;p&#62;Thanks,&#60;/p&#62;
&#60;p&#62;Garrett&#60;br /&#62;
&#60;a href=&#34;http://www.pinebrand.com&#34; rel=&#34;nofollow&#34;&#62;http://www.pinebrand.com&#60;/a&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Nick on "Product Category Page Title Positioning"</title>
			<link>http://www.kriesi.at/support/topic/product-category-page-title-positioning#post-71858</link>
			<pubDate>Mon, 20 Aug 2012 08:11:53 +0000</pubDate>
			<dc:creator>Nick</dc:creator>
			<guid isPermaLink="false">71858@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;Please save the html of the page to pastebin.com, and if you can do a screen capture and illustrate what needs to be moved and where, I will quickly assist you. Unfortunately I usually guess it wrong most of the time.&#60;/p&#62;
&#60;p&#62;Thanks,&#60;/p&#62;
&#60;p&#62;Nick
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Mya on "Page Titles &#38; Blog Titles"</title>
			<link>http://www.kriesi.at/support/topic/page-titles-blog-titles#post-71685</link>
			<pubDate>Sat, 18 Aug 2012 16:36:04 +0000</pubDate>
			<dc:creator>Mya</dc:creator>
			<guid isPermaLink="false">71685@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Okay, I was thinking the display:none; was working but I was going by your last post that it didn't. :D&#60;/p&#62;
&#60;p&#62;Regards,&#60;br /&#62;
Mya
&#60;/p&#62;</description>
		</item>
		<item>
			<title>baldwin121 on "Page Titles &#38; Blog Titles"</title>
			<link>http://www.kriesi.at/support/topic/page-titles-blog-titles#post-71681</link>
			<pubDate>Sat, 18 Aug 2012 16:22:17 +0000</pubDate>
			<dc:creator>baldwin121</dc:creator>
			<guid isPermaLink="false">71681@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;But, I did find a fix. &#60;/p&#62;
&#60;p&#62;&#38;lt;style&#38;gt;&#60;br /&#62;
.post-title&#60;br /&#62;
{&#60;br /&#62;
display: none !important;&#60;br /&#62;
}&#60;br /&#62;
&#38;lt;/style&#38;gt;&#60;/p&#62;
&#60;p&#62;Thanks for your help :-)
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Mya on "Page Titles &#38; Blog Titles"</title>
			<link>http://www.kriesi.at/support/topic/page-titles-blog-titles#post-71679</link>
			<pubDate>Sat, 18 Aug 2012 16:04:39 +0000</pubDate>
			<dc:creator>Mya</dc:creator>
			<guid isPermaLink="false">71679@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi baldwin121,&#60;/p&#62;
&#60;p&#62;Just so you know the reason the second you posted above didn't work is because of &#34;#top.home&#34;. The .home tells the browser to only apply the display:none; to the homepage.&#60;/p&#62;
&#60;p&#62;Can you give a specific page you're trying to hide the titles on? Reason I ask is when I go here &#60;a href=&#34;http://baldwin121.com/about/&#34; rel=&#34;nofollow&#34;&#62;http://baldwin121.com/about/&#60;/a&#62; I don't see what I assume to be the title &#34;About&#34; or &#34;About Us&#34;. Also, I notice when I look in your code I see this pasted into the HTML.&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;&#38;lt;style&#38;gt;
.post-title
{
display: none !important;
}
&#38;lt;/style&#38;gt;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;I assume you added this in the editor? If so, you should paste this into your custom.css or Quick CSS under Theme Options. You don't have to but it organizes the code better plus if you make changes you don't have to make them to every page.&#60;/p&#62;
&#60;p&#62;Regards,&#60;br /&#62;
Mya
&#60;/p&#62;</description>
		</item>
		<item>
			<title>baldwin121 on "Page Titles &#38; Blog Titles"</title>
			<link>http://www.kriesi.at/support/topic/page-titles-blog-titles#post-71677</link>
			<pubDate>Sat, 18 Aug 2012 15:24:53 +0000</pubDate>
			<dc:creator>baldwin121</dc:creator>
			<guid isPermaLink="false">71677@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Didn't work :(
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Ismael on "Page Titles &#38; Blog Titles"</title>
			<link>http://www.kriesi.at/support/topic/page-titles-blog-titles#post-71627</link>
			<pubDate>Sat, 18 Aug 2012 04:39:12 +0000</pubDate>
			<dc:creator>Ismael</dc:creator>
			<guid isPermaLink="false">71627@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi baldwin121,&#60;/p&#62;
&#60;p&#62;Try to use this code instead:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;.page .template-portfolio-overview .post-title {
   display: none;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Hope this helps. :)&#60;/p&#62;
&#60;p&#62;Cheers,&#60;br /&#62;
Ismael
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
