Page 1 of 1

View problem plugin

Posted: 11 Apr 2009, 12:55
by Qvarnis
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

Re: View problem plugin

Posted: 15 Apr 2009, 20:06
by Jan
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

Re: View problem plugin

Posted: 20 Apr 2009, 14:13
by Qvarnis
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