Pictures

Phoca Gallery - image gallery extension
kareem
Phoca Newbie
Phoca Newbie
Posts: 3
Joined: 29 Jun 2010, 08:52

Pictures

Post by kareem »

All the pictures appear in one column and I've tried everything I can think of. I did read another thread on the forum, but nothing seems to be working. I finally got the categories in 3 columns, but the images are still in one column, elongating the page.

http://www.msaucr.com/index.php?option= ... Itemid=146

Any ideas?
User avatar
Jan
Phoca Hero
Phoca Hero
Posts: 49297
Joined: 10 Nov 2007, 18:23
Location: Czech Republic
Contact:

Re: Pictures

Post by Jan »

Hi, you should check your template, if it has no problems with float boxes. Try to test your site with some standard template like rhuk_milkyway is.

Jan
If you find Phoca extensions useful, please support the project
kareem
Phoca Newbie
Phoca Newbie
Posts: 3
Joined: 29 Jun 2010, 08:52

Re: Pictures

Post by kareem »

Jan wrote:Hi, you should check your template, if it has no problems with float boxes. Try to test your site with some standard template like rhuk_milkyway is.

Jan
Hi Jan,

I actually tried it and got the same results, all images in one column.
User avatar
Jan
Phoca Hero
Phoca Hero
Posts: 49297
Joined: 10 Nov 2007, 18:23
Location: Czech Republic
Contact:

Re: Pictures

Post by Jan »

hmmm :wink: Can I see the site with rhuk_milkyway enabled, maybe there will be some other extension which can break the float boxes rule e.g. with some clear attribute.

Jan
If you find Phoca extensions useful, please support the project
imperialWicket
Phoca Enthusiast
Phoca Enthusiast
Posts: 78
Joined: 28 Feb 2010, 15:39

Re: Pictures

Post by imperialWicket »

It looks like you have the Phoca Gallery width set to 100. In the parameters, under General Settings, there is a Phoca Gallery Width parameter. This parameter defaults to empty, I can replicate your issue if I add a value of 100 to this option.

Can you confirm that this parameter currently includes "100" and whether or not changing this value (or removing it entirely) affects your issue?
kareem
Phoca Newbie
Phoca Newbie
Posts: 3
Joined: 29 Jun 2010, 08:52

Re: Pictures

Post by kareem »

Hi,

Initially, it was blank so I put 500 but it didn't work. Then I put 3000 and it still didn't work.

Jan, the website is going live soon so it has to be on that template for most of the time :(
imperialWicket
Phoca Enthusiast
Phoca Enthusiast
Posts: 78
Joined: 28 Feb 2010, 15:39

Re: Pictures

Post by imperialWicket »

I can't see the gallery section of your site anymore, it looks like it is now available to registered users only. Anyway, within the Phoca Gallery's html output there is a div surrounding the images. The 'phocagallery' div looks like this in the html when the width is blank:

Code: Select all

<div id="phocagallery">
When I checked yesterday, your page included this:

Code: Select all

<div id="phocagallery" style="width:100px;">
Using an html debugging tool (firebug), it was apparent that the width of the phocagallery div was smaller than the width of the image holding divs, hence only one image is shown per line.

Can you confirm that the phocagallery div no longer has any width set in the html on your page?
Post Reply