I use Joomla 1.5.15, Phoca Gallery Component 2.5.8 and Phoca Gallery Plugin 2.5.9
Phoca Gallery Component is used to show images from all categories and users can access it thru site menu. It works well. On homepage of site i use Phoca Gallery Plugin 2.5.9 to show 3 images. I use next plugin code:
Code: Select all
{phocagallery view=category|categoryid=1|imageid=13|detail=3|displayname=0|displaydetail=0|displaydownload=0|displaydescription=1|displayimgrating=0}
{phocagallery view=category|categoryid=1|imageid=12|detail=3|displayname=0|displaydetail=0|displaydownload=0|displaydescription=1|displayimgrating=0}
{phocagallery view=category|categoryid=1|imageid=10|detail=3|displayname=0|displaydetail=0|displaydownload=0|displaydescription=1|displayimgrating=0}
Plugin works with Firefox 3.5.5 and does not works with: Opera (10, 10.10), Konqueror (khtml engine), Arora (webkit), Midori (webkit).
How to fix this problem?