via PayPal / credit card
Vanilla 1.1.10 is a product of Lussumo. More Information: Documentation, Community Support.
Hello there, after months of on and off troubleshooting and no support insight I am some what closer to resolution.
I have made some progress in implementing this sideshow in my wordpress header.php, but still no <images> all I get is an animated exclamation mark.
<strong>This is the tag I used:</strong>
<code>
<div class="flashhead">
[kml_flashembed movie="http://blog/wp-content/monoslideshow/monoslideshow.swf" base="/wp-content/monoslideshow/" height="250" width="470" fvars="showLogo=false" /]
</div>
</code>
<strong>The XML is:</strong>
<code>
<?xml version="1.0" encoding="utf-8"?>
<!--
Monoslideshow 1.32 configuration file
Please visit http://www.monoslideshow.com for more info
-->
<slideshow>
<preferences
showLoadingIcon = "false"
showImageInfo = "always"
viewport = "5,40,475,300"
imageTransition = "leftToRightFadeOutBackwards"
kenBurnsMode = "randomZoomIn"
kenBurnsVariationPercent = "20"
imageInfoAlpha = "0"
imageInfoAlign = "topRight"
imageInfoTransitionTime = "0.2"
imageInfoWidth = "380"
imageInfoMaxSize = "false"
imageInfoPadding = "0"
imageInfoTextAlign = "right"
imageInfoTitleFont = "helvetica"
imageInfoDescriptionFont = "unibody"
imageInfoDescriptionSize = "8"
imageInfoDescriptionMargin = "-2"
thumbnailWindowAlwaysOn = "true"
thumbnailWindowAlpha = "0"
thumbnailWindowShadowSize = "0"
thumbnailWindowShadowAlpha = "0"
thumbnailWindowLineWidth = "0"
thumbnailWindowAlign = "bottomLeft"
thumbnailWindowRows = "1"
thumbnailWindowColumns = "11"
thumbnailWindowAutoSize = "false"
thumbnailWindowPadding = "5"
thumbnailWindowIconMargin = "4"
thumbnailWindowIconSize = "10"
thumbnailWindowIconRollOverColor = "FF4B1F"
thumbnailWindowInfoFont = "unibody"
thumbnailWindowInfoSize = "8"
thumbnailWidth = "39"
thumbnailHeight = "28"
thumbnailRoundedCorners = "8"
thumbnailSpacing = "4"
thumbnailHoverDistance = "5"
thumbnailHoverShadowSize = "5"
albumWindowAlpha = "100"
albumWindowShadowSize = "0"
albumWindowShadowAlpha = "0"
albumWindowLineWidth = "0"
albumWindowRoundedCorners = "0"
albumWindowPadding = "10"
albumWindowIconMargin = "10"
albumWindowIconSize = "10"
albumWindowIconRollOverColor = "FF4B1F"
albumWindowInfoFont = "unibody"
albumWindowInfoSize = "8"
albumRoundedCorners = "5"
albumSpacing = "4"
albumShadowSize = "0"
albumShadowAlpha = "0"
albumInfoWidth = "180"
albumInfoMargin = "4"
albumInfoPadding = "4"
albumInfoRoundedCorners = "4"
albumInfoColor = "444444"
albumInfoTitleFont = "helvetica"
albumInfoTitleColor = "FF4B1F"
albumInfoTitleContainsNumber = "false"
albumInfoDescriptionFont = "unibody"
albumInfoDescriptionSize = "8"
albumInfoDescriptionColor = "999999"
controlAlign = "topLeft"
controlRoundedCorners = "0"
controlAlpha = "100"
controlLineWidth = "0"
controlShadowSize = "0"
controlIconRollOverColor = "FF4B1F"
controlPadding = "4"
controlIconSize = "10"
controlIconSpacing = "10"
autoPause = "false"
markFile = ""
markAlign = "topLeft"
markMarginX = "285"
markMarginY = "275"
/>
<album thumbnail="/wp-content/monoslideshow/album/albumThumbnail.jpg" title="insert title of album 1" description="insert description of album 1" imagePath="/wp-content/monoslideshow/" thumbnailPath="/wp-content/monoslideshow/album/thumbnails/">
<img src="/wp-content/monoslideshow/image-file1.jpg" title="insert title of image 1" description="insert description of image 1" />
<img src="/wp-content/monoslideshow/image-file2.jpg" title="insert title of image 2" description="insert description of image 2" />
<img src="/wp-content/monoslideshow/image-file3.jpg" title="insert title of image 3" description="insert description of image 3" />
</album>
</slideshow>
</code>
<strong>Can anyone out there help...</strong>
If you see the exclamation mark, monoslideshow loads correctly (congratulations!), finds its xml (congratulations again), finds the image path but not the images themselves.
I can easily see that you doubled your image path: You told MSS to look in /wp-content/monoslideshow//wp-content/monoslideshow/image-file3.jpg which surely makes no sense. Check the "imagePath" parameter and the paths in the images themselves. You can also use an empty imagePath parameter (imagePath="").
Christoph
Hi christophvl, thanks for the help i got it working.
Hi
Thanks for the above explanation. Yet i still can't solve my issue: Here is my settings in WP: https://skitch.com/schalkjoubert/gxuxu/dreamweaver
and here my code in my template:
</div> -->
<div id="content" class="page col-full">
<table width="960" border="0" cellspacing="0" cellpadding="0">
<tr>
<td><?php echo do_shortcode("[monoslideshow id=7]"); ?></td>
<td><?php echo do_shortcode("[monoslideshow id=8]"); ?></td>
<td><?php echo do_shortcode("[monoslideshow id=9]"); ?></td>
</tr>
<tr>
<td> </td>
<td> </td>
<td> </td>
</tr>
</table>
<div id="main" class="fullwidth">
<?php if ( $woo_options[ 'woo_
and the url: www.beaumont.co.za/wines
Regards
1 to 4 of 4