<?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: Change view setting for first time viewers</title>
		<link>http://www.themolitor.com/forums/topic/change-view-setting-for-first-time-viewers</link>
		<description>THE MOLITOR FORUMS &#187; Topic: Change view setting for first time viewers</description>
		<language>en-US</language>
		<pubDate>Tue, 28 Apr 2026 12:56:53 +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/change-view-setting-for-first-time-viewers" rel="self" type="application/rss+xml" />

		<item>
			<title>THE MOLITOR on "Change view setting for first time viewers"</title>
			<link>http://www.themolitor.com/forums/topic/change-view-setting-for-first-time-viewers#post-28697</link>
			<pubDate>Thu, 17 Apr 2014 08:50:12 +0000</pubDate>
			<dc:creator>THE MOLITOR</dc:creator>
			<guid isPermaLink="false">28697@http://www.themolitor.com/forums/</guid>
			<description><p>Hi there,</p>
<p>That's a category page, not the front page. You'll need to change the class name in archive.php on line 3 from <code>gridLayout</code> to <code>featLayout</code></p>
<p>Let me know if that helps.</p>
<p>Best,</p>
<p>Chris
</p></description>
		</item>
		<item>
			<title>DarrenWingham on "Change view setting for first time viewers"</title>
			<link>http://www.themolitor.com/forums/topic/change-view-setting-for-first-time-viewers#post-28690</link>
			<pubDate>Wed, 16 Apr 2014 15:51:59 +0000</pubDate>
			<dc:creator>DarrenWingham</dc:creator>
			<guid isPermaLink="false">28690@http://www.themolitor.com/forums/</guid>
			<description><p>Sure, sorry.</p>
<p><a href="http://colinparkermasonry.com/fire-surrounds/category/all-fire-place-surrounds/impressions-collection-fireplace/" rel="nofollow">http://colinparkermasonry.com/fire-surrounds/category/all-fire-place-surrounds/impressions-collection-fireplace/</a>
</p></description>
		</item>
		<item>
			<title>THE MOLITOR on "Change view setting for first time viewers"</title>
			<link>http://www.themolitor.com/forums/topic/change-view-setting-for-first-time-viewers#post-28668</link>
			<pubDate>Wed, 16 Apr 2014 10:01:49 +0000</pubDate>
			<dc:creator>THE MOLITOR</dc:creator>
			<guid isPermaLink="false">28668@http://www.themolitor.com/forums/</guid>
			<description><p>Hi there,</p>
<p>Can you provide a link to your site? I'll check it out.</p>
<p>Best,</p>
<p>Chris
</p></description>
		</item>
		<item>
			<title>DarrenWingham on "Change view setting for first time viewers"</title>
			<link>http://www.themolitor.com/forums/topic/change-view-setting-for-first-time-viewers#post-28658</link>
			<pubDate>Tue, 15 Apr 2014 16:18:00 +0000</pubDate>
			<dc:creator>DarrenWingham</dc:creator>
			<guid isPermaLink="false">28658@http://www.themolitor.com/forums/</guid>
			<description><p>Hi,</p>
<p>I've tried the same, but for featLayout. </p>
<p>The Featured Layout (Second icon along) is highlighted but still displays in the Grid View. </p>
<p>Any ideas?</p>
<p>Thanks.</p>
<p>Darren.
</p></description>
		</item>
		<item>
			<title>THE MOLITOR on "Change view setting for first time viewers"</title>
			<link>http://www.themolitor.com/forums/topic/change-view-setting-for-first-time-viewers#post-23611</link>
			<pubDate>Wed, 02 Oct 2013 13:39:09 +0000</pubDate>
			<dc:creator>THE MOLITOR</dc:creator>
			<guid isPermaLink="false">23611@http://www.themolitor.com/forums/</guid>
			<description><p>Hi there,</p>
<p>To change the initial active layout from Grid to Full, open "postLayout.php" and remove the "activeLayout" class name from the #gridLayout option and add it to the #fullLayout option. The final markup would look like this...</p>
<pre><code>&#60;ul id=&#34;postLayout&#34;&#62;
	&#60;li id=&#34;listLayout&#34; class=&#34;layoutOption&#34; title=&#34;&#60;?php _e(&#039;List View&#039;,&#039;themolitor&#039;);?&#62;&#34;&#62;&#60;i class=&#34;icon-list&#34;&#62;&#60;/i&#62;&#60;/li&#62;
	&#60;li id=&#34;featLayout&#34; class=&#34;layoutOption&#34; title=&#34;&#60;?php _e(&#039;Standard View&#039;,&#039;themolitor&#039;);?&#62;&#34;&#62;&#60;i class=&#34;icon-th-list&#34;&#62;&#60;/i&#62;&#60;/li&#62;
	&#60;li id=&#34;gridLayout&#34; class=&#34;layoutOption&#34; title=&#34;&#60;?php _e(&#039;Grid View&#039;,&#039;themolitor&#039;);?&#62;&#34;&#62;&#60;i class=&#34;icon-th&#34;&#62;&#60;/i&#62;&#60;/li&#62;
	&#60;li id=&#34;gridLgLayout&#34; class=&#34;layoutOption&#34; title=&#34;&#60;?php _e(&#039;Large Grid View&#039;,&#039;themolitor&#039;);?&#62;&#34;&#62;&#60;i class=&#34;icon-th-large&#34;&#62;&#60;/i&#62;&#60;/li&#62;
	&#60;li id=&#34;fullLayout&#34; class=&#34;layoutOption activeLayout&#34; title=&#34;&#60;?php _e(&#039;Full View&#039;,&#039;themolitor&#039;);?&#62;&#34;&#62;&#60;i class=&#34;icon-list-alt&#34;&#62;&#60;/i&#62;&#60;/li&#62;
&#60;/ul&#62;&#60;!--end postLayout--&#62;</code></pre>
<p>...then, open "front-page.php" and change the .listing class name from "gridLayout" to "fullLayout" on line 21...</p>
<pre><code>&#60;div class=&#34;listing fullLayout&#34;&#62;</code></pre>
<p>Let me know if that works for you.</p>
<p>Best,</p>
<p>Chris
</p></description>
		</item>
		<item>
			<title>powerbroker4 on "Change view setting for first time viewers"</title>
			<link>http://www.themolitor.com/forums/topic/change-view-setting-for-first-time-viewers#post-23609</link>
			<pubDate>Wed, 02 Oct 2013 13:05:05 +0000</pubDate>
			<dc:creator>powerbroker4</dc:creator>
			<guid isPermaLink="false">23609@http://www.themolitor.com/forums/</guid>
			<description><p>I do not showcase any pictures on my site, but when views first come to the site, the site views with blank blocks.  How can I change this view to the last one, which do not show pictures just words?  or remove all the other view option just leave the one with no picture display.
</p></description>
		</item>

	</channel>
</rss>
