<?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: scfran</title>
		<link><a href='http://www.kriesi.at/support/profile/scfran'>scfran</a></link>
		<description>Support Forum - User Favorites: scfran</description>
		<language>en-US</language>
		<pubDate>Wed, 19 Jun 2013 09:05:09 +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>Nick on "layout transparency"</title>
			<link>http://www.kriesi.at/support/topic/layout-transparency#post-92264</link>
			<pubDate>Fri, 18 Jan 2013 16:55:28 +0000</pubDate>
			<dc:creator>Nick</dc:creator>
			<guid isPermaLink="false">92264@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi Inna,&#60;/p&#62;
&#60;p&#62;This will control the transparency&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;#top .box, #top .blog-meta, #top .arrowslidecontrolls_fullscreen, #top .hide_content_wrap a, #top .img_count, #top .slide_thumbnails, #top .widget {
background: rgba(17, 17, 17, 0.58) !important;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;The last number 0.58 is the level of transparency with 0 being invisible and 1 fully visible. Each comma in the first line separates a different element of the page, so you may not want all of them to become transparent, and they are just grouped like that for convenience, and can be broken apart like this individually:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;#top .box {
background: rgba(17, 17, 17, 0.58) !important;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;(edit) I just noticed I pasted the same code as Dude above, and you can use his, while controlling that .7 in his code, which is the transparency. &#60;/p&#62;
&#60;p&#62;Thanks,&#60;/p&#62;
&#60;p&#62;Nick
&#60;/p&#62;</description>
		</item>
		<item>
			<title>fameless on "layout transparency"</title>
			<link>http://www.kriesi.at/support/topic/layout-transparency#post-92025</link>
			<pubDate>Thu, 17 Jan 2013 08:53:12 +0000</pubDate>
			<dc:creator>fameless</dc:creator>
			<guid isPermaLink="false">92025@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Oh! thank you so much!!! for the help and patience!&#60;br /&#62;
but the rest of the problem with transparency is that the font background color like Copyright or Image number is still dark,but not transparent&#60;br /&#62;
Is it possible to change it?&#60;/p&#62;
&#60;p&#62;Thank you!&#60;br /&#62;
Inna
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "layout transparency"</title>
			<link>http://www.kriesi.at/support/topic/layout-transparency#post-91991</link>
			<pubDate>Thu, 17 Jan 2013 06:37:12 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">91991@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;1) If you want to use the quick css field (instead of css/custom.css) you probably need to add an !important tag to the code like:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;.box, .blog-meta, .return_content, .arrowslidecontrolls_fullscreen, .hide_content_wrap a, .img_count, .slide_thumbnails, .widget{
background: rgba(17, 17, 17, 0.7) !important;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;2) You can build a custom menu by using the menu manager (Appearance &#38;gt; Menus). Go to this page and you'll see an option field on the left side with the caption/headline &#34;Portfolio Items&#34;). Select the items you want to add to the sub menu and click on the &#34;Add to Menu&#34; button. Afterwards reorder them and save the menu. If you can't find such an option field click on the &#34;Screen Options&#34; tab at the top right corner to select additional option fields for the admin page.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>fameless on "layout transparency"</title>
			<link>http://www.kriesi.at/support/topic/layout-transparency#post-91983</link>
			<pubDate>Thu, 17 Jan 2013 05:09:06 +0000</pubDate>
			<dc:creator>fameless</dc:creator>
			<guid isPermaLink="false">91983@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Thank you, Devin&#60;/p&#62;
&#60;p&#62;adding the css to the quick css make no changes. Does this code regulates for the transparency?&#60;/p&#62;
&#60;p&#62;For the menu issue, you could see it is different paths and galleries first for the submenu, another one for the galleries. the galleries also are different, but I need it the same, not loading the same pictures twice.&#60;br /&#62;
&#60;a href=&#34;http://www.dturfoto.com/portfolio/portrait/&#34; rel=&#34;nofollow&#34;&#62;http://www.dturfoto.com/portfolio/portrait/&#60;/a&#62;&#60;br /&#62;
&#60;a href=&#34;http://www.dturfoto.com/portfolio-item/portrait/&#34; rel=&#34;nofollow&#34;&#62;http://www.dturfoto.com/portfolio-item/portrait/&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Or maybe I could use the pictures already loaded for the second gallery. but I can't understand the way.&#60;/p&#62;
&#60;p&#62;Thank you!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Devin on "layout transparency"</title>
			<link>http://www.kriesi.at/support/topic/layout-transparency#post-91963</link>
			<pubDate>Thu, 17 Jan 2013 01:31:00 +0000</pubDate>
			<dc:creator>Devin</dc:creator>
			<guid isPermaLink="false">91963@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi Inna,&#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;.box, .blog-meta, .return_content, .arrowslidecontrolls_fullscreen, .hide_content_wrap a, .img_count, .slide_thumbnails, .widget{
background: rgba(17, 17, 17, 0.7);
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Note: RGBA isn't fully supported across all browsers (specifically IE which always has issues with transparency effects). So don't expect this to work for some older browsers.&#60;/p&#62;
&#60;p&#62;Looking at your custom.css file as is, it has the entire style.css in it. You should first remove that and then replace it with the original custom.css file that comes with the theme. Then you can just add any NEW css you are using. Otherwise you are adding a lot of un-needed extra loading into every view of the site.&#60;/p&#62;
&#60;p&#62;For the menu issues, it looks like the portfolio sub menu items already go directly to the individual portfolio item pages.&#60;/p&#62;
&#60;p&#62;Regards,&#60;/p&#62;
&#60;p&#62;Devin
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Devin on "Menu not working in Firefox"</title>
			<link>http://www.kriesi.at/support/topic/menu-not-working-in-firefox#post-91959</link>
			<pubDate>Thu, 17 Jan 2013 01:08:51 +0000</pubDate>
			<dc:creator>Devin</dc:creator>
			<guid isPermaLink="false">91959@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hoffe das funktioniert :)&#60;/p&#62;
&#60;p&#62;Regards,&#60;/p&#62;
&#60;p&#62;Devin
&#60;/p&#62;</description>
		</item>
		<item>
			<title>fameless on "layout transparency"</title>
			<link>http://www.kriesi.at/support/topic/layout-transparency#post-91850</link>
			<pubDate>Wed, 16 Jan 2013 13:06:24 +0000</pubDate>
			<dc:creator>fameless</dc:creator>
			<guid isPermaLink="false">91850@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;an one more question&#60;br /&#62;
the site is &#60;a href=&#34;http://www.dturfoto.com/&#34; rel=&#34;nofollow&#34;&#62;http://www.dturfoto.com/&#60;/a&#62;&#60;br /&#62;
how could i make the PORTFOLIO dropdown submenuesgo straight to the samenamed galleries from the &#60;a href=&#34;http://www.dturfoto.com/portfolio/&#34; rel=&#34;nofollow&#34;&#62;http://www.dturfoto.com/portfolio/&#60;/a&#62; page&#60;br /&#62;
because now it is two different galleries with the same galleries&#60;/p&#62;
&#60;p&#62;Thank you!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>fameless on "layout transparency"</title>
			<link>http://www.kriesi.at/support/topic/layout-transparency#post-91846</link>
			<pubDate>Wed, 16 Jan 2013 12:20:15 +0000</pubDate>
			<dc:creator>fameless</dc:creator>
			<guid isPermaLink="false">91846@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi! This is my first time creating siteş So could you please help me&#60;br /&#62;
İ'd like to make all the dark background (using dark-skin) more transparent. about 70%&#60;br /&#62;
How is it possible?&#60;/p&#62;
&#60;p&#62;Thank you in advance!&#60;br /&#62;
Inna
&#60;/p&#62;</description>
		</item>
		<item>
			<title>scfran on "Menu not working in Firefox"</title>
			<link>http://www.kriesi.at/support/topic/menu-not-working-in-firefox#post-91843</link>
			<pubDate>Wed, 16 Jan 2013 12:01:41 +0000</pubDate>
			<dc:creator>scfran</dc:creator>
			<guid isPermaLink="false">91843@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Mit Standardeinstellungen funktioniert es. Der Fehler liegt darin, dass die .htaccess durch wordpress nicht beschreibbar ist. Werde also im FTP Programm die Schreibrechte auf CHMOD 666 ändern und dann schauen ob's funktioniert. Gegebenfalls melde ich mich nochmal.&#60;/p&#62;
&#60;p&#62;Besten Dank!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "Menu not working in Firefox"</title>
			<link>http://www.kriesi.at/support/topic/menu-not-working-in-firefox#post-91840</link>
			<pubDate>Wed, 16 Jan 2013 11:28:49 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">91840@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Gehe mal zu Einstellungen &#38;gt; Permalinks und versuche dort die Standardeinstellung zu wählen (Radio Box Option ganz oben). Speichere die Einstellung. Dann versuche, ob die Menülinks funktionieren. Wenn ja gehe zurück zur Permalink Seite und wähle eine andere (benutzerdefinierte) Struktur. Speichere die Einstellung und stelle sicher, dass WP die htaccess Datei beschreibt (wenn nicht kommt eineFehlermeldung wie: &#34;Du solltest jetzt deine .htaccess aktualisieren&#34; und unten wirft WP den Code für die htaccess Datei aus).
&#60;/p&#62;</description>
		</item>
		<item>
			<title>scfran on "Menu not working in Firefox"</title>
			<link>http://www.kriesi.at/support/topic/menu-not-working-in-firefox#post-91835</link>
			<pubDate>Wed, 16 Jan 2013 10:45:09 +0000</pubDate>
			<dc:creator>scfran</dc:creator>
			<guid isPermaLink="false">91835@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Ja, beides hatte ich bereits gemacht, dennoch funktioniert es nicht.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "Menu not working in Firefox"</title>
			<link>http://www.kriesi.at/support/topic/menu-not-working-in-firefox#post-91823</link>
			<pubDate>Wed, 16 Jan 2013 08:25:50 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">91823@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi! &#60;/p&#62;
&#60;p&#62; Hast du ein Menü unter Design &#38;gt; Menüs angelegt und dies bei &#34;Anordnung im Theme&#34; einem Punkt zugewiesen? &#60;/p&#62;
&#60;p&#62; Best regards,&#60;br /&#62;
Peter
&#60;/p&#62;</description>
		</item>
		<item>
			<title>scfran on "Menu not working in Firefox"</title>
			<link>http://www.kriesi.at/support/topic/menu-not-working-in-firefox#post-91770</link>
			<pubDate>Tue, 15 Jan 2013 22:17:14 +0000</pubDate>
			<dc:creator>scfran</dc:creator>
			<guid isPermaLink="false">91770@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hallo Peter,&#60;/p&#62;
&#60;p&#62;bei mir funktioniert das Menü leider auch nicht.&#60;br /&#62;
Fehlermeldung:&#60;/p&#62;
&#60;p&#62;Not Found&#60;/p&#62;
&#60;p&#62;The requested URL /home/ was not found on this server.&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://www.frank-schettler.de&#34; rel=&#34;nofollow&#34;&#62;http://www.frank-schettler.de&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Wäre sehr dankbar für einen hilfreichen Tipp.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "Menu not working in Firefox"</title>
			<link>http://www.kriesi.at/support/topic/menu-not-working-in-firefox#post-91687</link>
			<pubDate>Tue, 15 Jan 2013 14:06:19 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">91687@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi! &#60;/p&#62;
&#60;p&#62; Please add following code to css/custom.css or the quick css field:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;.boxed #wrap_all {
    z-index: 1000 !important;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62; Regards,&#60;br /&#62;
Peter
&#60;/p&#62;</description>
		</item>
		<item>
			<title>beccaslough on "Menu not working in Firefox"</title>
			<link>http://www.kriesi.at/support/topic/menu-not-working-in-firefox#post-91677</link>
			<pubDate>Tue, 15 Jan 2013 13:30:13 +0000</pubDate>
			<dc:creator>beccaslough</dc:creator>
			<guid isPermaLink="false">91677@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;&#60;a href=&#34;http://www.equitility.com&#34; rel=&#34;nofollow&#34;&#62;http://www.equitility.com&#60;/a&#62;&#60;br /&#62;
I am suddenly having an issue with the menu (abundance) in Firefox. No problem in other browsers and this is a new issue as it was fine. The first 2 items (Home and Training Baners) are working but the rest of the menu isn't. I have tried to re-make the menu but it has no effect - what else can I try to resolve this?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Ismael on "Home page show that there are &#34;no posts to display&#34; How do I remove?"</title>
			<link>http://www.kriesi.at/support/topic/home-page-show-that-there-are-no-posts-to-display-how-do-i-remove#post-91609</link>
			<pubDate>Tue, 15 Jan 2013 01:49:42 +0000</pubDate>
			<dc:creator>Ismael</dc:creator>
			<guid isPermaLink="false">91609@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi Frank,&#60;/p&#62;
&#60;p&#62;I would like to check it, can you create a temporary admin account and send the login details to sighlence13[at]gmail[dot]com and also, kindly include a link to this thread.&#60;/p&#62;
&#60;p&#62;Regards,&#60;br /&#62;
Ismael
&#60;/p&#62;</description>
		</item>
		<item>
			<title>scfran on "Home page show that there are &#34;no posts to display&#34; How do I remove?"</title>
			<link>http://www.kriesi.at/support/topic/home-page-show-that-there-are-no-posts-to-display-how-do-i-remove#post-91578</link>
			<pubDate>Mon, 14 Jan 2013 22:53:08 +0000</pubDate>
			<dc:creator>scfran</dc:creator>
			<guid isPermaLink="false">91578@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hello,&#60;/p&#62;
&#60;p&#62;I have the same problem. I would like to have only the sidebar without the content in the middle of my frontpage. But it doesn't work! I do everything Mya says but without success. Can anybody help me?&#60;/p&#62;
&#60;p&#62;Thanks,&#60;br /&#62;
Frank
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "My favicon does not work in IE9"</title>
			<link>http://www.kriesi.at/support/topic/my-favicon-does-not-work-in-ie9#post-88950</link>
			<pubDate>Wed, 19 Dec 2012 14:37:42 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">88950@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi! &#60;/p&#62;
&#60;p&#62; Yes, it works fine now. &#60;/p&#62;
&#60;p&#62; Best regards,&#60;br /&#62;
Peter
&#60;/p&#62;</description>
		</item>
		<item>
			<title>sulker on "My favicon does not work in IE9"</title>
			<link>http://www.kriesi.at/support/topic/my-favicon-does-not-work-in-ie9#post-88933</link>
			<pubDate>Wed, 19 Dec 2012 11:49:25 +0000</pubDate>
			<dc:creator>sulker</dc:creator>
			<guid isPermaLink="false">88933@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Thanks Dude. It works on Chrome now. My theme name &#34;Newscast&#34; is listed in themes file with beginning capital letter  &#34;N&#34; as &#34;Newscast&#34;. I fixed it by changing it to &#34;newscast&#34; . Have a look now please and let me know if you are still see the same error. That's why you take &#34;404 not found&#34; error I think. Also I did the changes you wrote above. &#60;/p&#62;
&#60;p&#62;Thank at all...
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "My favicon does not work in IE9"</title>
			<link>http://www.kriesi.at/support/topic/my-favicon-does-not-work-in-ie9#post-88913</link>
			<pubDate>Wed, 19 Dec 2012 06:24:36 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">88913@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;In this case please try to replace:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;&#38;lt;link rel=&#38;quot;icon&#38;quot; href=&#38;quot;http://iyidemokrasi.com/wp-content/themes/newscast/images/favicon.ico&#38;quot; type=&#38;quot;image/png&#38;quot; /&#38;gt;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;with:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;&#38;lt;link rel=&#38;quot;icon&#38;quot; href=&#38;quot;http://iyidemokrasi.com/wp-content/themes/newscast/images/favicon.ico&#38;quot; type=&#38;quot;image/x-icon&#38;quot; /&#38;gt;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;and check your image/icon path - &#60;a href=&#34;http://iyidemokrasi.com/wp-content/themes/newscast/images/favicon.ico&#34; rel=&#34;nofollow&#34;&#62;http://iyidemokrasi.com/wp-content/themes/newscast/images/favicon.ico&#60;/a&#62; gives me a 404 not found error.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Ismael on "My favicon does not work in IE9"</title>
			<link>http://www.kriesi.at/support/topic/my-favicon-does-not-work-in-ie9#post-88912</link>
			<pubDate>Wed, 19 Dec 2012 06:13:54 +0000</pubDate>
			<dc:creator>Ismael</dc:creator>
			<guid isPermaLink="false">88912@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi sulker,&#60;/p&#62;
&#60;p&#62;I just checked your site using IE9 and I can see the right favicon. Kindly clear your browser cache. :)&#60;/p&#62;
&#60;p&#62;Regards,&#60;br /&#62;
Ismael
&#60;/p&#62;</description>
		</item>
		<item>
			<title>sulker on "My favicon does not work in IE9"</title>
			<link>http://www.kriesi.at/support/topic/my-favicon-does-not-work-in-ie9#post-88877</link>
			<pubDate>Tue, 18 Dec 2012 23:26:03 +0000</pubDate>
			<dc:creator>sulker</dc:creator>
			<guid isPermaLink="false">88877@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;My favicon has to be seen like this: &#60;a href=&#34;http://imgur.com/X5S4W&#34; rel=&#34;nofollow&#34;&#62;http://imgur.com/X5S4W&#60;/a&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>sulker on "My favicon does not work in IE9"</title>
			<link>http://www.kriesi.at/support/topic/my-favicon-does-not-work-in-ie9#post-88876</link>
			<pubDate>Tue, 18 Dec 2012 23:20:58 +0000</pubDate>
			<dc:creator>sulker</dc:creator>
			<guid isPermaLink="false">88876@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Oh no... oh no... this red spot isn't my own favicon. So it doesn't work....
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "My favicon does not work in IE9"</title>
			<link>http://www.kriesi.at/support/topic/my-favicon-does-not-work-in-ie9#post-88860</link>
			<pubDate>Tue, 18 Dec 2012 20:05:00 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">88860@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;I just tested your website with chrome and it seems to work fine:&#60;/p&#62;
&#60;p&#62;&#60;a title='ImageShack - Image And Video Hosting' href='http://imageshack.us/photo/my-images/546/unbenanntutt.png/'&#62;&#60;img src='http://img546.imageshack.us/img546/9364/unbenanntutt.png' /&#62;&#60;/a&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>sulker on "My favicon does not work in IE9"</title>
			<link>http://www.kriesi.at/support/topic/my-favicon-does-not-work-in-ie9#post-88824</link>
			<pubDate>Tue, 18 Dec 2012 17:56:22 +0000</pubDate>
			<dc:creator>sulker</dc:creator>
			<guid isPermaLink="false">88824@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Now it works, but it is still not working in Chrome.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>sulker on "My favicon does not work in IE9"</title>
			<link>http://www.kriesi.at/support/topic/my-favicon-does-not-work-in-ie9#post-88802</link>
			<pubDate>Tue, 18 Dec 2012 15:36:14 +0000</pubDate>
			<dc:creator>sulker</dc:creator>
			<guid isPermaLink="false">88802@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;I did all things that you told about this issue, but still the problem is going on. &#60;/p&#62;
&#60;p&#62;1- I placed this code in Header.php : &#38;lt;link rel=&#34;icon&#34; href=&#34;http://iyidemokrasi.com/wp-content/themes/newscast/images/favicon.ico&#34; type=&#34;image/png&#34; /&#38;gt;&#60;/p&#62;
&#60;p&#62;under the code:  &#38;lt;!-- title --&#38;gt;&#60;br /&#62;
&#38;lt;title&#38;gt;&#38;lt;?php if (is_home()) { bloginfo('name'); ?&#38;gt;&#38;lt;?php } elseif (is_category() &#124;&#124; is_page() &#124;&#124;is_single()) { ?&#38;gt; &#38;lt;?php } ?&#38;gt;&#38;lt;?php wp_title(''); ?&#38;gt;&#38;lt;/title&#38;gt;&#60;/p&#62;
&#60;p&#62;2- I also uploaded my favicon.ico to images folder where also the skins of theme are. (Newscast&#38;gt;images)&#60;/p&#62;
&#60;p&#62;3-I downloaded All In One Favicon plugin and set it up. And then by using its settings I uploaded my favicon.ico (by using frontend ico box)&#60;/p&#62;
&#60;p&#62;4-I also uploaded my favicon.ico where you told (wp-content, wp-admin etc. folders can be found)&#60;br /&#62;
Also I deleted the default red sun favicon.ico from there&#60;/p&#62;
&#60;p&#62;Totally my favicon problem is still going on. What must I do next or what I did wrong?&#60;/p&#62;
&#60;p&#62;PS: It doesn't work in none of explorers yet.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "My favicon does not work in IE9"</title>
			<link>http://www.kriesi.at/support/topic/my-favicon-does-not-work-in-ie9#post-88724</link>
			<pubDate>Tue, 18 Dec 2012 08:16:39 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">88724@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Please try to upload the favicon.ico into the main wordpress directory (where the wp-content, wp-admin and wp-includes folders can be found). As an alternative you can use plugins like: &#60;a href=&#34;http://wordpress.org/extend/plugins/all-in-one-favicon/&#34; rel=&#34;nofollow&#34;&#62;http://wordpress.org/extend/plugins/all-in-one-favicon/&#60;/a&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>sulker on "My favicon does not work in IE9"</title>
			<link>http://www.kriesi.at/support/topic/my-favicon-does-not-work-in-ie9#post-88655</link>
			<pubDate>Mon, 17 Dec 2012 19:28:02 +0000</pubDate>
			<dc:creator>sulker</dc:creator>
			<guid isPermaLink="false">88655@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;My favicon works in all of the explorers but IE9. So, what must I do to display it also in IE9?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Mya on "Home page show that there are &#34;no posts to display&#34; How do I remove?"</title>
			<link>http://www.kriesi.at/support/topic/home-page-show-that-there-are-no-posts-to-display-how-do-i-remove#post-53748</link>
			<pubDate>Fri, 27 Apr 2012 19:09:06 +0000</pubDate>
			<dc:creator>Mya</dc:creator>
			<guid isPermaLink="false">53748@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi JaringT,&#60;/p&#62;
&#60;p&#62;All you should have to do is change the page layout under &#34;Layout Options&#34; to &#34;No Content Area&#34;. If this is the homepage (front page) of your website be sure that the Frontpage Settings in Flashlight &#38;gt; Theme Options is set to the correct page.&#60;/p&#62;
&#60;p&#62;Regards,&#60;br /&#62;
Mya
&#60;/p&#62;</description>
		</item>
		<item>
			<title>JaringT on "Home page show that there are &#34;no posts to display&#34; How do I remove?"</title>
			<link>http://www.kriesi.at/support/topic/home-page-show-that-there-are-no-posts-to-display-how-do-i-remove#post-53723</link>
			<pubDate>Fri, 27 Apr 2012 16:17:26 +0000</pubDate>
			<dc:creator>JaringT</dc:creator>
			<guid isPermaLink="false">53723@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;I have the same problem, I just want the side bar to show, no content at the right of the side bar. It says now: Nothing Found&#60;/p&#62;
&#60;p&#62;Sorry, no posts matched your criteria. How can i get rid of it?&#60;/p&#62;
&#60;p&#62;Please advise!&#60;/p&#62;
&#60;p&#62;Thanks!
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
