<?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: placing an fixed image in the template</title>
		<link>http://www.themolitor.com/forums/topic/placing-an-fixed-image-in-the-template</link>
		<description>THE MOLITOR FORUMS &#187; Topic: placing an fixed image in the template</description>
		<language>en-US</language>
		<pubDate>Sat, 09 May 2026 09:31:09 +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/placing-an-fixed-image-in-the-template" rel="self" type="application/rss+xml" />

		<item>
			<title>THE MOLITOR on "placing an fixed image in the template"</title>
			<link>http://www.themolitor.com/forums/topic/placing-an-fixed-image-in-the-template#post-19124</link>
			<pubDate>Wed, 06 Mar 2013 10:36:02 +0000</pubDate>
			<dc:creator>THE MOLITOR</dc:creator>
			<guid isPermaLink="false">19124@http://www.themolitor.com/forums/</guid>
			<description><p>Hi there,</p>
<p>Sorry, but that goes a bit beyond the level of support I'm able to provide here in the forums. If it was something I knew off the top of my head I would gladly help, but if it requires a bit of research and testing, then I have to refer you to the customization request form: <a href="http://themolitor.com/custom" rel="nofollow">http://themolitor.com/custom</a></p>
<p>Hope you understand.</p>
<p>Thanks!</p>
<p>Chris
</p></description>
		</item>
		<item>
			<title>immanence on "placing an fixed image in the template"</title>
			<link>http://www.themolitor.com/forums/topic/placing-an-fixed-image-in-the-template#post-19116</link>
			<pubDate>Tue, 05 Mar 2013 16:05:33 +0000</pubDate>
			<dc:creator>immanence</dc:creator>
			<guid isPermaLink="false">19116@http://www.themolitor.com/forums/</guid>
			<description><p>I'm almost done with my site, but this is leaving me stumped. I tried to duplicate that code, and substitute the name of my &#60;div&#62;. I tried to add my div with .open appended in the custom.css. Nothing i do is working. I basically just want to shift it in exactly the same way as the button with the + sign shifts. In normal state, my &#60;div&#62; bumps right up against that button, to its left. Can you give any better pointers?
</p></description>
		</item>
		<item>
			<title>THE MOLITOR on "placing an fixed image in the template"</title>
			<link>http://www.themolitor.com/forums/topic/placing-an-fixed-image-in-the-template#post-19039</link>
			<pubDate>Fri, 01 Mar 2013 12:43:32 +0000</pubDate>
			<dc:creator>THE MOLITOR</dc:creator>
			<guid isPermaLink="false">19039@http://www.themolitor.com/forums/</guid>
			<description><p>Hi there,</p>
<p>You'll need to add some custom jQuery in the 'custom.js' file to do that. You can review the code on lines 118-132 to see how it's done.</p>
<p>Thanks!</p>
<p>Chris
</p></description>
		</item>
		<item>
			<title>immanence on "placing an fixed image in the template"</title>
			<link>http://www.themolitor.com/forums/topic/placing-an-fixed-image-in-the-template#post-19036</link>
			<pubDate>Fri, 01 Mar 2013 11:43:11 +0000</pubDate>
			<dc:creator>immanence</dc:creator>
			<guid isPermaLink="false">19036@http://www.themolitor.com/forums/</guid>
			<description><p>LOL. I feel like an idiot. Of course!</p>
<p>A further question: I actually used text and a border, with the word "Share" inside. It's to emphasise the function of the sidebar. It's not vital, but is there any way to get that text and border I added to move left with the sidebar toggle button when the sidebar is opened?
</p></description>
		</item>
		<item>
			<title>THE MOLITOR on "placing an fixed image in the template"</title>
			<link>http://www.themolitor.com/forums/topic/placing-an-fixed-image-in-the-template#post-19033</link>
			<pubDate>Fri, 01 Mar 2013 10:29:02 +0000</pubDate>
			<dc:creator>THE MOLITOR</dc:creator>
			<guid isPermaLink="false">19033@http://www.themolitor.com/forums/</guid>
			<description><p>Hi there,</p>
<p>The sidebar button is located in the "sidebar.php" template file. You can try placing it there. You'll also want to review the styling for the "sidebarToggle" button in the CSS to make sure it's properly styled (for example, you'll need to use fixed positioning, not absolute).</p>
<p>Thanks!</p>
<p>Chris
</p></description>
		</item>
		<item>
			<title>immanence on "placing an fixed image in the template"</title>
			<link>http://www.themolitor.com/forums/topic/placing-an-fixed-image-in-the-template#post-19028</link>
			<pubDate>Fri, 01 Mar 2013 08:56:22 +0000</pubDate>
			<dc:creator>immanence</dc:creator>
			<guid isPermaLink="false">19028@http://www.themolitor.com/forums/</guid>
			<description><p>Sorry. Further question. But a simple one.</p>
<p>I'm trying to place a permanent fixed image right next to the button of the sidebar panel. This is my code:</p>
<pre><code>&#60;div class=&#34;sharebutton&#34;&#62;&#60;img src=&#34;http://schengenfilm.com/wp-content/uploads/2013/03/share1.png&#34;&#62;&#60;/div&#62;

.sharebutton {position:absolute;right:50px;top:20px;z-index:1;display:inline-block;}</code></pre>
<p>Not sure if this at all correct or not. It's my best initial guess. Trouble is, I don't know exactly where best to place the &#60;div&#62; in the template files. I've tried many things but unsuccessfully.</p>
<p>I'd appreciate your help.
</p></description>
		</item>

	</channel>
</rss>
