<?xml version="1.0" encoding="UTF-8"?>    <rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
      <channel>
        <title>Slideshow - Menucool</title>
        <link>https://interactivetools.com/forum/forum-posts.php?Slideshow---Menucool-79956</link>
        <description></description>
        <pubDate>Sat, 07 Mar 2026 10:34:42 -0800</pubDate>
        <language>en-us</language>
        <atom:link href="https://interactivetools.com/forum/forum-posts.php?rss=1&amp;Slideshow---Menucool-79956" rel="self" type="application/rss+xml" />

                <item>
          <title>Slideshow - Menucool</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2236226#post2236226</link>
          <description><![CDATA[<p>Thank you ... works with a bit of modification to css.</p>
<p>Much appreciated.</p>]]></description>
          <pubDate>Sat, 07 Mar 2015 14:37:22 -0800</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2236226#post2236226</guid>
        </item>
                <item>
          <title>Slideshow - Menucool</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2236225#post2236225</link>
          <description><![CDATA[<p>I am not familiar with this particular slideshow script, but if all you need to do is echo the contents of the info1 field then simply add the alt attribute to the img tag and echo the contents of the info1 field within the quotes:</p>
<p><code>&lt;img alt="&lt;?php echo $image['info1'] ?&gt;" src="&lt;?php echo $image['thumbUrlPath'];?&gt;" /&gt; </code></p>
<p>If the rendering script does not handle a blank alt attribute (alt=""), then you may have to conditionally display the alt attribute only if it contains data.</p>
<p><code>&lt;?php if($image['info1']): ?&gt;<br />  &lt;img alt="&lt;?php echo $image['info1'] ?&gt;" src="&lt;?php echo $image['thumbUrlPath'];?&gt;" /&gt;<br />&lt;?php else: ?&gt;<br />  &lt;img src="&lt;?php echo $image['thumbUrlPath'];?&gt;" /&gt;<br />&lt;?php endif ?&gt;<br /></code></p>
<p>Hope this works for you!</p>]]></description>
          <pubDate>Sat, 07 Mar 2015 09:52:16 -0800</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2236225#post2236225</guid>
        </item>
                <item>
          <title>Slideshow - Menucool</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2236210#post2236210</link>
          <description><![CDATA[<p>I have a sildeshow that works, but requires the alt="" field of the image to be completed in order that a caption may be overlaid upon the photo in rotation as per <a href="http://www.menucool.com/slider/javascript-image-slider-demo1." rel="nofollow">http://www.menucool.com/slider/javascript-image-slider-demo1.</a>  I would like the [info1] and/or [info2] field to be inserted into this overlaid caption.  The code I have thus far is below.  Any help much appreciated.</p>
<p>Page is here - <a href="http://duncanbcrealestate.ca/~duncanbc/homes-details.php?Cowichan-Bay-Home-2" rel="nofollow">http://duncanbcrealestate.ca/~duncanbc/homes-details.php?Cowichan-Bay-Home-2</a><br />I would like to overlay the caption on large photos.</p>
<p>Ted</p>

<p>&lt;div align="center"&gt; <br /> &lt;div id="sliderFrame" align="center"&gt; <br /> &lt;div id="slider" align="center"&gt; <br /> &lt;?php if ($homes_for_saleRecord['slideshow']): ?&gt;<br /> &lt;?php foreach ($homes_for_saleRecord['slideshow'] as $image): ?&gt;<br /> &lt;img src="&lt;?php echo $image['thumbUrlPath'];?&gt;" /&gt; <br /> &lt;?php endforeach ?&gt;<br /> &lt;?php endif ?&gt;<br /> &lt;/div&gt;<br /> &lt;div class="group1-Wrapper"&gt; &lt;a onClick="imageSlider.previous()" class="group1-Prev"&gt;&lt;/a&gt; <br /> &lt;a onClick="imageSlider.next()" class="group1-Next"&gt;&lt;/a&gt; <br /> &lt;/div&gt;<br /> &lt;/div&gt;<br /> &lt;center&gt;&lt;img src="blackspacer.gif"&gt;&lt;br&gt;<br /> &lt;div id="thumbs"&gt; &lt;a onClick="imageSlider.previous()" class="group2-Prev"&gt;&lt;/a&gt; <br /> &lt;a id='auto' onClick="switchAutoAdvance()"&gt;&lt;/a&gt; &lt;a onClick="imageSlider.next()" class="group2-Next"&gt;&lt;/a&gt;&lt;/div&gt;<br /> &lt;/center&gt;<br /> &lt;/div&gt;</p>]]></description>
          <pubDate>Fri, 06 Mar 2015 04:40:12 -0800</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2236210#post2236210</guid>
        </item>
              </channel>
    </rss>
  