Page 1 of 1
Gallery view column
Posted: 20 Nov 2015, 18:05
by duffy
Hi all
I have a question: how can i set 2 or more column in a category view?

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

Re: Gallery view column
Posted: 20 Nov 2015, 18:47
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
Re: Gallery view column
Posted: 21 Nov 2015, 16:00
by duffy
thanks for reply
ok, i'll do that
Re: Gallery view column
Posted: 23 Nov 2015, 10:50
by Benno
Ok.
Kind regards,
Benno
Re: Gallery view column
Posted: 25 Nov 2015, 14:12
by duffy
I did the test and it worked properly .
The problem with my template then . Any idea how can I fix it?
greetings
Re: Gallery view column
Posted: 25 Nov 2015, 17:59
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
It depends on template, template J3? bootstrap? CSS amendments? etc.
Kind regards, Christine
Re: Gallery view column
Posted: 30 Nov 2015, 15:59
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
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
Re: Gallery view column
Posted: 30 Nov 2015, 17:23
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
Re: Gallery view column
Posted: 30 Nov 2015, 18:17
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.
Re: Gallery view column
Posted: 30 Nov 2015, 19:04
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.