<?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: footer z-index (?)</title>
		<link>http://www.kriesi.at/support/topic/footer-z-index</link>
		<description>Support Forum - Topic: footer z-index (?)</description>
		<language>en-US</language>
		<pubDate>Thu, 20 Jun 2013 10:24:07 +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/footer-z-index" rel="self" type="application/rss+xml" />

		<item>
			<title>Ismael on "footer z-index (?)"</title>
			<link>http://www.kriesi.at/support/topic/footer-z-index#post-79873</link>
			<pubDate>Tue, 16 Oct 2012 01:34:46 +0000</pubDate>
			<dc:creator>Ismael</dc:creator>
			<guid isPermaLink="false">79873@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey,&#60;/p&#62;
&#60;p&#62;Good thing it is fixed.&#60;/p&#62;
&#60;p&#62;Regards,&#60;br /&#62;
Ismael
&#60;/p&#62;</description>
		</item>
		<item>
			<title>FefoRipa on "footer z-index (?)"</title>
			<link>http://www.kriesi.at/support/topic/footer-z-index#post-79858</link>
			<pubDate>Mon, 15 Oct 2012 22:29:36 +0000</pubDate>
			<dc:creator>FefoRipa</dc:creator>
			<guid isPermaLink="false">79858@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Resolved! I've inserted on the Quick CSS area&#60;br /&#62;
.container_wrap {&#60;br /&#62;
z-index: 0;&#60;br /&#62;
}&#60;br /&#62;
and&#60;br /&#62;
#footer{&#60;br /&#62;
z-index: -100;&#60;br /&#62;
}&#60;br /&#62;
Thank you very much for the help!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>FefoRipa on "footer z-index (?)"</title>
			<link>http://www.kriesi.at/support/topic/footer-z-index#post-79857</link>
			<pubDate>Mon, 15 Oct 2012 22:18:39 +0000</pubDate>
			<dc:creator>FefoRipa</dc:creator>
			<guid isPermaLink="false">79857@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Thank you very much but I've not understood what is the file you refer to.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Devin on "footer z-index (?)"</title>
			<link>http://www.kriesi.at/support/topic/footer-z-index#post-79853</link>
			<pubDate>Mon, 15 Oct 2012 21:07:49 +0000</pubDate>
			<dc:creator>Devin</dc:creator>
			<guid isPermaLink="false">79853@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey FefoRipa,&#60;/p&#62;
&#60;p&#62;Replace:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;.container_wrap {
z-index: -100000000;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;With:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;#footer{
z-index: -100;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;See if that solves it for you :)&#60;/p&#62;
&#60;p&#62;Regards,&#60;/p&#62;
&#60;p&#62;Devin
&#60;/p&#62;</description>
		</item>
		<item>
			<title>FefoRipa on "footer z-index (?)"</title>
			<link>http://www.kriesi.at/support/topic/footer-z-index#post-79775</link>
			<pubDate>Mon, 15 Oct 2012 08:40:05 +0000</pubDate>
			<dc:creator>FefoRipa</dc:creator>
			<guid isPermaLink="false">79775@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;...i've just discovered another little fault: the dropdown menu now is visible over the footer but the last items, those one positioned over the footer (before hidden by it), are un-clickable, like they're still hidden even if are visible. See here &#60;a href=&#34;http://www.fondazionemercantini.it/calendario-3/&#34; rel=&#34;nofollow&#34;&#62;http://www.fondazionemercantini.it/calendario-3/&#60;/a&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>FefoRipa on "footer z-index (?)"</title>
			<link>http://www.kriesi.at/support/topic/footer-z-index#post-79771</link>
			<pubDate>Mon, 15 Oct 2012 08:32:16 +0000</pubDate>
			<dc:creator>FefoRipa</dc:creator>
			<guid isPermaLink="false">79771@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Thank you very much for the answer, it functions!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Ismael on "footer z-index (?)"</title>
			<link>http://www.kriesi.at/support/topic/footer-z-index#post-79502</link>
			<pubDate>Fri, 12 Oct 2012 06:05:37 +0000</pubDate>
			<dc:creator>Ismael</dc:creator>
			<guid isPermaLink="false">79502@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi FefoRipa,&#60;/p&#62;
&#60;p&#62;Try to add this code in your Quick CSS or custom.css:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;#main .container {
   overflow: visible;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;or&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;#main .container {
   overflow: visible !important;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Hope this helps. :)&#60;/p&#62;
&#60;p&#62;Regards,&#60;br /&#62;
Ismael
&#60;/p&#62;</description>
		</item>
		<item>
			<title>FefoRipa on "footer z-index (?)"</title>
			<link>http://www.kriesi.at/support/topic/footer-z-index#post-79452</link>
			<pubDate>Thu, 11 Oct 2012 18:32:00 +0000</pubDate>
			<dc:creator>FefoRipa</dc:creator>
			<guid isPermaLink="false">79452@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;First screenshot: &#60;a href=&#34;http://www.fondazionemercantini.it/dropdown.png&#34; rel=&#34;nofollow&#34;&#62;http://www.fondazionemercantini.it/dropdown.png&#60;/a&#62;; it's the normal situation in which dropdown &#34;Agenda&#34; isn't selected.&#60;br /&#62;
Second screenshot: &#60;a href=&#34;http://www.fondazionemercantini.it/dropdown_hovered.png&#34; rel=&#34;nofollow&#34;&#62;http://www.fondazionemercantini.it/dropdown_hovered.png&#60;/a&#62;; it occurs when i click on the menu &#34;Agenda&#34;. I use updated safari but the test on other browser (Chrome and firefox) generates the same results. Hoping in an answer.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Ismael on "footer z-index (?)"</title>
			<link>http://www.kriesi.at/support/topic/footer-z-index#post-79392</link>
			<pubDate>Thu, 11 Oct 2012 09:04:40 +0000</pubDate>
			<dc:creator>Ismael</dc:creator>
			<guid isPermaLink="false">79392@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi FefoRipa,&#60;/p&#62;
&#60;p&#62;I've hovered in the elements inside your website and I can't seem to issue. Can you give us a screenshot? and also can you tell us what browser and browser version you are using.&#60;/p&#62;
&#60;p&#62;Regards,&#60;br /&#62;
Ismael
&#60;/p&#62;</description>
		</item>
		<item>
			<title>FefoRipa on "footer z-index (?)"</title>
			<link>http://www.kriesi.at/support/topic/footer-z-index#post-79299</link>
			<pubDate>Wed, 10 Oct 2012 18:28:43 +0000</pubDate>
			<dc:creator>FefoRipa</dc:creator>
			<guid isPermaLink="false">79299@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;&#60;a href=&#34;http://www.fondazionemercantini.it/calendario-3/&#34; rel=&#34;nofollow&#34;&#62;http://www.fondazionemercantini.it/calendario-3/&#60;/a&#62;&#60;br /&#62;
The dropdown menu that changes the display mode disappears behind the footer. Have you any idea about how to resolve the issue?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>FefoRipa on "footer z-index (?)"</title>
			<link>http://www.kriesi.at/support/topic/footer-z-index#post-79206</link>
			<pubDate>Wed, 10 Oct 2012 08:17:11 +0000</pubDate>
			<dc:creator>FefoRipa</dc:creator>
			<guid isPermaLink="false">79206@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Sincerely no because the site is still private. In a few hours i think i'll make it public, then I'll come here again to link the problem. Thank you!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Ismael on "footer z-index (?)"</title>
			<link>http://www.kriesi.at/support/topic/footer-z-index#post-79193</link>
			<pubDate>Wed, 10 Oct 2012 06:04:06 +0000</pubDate>
			<dc:creator>Ismael</dc:creator>
			<guid isPermaLink="false">79193@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;Can you give us a link to your website?&#60;/p&#62;
&#60;p&#62;Regards,&#60;br /&#62;
Ismael
&#60;/p&#62;</description>
		</item>
		<item>
			<title>FefoRipa on "footer z-index (?)"</title>
			<link>http://www.kriesi.at/support/topic/footer-z-index#post-79153</link>
			<pubDate>Tue, 09 Oct 2012 18:58:50 +0000</pubDate>
			<dc:creator>FefoRipa</dc:creator>
			<guid isPermaLink="false">79153@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi all! I've a problem: in a calendar page of my site (calendar by all-in-1-event-calendar) the dropdown menu of that plugin is hidden by the footer of choices theme. I supposed that the problem was of the plugin but maybe there's some z-index settings that could be done on the theme. Please, answer me!
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
