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

		<item>
			<title>Dude on "How disable/hide the text &#34;Permanent Link:&#34; in the ALT-text in images?"</title>
			<link>http://www.kriesi.at/support/topic/how-disablehide-the-text-permanent-link-in-the-alt-text-in-images#post-105267</link>
			<pubDate>Fri, 12 Apr 2013 07:49:43 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">105267@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi! &#60;/p&#62;
&#60;p&#62; Please try to clear your browser cache - I just tested your website and it works fine for me. &#60;a href=&#34;http://www.screenr.com/Cx37&#34; rel=&#34;nofollow&#34;&#62;http://www.screenr.com/Cx37&#60;/a&#62; &#60;/p&#62;
&#60;p&#62; Regards,&#60;br /&#62;
Peter
&#60;/p&#62;</description>
		</item>
		<item>
			<title>1st-replicant on "How disable/hide the text &#34;Permanent Link:&#34; in the ALT-text in images?"</title>
			<link>http://www.kriesi.at/support/topic/how-disablehide-the-text-permanent-link-in-the-alt-text-in-images#post-105216</link>
			<pubDate>Thu, 11 Apr 2013 20:07:12 +0000</pubDate>
			<dc:creator>1st-replicant</dc:creator>
			<guid isPermaLink="false">105216@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;@Dude,,&#60;/p&#62;
&#60;p&#62;i've done the modification on the avia.js file - but it didn't solved the problem !&#60;/p&#62;
&#60;p&#62;--&#60;br /&#62;
regards&#60;/p&#62;
&#60;p&#62;Michael
&#60;/p&#62;</description>
		</item>
		<item>
			<title>1st-replicant on "How disable/hide the text &#34;Permanent Link:&#34; in the ALT-text in images?"</title>
			<link>http://www.kriesi.at/support/topic/how-disablehide-the-text-permanent-link-in-the-alt-text-in-images#post-105178</link>
			<pubDate>Thu, 11 Apr 2013 11:19:03 +0000</pubDate>
			<dc:creator>1st-replicant</dc:creator>
			<guid isPermaLink="false">105178@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;@Dude,&#60;/p&#62;
&#60;p&#62;thanks a lot for your recommendation, I will try today evening ...&#60;/p&#62;
&#60;p&#62;--&#60;br /&#62;
Regards
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "How disable/hide the text &#34;Permanent Link:&#34; in the ALT-text in images?"</title>
			<link>http://www.kriesi.at/support/topic/how-disablehide-the-text-permanent-link-in-the-alt-text-in-images#post-105166</link>
			<pubDate>Thu, 11 Apr 2013 10:23:11 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">105166@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;In this case I'd recommend to use jquery to remove the title attribute if the user hovers the cursor over the link. Open up wp-content/themes/flashlight/avia.js and at the very bottom of the file insert:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;jQuery(document).ready(function(){
        jQuery(&#38;quot;a&#38;quot;).hover(function(){
        var title = jQuery(this).attr(&#38;quot;title&#38;quot;);
        jQuery(this).attr(&#38;quot;tmp_title&#38;quot;, title);
        jQuery(this).attr(&#38;quot;title&#38;quot;,&#38;quot;&#38;quot;);
        },
        function() { // Fired when we leave the element
        var title = jQuery(this).attr(&#38;quot;tmp_title&#38;quot;);
        jQuery(this).attr(&#38;quot;title&#38;quot;, title);
        });
});&#60;/code&#62;&#60;/pre&#62;</description>
		</item>
		<item>
			<title>1st-replicant on "How disable/hide the text &#34;Permanent Link:&#34; in the ALT-text in images?"</title>
			<link>http://www.kriesi.at/support/topic/how-disablehide-the-text-permanent-link-in-the-alt-text-in-images#post-105115</link>
			<pubDate>Wed, 10 Apr 2013 19:43:37 +0000</pubDate>
			<dc:creator>1st-replicant</dc:creator>
			<guid isPermaLink="false">105115@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;@Dude&#60;/p&#62;
&#60;p&#62;The problem isn't fixed - I've done your recommended code-replace, and deleted the cache.&#60;/p&#62;
&#60;p&#62;But I've found out, that NOT the ALT-text is displayed in the small yellow box (at mouse-over) - it is the TITLE-text!&#60;br /&#62;
In the blog there is still&#60;/p&#62;
&#60;p&#62;&#34;Permanent Link: Example Title-Text&#34;&#60;/p&#62;
&#60;p&#62;in every small yellow-box (mouse-over over the the images) visible.&#60;br /&#62;
Any other ideas?&#60;/p&#62;
&#60;p&#62;--&#60;br /&#62;
Regards
&#60;/p&#62;</description>
		</item>
		<item>
			<title>1st-replicant on "How disable/hide the text &#34;Permanent Link:&#34; in the ALT-text in images?"</title>
			<link>http://www.kriesi.at/support/topic/how-disablehide-the-text-permanent-link-in-the-alt-text-in-images#post-105106</link>
			<pubDate>Wed, 10 Apr 2013 17:21:11 +0000</pubDate>
			<dc:creator>1st-replicant</dc:creator>
			<guid isPermaLink="false">105106@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi Dude,&#60;/p&#62;
&#60;p&#62;thanks for the hint, I will try this. What about the line&#60;/p&#62;
&#60;p&#62;&#60;code&#62;&#38;lt;a class=&#38;#39;external-link $class&#38;#39; href=&#38;#39;&#38;quot;.get_permalink().&#38;quot;&#38;#39; rel=&#38;#39;bookmark&#38;#39; title=&#38;#39;&#38;quot;.__(&#38;#39;Permanent Link:&#38;#39;,&#38;#39;avia_framework&#38;#39;).&#38;quot; &#38;quot;.get_the_title().&#38;quot;&#38;#39;&#38;gt;&#38;quot;.$image.&#38;quot;&#38;lt;/a&#38;gt;&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;in the loop-index.php?&#60;/p&#62;
&#60;p&#62;--&#60;br /&#62;
Regards
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "How disable/hide the text &#34;Permanent Link:&#34; in the ALT-text in images?"</title>
			<link>http://www.kriesi.at/support/topic/how-disablehide-the-text-permanent-link-in-the-alt-text-in-images#post-105054</link>
			<pubDate>Wed, 10 Apr 2013 11:06:24 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">105054@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Yes, open up wp-content\themes\flashlight\includes\loop-index.php and replace following code:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;&#38;lt;a href=&#38;quot;&#38;lt;?php echo get_permalink() ?&#38;gt;&#38;quot; rel=&#38;quot;bookmark&#38;quot; title=&#38;quot;&#38;lt;?php _e(&#38;#39;Permanent Link:&#38;#39;,&#38;#39;avia_framework&#38;#39;)?&#38;gt; &#38;lt;?php the_title(); ?&#38;gt;&#38;quot;&#38;gt;&#38;lt;?php the_title(); ?&#38;gt;&#38;lt;/a&#38;gt;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;with&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;&#38;lt;a href=&#38;quot;&#38;lt;?php echo get_permalink() ?&#38;gt;&#38;quot; rel=&#38;quot;bookmark&#38;quot;&#38;gt;&#38;lt;?php the_title(); ?&#38;gt;&#38;lt;/a&#38;gt;&#60;/code&#62;&#60;/pre&#62;</description>
		</item>
		<item>
			<title>1st-replicant on "How disable/hide the text &#34;Permanent Link:&#34; in the ALT-text in images?"</title>
			<link>http://www.kriesi.at/support/topic/how-disablehide-the-text-permanent-link-in-the-alt-text-in-images#post-105044</link>
			<pubDate>Wed, 10 Apr 2013 10:07:52 +0000</pubDate>
			<dc:creator>1st-replicant</dc:creator>
			<guid isPermaLink="false">105044@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi there,&#60;/p&#62;
&#60;p&#62;if I do a mouse-over over a picture (in my blog). The ALT-text - in the yellow box - begins always with&#60;br /&#62;
&#34;Permanent Link: title&#34;, for example the blog-entry &#34;Breakfast in America&#34; ALT-text shows: &#34;Permanent Link: Breakfast in America&#34;&#34;&#60;/p&#62;
&#60;p&#62;Please check here:&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://belichtungskorrektur.de/blog/&#34; rel=&#34;nofollow&#34;&#62;http://belichtungskorrektur.de/blog/&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;The source code:&#60;br /&#62;
&#38;lt;a class='external-link preview_image_full' href='http://belichtungskorrektur.de/breakfast-in-america/' &#60;/p&#62;
&#60;p&#62;rel='bookmark' title='Permanent Link: Breakfast in America'&#38;gt;&#38;lt;img width=&#34;430&#34; height=&#34;287&#34; &#60;/p&#62;
&#60;p&#62;src=&#34;http://belichtungskorrektur.de/wp-content/uploads/2013/04/Surfbrett-Kreidetafel-amerikanisches-Früh&#60;/p&#62;
&#60;p&#62;stück-430x287.jpg&#34; class=&#34;attachment-blog wp-post-image&#34; alt=&#34;Blonde Surferin präsentiert amerikanisches &#60;/p&#62;
&#60;p&#62;Frühstück auf Surfbrett als Kreidetafel&#34; /&#38;gt;&#60;/p&#62;
&#60;p&#62;How can I disable/hide the text &#34;Permanent Link:&#34; in the source code?&#60;br /&#62;
Do i need to modify some php-files? If so, a detailed description would be great and very helpful to me.&#60;/p&#62;
&#60;p&#62;Many thanks in advance.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Devin on "HOVER - Avia Jquery Issue (BUG)"</title>
			<link>http://www.kriesi.at/support/topic/hover-avia-jquery-issue-bug#post-101563</link>
			<pubDate>Sat, 16 Mar 2013 02:49:40 +0000</pubDate>
			<dc:creator>Devin</dc:creator>
			<guid isPermaLink="false">101563@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;I'm not sure I understand what you mean. The height attribute starts out as auto and then changes to a specific amount. Not the other way around. Either way the height shouldn't have any effect on the inside contents links.&#60;/p&#62;
&#60;p&#62;You can force however with:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;#top.woocommerce-page ul.products .product {
height: auto !important;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Regards,&#60;/p&#62;
&#60;p&#62;Devin
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Mr. Mask on "HOVER - Avia Jquery Issue (BUG)"</title>
			<link>http://www.kriesi.at/support/topic/hover-avia-jquery-issue-bug#post-101459</link>
			<pubDate>Fri, 15 Mar 2013 09:23:01 +0000</pubDate>
			<dc:creator>Mr. Mask</dc:creator>
			<guid isPermaLink="false">101459@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Strange. It's still bug in my chrome&#60;/p&#62;
&#60;p&#62;How to disable the height attribute when hover?
&#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>Devin on "HOVER - Avia Jquery Issue (BUG)"</title>
			<link>http://www.kriesi.at/support/topic/hover-avia-jquery-issue-bug#post-101017</link>
			<pubDate>Wed, 13 Mar 2013 05:44:06 +0000</pubDate>
			<dc:creator>Devin</dc:creator>
			<guid isPermaLink="false">101017@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Yes, I checked with Chrome, Firefox and IE all running the most recent stable versions.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Mr. Mask on "HOVER - Avia Jquery Issue (BUG)"</title>
			<link>http://www.kriesi.at/support/topic/hover-avia-jquery-issue-bug#post-101007</link>
			<pubDate>Wed, 13 Mar 2013 03:29:03 +0000</pubDate>
			<dc:creator>Mr. Mask</dc:creator>
			<guid isPermaLink="false">101007@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Are you using google chrome?&#60;br /&#62;
please try it with google chrome, I tried it with mozilla it's work fine
&#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 "HOVER - Avia Jquery Issue (BUG)"</title>
			<link>http://www.kriesi.at/support/topic/hover-avia-jquery-issue-bug#post-100973</link>
			<pubDate>Tue, 12 Mar 2013 20:39:23 +0000</pubDate>
			<dc:creator>Devin</dc:creator>
			<guid isPermaLink="false">100973@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi GravitatioN,&#60;/p&#62;
&#60;p&#62;I'm not having any issues single clicking on a product at your link. Changing the height does nothing to prevent the url from being selected by the users.&#60;/p&#62;
&#60;p&#62;Regards,&#60;/p&#62;
&#60;p&#62;Devin
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Mr. Mask on "HOVER - Avia Jquery Issue (BUG)"</title>
			<link>http://www.kriesi.at/support/topic/hover-avia-jquery-issue-bug#post-100949</link>
			<pubDate>Tue, 12 Mar 2013 18:49:19 +0000</pubDate>
			<dc:creator>Mr. Mask</dc:creator>
			<guid isPermaLink="false">100949@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi there,&#60;/p&#62;
&#60;p&#62;I already turn off the jquery and put some custom css - like this case &#60;a href=&#34;http://www.kriesi.at/support/topic/disable-mouse-hover-actions-on-product-images&#34; rel=&#34;nofollow&#34;&#62;http://www.kriesi.at/support/topic/disable-mouse-hover-actions-on-product-images&#60;/a&#62;&#60;br /&#62;
It's work fine, but I found an issue:&#60;/p&#62;
&#60;p&#62;When I hover on product image (I look on my browser source), it's effect a jquery that tell style=&#34;height:auto;&#34;&#60;br /&#62;
This is make me can't click on the product, and I must double click on product image to open the product&#60;/p&#62;
&#60;p&#62;If you don't understand what I explained, please go here : &#60;a href=&#34;http://markandhans.com/product-category/women&#34; rel=&#34;nofollow&#34;&#62;http://markandhans.com/product-category/women&#60;/a&#62;&#60;br /&#62;
Try to click on product (JUST 1 CLICK), you will get no response. Then try to click other product, and there is nothing happen.&#60;/p&#62;
&#60;p&#62;Don't get it? Okay, now try to do this&#60;br /&#62;
1. Click on the image of product once (just once click)&#60;br /&#62;
2. Then click again on the same product image (this make you able to go inside the product details page)&#60;br /&#62;
3. So this is a bug for me, the user must click twice to open the product details&#60;/p&#62;
&#60;p&#62;&#60;strong&#62;NOTES&#60;/strong&#62;&#60;br /&#62;
I already turn off the jquery from avia.js&#60;/p&#62;
&#60;p&#62;&#60;code&#62;&#60;br /&#62;
//activates the hover effect for image links&#60;br /&#62;
	//if(jQuery.fn.avia_activate_hover_effect)&#60;br /&#62;
	//jQuery(container).avia_activate_hover_effect();&#60;br /&#62;
&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;PLEAASE HELP !
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Devin on "Disable &#039;Read More&#039;"</title>
			<link>http://www.kriesi.at/support/topic/disable-read-more#post-100305</link>
			<pubDate>Sat, 09 Mar 2013 06:37:57 +0000</pubDate>
			<dc:creator>Devin</dc:creator>
			<guid isPermaLink="false">100305@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Glad Peter 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>martinhartzsch on "Disable &#039;Read More&#039;"</title>
			<link>http://www.kriesi.at/support/topic/disable-read-more#post-100205</link>
			<pubDate>Fri, 08 Mar 2013 14:11:55 +0000</pubDate>
			<dc:creator>martinhartzsch</dc:creator>
			<guid isPermaLink="false">100205@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hello Peter thank you very much!
&#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>Dude on "Disable &#039;Read More&#039;"</title>
			<link>http://www.kriesi.at/support/topic/disable-read-more#post-99569</link>
			<pubDate>Tue, 05 Mar 2013 10:35:09 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">99569@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi! &#60;/p&#62;
&#60;p&#62; Hi,&#60;br /&#62;
add following code to css/custom.css or insert it into the quick css field to hide the read more link:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;.portfolio-sort-container a.more-link{
display: none !important;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62; Regards,&#60;br /&#62;
Peter
&#60;/p&#62;</description>
		</item>
		<item>
			<title>martinhartzsch on "Disable &#039;Read More&#039;"</title>
			<link>http://www.kriesi.at/support/topic/disable-read-more#post-99493</link>
			<pubDate>Mon, 04 Mar 2013 23:06:11 +0000</pubDate>
			<dc:creator>martinhartzsch</dc:creator>
			<guid isPermaLink="false">99493@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;found a solution:&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://www.kriesi.at/support/topic/how-to-connect-link-read-more-and-headlines-from-portfolio-entry-with-page&#34; rel=&#34;nofollow&#34;&#62;http://www.kriesi.at/support/topic/how-to-connect-link-read-more-and-headlines-from-portfolio-entry-with-page&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://www.martinhartzsch.de&#34; rel=&#34;nofollow&#34;&#62;http://www.martinhartzsch.de&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;the only question now is how to disable the read more button and leave the headline as the link ... ?&#60;/p&#62;
&#60;p&#62;any suggestions are welcome&#60;/p&#62;
&#60;p&#62;thanks&#60;br /&#62;
martin
&#60;/p&#62;</description>
		</item>
		<item>
			<title>martinhartzsch on "Disable &#039;Read More&#039;"</title>
			<link>http://www.kriesi.at/support/topic/disable-read-more#post-99473</link>
			<pubDate>Mon, 04 Mar 2013 21:04:43 +0000</pubDate>
			<dc:creator>martinhartzsch</dc:creator>
			<guid isPermaLink="false">99473@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hello,&#60;/p&#62;
&#60;p&#62;i want to disable the 'read more' button in the propulsion-theme&#60;br /&#62;
the link to the page should be handled through the image in the portfolio entry&#60;br /&#62;
and not through the underlying 'read more' function (Headline and read more button).&#60;/p&#62;
&#60;p&#62;the 'read more' function jumps to the portfolio item and not to the Page i want to...&#60;/p&#62;
&#60;p&#62;cheers&#60;br /&#62;
martin
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Devin on "Disable Main Titles on Blogroll Page Only?"</title>
			<link>http://www.kriesi.at/support/topic/disable-main-titles-on-blogroll-page-only#post-94022</link>
			<pubDate>Tue, 29 Jan 2013 23:56:55 +0000</pubDate>
			<dc:creator>Devin</dc:creator>
			<guid isPermaLink="false">94022@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Ah, that makes sense. The ID is going to change depending on the database :)&#60;/p&#62;
&#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>Noahj on "Disable Main Titles on Blogroll Page Only?"</title>
			<link>http://www.kriesi.at/support/topic/disable-main-titles-on-blogroll-page-only#post-93930</link>
			<pubDate>Tue, 29 Jan 2013 15:12:20 +0000</pubDate>
			<dc:creator>Noahj</dc:creator>
			<guid isPermaLink="false">93930@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;&#60;strong&#62;Thank you very much!  Works Perfectly&#60;/strong&#62; (no !important property).&#60;/p&#62;
&#60;p&#62;The only thing I had to change (for somebody else who may be searching).  &#60;/p&#62;
&#60;p&#62;The ID &#60;strong&#62;&#34;11305&#34;&#60;/strong&#62; for some reason is &#60;strong&#62;&#34;12517&#34;&#60;/strong&#62; in my site's newer version.  So just a reference to anyone to check if you need this customization. &#60;/p&#62;
&#60;p&#62;&#60;strong&#62;~Thanks Devin!&#60;/strong&#62;&#60;br /&#62;
Appreciate it!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Devin on "Disable Main Titles on Blogroll Page Only?"</title>
			<link>http://www.kriesi.at/support/topic/disable-main-titles-on-blogroll-page-only#post-93732</link>
			<pubDate>Mon, 28 Jan 2013 16:09:06 +0000</pubDate>
			<dc:creator>Devin</dc:creator>
			<guid isPermaLink="false">93732@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;I didn't see the css when inspecting the page, but try the following as well:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;#top.page-id-11305 h2.post-title {
    display: none;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;If that doesn't work, leave it in the Quick CSS or custom.css file so that I can see whats interfering it with it. I'd rather not use !important but you can also force it if you'd like with:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;#top.page-id-11305 h2.post-title {
    display: none !important;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Regards,&#60;/p&#62;
&#60;p&#62;Devin
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Noahj on "Disable Main Titles on Blogroll Page Only?"</title>
			<link>http://www.kriesi.at/support/topic/disable-main-titles-on-blogroll-page-only#post-93454</link>
			<pubDate>Fri, 25 Jan 2013 17:45:58 +0000</pubDate>
			<dc:creator>Noahj</dc:creator>
			<guid isPermaLink="false">93454@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Sure @ &#60;a href=&#34;http://drcl.org/blog/&#34; rel=&#34;nofollow&#34;&#62;http://drcl.org/blog/&#60;/a&#62; &#60;/p&#62;
&#60;p&#62;This link is the blogroll page.&#60;/p&#62;
&#60;p&#62;The screenshot is particularly of the post at the very bottom of the blogroll page.  &#60;/p&#62;
&#60;p&#62;I am using the same template in a different directory to build a different style of this site and adding the store items to it, which will eventually replace the root site.  &#60;/p&#62;
&#60;p&#62;I tried the css code you gave me on both versions and neither did work.&#60;br /&#62;
If you need some logins I can give them to you for the newer site I am working on. &#60;/p&#62;
&#60;p&#62;Appreciate your help, Devin! &#60;/p&#62;
&#60;p&#62;~Thanks
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Devin on "Disable Main Titles on Blogroll Page Only?"</title>
			<link>http://www.kriesi.at/support/topic/disable-main-titles-on-blogroll-page-only#post-93413</link>
			<pubDate>Fri, 25 Jan 2013 15:05:26 +0000</pubDate>
			<dc:creator>Devin</dc:creator>
			<guid isPermaLink="false">93413@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Can you link directly to the page you referenced in your screenshot?&#60;/p&#62;
&#60;p&#62;Regards,&#60;/p&#62;
&#60;p&#62;Devin
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Noahj on "Disable Main Titles on Blogroll Page Only?"</title>
			<link>http://www.kriesi.at/support/topic/disable-main-titles-on-blogroll-page-only#post-93330</link>
			<pubDate>Fri, 25 Jan 2013 00:45:40 +0000</pubDate>
			<dc:creator>Noahj</dc:creator>
			<guid isPermaLink="false">93330@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Really appreciate the help Devin, however that didn't work. &#60;/p&#62;
&#60;p&#62;Here's what I tried....&#60;br /&#62;
I tried the code you gave me through the wordpress admin @ Replete &#38;gt; Theme Options &#38;gt; Styling &#38;gt; Quick CSS&#60;br /&#62;
I also tried the code you gave me through the custom.css @ replete/css/custom.css&#60;br /&#62;
I also tried the !important property and that didn't help.&#60;br /&#62;
I also checked the &#34;blog&#34; page id to make sure it was the same one in the css code you gave me and it is. &#60;/p&#62;
&#60;p&#62;So I'm still not sure what to do.  &#60;/p&#62;
&#60;p&#62;In the meanwhile I'm no guru, but I search out everything to learn on my own as well.  Everything I found for &#34;Page Specific CSS&#34; hasn't helped either.  I found some other articles doing this through php, but newbie here at any php, lol.&#60;/p&#62;
&#60;p&#62;Any other solution?&#60;br /&#62;
-Thanks again
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Devin on "Disable Main Titles on Blogroll Page Only?"</title>
			<link>http://www.kriesi.at/support/topic/disable-main-titles-on-blogroll-page-only#post-93277</link>
			<pubDate>Thu, 24 Jan 2013 17:33:38 +0000</pubDate>
			<dc:creator>Devin</dc:creator>
			<guid isPermaLink="false">93277@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi DrCLWorldWide,&#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.page-id-11305 .post-title {
display: none;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;This will only apply to the page you have selected as the Blog page right now as it targets that pages ID as the class. But it should do what you are looking for.&#60;/p&#62;
&#60;p&#62;Regards,&#60;/p&#62;
&#60;p&#62;Devin
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
