<?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: For those who want an own zoom level for home</title>
		<link>http://www.themolitor.com/forums/topic/for-those-who-want-an-own-zoom-level-for-home</link>
		<description>THE MOLITOR FORUMS &#187; Topic: For those who want an own zoom level for home</description>
		<language>en-US</language>
		<pubDate>Wed, 29 Apr 2026 15:37:13 +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/for-those-who-want-an-own-zoom-level-for-home" rel="self" type="application/rss+xml" />

		<item>
			<title>frankmsl on "For those who want an own zoom level for home"</title>
			<link>http://www.themolitor.com/forums/topic/for-those-who-want-an-own-zoom-level-for-home#post-7731</link>
			<pubDate>Tue, 13 Mar 2012 07:00:31 +0000</pubDate>
			<dc:creator>frankmsl</dc:creator>
			<guid isPermaLink="false">7731@http://www.themolitor.com/forums/</guid>
			<description><p>Thank you MoesiOli you made my day, It works great LOL
</p></description>
		</item>
		<item>
			<title>ArtepickTM on "For those who want an own zoom level for home"</title>
			<link>http://www.themolitor.com/forums/topic/for-those-who-want-an-own-zoom-level-for-home#post-4989</link>
			<pubDate>Wed, 07 Dec 2011 09:28:22 +0000</pubDate>
			<dc:creator>ArtepickTM</dc:creator>
			<guid isPermaLink="false">4989@http://www.themolitor.com/forums/</guid>
			<description><p>I dont try this... do you try my tip??? only was a question... but if you try this and works, please tell it to me. Thanks!
</p></description>
		</item>
		<item>
			<title>sokorelis on "For those who want an own zoom level for home"</title>
			<link>http://www.themolitor.com/forums/topic/for-those-who-want-an-own-zoom-level-for-home#post-4988</link>
			<pubDate>Wed, 07 Dec 2011 09:21:25 +0000</pubDate>
			<dc:creator>sokorelis</dc:creator>
			<guid isPermaLink="false">4988@http://www.themolitor.com/forums/</guid>
			<description><p>Yeap, it works! It would be nice to have this capability for each category.
</p></description>
		</item>
		<item>
			<title>ArtepickTM on "For those who want an own zoom level for home"</title>
			<link>http://www.themolitor.com/forums/topic/for-those-who-want-an-own-zoom-level-for-home#post-4987</link>
			<pubDate>Wed, 07 Dec 2011 09:15:20 +0000</pubDate>
			<dc:creator>ArtepickTM</dc:creator>
			<guid isPermaLink="false">4987@http://www.themolitor.com/forums/</guid>
			<description><p>One question. If i want a zoom level for tags archives, and another zoom level for category... is it possible?</p>
<p>&#60;row&#62;<br />
    &#60;id&#62;34&#60;/id&#62;<br />
    &#60;item_id&#62;tag_zoom&#60;/item_id&#62;<br />
    &#60;item_title&#62;Home Zoom Level&#60;/item_title&#62;<br />
    &#60;item_desc&#62;Enter Home Zoom Level for the Tag Archive Page&#60;/item_desc&#62;<br />
    &#60;item_type&#62;input&#60;/item_type&#62;<br />
    &#60;item_options&#62;&#60;/item_options&#62;<br />
    &#60;item_sort&#62;27&#60;/item_sort&#62;<br />
  &#60;/row&#62;</p>
<p>////and...</p>
<p>$tagZoom = get_option_tree('tag_zoom',$theme_options);<br />
if ( is_tag() ) {   $mainZoom = $tagZoom; };
</p></description>
		</item>
		<item>
			<title>ArtepickTM on "For those who want an own zoom level for home"</title>
			<link>http://www.themolitor.com/forums/topic/for-those-who-want-an-own-zoom-level-for-home#post-4986</link>
			<pubDate>Wed, 07 Dec 2011 09:01:55 +0000</pubDate>
			<dc:creator>ArtepickTM</dc:creator>
			<guid isPermaLink="false">4986@http://www.themolitor.com/forums/</guid>
			<description><p>Thanks for the tip. Works fine.
</p></description>
		</item>
		<item>
			<title>MoesiOli on "For those who want an own zoom level for home"</title>
			<link>http://www.themolitor.com/forums/topic/for-those-who-want-an-own-zoom-level-for-home#post-4524</link>
			<pubDate>Tue, 25 Oct 2011 06:12:03 +0000</pubDate>
			<dc:creator>MoesiOli</dc:creator>
			<guid isPermaLink="false">4524@http://www.themolitor.com/forums/</guid>
			<description><p>Sometimes it is nice to have different zoom levels for home and categories<br />
!be careful, and backup your files<br />
!make a notice, because a theme-update will overwrite these changes</p>
<p>First add a Option in Map Settings in "Option Tree"<br />
so open your .../wpnavigator/option-tree/theme-options.xml and AFTER the closing row-tag <code>&#60;/row&#62;</code> from the Map Settings item (it used to be at line 238)<br />
add these lines<br />
<pre><code>&#60;row&#62;
    &#60;id&#62;33&#60;/id&#62;
    &#60;item_id&#62;home_zoom&#60;/item_id&#62;
    &#60;item_title&#62;Home Zoom Level&#60;/item_title&#62;
    &#60;item_desc&#62;Enter Home Zoom Level for the Startpage&#60;/item_desc&#62;
    &#60;item_type&#62;input&#60;/item_type&#62;
    &#60;item_options&#62;&#60;/item_options&#62;
    &#60;item_sort&#62;27&#60;/item_sort&#62;
  &#60;/row&#62;</code></pre>
<p>Maybe you have to "relaod xml" in "Theme Options" to see the "Home Zoom Level" Point and set a value</p>
<p>Second you need to open the script.php and script_list.php in your .../wpnavigator/ folder<br />
add AFTER the line $mainzoom=... (it just to be at line 4 or 8)<br />
<pre><code>$homeZoom = get_option_tree(&#39;home_zoom&#39;,$theme_options);
if ( is_home() ) {   $mainZoom = $homeZoom; };</code></pre></description>
		</item>

	</channel>
</rss>
