Page 1 of 1

Mosaic columns

Posted: 12 Jul 2014, 01:38
by Saulo Magno
Hi Guys!

I,m testing V4.1.1 and mosaic feature looks great in your demo with 3 columns, but in my web categpries list is just in 1 column, and have a big empty space at right side...

My question is, How can I set categories view to show 2 columns WITH mosaic effect? (without mosaic effect can do it and works)

Many thanks in advance for help :)

Re: Mosaic columns

Posted: 14 Jul 2014, 00:06
by Jan

Re: Mosaic columns

Posted: 31 Aug 2014, 19:23
by Saulo Magno
I see it, configure it, read it again, configure it in all options available and can't do it. I can't believe then is so hard use this effect.

Is anything in php code to make it works? just less height to use 2 columns? In your demo is 3 columns and works fine...

Re: Mosaic columns

Posted: 31 Aug 2014, 23:25
by Jan
Hi, all what is running on demo site, can be set in Options :idea:

But if you want to have fixed amount of column, you need to set it fix in php code (changing from random), see:
administrator\components\com_phocagallery\libraries\phocagallery\image\imagefront.php

Functions:
renderMosaic()
getMosaicFields()

Jan