<?xml version="1.0" encoding="UTF-8"?><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"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: A &#8220;fix&#8221; to PhatFusion&#8217;s Image Menu script</title>
	<atom:link href="http://www.elshaddai-edwards.com/2009/07/a-fix-to-phatfusions-image-menu-script/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.elshaddai-edwards.com/2009/07/a-fix-to-phatfusions-image-menu-script/</link>
	<description>Custom Website Design and Development by ElShaddai Edwards</description>
	<lastBuildDate>Mon, 30 Aug 2010 12:55:39 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
	<item>
		<title>By: Daniel</title>
		<link>http://www.elshaddai-edwards.com/2009/07/a-fix-to-phatfusions-image-menu-script/comment-page-1/#comment-108</link>
		<dc:creator>Daniel</dc:creator>
		<pubDate>Tue, 19 Jan 2010 13:53:25 +0000</pubDate>
		<guid isPermaLink="false">http://elshaddai-edwards.com/?p=461#comment-108</guid>
		<description>vielen Dank! Super Fix! So lange gesucht!</description>
		<content:encoded><![CDATA[<p>vielen Dank! Super Fix! So lange gesucht!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Al</title>
		<link>http://www.elshaddai-edwards.com/2009/07/a-fix-to-phatfusions-image-menu-script/comment-page-1/#comment-105</link>
		<dc:creator>Al</dc:creator>
		<pubDate>Tue, 19 Jan 2010 01:39:27 +0000</pubDate>
		<guid isPermaLink="false">http://elshaddai-edwards.com/?p=461#comment-105</guid>
		<description>Hi ElShaddai,

Thanks for sharing the code. Any idea how to show some corresponding text when I click on one of the images? I have a test page here http://74.52.32.68/~tempcom/slider/. i want text to appear in the green box when I click on the image. Any input would be appreciated! Thanks!</description>
		<content:encoded><![CDATA[<p>Hi ElShaddai,</p>
<p>Thanks for sharing the code. Any idea how to show some corresponding text when I click on one of the images? I have a test page here <a  href="http://74.52.32.68/~tempcom/slider/" rel="nofollow">http://74.52.32.68/~tempcom/slider/</a>. i want text to appear in the green box when I click on the image. Any input would be appreciated! Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Yak</title>
		<link>http://www.elshaddai-edwards.com/2009/07/a-fix-to-phatfusions-image-menu-script/comment-page-1/#comment-65</link>
		<dc:creator>Yak</dc:creator>
		<pubDate>Sun, 27 Dec 2009 13:47:04 +0000</pubDate>
		<guid isPermaLink="false">http://elshaddai-edwards.com/?p=461#comment-65</guid>
		<description>Hi ElShaddai,

I don&#039;t know why, but I didn&#039;t nead to implement Will&#039;s fix (I implemented it but it change nothing). When I click image, it start leading the new page and don&#039;t colapse (even if I move the mouse from the image) until the new page is downloaded. But when the header reload (in the new page), all images appear as colapsed before the page’s image expand.

You can see it there : http://ecopolitique.ca/

I would like to have the page’s image already expanded when the page open.

Thank&#039;s for taking time to post information on Phatfusion on your blog. It&#039;s very helpfull.

Yak</description>
		<content:encoded><![CDATA[<p>Hi ElShaddai,</p>
<p>I don&#8217;t know why, but I didn&#8217;t nead to implement Will&#8217;s fix (I implemented it but it change nothing). When I click image, it start leading the new page and don&#8217;t colapse (even if I move the mouse from the image) until the new page is downloaded. But when the header reload (in the new page), all images appear as colapsed before the page’s image expand.</p>
<p>You can see it there : <a  href="http://ecopolitique.ca/" rel="nofollow">http://ecopolitique.ca/</a></p>
<p>I would like to have the page’s image already expanded when the page open.</p>
<p>Thank&#8217;s for taking time to post information on Phatfusion on your blog. It&#8217;s very helpfull.</p>
<p>Yak</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ElShaddai</title>
		<link>http://www.elshaddai-edwards.com/2009/07/a-fix-to-phatfusions-image-menu-script/comment-page-1/#comment-64</link>
		<dc:creator>ElShaddai</dc:creator>
		<pubDate>Sun, 27 Dec 2009 12:02:39 +0000</pubDate>
		<guid isPermaLink="false">http://elshaddai-edwards.com/?p=461#comment-64</guid>
		<description>If I&#039;m understanding you correctly, the question is how to keep the current page&#039;s image expanded if the user clicks on that image after the page has loaded. In my implementation, I&#039;m seeing two undesirable behaviors:

1. Click once on an expanded, active image, then move the mouse off the image and it will collapse to a non-expanded state.
2. You have to click twice on an expanded image (without moving the mouse off the image) to trigger the &lt;code&gt;href&lt;code&gt; link.

Have you implemented Will&#039;s fix that he provided in the comments above? That should address the second point above, and I would assume fix the first as well, but I have not yet had a chance to dig into the code.</description>
		<content:encoded><![CDATA[<p>If I&#8217;m understanding you correctly, the question is how to keep the current page&#8217;s image expanded if the user clicks on that image after the page has loaded. In my implementation, I&#8217;m seeing two undesirable behaviors:</p>
<p>1. Click once on an expanded, active image, then move the mouse off the image and it will collapse to a non-expanded state.<br />
2. You have to click twice on an expanded image (without moving the mouse off the image) to trigger the <code>href</code><code> link.</p>
<p>Have you implemented Will's fix that he provided in the comments above? That should address the second point above, and I would assume fix the first as well, but I have not yet had a chance to dig into the code.</code></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Yak</title>
		<link>http://www.elshaddai-edwards.com/2009/07/a-fix-to-phatfusions-image-menu-script/comment-page-1/#comment-63</link>
		<dc:creator>Yak</dc:creator>
		<pubDate>Sat, 26 Dec 2009 23:20:01 +0000</pubDate>
		<guid isPermaLink="false">http://elshaddai-edwards.com/?p=461#comment-63</guid>
		<description>Ok, I find the fix. I created 5 pages and integrate the header directly in the page so that the right image open to the right page. But I can&#039;t find a way to have the image already open; it slice a second time when the page is downloaded. Have any ideas?</description>
		<content:encoded><![CDATA[<p>Ok, I find the fix. I created 5 pages and integrate the header directly in the page so that the right image open to the right page. But I can&#8217;t find a way to have the image already open; it slice a second time when the page is downloaded. Have any ideas?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Yak</title>
		<link>http://www.elshaddai-edwards.com/2009/07/a-fix-to-phatfusions-image-menu-script/comment-page-1/#comment-61</link>
		<dc:creator>Yak</dc:creator>
		<pubDate>Thu, 24 Dec 2009 02:53:35 +0000</pubDate>
		<guid isPermaLink="false">http://elshaddai-edwards.com/?p=461#comment-61</guid>
		<description>Hi ElShaddai,

Thank&#039;s for the explanation. The way I&#039;ve integrated it, the first image stay open. But is it possible to have the clicked image stay open ?

Yak</description>
		<content:encoded><![CDATA[<p>Hi ElShaddai,</p>
<p>Thank&#8217;s for the explanation. The way I&#8217;ve integrated it, the first image stay open. But is it possible to have the clicked image stay open ?</p>
<p>Yak</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Karsten</title>
		<link>http://www.elshaddai-edwards.com/2009/07/a-fix-to-phatfusions-image-menu-script/comment-page-1/#comment-42</link>
		<dc:creator>Karsten</dc:creator>
		<pubDate>Mon, 07 Dec 2009 21:04:23 +0000</pubDate>
		<guid isPermaLink="false">http://elshaddai-edwards.com/?p=461#comment-42</guid>
		<description>Thanx Will for the fix! It really seems to work now.
I will add the fix to my image menu on my website (see &lt;a&gt;www.karsten-rau-photography.com&lt;/a&gt; under &quot;Portfolio&quot;).

Thanks again and also thanks to ElShaddai for providing this very helpful thread!

Karsten</description>
		<content:encoded><![CDATA[<p>Thanx Will for the fix! It really seems to work now.<br />
I will add the fix to my image menu on my website (see <a>http://www.karsten-rau-photography.com</a> under &#8220;Portfolio&#8221;).</p>
<p>Thanks again and also thanks to ElShaddai for providing this very helpful thread!</p>
<p>Karsten</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Will</title>
		<link>http://www.elshaddai-edwards.com/2009/07/a-fix-to-phatfusions-image-menu-script/comment-page-1/#comment-41</link>
		<dc:creator>Will</dc:creator>
		<pubDate>Mon, 07 Dec 2009 05:23:31 +0000</pubDate>
		<guid isPermaLink="false">http://elshaddai-edwards.com/?p=461#comment-41</guid>
		<description>That&#039;s my own. I sent it on to Sam to double check, so if he replies I&#039;ll post back. 

Sorry for the mass of posts as I was working on this. Feel free to nix the irrelevant ones.</description>
		<content:encoded><![CDATA[<p>That&#8217;s my own. I sent it on to Sam to double check, so if he replies I&#8217;ll post back. </p>
<p>Sorry for the mass of posts as I was working on this. Feel free to nix the irrelevant ones.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ElShaddai</title>
		<link>http://www.elshaddai-edwards.com/2009/07/a-fix-to-phatfusions-image-menu-script/comment-page-1/#comment-40</link>
		<dc:creator>ElShaddai</dc:creator>
		<pubDate>Mon, 07 Dec 2009 04:52:06 +0000</pubDate>
		<guid isPermaLink="false">http://elshaddai-edwards.com/?p=461#comment-40</guid>
		<description>Thanks for all your digging on this, Will. On closer review, I see that I do have the problem on my client site - it&#039;s just that (a) like the official demo, my &quot;home&quot; start point doesn&#039;t have any of the images opened in a pre-expanded state, and (b) once I have an expanded image, it corresponds to the current page, so the user is unlikely to click on it as a primary nav option. 

Is the solution that you&#039;ve posted from PhatFusion or is this your own work?</description>
		<content:encoded><![CDATA[<p>Thanks for all your digging on this, Will. On closer review, I see that I do have the problem on my client site &#8211; it&#8217;s just that (a) like the official demo, my &#8220;home&#8221; start point doesn&#8217;t have any of the images opened in a pre-expanded state, and (b) once I have an expanded image, it corresponds to the current page, so the user is unlikely to click on it as a primary nav option. </p>
<p>Is the solution that you&#8217;ve posted from PhatFusion or is this your own work?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Will</title>
		<link>http://www.elshaddai-edwards.com/2009/07/a-fix-to-phatfusions-image-menu-script/comment-page-1/#comment-39</link>
		<dc:creator>Will</dc:creator>
		<pubDate>Mon, 07 Dec 2009 02:33:59 +0000</pubDate>
		<guid isPermaLink="false">http://elshaddai-edwards.com/?p=461#comment-39</guid>
		<description>Got it!  Solution to the &quot;two clicks needed on pre-expanded items&quot; problem!

Replace this...

el.addEvent(&#039;click&#039;, function(e){

				if(obj.options.onOpen){
					new Event(e).stop();
					if(obj.options.open == i){
						obj.options.open = null;
						obj.options.onClose(this.href, i);
					}else{
						obj.options.open = i;
						obj.options.onOpen(this.href, i);
					}
					
					
				}
				
			})
			
		}.bind(this));


...With this...

el.addEvent(&#039;click&#039;, function(e) {  

				if(obj.options.onOpen){
					new Event(e).stop();
					   {
						obj.options.onOpen(this.href, i);

					}
					
					
				}
				
			}   )
			
		}.bind(this));</description>
		<content:encoded><![CDATA[<p>Got it!  Solution to the &#8220;two clicks needed on pre-expanded items&#8221; problem!</p>
<p>Replace this&#8230;</p>
<p>el.addEvent(&#8216;click&#8217;, function(e){</p>
<p>				if(obj.options.onOpen){<br />
					new Event(e).stop();<br />
					if(obj.options.open == i){<br />
						obj.options.open = null;<br />
						obj.options.onClose(this.href, i);<br />
					}else{<br />
						obj.options.open = i;<br />
						obj.options.onOpen(this.href, i);<br />
					}</p>
<p>				}</p>
<p>			})</p>
<p>		}.bind(this));</p>
<p>&#8230;With this&#8230;</p>
<p>el.addEvent(&#8216;click&#8217;, function(e) {  </p>
<p>				if(obj.options.onOpen){<br />
					new Event(e).stop();<br />
					   {<br />
						obj.options.onOpen(this.href, i);</p>
<p>					}</p>
<p>				}</p>
<p>			}   )</p>
<p>		}.bind(this));</p>
]]></content:encoded>
	</item>
</channel>
</rss>
