Hello,
Thanks for the suggestion.
I check you suggestion but i need to display category blog with multiple article.
Also when i check in gallry content plugin in code then "detail_window"(which is set in phoca component configuration) slimbox condition are comment.
its working depend "detail_window" but in the code its works only default "detail_window".
please you please give me more suggestion for how to dispaly category blog Here are the working Example"
this url is working:"
http://www.guber.ch/cms/hp/index.php?op ... 50&lang=de"
but this is not working in Joomla3.0
"
http://www.guber.ch/cms/hp/newsite/inde ... 50&lang=de"
When o check code then
Working site code :
SlidshowGroup is diffrent :groupPl1,groupPl2
/<![CDATA[
var phocaZoomPl = {
objectLoadTime : 'after', wrapperClassName: 'wide-border', outlineWhileAnimating : true, enableKeyListener : false, minWidth : 980, minHeight : 576, dimmingOpacity: 0.9, fadeInOut : true, contentId: 'detail', objectType: 'iframe', objectWidth: 980, objectHeight: 576 }; if (hs.addSlideshow) hs.addSlideshow({
slideshowGroup: 'groupPl2',
interval: 5000,
repeat: false,
useControls: true,
fixedControls: true,
overlayOptions: {
opacity: 1,
position: 'top center',
hideOnMouseOut: true
}
});
//]]>
===================================================================
In my sites code :
This code id 2 times :
means slideshowGroup: 'groupC0', this is two times for category Blog
<script type="text/javascript">//<![CDATA[
var phocaZoom = {
objectLoadTime : 'after', wrapperClassName: 'wide-border', outlineWhileAnimating : true, enableKeyListener : false, minWidth : 980, minHeight : 576, dimmingOpacity: 0.9, fadeInOut : true, contentId: 'detail', objectType: 'iframe', objectWidth: 980, objectHeight: 576 }; if (hs.addSlideshow) hs.addSlideshow({
slideshowGroup: 'groupC0',
interval: 5000,
repeat: false,
useControls: true,
fixedControls: true,
overlayOptions: {
opacity: 1,
position: 'top center',
hideOnMouseOut: true
}
});
//]]>
</script>
can you explain me How to i different slideshowGroup: 'groupC0', slideshowGroup: 'groupC1', For category blog?
Thanks