<?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: Portfolio pages ignore images of custom CSS for h5 headlines</title>
		<link>http://www.kriesi.at/support/topic/portfolio-pages-ignore-custom-css-which-are-correctly-displayed-at-normal-pages</link>
		<description>Support Forum - Topic: Portfolio pages ignore images of custom CSS for h5 headlines</description>
		<language>en-US</language>
		<pubDate>Thu, 23 May 2013 09:51:54 +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/portfolio-pages-ignore-custom-css-which-are-correctly-displayed-at-normal-pages" rel="self" type="application/rss+xml" />

		<item>
			<title>colorit2 on "Portfolio pages ignore images of custom CSS for h5 headlines"</title>
			<link>http://www.kriesi.at/support/topic/portfolio-pages-ignore-custom-css-which-are-correctly-displayed-at-normal-pages#post-47779</link>
			<pubDate>Thu, 22 Mar 2012 16:01:43 +0000</pubDate>
			<dc:creator>colorit2</dc:creator>
			<guid isPermaLink="false">47779@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Thanks a lot!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "Portfolio pages ignore images of custom CSS for h5 headlines"</title>
			<link>http://www.kriesi.at/support/topic/portfolio-pages-ignore-custom-css-which-are-correctly-displayed-at-normal-pages#post-47705</link>
			<pubDate>Thu, 22 Mar 2012 11:00:13 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">47705@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey! &#60;/p&#62;
&#60;p&#62; I think the errors are triggered by the wp-fade-in-text-news.js script (wp-fade-in-text-news plugin). I'd deactivate it. You can use developer consoles (Firebug, Chrome/Safari dev tools to log the js errors). &#60;/p&#62;
&#60;p&#62; Best regards,&#60;br /&#62;
Peter
&#60;/p&#62;</description>
		</item>
		<item>
			<title>colorit2 on "Portfolio pages ignore images of custom CSS for h5 headlines"</title>
			<link>http://www.kriesi.at/support/topic/portfolio-pages-ignore-custom-css-which-are-correctly-displayed-at-normal-pages#post-47639</link>
			<pubDate>Thu, 22 Mar 2012 02:05:45 +0000</pubDate>
			<dc:creator>colorit2</dc:creator>
			<guid isPermaLink="false">47639@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;ok, I understand, thanks a lot! I have added another CSS style for the h5 especially for the portfolio pages and now it works fine.&#60;/p&#62;
&#60;p&#62;However, the &#60;strong&#62;Cufon plugin still don't work at those portfolio pages&#60;/strong&#62; (&#60;a href=&#34;http://tinyurl.com/8ygbgxm)&#34; rel=&#34;nofollow&#34;&#62;http://tinyurl.com/8ygbgxm)&#60;/a&#62;, but  on all other pages and posts ...&#60;br /&#62;
But if there's no solution on the quick, I will do the work-around with dynamic templates (&#60;a href=&#34;http://tinyurl.com/837cfp4)&#34; rel=&#34;nofollow&#34;&#62;http://tinyurl.com/837cfp4)&#60;/a&#62;, then Cufon plugin is also working fine.&#60;/p&#62;
&#60;p&#62;How have you found out this &#60;strong&#62;javascript error every millisecond&#60;/strong&#62;?&#60;br /&#62;
I'm not so familiar with this, but I would like to take a look at it, too ...
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Kriesi on "Portfolio pages ignore images of custom CSS for h5 headlines"</title>
			<link>http://www.kriesi.at/support/topic/portfolio-pages-ignore-custom-css-which-are-correctly-displayed-at-normal-pages#post-47605</link>
			<pubDate>Thu, 22 Mar 2012 00:20:53 +0000</pubDate>
			<dc:creator>Kriesi</dc:creator>
			<guid isPermaLink="false">47605@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey!&#60;/p&#62;
&#60;p&#62;you need to add a padding to the ruling. the portfolio entries on normal pages got different padding by default, if you dont add it to portfolio h5 tags the background image offset of 18px will simply move the background image out of view.&#60;/p&#62;
&#60;pre&#62;
h5 {
background: url(&#34;../images/shared/stripes.gif&#34;) repeat-x scroll center 18px transparent !important;
color: #777777;
font-size: 12px !important;
font-weight: normal !important;
letter-spacing: 2px !important;
margin-bottom: 12px;
margin-top: 10px;
text-align: center;
text-transform: uppercase;
width: 100%;
padding-top: 15px;
}
&#60;/pre&#62;
&#60;p&#62;Unfortuantely I couldnt find the error with your cufon plugin. Only thing I noticed that a script is throwing a javascript error every milisecond,. I am not sure if this is related but its definitley not good :)
&#60;/p&#62;</description>
		</item>
		<item>
			<title>colorit2 on "Portfolio pages ignore images of custom CSS for h5 headlines"</title>
			<link>http://www.kriesi.at/support/topic/portfolio-pages-ignore-custom-css-which-are-correctly-displayed-at-normal-pages#post-47333</link>
			<pubDate>Wed, 21 Mar 2012 01:06:26 +0000</pubDate>
			<dc:creator>colorit2</dc:creator>
			<guid isPermaLink="false">47333@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;ok, I isolated this error a bit more:&#60;/p&#62;
&#60;p&#62;(1)&#60;/p&#62;
&#60;p&#62;this error occurs, if you create a page and allocate the portfolio category/items by using &#60;strong&#62;the theme's settings -&#38;gt; Portfolio&#60;/strong&#62;&#60;/p&#62;
&#60;p&#62;then&#60;br /&#62;
a) the stripes of my custom CSS for h5 headlines are not visible&#60;br /&#62;
b) All-in-one-Cufon shows the standard font and not the Cufon font for defined headlines&#60;/p&#62;
&#60;p&#62;But:&#60;/p&#62;
&#60;p&#62;(2)&#60;/p&#62;
&#60;p&#62;if you create portfolio pages in another way, by creating a normal page and &#60;strong&#62;assign a dynamic template to it&#60;/strong&#62;, then&#60;br /&#62;
a) the stripes of my custom CSS for h5 headlines are visible again&#60;br /&#62;
b) All-in-one-Cufon shows my defined fonts to certain headlines or texts&#60;/p&#62;
&#60;p&#62;&#60;strong&#62;Demonstration:&#60;/strong&#62;&#60;/p&#62;
&#60;p&#62;Portfolio page made as normal page, without dynamic template:&#60;br /&#62;
&#60;a href=&#34;http://tinyurl.com/7sjqved&#34; rel=&#34;nofollow&#34;&#62;http://tinyurl.com/7sjqved&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Portfolio page made assigned to an own dynamic template:&#60;br /&#62;
&#60;a href=&#34;http://tinyurl.com/87vqs7v&#34; rel=&#34;nofollow&#34;&#62;http://tinyurl.com/87vqs7v&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Compare at these two pages the Cufon font for the headline h1 and the stripes for the h5 headlines!&#60;/p&#62;
&#60;p&#62;What in the world is happening with normal portfolio pages???
&#60;/p&#62;</description>
		</item>
		<item>
			<title>colorit2 on "Portfolio pages ignore images of custom CSS for h5 headlines"</title>
			<link>http://www.kriesi.at/support/topic/portfolio-pages-ignore-custom-css-which-are-correctly-displayed-at-normal-pages#post-47332</link>
			<pubDate>Wed, 21 Mar 2012 00:31:10 +0000</pubDate>
			<dc:creator>colorit2</dc:creator>
			<guid isPermaLink="false">47332@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Another problem concerning the style of text:&#60;/p&#62;
&#60;p&#62;if I activate the All-in-one-Cufon plugin, it shows correctly at all normal pages the h1 headlines in my font Scriptina.&#60;br /&#62;
here: &#34;WORTkunst&#34; headline&#60;br /&#62;
&#60;a href=&#34;http://tinyurl.com/85bb6s5&#34; rel=&#34;nofollow&#34;&#62;http://tinyurl.com/85bb6s5&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;but NOT at portfolio pages:&#60;br /&#62;
&#60;a href=&#34;http://tinyurl.com/7rmljes&#34; rel=&#34;nofollow&#34;&#62;http://tinyurl.com/7rmljes&#60;/a&#62;&#60;br /&#62;
here the headline &#34;Acrylmalerei&#34; (h1)&#60;/p&#62;
&#60;p&#62;What's the matter with portfolio pages, that they cannot behave like normal posts or pages concerning the styling of texts - with Cufon plugin and AS WELL WITHOUT this plugin!!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>colorit2 on "Portfolio pages ignore images of custom CSS for h5 headlines"</title>
			<link>http://www.kriesi.at/support/topic/portfolio-pages-ignore-custom-css-which-are-correctly-displayed-at-normal-pages#post-47327</link>
			<pubDate>Wed, 21 Mar 2012 00:09:15 +0000</pubDate>
			<dc:creator>colorit2</dc:creator>
			<guid isPermaLink="false">47327@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;I discovered, that my portfolio pages ignore my custom CSS, which are, however, correctly displayed at normal pages.&#60;/p&#62;
&#60;p&#62;Example:&#60;/p&#62;
&#60;p&#62;&#60;strong&#62;Normal page - shows the headline h5 correctly with the stripes:&#60;/strong&#62;&#60;br /&#62;
&#60;a href=&#34;http://tinyurl.com/85bb6s5&#34; rel=&#34;nofollow&#34;&#62;http://tinyurl.com/85bb6s5&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;&#60;em&#62;Code with Firebug at this page:&#60;/em&#62;&#60;br /&#62;
&#60;a href=&#34;http://i42.tinypic.com/23mndyo.jpg&#34; rel=&#34;nofollow&#34;&#62;http://i42.tinypic.com/23mndyo.jpg&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;&#60;strong&#62;Portfolio shows these custom h5 headlines without the stripes:&#60;/strong&#62;&#60;br /&#62;
&#60;a href=&#34;http://tinyurl.com/7rmljes&#34; rel=&#34;nofollow&#34;&#62;http://tinyurl.com/7rmljes&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;&#60;em&#62;Code with Firebug at this page:&#60;/em&#62;&#60;br /&#62;
&#60;a href=&#34;http://i43.tinypic.com/2e3zm1i.jpg&#34; rel=&#34;nofollow&#34;&#62;http://i43.tinypic.com/2e3zm1i.jpg&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;It's the same CSS for the h5, and Firebug shows in both cases the preview of the stripes-file, so its path is alright.&#60;/p&#62;
&#60;p&#62;If you click left or right of the headline text with second mouse-button and in the context menu choose then (don't know the right English term for it) to show the background image, then you see indeed the little stripes GIF in your browser alone.&#60;/p&#62;
&#60;p&#62;But at the page itself it is not visible. I have no idea, why ...&#60;/p&#62;
&#60;p&#62;I had added to custom.css:&#60;/p&#62;
&#60;p&#62;&#60;code&#62;&#60;br /&#62;
h5 {&#60;br /&#62;
    background: url(&#34;../images/shared/stripes.gif&#34;) repeat-x scroll center 18px transparent !important;&#60;br /&#62;
    color: #777777;&#60;br /&#62;
    font-size: 12px !important;&#60;br /&#62;
    font-weight: normal !important;&#60;br /&#62;
    letter-spacing: 2px !important;&#60;br /&#62;
    margin-bottom: 12px;&#60;br /&#62;
    margin-top: 10px;&#60;br /&#62;
    text-align: center;&#60;br /&#62;
    text-transform: uppercase;&#60;br /&#62;
    width: 100%;&#60;br /&#62;
}&#60;/p&#62;
&#60;p&#62;.h5background {&#60;br /&#62;
    background-color: #FFFFFF;&#60;br /&#62;
    color: #777777;&#60;br /&#62;
    font-size: 12px !important;&#60;br /&#62;
    font-weight: normal !important;&#60;br /&#62;
    letter-spacing: 2px !important;&#60;br /&#62;
    padding: 0 10px;&#60;br /&#62;
    text-align: center;&#60;br /&#62;
    text-transform: uppercase;&#60;br /&#62;
}&#60;br /&#62;
&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;And the HTML at the page is this&#60;/p&#62;
&#60;p&#62;&#60;code&#62;&#60;br /&#62;
&#38;lt;h5&#38;gt;&#38;lt;span class=&#34;h5background&#34;&#38;gt;Another h5 test-headline on portfolio page&#38;lt;/span&#38;gt;&#38;lt;/h5&#38;gt;&#60;br /&#62;
&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;It's only a phenomenon at portfolio pages.&#60;br /&#62;
What can I do?&#60;/p&#62;
&#60;p&#62;Thanks.
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
