<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="bbPress/1.1" -->
<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>THE MOLITOR FORUMS &#187; Topic: FAQ - Widgets opened by default (user edit)</title>
		<link>http://www.themolitor.com/forums/topic/live-widget-opened-onload-homepage</link>
		<description>THE MOLITOR FORUMS &#187; Topic: FAQ - Widgets opened by default (user edit)</description>
		<language>en-US</language>
		<pubDate>Tue, 28 Apr 2026 09:42:21 +0000</pubDate>
		<generator>http://bbpress.org/?v=1.1</generator>
		<textInput>
			<title><![CDATA[Search]]></title>
			<description><![CDATA[Search all topics from these forums.]]></description>
			<name>q</name>
			<link>http://www.themolitor.com/forums/search.php</link>
		</textInput>
		<atom:link href="http://www.themolitor.com/forums/rss/topic/live-widget-opened-onload-homepage" rel="self" type="application/rss+xml" />

		<item>
			<title>THE MOLITOR on "FAQ - Widgets opened by default (user edit)"</title>
			<link>http://www.themolitor.com/forums/topic/live-widget-opened-onload-homepage#post-21806</link>
			<pubDate>Mon, 01 Jul 2013 12:45:46 +0000</pubDate>
			<dc:creator>THE MOLITOR</dc:creator>
			<guid isPermaLink="false">21806@http://www.themolitor.com/forums/</guid>
			<description><p>Hi there,</p>
<p>The page id should still appear in the same spot I mentioned in my last post.</p>
<p>Thanks!</p>
<p>Chris
</p></description>
		</item>
		<item>
			<title>Aly on "FAQ - Widgets opened by default (user edit)"</title>
			<link>http://www.themolitor.com/forums/topic/live-widget-opened-onload-homepage#post-21796</link>
			<pubDate>Mon, 01 Jul 2013 04:12:44 +0000</pubDate>
			<dc:creator>Aly</dc:creator>
			<guid isPermaLink="false">21796@http://www.themolitor.com/forums/</guid>
			<description><p>What if I had a custom front page? My url just says the website, "no php?file"... How would I find the page id?
</p></description>
		</item>
		<item>
			<title>THE MOLITOR on "FAQ - Widgets opened by default (user edit)"</title>
			<link>http://www.themolitor.com/forums/topic/live-widget-opened-onload-homepage#post-20606</link>
			<pubDate>Mon, 06 May 2013 09:25:15 +0000</pubDate>
			<dc:creator>THE MOLITOR</dc:creator>
			<guid isPermaLink="false">20606@http://www.themolitor.com/forums/</guid>
			<description><p>Hi there,</p>
<p>The body tag has a string of class names depending on what page is viewed. For example, the body tag on the about page for the demo site has the following class names attached to it...</p>
<pre><code>&#60;body class=&#34;page page-id-83 page-template-default&#34;&#62;</code></pre>
<p>For the above example, you could do something like this for the sidebar on that page...</p>
<pre><code>body.page-id-83 #sidebar {position: fixed; bottom: 40px; right: 0; background: #111; background: rgba(0,0,0,.9); padding: 35px 0 0px; z-index: 800; border: 1px solid #000;}</code></pre>
<p>It's just a matter of looking at either the page source code for that information or looking up the page id you're trying to customize.</p>
<p>Hope that helps!</p>
<p>Chris
</p></description>
		</item>
		<item>
			<title>tspfbr on "FAQ - Widgets opened by default (user edit)"</title>
			<link>http://www.themolitor.com/forums/topic/live-widget-opened-onload-homepage#post-20584</link>
			<pubDate>Sat, 04 May 2013 12:25:05 +0000</pubDate>
			<dc:creator>tspfbr</dc:creator>
			<guid isPermaLink="false">20584@http://www.themolitor.com/forums/</guid>
			<description><p>What if I only want the side bar to automatically appear on some pages, not appear on other pages?
</p></description>
		</item>
		<item>
			<title>batiraki30 on "FAQ - Widgets opened by default (user edit)"</title>
			<link>http://www.themolitor.com/forums/topic/live-widget-opened-onload-homepage#post-18895</link>
			<pubDate>Mon, 25 Feb 2013 22:50:14 +0000</pubDate>
			<dc:creator>batiraki30</dc:creator>
			<guid isPermaLink="false">18895@http://www.themolitor.com/forums/</guid>
			<description><p>This is great, thanks!
</p></description>
		</item>
		<item>
			<title>THE MOLITOR on "FAQ - Widgets opened by default (user edit)"</title>
			<link>http://www.themolitor.com/forums/topic/live-widget-opened-onload-homepage#post-18858</link>
			<pubDate>Mon, 25 Feb 2013 12:59:43 +0000</pubDate>
			<dc:creator>THE MOLITOR</dc:creator>
			<guid isPermaLink="false">18858@http://www.themolitor.com/forums/</guid>
			<description><p>Thanks for sharing ;-)
</p></description>
		</item>
		<item>
			<title>dogpatchmedia on "FAQ - Widgets opened by default (user edit)"</title>
			<link>http://www.themolitor.com/forums/topic/live-widget-opened-onload-homepage#post-18829</link>
			<pubDate>Sun, 24 Feb 2013 19:09:46 +0000</pubDate>
			<dc:creator>dogpatchmedia</dc:creator>
			<guid isPermaLink="false">18829@http://www.themolitor.com/forums/</guid>
			<description><p>Here is the way to do it that works for me (and you can still close it if you click the "x"):</p>
<p>1) Open style.css</p>
<p>2) Find:</p>
<pre><code>#sidebar {position: fixed; bottom: 40px; right: 0; background: #111; background: rgba(0,0,0,.9); padding: 35px 0 0px; z-index: 800; display: none; border: 1px solid #000;}</code></pre>
<p>3) Change to:</p>
<pre><code>#sidebar {position: fixed; bottom: 40px; right: 0; background: #111; background: rgba(0,0,0,.9); padding: 35px 0 0px; z-index: 800; border: 1px solid #000;}</code></pre>
<p>4) Save. Done.</p>
<p>All this does is change the style sheet to not hide the div that contains the footer widgets. So it will always be open on page loads.
</p></description>
		</item>

	</channel>
</rss>
