Page 1 of 1
I've seen this
Posted: 07 Jun 2008, 21:35
by keepitfrozen
I've seen this with other plugin's as well but it's sort of odd why it happens. I have articles that have probably 40 thumbs nails in one article. Sometimes when i view the page they stretch all they way across the article before a new rows start (as they should) but sometimes when i view a page i get one single column of all images and the next time i get maybe 3 columns etc. It doesn't seem consistent and I'm not really sure what to do to prevent this from occurring. I would appreciate some input on this problem and if there is anything i can do to help prevent the issue.
thanks,
Mark
Hi, the image boxes
Posted: 08 Jun 2008, 17:21
by Jan
Hi, the image boxes are placed in float boxes, maybe your template doesn't work correctly with float boxes...
Jan
Would this be someth
Posted: 09 Jun 2008, 18:28
by keepitfrozen
Would this be something i could probably locate and disable in the template because i'm using a Yootheme template and they pretty much just take your money and dont offer much support especially for modules they dont produce. Sorry for all the silly questions still sort of a newbie to this.
Mark
keepitfrozen
Posted: 10 Jun 2008, 17:33
by Jan
keepitfrozen
hi, really no idea what and where to change ... I just use only standards template and all worked for me (still didn't solve such problem)
Re: Image Alignment
Posted: 12 Jun 2008, 14:20
by keepitfrozen
I appreciate your help, if i locate the problem i'll make sure to post back.
thank again,
Mark
Re: Image Alignment
Posted: 12 Jun 2008, 17:41
by Jan
ok
Re: Image Alignment
Posted: 30 Jun 2008, 23:24
by keepitfrozen
Ok, i solved this problem by simply adding a nest table around the plugin code and this also helped me solve the problems with centering the over all gallery.
This was my code for one of my galleries:
Code: Select all
<table align="center" width="880">
<tbody>
<tr>
<td>
<table align="center" width="870">
<tbody>
<tr>
<td>
{phocagallery view=category|categoryid=45|displaybuttons=0|displaydownload=0|namenumchar=20|imageshadow=shadow2}
</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
Thanks Jan.
Mark
Re: Image Alignment
Posted: 01 Jul 2008, 10:20
by Jan
great to hear it, Jan