Topic: Can't get floating, linkable, captions to show up.
Image with navigation shows up and works fine, but the captions do not. Everything looks fine within svBuilder-Pro.
gallery.xml:
<?xml version="1.0" encoding="UTF-8"?>
<simpleviewergallery
useFlickr="false"
resizeOnImport="false"
cropToFit="false"
galleryWidth="544"
galleryHeight="375"
backgroundColor="FFFFFF"
backgroundTransparent="true"
thumbPosition="NONE"
showOpenButton="false"
showFullscreenButton="false"
frameWidth="0"
stageBorder="0"
stageHPadding="0"
stageVPadding="0"
enableLooping="true"
dropShadowStrength="0"
enableKeyboardControls="false"
imageFrameStyle="SQUARE"
imageClickMode="NAVIGATE"
imageScaleMode="NONE"
buttonBarPosition="NONE"
titlePosition="NONE"
captionPosition="BOTTOM"
displayTime="6"
showAutoPlayStatus="false"
autoPlayThumbs="false"
autoPlayOnLoad="true"
imageTransitionTime="1"
flashBrightness="1"
imagePreloading="ALL"
imageTransitionType="CROSS_FADE"
showNavButtons="false"
showOverlay="HOVER"
showImageNav="ALWAYS"
imageNavStyle="CIRCLE"
imageNavPadding="5"
thumbColumns="4"
thumbRows="1"
captionPadding="5"
enableCaptionLinks="true"
>
<image imageURL="images/1BaronBed.jpg"
thumbURL="thumbs/1BaronBed.jpg"
linkURL="images/1BaronBed.jpg"
linkTarget="_blank">
<caption><![CDATA[<u><a href="ratesbarron.html" target="_top">Barron Room: Queen bed. Great views. Large private bath. Sleeps two. Click for more.</a></u>]]>
</caption>
</image>
<image imageURL="images/2GibbsBedWindowrev.jpg"
thumbURL="thumbs/2GibbsBedWindowrev.jpg"
linkURL="images/2GibbsBedWindowrev.jpg"
linkTarget="_blank">
<caption><![CDATA[<u><a href="ratesgibbs.html" target="_top">Gibbs Room: Queen bed. Great views. Large private bath. Sleeps two. Click for more.</a></u>]]>
</caption>
</image>
<image imageURL="images/3russeloverviewrev.jpg"
thumbURL="thumbs/3russeloverviewrev.jpg"
linkURL="images/3russeloverviewrev.jpg"
linkTarget="_blank">
<caption><![CDATA[<u><a href="ratesrussell.html" target="_top">Russell Room: Two beds: Queen & double. Large private bath. Private entrance. Sleeps four. Click for more.</a></u>]]>
</caption>
</image>
<image imageURL="images/4BricksideBedCornerrev.jpg"
thumbURL="thumbs/4BricksideBedCornerrev.jpg"
linkURL="images/4BricksideBedCornerrev.jpg"
linkTarget="_blank">
<caption><![CDATA[<u><a href="ratesbrickoutside.html" target="_top">Brick Cottage: Two beds: Queen & twin. Seprate building, Large private bath. Sleeps three. Click for more.</a></u>]]>
</caption>
</image>
</simpleviewergallery>
Embed HTML code:
<!--START SIMPLEVIEWER EMBED.-->
<script type="text/javascript" src="SlideShowRates/svcore/js/simpleviewer.js"></script>
<script type="text/javascript">
var flashvars = {};
flashvars.baseURL = "SlideShowRates/";
jQuery(document).ready(function () {
SV.simpleviewer.load("sv-container", "544", "375", "transparent", true, flashvars );
});
</script>
<div id="sv-container"></div>
<!-- END SIMPLEVIEWER EMBED -->
Background is #663300 (chocolate brown), text is white. Image size is same as sv-container (544x375).
thanks for any help, -john-