Gallery view column

Phoca Gallery - image gallery extension
duffy
Phoca Newbie
Phoca Newbie
Posts: 5
Joined: 20 Nov 2015, 17:55

Gallery view column

Post by duffy »

Hi all
I have a question: how can i set 2 or more column in a category view?

Image
Now, i can't. i don't know if is it a javascript's issue or other.
Let me know pls

Greetings :twisted: :twisted:
User avatar
Benno
Phoca Hero
Phoca Hero
Posts: 9965
Joined: 04 Dec 2008, 11:58
Location: Germany
Contact:

Re: Gallery view column

Post by Benno »

Hi,
Now, i can't. i don't know if is it a javascript's issue or other.
Did you check it with an Joomla! Standard Template (e.g. Protostar) for testing?

Kind regards,
Benno
duffy
Phoca Newbie
Phoca Newbie
Posts: 5
Joined: 20 Nov 2015, 17:55

Re: Gallery view column

Post by duffy »

thanks for reply

ok, i'll do that
User avatar
Benno
Phoca Hero
Phoca Hero
Posts: 9965
Joined: 04 Dec 2008, 11:58
Location: Germany
Contact:

Re: Gallery view column

Post by Benno »

Ok.

Kind regards,
Benno
duffy
Phoca Newbie
Phoca Newbie
Posts: 5
Joined: 20 Nov 2015, 17:55

Re: Gallery view column

Post by duffy »

I did the test and it worked properly .
The problem with my template then . Any idea how can I fix it?

greetings
christine
Phoca Hero
Phoca Hero
Posts: 2938
Joined: 28 Nov 2010, 17:20

Re: Gallery view column

Post by christine »

duffy wrote:I did the test and it worked properly .
The problem with my template then . Any idea how can I fix it? greetings
If the URL would not be OFF, we could have a look on it :wink:
It depends on template, template J3? bootstrap? CSS amendments? etc.

Kind regards, Christine
duffy
Phoca Newbie
Phoca Newbie
Posts: 5
Joined: 20 Nov 2015, 17:55

Re: Gallery view column

Post by duffy »

christine wrote:
duffy wrote:I did the test and it worked properly .
The problem with my template then . Any idea how can I fix it? greetings
If the URL would not be OFF, we could have a look on it :wink:
It depends on template, template J3? bootstrap? CSS amendments? etc.

Kind regards, Christine

Hi Christine.
now is on-line http://www.lamadonnella.com/fotogallery ... 2-tennis-2
i don't understand what the problem is.
Thank you guys
Greetings
christine
Phoca Hero
Phoca Hero
Posts: 2938
Joined: 28 Nov 2010, 17:20

Re: Gallery view column

Post by christine »

Hi duffy,

try following:

phocagallery.css/line 944
#phocagallery *, #phocagallery *::before, #phocagallery *::after {
box-sizing: content-box !important;
display: inline-flex;
}
add blue one.

Kind regards, Christine
duffy
Phoca Newbie
Phoca Newbie
Posts: 5
Joined: 20 Nov 2015, 17:55

Re: Gallery view column

Post by duffy »

#phocagallery *,
#phocagallery *:before,
#phocagallery *:after {
-webkit-box-sizing: content-box !important;
-moz-box-sizing: content-box !important;

box-sizing: content-box !important;
display: inline-flex;
}

Hi Christine
I have to remove the red lines that I find in line 944 in the css file? And then add the blue line?

if i don't delete the red lines the category views doesen't work.
instead if i delete the red lines it work properly, but wrong to display the categories view.
christine
Phoca Hero
Phoca Hero
Posts: 2938
Joined: 28 Nov 2010, 17:20

Re: Gallery view column

Post by christine »

Hi duffy,

the columns are shown now.
I can't see the red lines and think it depends on browser. Eg.: http://www.intensivstation.ch/assets/Up ... chrome.png
(the webkit entries).

What is wrong on the categories view now? The one image is portrait and you are using masonry?

Try (also) following: disable: /com phocagallery/css/main/bootstrap.min.css. This depends on some template.
And: https://www.phoca.cz/documents/2-phoca-g ... e-joomla-3

The CSS Code: display:inline-flex; was an idea to get the images vertically.

Kind regards, Christine

in addition: I checked also now the 1st view:
parameters according index.php template:

Code: Select all

.pg-csv-box {
   height: 100px;
   width: 100px;
}
you could change (overwrite) it with:

Code: Select all

.pg-csv-box {
 width: 200px !important;
}
to add it to your CSS.
Post Reply