First up, just wanted to say that Phoca Gallery is awesome for a Joomla novice like myself (Only been using Joomla for about a week!).
However, I've run into some strange behaviour with the gallery... and I'm not sure if it is a bug in the 2.5.0 Beta, or if I am just not doing something correctly.
I would like to use the "borderless floating caption" and control layout (top center) as shown on the demo site here: https://www.phoca.cz/demo/highslide-description, which gives a result that looks like:
http://60.234.41.197/~airline/phoca_deb ... ide_js.jpg
However, no matter what HighSlide JS "Class" I choose, I always end up getting the following:
http://60.234.41.197/~airline/phoca_deb ... _white.jpg
I have setup the component parameters as follows:
http://60.234.41.197/~airline/phoca_deb ... meters.jpg
I had a look at the HTML Source for the page, and it seems that for some reason, where it is setting "var phocaZoom", the values are a bit wrong:
Code: Select all
var phocaZoom = {
objectLoadTime : 'after', outlineType : 'rounded-white', wrapperClassName: '0.6', outlineWhileAnimating : true, enableKeyListener : false, minWidth : 680, minHeight : 576, dimmingOpacity: 0, fadeInOut : true, contentId: 'detail', objectType: 'iframe', objectWidth: 680, objectHeight: 576 };Code: Select all
var phocaZoom = {
objectLoadTime : 'after', wrapperClassName: 'borderless floating-caption', outlineWhileAnimating : true, enableKeyListener : false, minWidth : 680, minHeight : 576, dimmingOpacity: 0.6, fadeInOut : true, contentId: 'detail', objectType: 'iframe', objectWidth: 680, objectHeight: 576 }; if (hs.addSlideshow) hs.addSlideshow({
slideshowGroup: 'groupC',
interval: 5000,
repeat: false,
useControls: true,
fixedControls: false,
overlayOptions: {
opacity: 1,
position: 'top center',
hideOnMouseOut: true
}
});Any ideas?
regards,
Jared
ps. you can see the actual site at http://60.234.41.197/~airline/

