torstein.honsi
Site Admin
Posts: 9215
Joined: Thu Nov 09, 2006 11:22 am
Location: Vik i Sogn, Norway

Version 4.0 beta published

I am happy to invite you all to test the first beta for version 4.0. I have set up a test page that shows some of the new stuff. If you study the source code you will get an idea of what new options are available. There is still some way to go before the stable version, but from this demo you know what you can expect, and you can download the file and play with the options.
User avatar
Granville
Posts: 40
Joined: Sun Mar 18, 2007 2:32 pm
Location: Manchester, UK
Contact: Website

Version 4 Beta

Hi
Just seen the test page - bloody hell that looks good. :D

Will give it a go on my site.

Best wishes
Granville
Enjoy each day as it comes.
User avatar
traveljunkie
Posts: 21
Joined: Sun Nov 11, 2007 9:47 am
Contact: Website

Awesome Torstein!. I'll give it a go :)
Ganryu
Posts: 1
Joined: Mon Jun 23, 2008 12:56 pm

It seems so great !

Thank you. It is soon to be implemented... :-)
User avatar
Granville
Posts: 40
Joined: Sun Mar 18, 2007 2:32 pm
Location: Manchester, UK
Contact: Website

Version 4.0 beta published - feedback

Hi
Got the beta version working, on my Photo Gallery. Encountered a few problems, but eventually sorted them out and it had nothing to do with Highslide.

I use a jquery accordian menu option, which in turns calls an ajax page containing the gallery thumbnails, there are a few gallerys, and I couldn't understand when running the slideshow, the first gallery you select always ran.

The slide show option for each gallery needs a unique slideshowGroup, so I just assigned today.toString(), and that cured it.

I tried to use the Dean Edwards packer utility and that seemed to cause some problems, however, it might be me, so I'm going to try again.

The transitions are great - you think you were running a Flash program!

Next step is to try loading html pages, don't think I'll have any problems though.


Excellent script

Regards

Granville

Granville
Enjoy each day as it comes.
danou9
Posts: 7
Joined: Wed May 28, 2008 10:08 am
Location: Toulon france

bug with cssgarden and version highslide 3

Excuse my english
Your version 4 corrects a bug with csszengarden templates a reference with CSS.

With version 3, when you resize a popup moving outside the right screen you have a display problem (all browsers).
The best is to see a screen shot :
http://www.mjc-lebeausset.fr/copy1.jpg
http://www.mjc-lebeausset.fr/copy2.jpg

Do you resolve this problem with version 4?
torstein.honsi
Site Admin
Posts: 9215
Joined: Thu Nov 09, 2006 11:22 am
Location: Vik i Sogn, Norway

danou9, I don't see this happening in my examples. It might relate to the CSS in those templates. Do you have a link to a live page where it happens?
danou9
Posts: 7
Joined: Wed May 28, 2008 10:08 am
Location: Toulon france

css garden

Thank you for your reply.

The link to see the problem :
http://www.mjc-lebeausset.fr/zengarden.html

The html file comes from the site cssgarden
the css file comes from :
http://www.csszengarden.com/?cssfile=017/017.css

This css file have problem
I tried some other with no problem.

With your version 4, there is no problem with this css!

The links are in the middle of the page
For the demonstration there is no images

Best regards
User avatar
traveljunkie
Posts: 21
Joined: Sun Nov 11, 2007 9:47 am
Contact: Website

Controlbar and resize button problem

Hello Torstein,

finally got a chance to play around with version 4.0. I got the basics to work. The controlbar and resize buton prove to be a bit elusive, though. I've got this in my head.

Code: Select all

<link rel="stylesheet" href="/travelogues/wp-content/plugins/highslide/highslide.css" type="text/css" media="screen" />
<script type="text/javascript" src="/travelogues/wp-content/plugins/highslide/highslide.js"></script>
<script type="text/javascript">
	if (hs.registerOverlay) hs.registerOverlay({
    	slideshowGroup: 'group1',
    	overlayId: 'test-overlay',
    	position: 'bottom right',
    	hideOnMouseOut: false,
        opacity: 0.85
	});
    if (hs.addSlideshow) hs.addSlideshow({
        slideshowGroup: 'group1',
        interval: 5000,
        repeat: false,
        useControls: true,
        overlayOptions: {
        	opacity: .75,
        	position: 'bottom center',
        	hideOnMouseOut: true
		},
		fixedControls: true
    });
	
    hs.dragHeader = true;
    hs.slideshowGroup = 'group1';
    hs.graphicsDir = '/travelogues/wp-content/plugins/highslide/graphics/';
    hs.align = 'center';
    hs.outlineType = 'glossy-dark';
    hs.showCredits = false;
    hs.captionOptions.position = 'below';
    hs.headerEval = 'this.thumb.title';
    hs.number = 'header';
    hs.skin.number = 'Image %1 of %2 ';
    hs.fadeInOut = true;
</script>
and this in my footer:

Code: Select all

<div id="test-overlay" class="highslide-overlay highslide-resize"></div>
All just copied from your example page. A little hint would be greatly appreciated. Can't give you a link, as it's all local for now.

Cheers,
Boris
jerry2
Posts: 120
Joined: Wed Mar 14, 2007 1:03 pm

Is there any hint how soon will the 4.0 be released? I understand you can not know, but I mean just... is it looking to be out this summer, autumn, winter?
torstein.honsi
Site Admin
Posts: 9215
Joined: Thu Nov 09, 2006 11:22 am
Location: Vik i Sogn, Norway

Boris, are you sure you have the graphics as referred to in the CSS? The controlbar has one graphic where all the buttons are defined.
torstein.honsi
Site Admin
Posts: 9215
Joined: Thu Nov 09, 2006 11:22 am
Location: Vik i Sogn, Norway

Jerry2, it is during the summer. I only have one major bug left to hunt down, namely the captions and overlays not working properly in Safari.
jerry2
Posts: 120
Joined: Wed Mar 14, 2007 1:03 pm

Thanx. Is the beta version on your beta show page getting updated regularly?
webacad
Posts: 3
Joined: Mon Jul 14, 2008 2:38 am

Width of rightpanel caption?

I'm using the rightpanel caption position on an image expander. I'm putting a bunch of HTML (images, links, etc.) into the caption. I can't figure out how to control the size of the expander. Its height seems to be fixed at the height of the full-size image. The width is the width of the image plus around 200px.

I really want the expander to be a fixed size (say 600px wide and 350px high) with the image constrained to half the width.

It looks like the ability to control the size of the expander only works with HTML content, not with an image.

Any suggestions?

Thanks.
torstein.honsi
Site Admin
Posts: 9215
Joined: Thu Nov 09, 2006 11:22 am
Location: Vik i Sogn, Norway

jerry2: Yes, it will be updated regularly.

webacad: The width is by default 200px, but you can adjust that by setting hs.captionOptions.width = '600px'. The height is constrained to the height of the image to avoid problem with the positioning of other overlays above and below the image. For more fine grained control over this, you should consider using a HTML expander.

Return to “News”