<?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: Removing footer box (Flashlight)</title>
		<link>http://www.kriesi.at/support/topic/removing-footer-box-flashlight</link>
		<description>Support Forum - Topic: Removing footer box (Flashlight)</description>
		<language>en-US</language>
		<pubDate>Fri, 24 May 2013 04:25:45 +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/removing-footer-box-flashlight" rel="self" type="application/rss+xml" />

		<item>
			<title>Devin on "Removing footer box (Flashlight)"</title>
			<link>http://www.kriesi.at/support/topic/removing-footer-box-flashlight#post-105899</link>
			<pubDate>Wed, 17 Apr 2013 13:03:00 +0000</pubDate>
			<dc:creator>Devin</dc:creator>
			<guid isPermaLink="false">105899@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi beauy,&#60;/p&#62;
&#60;p&#62;In the future just create a new topic for any question that you have unless the older posts specifically deals with that topic.&#60;/p&#62;
&#60;p&#62;We can't help with a sticky footer solution, but you can add another social icon of your choice to the sidebar.php file where the footer and social icons are located.&#60;/p&#62;
&#60;p&#62;Look for the end of the social icons unordered list:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;echo &#38;quot;	&#38;lt;/ul&#38;gt;&#38;lt;!-- end social_bookmarks--&#38;gt;&#38;quot;;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Add your new custom list item for the new icon like this:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;?&#38;gt;
&#38;lt;li class=&#38;quot;newclass&#38;quot;&#38;gt;&#38;lt;a href=&#38;quot;http://socialsite.com&#38;quot;&#38;gt;Social Site&#38;lt;/a&#38;gt;
&#38;lt;?php
echo &#38;quot;	&#38;lt;!-- end social_bookmarks--&#38;gt;&#38;quot;;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Then you'll need to add the new css for the icon using the new class selector.&#60;/p&#62;
&#60;p&#62;Regards,&#60;/p&#62;
&#60;p&#62;Devin
&#60;/p&#62;</description>
		</item>
		<item>
			<title>beauy on "Removing footer box (Flashlight)"</title>
			<link>http://www.kriesi.at/support/topic/removing-footer-box-flashlight#post-105705</link>
			<pubDate>Tue, 16 Apr 2013 05:31:27 +0000</pubDate>
			<dc:creator>beauy</dc:creator>
			<guid isPermaLink="false">105705@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey, &#60;/p&#62;
&#60;p&#62;sorry to post on an old topic but am I able to move the footer to the bottom of the page and add a social icon for tumblr?&#60;/p&#62;
&#60;p&#62;Thanks
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Ismael on "Removing footer box (Flashlight)"</title>
			<link>http://www.kriesi.at/support/topic/removing-footer-box-flashlight#post-99279</link>
			<pubDate>Mon, 04 Mar 2013 01:44:45 +0000</pubDate>
			<dc:creator>Ismael</dc:creator>
			<guid isPermaLink="false">99279@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;Yes, you can do that on Appearance &#38;gt; Menus. Look for Custom Links, type &#34;#&#34; on the URL then put a label. You will be able to click this but it will not have any link. Add the submenus below.&#60;/p&#62;
&#60;p&#62;Regards,&#60;br /&#62;
Ismael
&#60;/p&#62;</description>
		</item>
		<item>
			<title>tonearts on "Removing footer box (Flashlight)"</title>
			<link>http://www.kriesi.at/support/topic/removing-footer-box-flashlight#post-99239</link>
			<pubDate>Sun, 03 Mar 2013 13:36:31 +0000</pubDate>
			<dc:creator>tonearts</dc:creator>
			<guid isPermaLink="false">99239@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Thanks, that did the trick!&#60;/p&#62;
&#60;p&#62;Another small question as can't find the answer for that anywhere - is it possible to just add a text into the menu and then some &#34;sub links&#34; under it? &#60;/p&#62;
&#60;p&#62;So basically what I mean is like following:&#60;br /&#62;
MEDIA (no link to a page, just text) but when you move the mouse on top of it, the following appear:&#60;br /&#62;
---&#38;gt; IMAGES (with a link to a page)&#60;br /&#62;
---&#38;gt; VIDEOS (with a link to a page)
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Devin on "Removing footer box (Flashlight)"</title>
			<link>http://www.kriesi.at/support/topic/removing-footer-box-flashlight#post-99203</link>
			<pubDate>Sun, 03 Mar 2013 03:35:20 +0000</pubDate>
			<dc:creator>Devin</dc:creator>
			<guid isPermaLink="false">99203@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi tonearts,&#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;#socket {
display: none;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Regards,&#60;/p&#62;
&#60;p&#62;Devin
&#60;/p&#62;</description>
		</item>
		<item>
			<title>tonearts on "Removing footer box (Flashlight)"</title>
			<link>http://www.kriesi.at/support/topic/removing-footer-box-flashlight#post-99167</link>
			<pubDate>Sat, 02 Mar 2013 21:27:39 +0000</pubDate>
			<dc:creator>tonearts</dc:creator>
			<guid isPermaLink="false">99167@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;I was wondering if there's any way to remove the footer box completely that has the RSS feed, Facebook and Twitter icons, and Copyright text?
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
