Shape 5

Joomla Templates => Velocity - Club => : wolex June 29, 2016, 05:39:40 AM



: Phoca gallery and Velocity
: wolex June 29, 2016, 05:39:40 AM
Hello, I have just installed Phoca gallery and all thumnails are displaying on a single column rather than a multi-column as I would like. I switched to Prostar template and it's displaying correctly. How can I get the thumbnails to display in a multi-column with the Velocity template?


: Re: Phoca gallery and Velocity
: mikek June 29, 2016, 07:06:56 AM
Hello,

That is an issue with the extension, they should be providing their own css and not relying on the css in any way. Please post a url and I'll see if there's an easy fix, but ultimately, it's something that the extension developer needs to corrects.


: Re: Phoca gallery and Velocity
: wolex July 02, 2016, 04:43:08 AM
here's the link http://bnbnetball.com/index.php/gallery/netball-matches/category/5-are-we-ready


: Re: Phoca gallery and Velocity
: mikek July 02, 2016, 06:41:12 AM
Hello,

This is actually a pretty major issue with their extension, they are using the same classes that articles use instead of their own unique classes that they stylize; ie: "item" is the class they are using. I am not sure why they would do that. You can try forcing a fix like this by adding the following to the template's custom.css file:

.pg-msnr-container .item {
clear:none !important;
}