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.
Problem SOLVED: images not showing completely
-
Eds0
- Phoca Newbie

- Posts: 4
- Joined: 02 May 2010, 19:58
Problem SOLVED: images not showing completely
Last edited by Eds0 on 04 May 2010, 09:37, edited 1 time in total.
-
Eds0
- Phoca Newbie

- Posts: 4
- Joined: 02 May 2010, 19:58
Re: Problem: images not showing completely
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?

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?
-
nl1bzw
- Phoca Member

- Posts: 31
- Joined: 31 Jan 2008, 20:09
Re: Problem: images not showing completely
Did you try to adjust the "front detail windows height and width" in the phoca options?
Maybe that helps.
Maybe that helps.
-
Eds0
- Phoca Newbie

- Posts: 4
- Joined: 02 May 2010, 19:58
Re: Problem: images not showing completely
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!
Should they be in the parameters on the control panel of phoca gallery?
thanks in advance!
-
Eds0
- Phoca Newbie

- Posts: 4
- Joined: 02 May 2010, 19:58
Re: Problem: images not showing completely
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!

Just selected another way of presenting the images and its solved.
Thanks nl1bzw for pointing me into the right direction!!!
thanks!