Hi,
i've got a view problem with PG Plugin. When using Firefox the name of the thumbs are not showing, it seem to be overlapped by other thumbnails. This problem does not manifest itself when using IE. I'm using the plugin with Category view in a simple article.
Try http://www.wopsa2.com/~sofiahog/index.p ... =4&lang=en
with Firefox and you'll see the problem.
btw, i love your extensions, keep up the good work
/Qvarnis
View problem plugin
- Jan
- Phoca Hero
- Posts: 48402
- Joined: 10 Nov 2007, 18:23
- Location: Czech Republic
- Contact:
Re: View problem plugin
Hi, try to test it with some standard template, maybe there is some conflict in CSS, or try to set up the height of thumbnail box in parameters.
Jan
Jan
If you find Phoca extensions useful, please support the project
-
- Phoca Newbie
- Posts: 3
- Joined: 01 Apr 2009, 17:27
Re: View problem plugin
Hi,
i'm not able to set the boxheight when using the plugin.
The only way i could solve it was by changing the source phocagellery.php under plugin/content.
I changed line 904:
From: $output .= '<img src="'.$image->linkthumbnailpath.'" alt="'.$image->title.'" />';
To: $output .= '<img style="font-size:0px;" src="'.$image->linkthumbnailpath.'" alt="'.$image->title.'" />';
For some reason Firefox extends the image-box because of the font-size, even though not text is output.
Guess this could be solveable by changing the css, but as everythnig else works in my site when using images i optet for this solution.
/Qvarnis
i'm not able to set the boxheight when using the plugin.
The only way i could solve it was by changing the source phocagellery.php under plugin/content.
I changed line 904:
From: $output .= '<img src="'.$image->linkthumbnailpath.'" alt="'.$image->title.'" />';
To: $output .= '<img style="font-size:0px;" src="'.$image->linkthumbnailpath.'" alt="'.$image->title.'" />';
For some reason Firefox extends the image-box because of the font-size, even though not text is output.
Guess this could be solveable by changing the css, but as everythnig else works in my site when using images i optet for this solution.
/Qvarnis