xedox
Posts: 10
Joined: Fri Apr 15, 2011 9:08 am

Re: Highslide and Xara

this is very strange - all variants work with caption (hs.caption.Text), but not with heading...
Please, check the script, maybe I did some mistake that I can't see it.
I also tried to use hs.registerOverlay instead heading, but was the same.
here is script

Code: Select all

<script type="text/javascript">
hs.wrapperClassName = 'controls-in-heading';
hs.align = 'center';
hs.dimmingOpacity = 0.20;
hs.dimmingDuration = 0;
hs.transitions = ['expand', 'crossfade'];
hs.headingText = '&nbsp;';
hs.captionText = '&nbsp;';
hs.addSlideshow({
	interval: 5000,
	repeat: true,
	useControls: true,
	fixedControls: false,
	overlayOptions: {
		//opacity: .75,
		position: 'top right',
		hideOnMouseOut: false,
		offsetY: -25,
		offsetX: 15
	}
});
</script>
<script type="text/javascript">
	hs.captionOverlay.position = "below";
	hs.captionOverlay.width = "30px";
	hs.headingOverlay.position = "above";
	hs.headingOverlay.width = "30px";
</script>
<style type="text/css">
.close-simple-white {
width: 0px;
height: 0px;
cursor: pointer;
}
.highslide-dimming {
	background: grey;
}
</style>
xedox
Posts: 10
Joined: Fri Apr 15, 2011 9:08 am

Re: Highslide and Xara

finally - all is OK, problem is that Xara has part of this options in its Photo Pop-up tool and those which are in
tool (like Pop-up Title option) is not necesary to put in additioanl script...

Thank you a lot for your time and patience,

xedox

Return to “Highslide Editor”