Image Count Box
-
- Phoca Newbie
- Posts: 5
- Joined: 07 Nov 2023, 13:15
Image Count Box
Hi
I cant find the setting to activate the image count box at the category view.
Name of Category (123) = count box
Maybe this function isn't available anymore at the J4 (Version
4.5.5 )version?
Many thanks
Nadine
I cant find the setting to activate the image count box at the category view.
Name of Category (123) = count box
Maybe this function isn't available anymore at the J4 (Version
4.5.5 )version?
Many thanks
Nadine
- Jan
- Phoca Hero
- Posts: 48343
- Joined: 10 Nov 2007, 18:23
- Location: Czech Republic
- Contact:
Re: Image Count Box
Hi,
you can hide it per CSS (preferably in in template user.css):
Jan
you can hide it per CSS (preferably in in template user.css):
Code: Select all
.pg-category-box-count {
display: none;
}
Jan
If you find Phoca extensions useful, please support the project
-
- Phoca Newbie
- Posts: 5
- Joined: 07 Nov 2023, 13:15
Re: Image Count Box
Hi there.
But i want to show it, not hide :o)
Current view:
https://web4-testserver.de/fotoclub-mai ... hp/galerie
But i want to show it, not hide :o)
Current view:
https://web4-testserver.de/fotoclub-mai ... hp/galerie
- Jan
- Phoca Hero
- Posts: 48343
- Joined: 10 Nov 2007, 18:23
- Location: Czech Republic
- Contact:
Re: Image Count Box
Hi, it is displayed as default.
Which version of Phoca Gallery do you use? Do you use some template overrides? (e.g. for Phoca Gallery view outputs)
Jan
Which version of Phoca Gallery do you use? Do you use some template overrides? (e.g. for Phoca Gallery view outputs)
Jan
If you find Phoca extensions useful, please support the project
-
- Phoca Newbie
- Posts: 5
- Joined: 07 Nov 2023, 13:15
Re: Image Count Box
Dear Jan
Many thx for your fast reply.
I use Phoca Gallery Version 4.5.5 + Theme Standard.css
Many thx for your fast reply.
I use Phoca Gallery Version 4.5.5 + Theme Standard.css
-
- Phoca Hero
- Posts: 2808
- Joined: 28 Nov 2010, 17:20
Re: Image Count Box
Hi Nadine,
I'm just asking Jan now, if ev. relevant:
Hi Jan,
temporarily tried from a test page (any number of course)
I have:
<div class="pg-category-box-title">
Nadine has:
<div class="pg-item-box-title category">
missing:
-------------------------------------------------------------------
Nadine:
Menue Typ is: List of Categories (Categories View)?
Kind regards,
Christine
I'm just asking Jan now, if ev. relevant:
Hi Jan,
temporarily tried from a test page (any number of course)
I have:
Code: Select all
<div class="pg-category-box-title"><svg class="ph-si ph-si-category"><use xlink:href="#ph-si-category"> etc.
Nadine has:
Code: Select all
<div class="pg-item-box-title category"> etc.
missing:
Code: Select all
<span class="pg-category-box-count">(2)</span>
Nadine:
Menue Typ is: List of Categories (Categories View)?
Kind regards,
Christine
- Jan
- Phoca Hero
- Posts: 48343
- Joined: 10 Nov 2007, 18:23
- Location: Czech Republic
- Contact:
Re: Image Count Box
Hi, the code
is included in core (it does not matter which theme is set). So in case, this code is not included, maybe there is some template override
Code: Select all
<span class="pg-category-box-count">...</span>
If you find Phoca extensions useful, please support the project
-
- Phoca Hero
- Posts: 2808
- Joined: 28 Nov 2010, 17:20
Re: Image Count Box
Hi Nadine,
Kind regards
Christine
Yes could be (Template Shaper Helixultimate). Check it please resp. try temporary if it will be OK with Standard Template Cassiopeia (just for testing purposes).Jan wrote: ↑07 Nov 2023, 23:57 Hi, the code
is included in core (it does not matter which theme is set). So in case, this code is not included, maybe there is some template overrideCode: Select all
<span class="pg-category-box-count">...</span>
Kind regards
Christine
-
- Phoca Newbie
- Posts: 5
- Joined: 07 Nov 2023, 13:15
Re: Image Count Box
Hi
I changed to default joomla template. Still no counting box.
https://prnt.sc/5596h99fobp2
Sorry
Nadine
I changed to default joomla template. Still no counting box.
https://prnt.sc/5596h99fobp2
Sorry
Nadine
- Jan
- Phoca Hero
- Posts: 48343
- Joined: 10 Nov 2007, 18:23
- Location: Czech Republic
- Contact:
Re: Image Count Box
Are you really sure, you run the version 4.5.5?
Jan
Jan
If you find Phoca extensions useful, please support the project