<?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: Show More/Less - Posted by - Leave a reply &amp; Menu Button</title>
		<link>http://www.themolitor.com/forums/topic/show-moreless-posted-by-leave-a-reply-menu-button</link>
		<description>THE MOLITOR FORUMS &#187; Topic: Show More/Less - Posted by - Leave a reply &amp; Menu Button</description>
		<language>en-US</language>
		<pubDate>Tue, 28 Apr 2026 06:46:18 +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/show-moreless-posted-by-leave-a-reply-menu-button" rel="self" type="application/rss+xml" />

		<item>
			<title>THE MOLITOR on "Show More/Less - Posted by - Leave a reply &amp; Menu Button"</title>
			<link>http://www.themolitor.com/forums/topic/show-moreless-posted-by-leave-a-reply-menu-button#post-33198</link>
			<pubDate>Tue, 24 Feb 2015 10:14:46 +0000</pubDate>
			<dc:creator>THE MOLITOR</dc:creator>
			<guid isPermaLink="false">33198@http://www.themolitor.com/forums/</guid>
			<description><p>Thanks for following up!</p>
<p>If you're enjoying the theme, PLEASE don't forget to rate it on your downloads page on ThemeForest. Positive ratings REALLY help me out.</p>
<p>Thanks! :-)</p>
<p>Chris
</p></description>
		</item>
		<item>
			<title>Takeabou on "Show More/Less - Posted by - Leave a reply &amp; Menu Button"</title>
			<link>http://www.themolitor.com/forums/topic/show-moreless-posted-by-leave-a-reply-menu-button#post-33191</link>
			<pubDate>Tue, 24 Feb 2015 01:34:23 +0000</pubDate>
			<dc:creator>Takeabou</dc:creator>
			<guid isPermaLink="false">33191@http://www.themolitor.com/forums/</guid>
			<description><p>Found it! Done! Thanks very much!</p>
<p>The fact that the design of the theme speaks for itself helps a lot in that kind of translations.<br />
I prefer to retype code rather to touch a .po archive.</p>
<p>Huge The Molitor Themes fan.</p>
<p>Salutacions des de Barcelona! ;-)
</p></description>
		</item>
		<item>
			<title>Takeabou on "Show More/Less - Posted by - Leave a reply &amp; Menu Button"</title>
			<link>http://www.themolitor.com/forums/topic/show-moreless-posted-by-leave-a-reply-menu-button#post-33185</link>
			<pubDate>Mon, 23 Feb 2015 14:35:32 +0000</pubDate>
			<dc:creator>Takeabou</dc:creator>
			<guid isPermaLink="false">33185@http://www.themolitor.com/forums/</guid>
			<description><p>Thanks for the leave a reply and the posted by locations! Solved!</p>
<p>About de Show more/less, I can only find the Show more located on content.php</p>
<p>//CONTINUE LINK<br />
echo '<a href="#">&#60;i class="icon-plus-sign"&#62;&#60;/i&#62;&#160; ';<br />
_e('Show more','themolitor');<br />
echo '</a>';</p>
<p>The thing is that only works for opening the post and it goes back to "Show more" when clicking the "Show less" button</p>
<p>I also don't know if that will work for the entire website (one page navigation &#38; blog posts).</p>
<p>Thanks for your help!
</p></description>
		</item>
		<item>
			<title>Takeabou on "Show More/Less - Posted by - Leave a reply &amp; Menu Button"</title>
			<link>http://www.themolitor.com/forums/topic/show-moreless-posted-by-leave-a-reply-menu-button#post-33182</link>
			<pubDate>Mon, 23 Feb 2015 10:42:53 +0000</pubDate>
			<dc:creator>Takeabou</dc:creator>
			<guid isPermaLink="false">33182@http://www.themolitor.com/forums/</guid>
			<description><p>Hi Chris,</p>
<p><a href="http://www.construimjunts.cat" rel="nofollow">http://www.construimjunts.cat</a> is now on "coming soon" mode.</p>
<p>When you enter there you see this?: <a href="http://www.construimjunts.cat/wp-content/uploads/2015/02/cruilla-landing-ok.jpg" rel="nofollow">http://www.construimjunts.cat/wp-content/uploads/2015/02/cruilla-landing-ok.jpg</a>  </p>
<p>Let me know if it's better to open it for a while or make you administrator of the site because i can't open it yet -for comercial reasons</p>
<p>BTW, can't find scripts/custom.js<br />
That should be on the ftp or something like that?</p>
<p>Waiting your response. Thanks a lot!
</p></description>
		</item>
		<item>
			<title>THE MOLITOR on "Show More/Less - Posted by - Leave a reply &amp; Menu Button"</title>
			<link>http://www.themolitor.com/forums/topic/show-moreless-posted-by-leave-a-reply-menu-button#post-33179</link>
			<pubDate>Mon, 23 Feb 2015 10:23:24 +0000</pubDate>
			<dc:creator>THE MOLITOR</dc:creator>
			<guid isPermaLink="false">33179@http://www.themolitor.com/forums/</guid>
			<description><p>Hi there,</p>
<p>When I visit the URL you provided, I don't see the MISC theme being used. Please double-check the URL.</p>
<p>1. Open scripts/custom.js and locate the following on lines 113-132...</p>
<pre><code>////////////////
	//SHOW MORE CLICK
	////////////////
	jQuery(document).on(&#039;click&#039;,&#039;.continueReading&#039;,function(){
		var thisOne = jQuery(this),
			thisExcerpt = thisOne.siblings(&#039;.theExcerpt&#039;),
			thisContent = thisOne.siblings(&#039;.theContent&#039;);

		if(thisExcerpt.is(&#039;:visible&#039;)){
      		thisOne.html(&#039;&#60;i class=&#34;icon-minus-sign&#34;&#62;&#60;/i&#62;&#38;nbsp; Show Less&#039;);
      		thisContent.stop(true,true).slideDown(500);
      		thisExcerpt.stop(true,true).slideUp(500);
    	} else {
      		thisOne.html(&#039;&#60;i class=&#34;icon-plus-sign&#34;&#62;&#60;/i&#62;&#38;nbsp; Show More&#039;);
      		thisContent.stop(true,true).slideUp(500);
      		thisExcerpt.stop(true,true).slideDown(500);
      	};

		return false;
	});</code></pre>
<p>You'll see the "Show Less" and "Show More" text is also listed there.</p>
<p>2. "Posted by" is located in content.php on line 36 and "Leave a reply" is located in content.php on line 30.</p>
<p>3. Can you provide a URL so that I can check it out?</p>
<p>Let me know if that helps.</p>
<p>Best,</p>
<p>Chris
</p></description>
		</item>
		<item>
			<title>Takeabou on "Show More/Less - Posted by - Leave a reply &amp; Menu Button"</title>
			<link>http://www.themolitor.com/forums/topic/show-moreless-posted-by-leave-a-reply-menu-button#post-33168</link>
			<pubDate>Sun, 22 Feb 2015 13:35:05 +0000</pubDate>
			<dc:creator>Takeabou</dc:creator>
			<guid isPermaLink="false">33168@http://www.themolitor.com/forums/</guid>
			<description><p>Hi Chris,</p>
<p>I've been trying to change the language of some MISC features like the Show more &#38; Show less ("Mostra més" &#38; "Mostra menys" in catalan) line but can't find it anywhere.</p>
<p>Also the "Posted by" when navigating through the main page/menu -not the post URL... I've done it there <a href="http://www.construimjunts.cat/2015/02/la-geosfera-en-menys-de-10-tuits/" rel="nofollow">http://www.construimjunts.cat/2015/02/la-geosfera-en-menys-de-10-tuits/</a> -<br />
Also, can't find anywhere to change the "Leave a reply" for "Deixa un comentari".</p>
<p>In general, I found really hard to find the places where that kind of text has to be changed to not have a half catalan - half english website. </p>
<p>Finally, got a problem when trying to return to a specific menu from a post when it's not the main page.<br />
The final button in the URL I've copied should do it but it's not working.<br />
I don't want to use a button to the page that refers the menu because it will be, also, out of the main.</p>
<p>Great theme! Bought The Contractor for my personal website.</p>
<p>Cheers from Barcelona and excuse my english! :-)
</p></description>
		</item>

	</channel>
</rss>
