Page 1 of 1

Problem SOLVED: images not showing completely

Posted: 02 May 2010, 20:04
by Eds0
Hi there,

first of all compliments for your wonderful stuff! I am a huge fan of your work and many of my sites have Phoca-stuff on it.

I have a problem with phoca gallery on one of my sites. The problem has to do with the template we use, because the error does not occur with the rhuk_milkyway-template.
However, our template (RedEvo_Aphelion) is important for us, so I hope we can solve the problem together. What is the problem.

The images used in the gallery are all showing incomplete. All images are showing like 2/3. They are shown to the right of the box and a part of it is lost.
You can view this behaviour on:
http://www.testvhth.nl/nl/foto-albums/bosath.html
and on
http://www.testvhth.nl/nl/foto-albums/c ... 8-fbh.html

There must be a code in the template that causes this problem. Can you please help me correct it so that the gallery is shown in the proper way?

Thanks and keep up the good work!

Ed
The Netherlands.

Re: Problem: images not showing completely

Posted: 02 May 2010, 20:43
by Eds0
I have found that in the following code the number for COLSPAN should be changed from 6 to 3.

original:
<td height="486" align="center" valign="middle" colspan="6">
<div style="width: 640px;" id="image-box"><a onclick="window.parent.document.getElementById('sbox-window').close();" href="#"><img alt="" src="/./images/phocagallery/Bosath/thumbs/phoca_thumb_l_vhth_bosath_5.jpg"></a></div>
</td>


to:
<td height="486" align="center" valign="middle" colspan="3">
<div style="width: 640px;" id="image-box"><a onclick="window.parent.document.getElementById('sbox-window').close();" href="#"><img alt="" src="/./images/phocagallery/Bosath/thumbs/phoca_thumb_l_vhth_bosath_5.jpg"></a></div>
</td>

However.. i have no idea WHERE to change this... any suggestions?
:?

Re: Problem: images not showing completely

Posted: 03 May 2010, 23:22
by nl1bzw
Did you try to adjust the "front detail windows height and width" in the phoca options?

Maybe that helps.

Re: Problem: images not showing completely

Posted: 04 May 2010, 08:57
by Eds0
hey, can you direct me where to change these options? I have not tried them.
Should they be in the parameters on the control panel of phoca gallery?
thanks in advance!

Re: Problem: images not showing completely

Posted: 04 May 2010, 09:37
by Eds0
I have played around the parameters and that SOLVED the problem.
Just selected another way of presenting the images and its solved.
Thanks nl1bzw for pointing me into the right direction!!!
thanks!
:D :D :D :D :D :D :D :D