<?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: Tabs taking me to top of page</title>
		<link>http://www.themolitor.com/forums/topic/tabs-taking-me-to-top-of-page</link>
		<description>THE MOLITOR FORUMS &#187; Topic: Tabs taking me to top of page</description>
		<language>en-US</language>
		<pubDate>Tue, 28 Apr 2026 18:08:32 +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/tabs-taking-me-to-top-of-page" rel="self" type="application/rss+xml" />

		<item>
			<title>seho on "Tabs taking me to top of page"</title>
			<link>http://www.themolitor.com/forums/topic/tabs-taking-me-to-top-of-page#post-475</link>
			<pubDate>Wed, 10 Feb 2010 08:23:45 +0000</pubDate>
			<dc:creator>seho</dc:creator>
			<guid isPermaLink="false">475@http://www.themolitor.com/forums/</guid>
			<description><p>Same problem in my blog. What I can do to fix tabs issue?
</p></description>
		</item>
		<item>
			<title>xiyangchou on "Tabs taking me to top of page"</title>
			<link>http://www.themolitor.com/forums/topic/tabs-taking-me-to-top-of-page#post-469</link>
			<pubDate>Sat, 06 Feb 2010 17:43:59 +0000</pubDate>
			<dc:creator>xiyangchou</dc:creator>
			<guid isPermaLink="false">469@http://www.themolitor.com/forums/</guid>
			<description><p>Okay...this is what I've discovered: I needed a blog page so I created a separate page template to handle that. I then made a page called "Home" and specified in the page.php if the page being pulled is the frontpage to pull up the file frontpage.php (which was the original index.php). Then I went to the wordpress reading settings and made the front page a static page ("Home") and the posts page ("Blog"). As soon as I did all that, viola, the tab issue fixed itself. Don't know why it happened, but I figure that the more info you get the better.
</p></description>
		</item>
		<item>
			<title>xiyangchou on "Tabs taking me to top of page"</title>
			<link>http://www.themolitor.com/forums/topic/tabs-taking-me-to-top-of-page#post-468</link>
			<pubDate>Sat, 06 Feb 2010 16:50:02 +0000</pubDate>
			<dc:creator>xiyangchou</dc:creator>
			<guid isPermaLink="false">468@http://www.themolitor.com/forums/</guid>
			<description><p>Thanks for the fix on the show/hide button, it worked like a charm. I took out the category where no posts were listed (which, there is content for but didn't appear on the front page - perhaps something to do with multiple words "News and Events"?) and there was no change. Any other ideas?</p>
<p>I appreciate your support even more so since you aren't required to. Great theme, great work, great service. Thanks!
</p></description>
		</item>
		<item>
			<title>THE MOLITOR on "Tabs taking me to top of page"</title>
			<link>http://www.themolitor.com/forums/topic/tabs-taking-me-to-top-of-page#post-467</link>
			<pubDate>Sat, 06 Feb 2010 15:21:06 +0000</pubDate>
			<dc:creator>THE MOLITOR</dc:creator>
			<guid isPermaLink="false">467@http://www.themolitor.com/forums/</guid>
			<description><p>Hmm, not sure why the tabs are doing that. Try making sure there is content for each tab (I noticed the "news and events" tab doesn't have any posts).</p>
<p>For the "show/hide" button, do the following...</p>
<ol>
<li>Open "scripts.js" and scroll all the way to the bottom.</li>
<li>Locate the following:<br />
<pre><code>//Toggle Teaser
	jQuery(&#34;a.collapse&#34;).click(function(){
		jQuery(&#34;.main_image .block&#34;).slideToggle();
		jQuery(&#34;a.collapse&#34;).toggleClass(&#34;show&#34;);
	});</code></pre>
</li>
<li>add "return false;" at the end so that it looks like this:<br />
<pre><code>//Toggle Teaser
	jQuery(&#34;a.collapse&#34;).click(function(){
		jQuery(&#34;.main_image .block&#34;).slideToggle();
		jQuery(&#34;a.collapse&#34;).toggleClass(&#34;show&#34;);
                return false;
	});</code></pre>
</li>
<li>That's it!</li>
</ol></description>
		</item>
		<item>
			<title>xiyangchou on "Tabs taking me to top of page"</title>
			<link>http://www.themolitor.com/forums/topic/tabs-taking-me-to-top-of-page#post-464</link>
			<pubDate>Sat, 06 Feb 2010 11:12:44 +0000</pubDate>
			<dc:creator>xiyangchou</dc:creator>
			<guid isPermaLink="false">464@http://www.themolitor.com/forums/</guid>
			<description><p>Here's a link to where it is happening. Looks like it takes me the navigation menu at the top.</p>
<p><a href="http://whcma.org/wp/" rel="nofollow">http://whcma.org/wp/</a>
</p></description>
		</item>
		<item>
			<title>xiyangchou on "Tabs taking me to top of page"</title>
			<link>http://www.themolitor.com/forums/topic/tabs-taking-me-to-top-of-page#post-461</link>
			<pubDate>Sat, 06 Feb 2010 10:46:47 +0000</pubDate>
			<dc:creator>xiyangchou</dc:creator>
			<guid isPermaLink="false">461@http://www.themolitor.com/forums/</guid>
			<description><p>Whenever I click on a category tab on the front page (not in the navigation menu) it changes the posts but in the process takes me back to the top of the page so I have to scroll down again. I also have this problem when I click the "Show" or "Hide" tab for the image description. Any ideas what I can do to fix this?
</p></description>
		</item>

	</channel>
</rss>
