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
Image Alignment
-
- Phoca Member
- Posts: 22
- Joined: 13 May 2008, 01:25
- Location: United States of America
- Jan
- Phoca Hero
- Posts: 48386
- Joined: 10 Nov 2007, 18:23
- Location: Czech Republic
- Contact:
Hi, the image boxes
Hi, the image boxes are placed in float boxes, maybe your template doesn't work correctly with float boxes...
Jan
Jan
If you find Phoca extensions useful, please support the project
-
- Phoca Member
- Posts: 22
- Joined: 13 May 2008, 01:25
- Location: United States of America
Would this be someth
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
Mark
- Jan
- Phoca Hero
- Posts: 48386
- Joined: 10 Nov 2007, 18:23
- Location: Czech Republic
- Contact:
keepitfrozen
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)
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)
If you find Phoca extensions useful, please support the project
-
- Phoca Member
- Posts: 22
- Joined: 13 May 2008, 01:25
- Location: United States of America
Re: Image Alignment
I appreciate your help, if i locate the problem i'll make sure to post back.
thank again,
Mark
thank again,
Mark
- Jan
- Phoca Hero
- Posts: 48386
- Joined: 10 Nov 2007, 18:23
- Location: Czech Republic
- Contact:
-
- Phoca Member
- Posts: 22
- Joined: 13 May 2008, 01:25
- Location: United States of America
Re: Image Alignment
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:
Thanks Jan.
Mark
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>
Mark
- Jan
- Phoca Hero
- Posts: 48386
- Joined: 10 Nov 2007, 18:23
- Location: Czech Republic
- Contact:
Re: Image Alignment
great to hear it, Jan
If you find Phoca extensions useful, please support the project