<?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/hide category points on map?</title>
		<link>http://www.themolitor.com/forums/topic/showhide-category-points-on-map</link>
		<description>THE MOLITOR FORUMS &#187; Topic: Show/hide category points on map?</description>
		<language>en-US</language>
		<pubDate>Thu, 30 Apr 2026 02:09:27 +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/showhide-category-points-on-map" rel="self" type="application/rss+xml" />

		<item>
			<title>branimir on "Show/hide category points on map?"</title>
			<link>http://www.themolitor.com/forums/topic/showhide-category-points-on-map#post-9521</link>
			<pubDate>Tue, 01 May 2012 12:07:08 +0000</pubDate>
			<dc:creator>branimir</dc:creator>
			<guid isPermaLink="false">9521@http://www.themolitor.com/forums/</guid>
			<description><p>I already know what should be done, but my piece of code does not work</p>
<p>example:</p>
<p>$(function() {<br />
    $("#map").goMap({<br />
        markers: [{<br />
            latitude: 56.948813,<br />
            longitude: 24.704004<br />
        },{<br />
            latitude: 55.548813,<br />
            longitude: 23.204004,<br />
            draggable: true,<br />
            id: 'markerShowHide',<br />
            icon: 'img/drag.png',<br />
        }],<br />
    }); </p>
<p>    $("#showHide").click(function() {<br />
        $.goMap.showHideMarker('markerShowHide');<br />
    });<br />
}); </p>
<p>from <a href="http://www.pittss.lv/jquery/gomap/examples.php" rel="nofollow">http://www.pittss.lv/jquery/gomap/examples.php</a><br />
-----<br />
and this code must be intagreted in script_list.php at line 79, but i don't know how to connect example code into script_list :\
</p></description>
		</item>
		<item>
			<title>Justin on "Show/hide category points on map?"</title>
			<link>http://www.themolitor.com/forums/topic/showhide-category-points-on-map#post-9472</link>
			<pubDate>Mon, 30 Apr 2012 16:32:15 +0000</pubDate>
			<dc:creator>Justin</dc:creator>
			<guid isPermaLink="false">9472@http://www.themolitor.com/forums/</guid>
			<description><p>Hey there, hopefully another user will be able to provide you this fix.  It's not something offered by support, though, feel free to fill out this form for custom alterations to the theme: <a href="http://themolitor.com/custom" rel="nofollow">http://themolitor.com/custom</a>
</p></description>
		</item>
		<item>
			<title>branimir on "Show/hide category points on map?"</title>
			<link>http://www.themolitor.com/forums/topic/showhide-category-points-on-map#post-9398</link>
			<pubDate>Wed, 25 Apr 2012 20:25:00 +0000</pubDate>
			<dc:creator>branimir</dc:creator>
			<guid isPermaLink="false">9398@http://www.themolitor.com/forums/</guid>
			<description><p>Greetings to you all,</p>
<p>for user or visitor of your pages, if you have many categories it would be best for user to unchecked or check them to easier way to see primary one. I think this part of coding is pretty important for those who have more than 2 categories with +100 points.</p>
<p>So i was wondering does anyone know code how to show/hide categories points on map?</p>
<p>I made list of my categories(including main three cateogries - 1,3 and 6) with counter in footer, it goes like this</p>
<p>&#60;?php<br />
        if  (!is_page() &#38;&#38; !is_home()){<br />
	$catsy = get_the_category();<br />
	$myCat = $catsy[0]-&#62;cat_ID;<br />
	$currentcategory = '&#38;current_category='.$myCat;<br />
	}<br />
        wp_list_categories('hierarchical=1&#38;use_desc_for_title=0&#38;exclude=12&#38;depth=1&#38;  orderby=id&#38;show_count=1&#38;include=1,3,6&#38;title_li='.$currentcategory);<br />
?&#62;</p>
<p>and i think in this part of code, you must put some code to show/hide pin points on map, but i dont know how, i'm not so good in php</p>
<p>I have found this page, example of show hide point by clicking on button (that i want)<br />
<a href="http://www.pittss.lv/jquery/gomap/examples.php" rel="nofollow">http://www.pittss.lv/jquery/gomap/examples.php</a> - (Show / hide marker by click button (v1.1.0) )</p>
<p>with this part on link, it would be pretty simple to do something like this, but i can't it put it togheter.</p>
<p>any help?
</p></description>
		</item>

	</channel>
</rss>
