Page 1 of 1

Phoca Gallery Plugins is create issue in categoary blog page

Posted: 18 Nov 2014, 08:47
by akash
Hello,

I install Phoca Gallary and content plugin.

But when i check my page

"http://www.guber.ch/cms/hp/newsite/inde ... 50&lang=de"

see link
and click on images then lightbox are Appier.but when i close lightbox and then go to scroll Top then Navigation bar are Appier in my site. this is the issue.

Please Help me

Regarding

akash

Re: Phoca Gallery Plugins is create issue in categoary blog

Posted: 18 Nov 2014, 16:54
by Jan
Hi, you should paste the images in article after read more, so the images are displayed only in whole article not in blog.

Or you should change the method to other - e.g. to boxplus. (see similar posts for the reason)

Jan

Re: Phoca Gallery Plugins is create issue in categoary blog

Posted: 20 Nov 2014, 07:53
by akash
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

Re: Phoca Gallery Plugins is create issue in categoary blog

Posted: 20 Nov 2014, 08:44
by akash
Hello,

when i see than its display like this:
aricle one:
<p>{phocagallery view=category|categoryid=19|displayname=0|imageordering=2|limitcount=6|detail=5|highslidedescription=3}</p>
<p>{phocagallery view=category|categoryid=19|displayname=0|imageordering=2|limitcount=45|detail=5|highslidedescription=3}</p>

aricle two:
:
<p>{phocagallery view=category|categoryid=20|displayname=0|imageordering=2|limitcount=6|detail=5|highslidedescription=3}</p>
<p>{phocagallery view=category|categoryid=20|displayname=0|imageordering=2|limitcount=45|detail=5|highslidedescription=3}</p>

So two category in one pages are not working.

can you please check this

i want to see all code but i cant find the solution.

Thanks

Re: Phoca Gallery Plugins is create issue in categoary blog

Posted: 21 Nov 2014, 21:26
by Jan
Hi, when you test it with another method, the Highslide JS have problems when more instances of the site are displayed :idea:

Anyway, the code should not be inside <p> tag but it is better to add them to <div> tags.

Jan