This issue has been fixed do not read this post. Read my next post below.
Sorry for the PM's. I figured out how to install highslide but have no idea how to put it into the <img> tag in downloads.php or what part to edit. I also have a few questions. I got highslide to work on the forums, and I'm trying to make it so JUST the image pops up. Not the black background or anything I got that to work by changing:
Code:
<script type="text/javascript" language='javascript1.2' src="highslide/highslide-with-gallery.js"></script>
To:
Code:
<script type="text/javascript" language='javascript1.2' src="highslide/highslide.js"></script>
However now my problem is that the image pops up perfectly how I want to, but it is NOT centered. Something that the file "highslide-with-gallery.js" did for me perfectly.
The hs_align says 'center' but it's still not working. The settings in my hs_headinclude are:
Code:
<!-- HS Images Resize -->
<script type="text/javascript">
<!--
folder="./highslide/";
//-->
</script>
<script type="text/javascript" language='javascript1.2' src="highslide/highslide-with-gallery.js"></script>
<link rel="stylesheet" type="text/css" href="highslide/highslide.css" />
<script type="text/javascript">
hs.graphicsDir = 'highslide/graphics/';
hs.align = 'center';
hs.transitions = ['expand', 'crossfade'];
hs.outlineType = 'glossy-dark';
hs.wrapperClassName = 'dark';
hs.fadeInOut = true;
hs.numberPosition = 'caption';
hs.dimmingOpacity = 0.75;
// Add the controlbar
if (hs.addSlideshow) hs.addSlideshow({
//slideshowGroup: 'group1',
interval: 5000,
repeat: false,
useControls: true,
fixedControls: 'fit',
overlayOptions: {
opacity: .75,
position: 'bottom center',
hideOnMouseOut: true
}
});
</script>
<script type="text/javascript">
<!--
HSImageResizer.MAXWIDTH = $vboptions[hs_maxwidth];
HSImageResizer.MAXHEIGHT = $vboptions[hs_maxheight];
//-->
</script>
<!-- / HS Images Resize -->
The highslide code I'm using for highslide.js is here:
http://highslide.com/highslide/highslide.js?src=