The Phoca Gallery Plugin didnt work
Posted: 19 Aug 2012, 21:29
Hi, guys!
I have a problem with using this plugin. I make changes in one Joomla project (which was developed by other man). It (project) work under Joomla 1.5.22 and use next Phoca Gallery components:
- PhocaGallery v2.8.1
- PhocaMaps v1.0.5
- mod_phocagallery_image v2.7.5
- Phoca Gallery Plugin v2.7.7
- Phoca Gallery Slideshow Plugin v2.7.1
- Phoca Maps Plugin v1.1.0
- Button - Phoca Gallery v2.7.1
In articles i try to view image from one of galleries with Phoca Gallery Plugin help. I use next command:
{phocagallery view=category|categoryid=41|imageid=569}
And in article in front-end side i see simple white box with name of image. Mouse over function work fine (background of box change color), but clicking function dont work (simple nothing do not happen ). When i look at code with Firebug help on the image place in article (front-end side), i see next:
So, how you can see instead of image between "<a href=...." and "</a>" is writen "<br>" HTML tag!!! Where is "<img href...."?
I was try to find the way to solve this problem in Internet (on Phoca Gallery forums including) and cant to do it.
I was check all images in this category, it all have created thumbals (s,m, l) and i write correct IDs of image and gallery, also directory with images have needed permitions (777). But just in case for test i was create new category and upload new images, and was create needed thumbals - all checked by manualy. And was try to view one of the images from this category into article:
{phocagallery view=category|categoryid=45|imageid=572}
And againe all the same.
Then i try to view all galleries:
{phocagallery view=categories}
All work fine. I enter on my test created category and i was see my images. I was click on every of it and it was viewed as more big images in pop-up window. Its ok.
Then i was try to do next:
{phocagallery view=category|categoryid=45|limitstart=0|limitcount=3|enableswitch=1}
And in article from front-end on that place i see in one row three white boxes (in my test category 3 images) with names of images at bottom. And again dont work click function...
Also i dont use on this project "F...content" (forgot the name) module about which is warn on this forum.
May be some conflict with other jQuery or Mootools components? I was try to disable one by one used modules in Joomla admin zone - but nothing not changed.
So, please, help me find how to solve this problem.
Best regards,
Dmitry
I have a problem with using this plugin. I make changes in one Joomla project (which was developed by other man). It (project) work under Joomla 1.5.22 and use next Phoca Gallery components:
- PhocaGallery v2.8.1
- PhocaMaps v1.0.5
- mod_phocagallery_image v2.7.5
- Phoca Gallery Plugin v2.7.7
- Phoca Gallery Slideshow Plugin v2.7.1
- Phoca Maps Plugin v1.1.0
- Button - Phoca Gallery v2.7.1
In articles i try to view image from one of galleries with Phoca Gallery Plugin help. I use next command:
{phocagallery view=category|categoryid=41|imageid=569}
And in article in front-end side i see simple white box with name of image. Mouse over function work fine (background of box change color), but clicking function dont work (simple nothing do not happen ). When i look at code with Firebug help on the image place in article (front-end side), i see next:
Code: Select all
<div class="phocagallery">
<div class="phocagallery-box-file pgplugin1" style="height:138px; width:120px;margin: 5px;padding: 5px;">
<center>
<div class="phocagallery-box-file-first" style="background: url('/components/com_phocagallery/assets/images/shadow1.gif') 0px 0px no-repeat;height: 118px; width: 118px;">
<div class="phocagallery-box-file-second">
<div class="phocagallery-box-file-third">
<center>
<a class="highslide" title="trgovina" href="/images/phocagallery/krpanke/thumbs/phoca_thumb_l_trgovina.jpg" onclick="return hs.expand(this, { slideshowGroup: 'groupPl1', wrapperClassName: 'rounded-white', outlineType : 'rounded-white', dimmingOpacity: 0, align : 'center', transitions : ['expand', 'crossfade'], fadeInOut: true });">
<br>
</a>
</center>
</div>
</div>
</div>
</center>
<div class="name" style="color: #7a2136 ;font-size:14px;margin-top:5px;text-align:center;">trgovina</div>
</div>
</div>
I was try to find the way to solve this problem in Internet (on Phoca Gallery forums including) and cant to do it.
I was check all images in this category, it all have created thumbals (s,m, l) and i write correct IDs of image and gallery, also directory with images have needed permitions (777). But just in case for test i was create new category and upload new images, and was create needed thumbals - all checked by manualy. And was try to view one of the images from this category into article:
{phocagallery view=category|categoryid=45|imageid=572}
And againe all the same.
Then i try to view all galleries:
{phocagallery view=categories}
All work fine. I enter on my test created category and i was see my images. I was click on every of it and it was viewed as more big images in pop-up window. Its ok.
Then i was try to do next:
{phocagallery view=category|categoryid=45|limitstart=0|limitcount=3|enableswitch=1}
And in article from front-end on that place i see in one row three white boxes (in my test category 3 images) with names of images at bottom. And again dont work click function...
Also i dont use on this project "F...content" (forgot the name) module about which is warn on this forum.
May be some conflict with other jQuery or Mootools components? I was try to disable one by one used modules in Joomla admin zone - but nothing not changed.
So, please, help me find how to solve this problem.
Best regards,
Dmitry