<?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 - User Favorites: accio</title>
		<link><a href='http://www.kriesi.at/support/profile/accio'>accio</a></link>
		<description>Support Forum - User Favorites: accio</description>
		<language>en-US</language>
		<pubDate>Tue, 18 Jun 2013 21:23:39 +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/profile/" rel="self" type="application/rss+xml" />

		<item>
			<title>Dude on "PNG 24 in Internet Explorer"</title>
			<link>http://www.kriesi.at/support/topic/png-24-in-internet-explorer#post-11973</link>
			<pubDate>Fri, 28 Jan 2011 07:57:16 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">11973@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Glad that this solution works for you :)
&#60;/p&#62;</description>
		</item>
		<item>
			<title>accio on "PNG 24 in Internet Explorer"</title>
			<link>http://www.kriesi.at/support/topic/png-24-in-internet-explorer#post-11954</link>
			<pubDate>Thu, 27 Jan 2011 16:29:06 +0000</pubDate>
			<dc:creator>accio</dc:creator>
			<guid isPermaLink="false">11954@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Works great. Thank. That will be it. ;)
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "PNG 24 in Internet Explorer"</title>
			<link>http://www.kriesi.at/support/topic/png-24-in-internet-explorer#post-11927</link>
			<pubDate>Thu, 27 Jan 2011 09:11:04 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">11927@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey,&#60;br /&#62;
you can remove the fade in effect by replacing following code in custom.js:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;jQuery(&#38;#39;#main&#38;#39;).kriesi_image_preloader({delay:100, callback:removeloader});	// activates preloader for non-slideshow images&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;with:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;if(!(jQuery.browser.msie)){
jQuery(&#38;#39;#main&#38;#39;).kriesi_image_preloader({delay:100, callback:removeloader});	// activates preloader for non-slideshow images
}&#60;/code&#62;&#60;/pre&#62;</description>
		</item>
		<item>
			<title>accio on "PNG 24 in Internet Explorer"</title>
			<link>http://www.kriesi.at/support/topic/png-24-in-internet-explorer#post-11880</link>
			<pubDate>Wed, 26 Jan 2011 11:05:37 +0000</pubDate>
			<dc:creator>accio</dc:creator>
			<guid isPermaLink="false">11880@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Dude, looked promising. Code inserted, but no effect. :( I do hope that I have done everything correctly - but I don't know how to check in other way that look for the black halo which is still there.&#60;/p&#62;
&#60;p&#62;I have another idea: the PNGs alone are displayed correctly by the browser. It is just the combination of jQuery fadein and transparent PNG24 that makes things look ugly. I'm willing to trade the otherwise nice fadein effect in IE for correct transparency of PNG24. Any ideas how to achieve this?&#60;/p&#62;
&#60;p&#62;Alex
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "PNG 24 in Internet Explorer"</title>
			<link>http://www.kriesi.at/support/topic/png-24-in-internet-explorer#post-11799</link>
			<pubDate>Tue, 25 Jan 2011 11:19:23 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">11799@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;On this page: &#60;a href=&#34;http://stackoverflow.com/questions/1251416/png-transparency-problems-in-ie8&#34; rel=&#34;nofollow&#34;&#62;http://stackoverflow.com/questions/1251416/png-transparency-problems-in-ie8&#60;/a&#62; - i've found a better solution. I can't test it myself but try to insert the code provided in this post (I don't want to post it here because of the copyright):&#60;br /&#62;
&#60;a href=&#34;http://stackoverflow.com/questions/1251416/png-transparency-problems-in-ie8/4260439#4260439&#34; rel=&#34;nofollow&#34;&#62;http://stackoverflow.com/questions/1251416/png-transparency-problems-in-ie8/4260439#4260439&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;in custom.js. I'd insert it after following code:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;jQuery.noConflict();

jQuery(document).ready(function(){&#60;/code&#62;&#60;/pre&#62;</description>
		</item>
		<item>
			<title>accio on "PNG 24 in Internet Explorer"</title>
			<link>http://www.kriesi.at/support/topic/png-24-in-internet-explorer#post-11744</link>
			<pubDate>Mon, 24 Jan 2011 11:06:50 +0000</pubDate>
			<dc:creator>accio</dc:creator>
			<guid isPermaLink="false">11744@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi Dude,&#60;/p&#62;
&#60;p&#62;thanks for the effort. I'm trying not to destroy anything on my way to straighten the things with IE. Where should I put the mod to jQuery? In the functions.php or else? How and when to call it? This is saddely a new land to me.&#60;br /&#62;
But I'm sure not only I will benefit from the solution. I can't imagine I'm the only one here with such a problem.&#60;/p&#62;
&#60;p&#62;Alex
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "PNG 24 in Internet Explorer"</title>
			<link>http://www.kriesi.at/support/topic/png-24-in-internet-explorer#post-11720</link>
			<pubDate>Sun, 23 Jan 2011 13:55:44 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">11720@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Mmm...interesting. I must admit I had this problem some time ago but I could solve it by using Adobe PS instead of Gimp. One user reported this black halo effect too...&#60;/p&#62;
&#60;p&#62;Maybe try the jquery ie filter snippets posted here: &#60;a href=&#34;http://stackoverflow.com/questions/1204457/how-to-solve-hack-fading-semi-transparent-png-bug-in-ie8&#34; rel=&#34;nofollow&#34;&#62;http://stackoverflow.com/questions/1204457/how-to-solve-hack-fading-semi-transparent-png-bug-in-ie8&#60;/a&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>accio on "PNG 24 in Internet Explorer"</title>
			<link>http://www.kriesi.at/support/topic/png-24-in-internet-explorer#post-11683</link>
			<pubDate>Fri, 21 Jan 2011 23:28:05 +0000</pubDate>
			<dc:creator>accio</dc:creator>
			<guid isPermaLink="false">11683@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Adobe PS CS4 (Mac).
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "PNG 24 in Internet Explorer"</title>
			<link>http://www.kriesi.at/support/topic/png-24-in-internet-explorer#post-11667</link>
			<pubDate>Fri, 21 Jan 2011 14:51:17 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">11667@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;According to some discussions: &#60;a href=&#34;http://www.google.at/#hl=de&#38;amp;xhr=t&#38;amp;q=ie8+png+black&#38;amp;cp=13&#38;amp;pf=p&#38;amp;sclient=psy&#38;amp;site=&#38;amp;source=hp&#38;amp;aq=f&#38;amp;aqi=&#38;amp;aql=&#38;amp;oq=ie8+png+black&#38;amp;pbx=1&#38;amp;fp=29ace610205ca123&#34; rel=&#34;nofollow&#34;&#62;http://www.google.at/#hl=de&#38;amp;xhr=t&#38;amp;q=ie8+png+black&#38;amp;cp=13&#38;amp;pf=p&#38;amp;sclient=psy&#38;amp;site=&#38;amp;source=hp&#38;amp;aq=f&#38;amp;aqi=&#38;amp;aql=&#38;amp;oq=ie8+png+black&#38;amp;pbx=1&#38;amp;fp=29ace610205ca123&#60;/a&#62; it's related to the image (non standard export/alpha channel) which causes problems with IEs png transparency filter. Which program did you use to export it? Adobe PS? Gimp?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>accio on "Statischer Accordion"</title>
			<link>http://www.kriesi.at/support/topic/statischer-accordion#post-11631</link>
			<pubDate>Thu, 20 Jan 2011 13:34:43 +0000</pubDate>
			<dc:creator>accio</dc:creator>
			<guid isPermaLink="false">11631@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Dude - You are welcome :)
&#60;/p&#62;</description>
		</item>
		<item>
			<title>accio on "Statischer Accordion"</title>
			<link>http://www.kriesi.at/support/topic/statischer-accordion#post-11632</link>
			<pubDate>Thu, 20 Jan 2011 13:34:43 +0000</pubDate>
			<dc:creator>accio</dc:creator>
			<guid isPermaLink="false">11632@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Dude - You are welcome :)
&#60;/p&#62;</description>
		</item>
		<item>
			<title>accio on "PNG 24 in Internet Explorer"</title>
			<link>http://www.kriesi.at/support/topic/png-24-in-internet-explorer#post-11630</link>
			<pubDate>Thu, 20 Jan 2011 13:32:45 +0000</pubDate>
			<dc:creator>accio</dc:creator>
			<guid isPermaLink="false">11630@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi there,&#60;/p&#62;
&#60;p&#62;I'm having problems with transparent PNGs in Internet Explorer 7/8. &#60;/p&#62;
&#60;p&#62;Here is the page: &#60;a href=&#34;http://www.monini.pl/konkurs-sos-pesto-monini-w-twojej-kuchni/&#34; rel=&#34;nofollow&#34;&#62;http://www.monini.pl/konkurs-sos-pesto-monini-w-twojej-kuchni/&#60;/a&#62; - black halo effect in both IE7 and IE8 :(&#60;br /&#62;
I'm sure some of You already experienced this problem. Any proven solutions either jQuery side or through PNG fix modification?&#60;/p&#62;
&#60;p&#62;Alex
&#60;/p&#62;</description>
		</item>
		<item>
			<title>TiloHensel on "Statischer Accordion"</title>
			<link>http://www.kriesi.at/support/topic/statischer-accordion#post-10961</link>
			<pubDate>Wed, 05 Jan 2011 18:48:06 +0000</pubDate>
			<dc:creator>TiloHensel</dc:creator>
			<guid isPermaLink="false">10961@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Danke
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "Statischer Accordion"</title>
			<link>http://www.kriesi.at/support/topic/statischer-accordion#post-10949</link>
			<pubDate>Wed, 05 Jan 2011 10:40:24 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">10949@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey,&#60;br /&#62;
diese Modifikation wurde hier besprochen: &#60;a href=&#34;http://www.kriesi.at/support/topic/how-to-add-pages-into-the-slider#post-4723&#34; rel=&#34;nofollow&#34;&#62;http://www.kriesi.at/support/topic/how-to-add-pages-into-the-slider#post-4723&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;@accio - danke, dass du uns ausgeholfen hast :)&#60;/p&#62;
&#60;p&#62;Grüße aus Wien,&#60;br /&#62;
Peter
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "Wider Content / Single Sidebar"</title>
			<link>http://www.kriesi.at/support/topic/wider-content-single-sidebar#post-10937</link>
			<pubDate>Wed, 05 Jan 2011 10:10:20 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">10937@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey,&#60;br /&#62;
it's possible to create own post templates by using plugins like: &#60;a href=&#34;http://wordpress.org/extend/plugins/custom-post-template/&#34; rel=&#34;nofollow&#34;&#62;http://wordpress.org/extend/plugins/custom-post-template/&#60;/a&#62; - I had a request about this topic two days ago: &#60;a href=&#34;http://www.kriesi.at/support/topic/problem-w-portfolio-template&#34; rel=&#34;nofollow&#34;&#62;http://www.kriesi.at/support/topic/problem-w-portfolio-template&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Of course it's quite a bit of work to do all modifications you want because Newscast has a completely different structure (small featured images, sidebar on the right side and not underneath the image, etc. but it's possible.&#60;/p&#62;
&#60;p&#62;We have a faq section but I must admit it isn't used. I'll talk to Kriesi - maybe we/I can extend this section a bit but at the moment I've not enough rights so...I think a great idea would be to ask the users which posts helped them most :)
&#60;/p&#62;</description>
		</item>
		<item>
			<title>TiloHensel on "Statischer Accordion"</title>
			<link>http://www.kriesi.at/support/topic/statischer-accordion#post-10918</link>
			<pubDate>Tue, 04 Jan 2011 20:29:38 +0000</pubDate>
			<dc:creator>TiloHensel</dc:creator>
			<guid isPermaLink="false">10918@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hallo Alex,&#60;/p&#62;
&#60;p&#62;danke für die Antwort.&#60;/p&#62;
&#60;p&#62;Bei der 1. Möglichkeit werden die Bilder aber nur mit dem Artikel verlinkt, in dem ich das Bild als Artikelbild eingestellt habe. DIes möchte ich aber nicht.&#60;/p&#62;
&#60;p&#62;Anpassungen am Theme sind für mich kein Problem, nur welche Datei muss angepasst werden? Kannst du mir einen Thread raussuchen, wo dies besprochen wurde. Ich habe über die Suche nichts gefunden.&#60;/p&#62;
&#60;p&#62;Gruß Tilo
&#60;/p&#62;</description>
		</item>
		<item>
			<title>accio on "Statischer Accordion"</title>
			<link>http://www.kriesi.at/support/topic/statischer-accordion#post-10894</link>
			<pubDate>Tue, 04 Jan 2011 10:39:52 +0000</pubDate>
			<dc:creator>accio</dc:creator>
			<guid isPermaLink="false">10894@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hallo Tilo,&#60;/p&#62;
&#60;p&#62;es bieten sich zwei Moeglichkeiten an. &#60;/p&#62;
&#60;p&#62;1. einfach die 5 Artikel in eine Category organisieren z.B. &#34;Homepage&#34; und nur diese mit dem Accordeon zu binden.&#60;br /&#62;
2. etwas kompliziertere ist eine Anpassung der Theme-Dateien - hier mehrmals diskutiert und gezeigt - den Accordeon zum Praesentation von bestimmten Seiten (pages) statt Artikel (Posts) zu benutzen. Diskutiert hier im Forum war auch die Moeglichkeit eine Category statt Seite/Post mit dem Bild zu verlinken. Darauf hin kanst Du eine massgeschneiderte Loesung aufbauen - auch externe Seiten sind moeglich, erfordern aber weitere Code-Modifikationen.&#60;/p&#62;
&#60;p&#62;Gruss&#60;/p&#62;
&#60;p&#62;Alex
&#60;/p&#62;</description>
		</item>
		<item>
			<title>accio on "Wider Content / Single Sidebar"</title>
			<link>http://www.kriesi.at/support/topic/wider-content-single-sidebar#post-10890</link>
			<pubDate>Tue, 04 Jan 2011 10:31:20 +0000</pubDate>
			<dc:creator>accio</dc:creator>
			<guid isPermaLink="false">10890@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;It would be nice to combine those two into a new template for posts - on the top a full wide picture with sidebar or double sidebars underneath. Width of the content box could stay as normal.&#60;/p&#62;
&#60;p&#62;Perhaps I have missed this - is there a possibility to for us, users to show their project based on newscast? Something like a showroom for users seeking inspiration how to modify, customize etc.&#60;/p&#62;
&#60;p&#62;Another thing which could come handy would be some kind of wiki or FAQ where all collected wisdom of the support forum could be structurally organized and answered. It is sometimes tiresome to search and look for the right answer in separate threads. &#60;/p&#62;
&#60;p&#62;Greetings from cold Poland&#60;/p&#62;
&#60;p&#62;Alex
&#60;/p&#62;</description>
		</item>
		<item>
			<title>TiloHensel on "Statischer Accordion"</title>
			<link>http://www.kriesi.at/support/topic/statischer-accordion#post-10874</link>
			<pubDate>Mon, 03 Jan 2011 23:54:47 +0000</pubDate>
			<dc:creator>TiloHensel</dc:creator>
			<guid isPermaLink="false">10874@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hallo,&#60;/p&#62;
&#60;p&#62;ich hoffe es ist ok, wenn ich meine Frage auf deutsch stelle&#60;br /&#62;
.&#60;br /&#62;
Ich habe einen Accordion Slider eingerichtet und 5 Artikel inkl. Artikelbild in einer Slider Kategorie, welche dann im Slider angezeigt werden. Diese 5 sollen statisch bleiben, also die Bilder im Accordion Slider immer drin bleiben. Neue Blogbeiträge kommen nicht in die Slider-Kategorie.&#60;/p&#62;
&#60;p&#62;Ist es möglich, diese mit einer anderen Seite zu verlinken, als dem Artikel in dem das Bild das Artikelbild ist? Oder wenigstens den Link deaktivieren?&#60;/p&#62;
&#60;p&#62;Danke!&#60;/p&#62;
&#60;p&#62;Gruß Tilo
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "Wider Content / Single Sidebar"</title>
			<link>http://www.kriesi.at/support/topic/wider-content-single-sidebar#post-10858</link>
			<pubDate>Mon, 03 Jan 2011 11:05:39 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">10858@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey,&#60;br /&#62;
sorry for the late reply. I missed your post :(&#60;/p&#62;
&#60;p&#62;First you need to change the sidebar settings - go to Newscast Options &#38;gt; Sidebar &#38;amp; Footer - there you need to change the &#34;Sidebar Count&#34; to &#34;one big sidebar&#34;.&#60;/p&#62;
&#60;p&#62;Then you need to modify style.css - you need to change the width values of following two entries:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;#content, .entry-no-pic .entry-content{
width:580px;
padding:0 0 50px 20px;
float: left;
margin:0 20px 0 0;
overflow: hidden;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;and:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;#top .fullwidth_sidebar{
width:340px;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;I.e. if you increase the content width to 680px (instead of 580px) you need to decrease the sidebar width to 240px (instead of 340px).
&#60;/p&#62;</description>
		</item>
		<item>
			<title>jhonovich on "Wider Content / Single Sidebar"</title>
			<link>http://www.kriesi.at/support/topic/wider-content-single-sidebar#post-10839</link>
			<pubDate>Mon, 03 Jan 2011 06:39:00 +0000</pubDate>
			<dc:creator>jhonovich</dc:creator>
			<guid isPermaLink="false">10839@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Can you please respond?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>jhonovich on "Wider Content / Single Sidebar"</title>
			<link>http://www.kriesi.at/support/topic/wider-content-single-sidebar#post-10653</link>
			<pubDate>Mon, 27 Dec 2010 16:26:44 +0000</pubDate>
			<dc:creator>jhonovich</dc:creator>
			<guid isPermaLink="false">10653@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;First off, great theme! It's working well and looks good.&#60;/p&#62;
&#60;p&#62;On my blog posts, I wanted the content section to be a little bit wider. Can I eliminate one of the two sidebars so I can increase the width of the content section?&#60;/p&#62;
&#60;p&#62;I do want to have 1 column sidebar for navigation, etc. but having two is making my content too narrow.&#60;/p&#62;
&#60;p&#62;I would appreciate any help.
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
