Page 1 of 2

Image Count Box

Posted: 07 Nov 2023, 13:19
by info@web-4.eu
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

Re: Image Count Box

Posted: 07 Nov 2023, 14:49
by Jan
Hi,

Image

you can hide it per CSS (preferably in in template user.css):

Code: Select all

.pg-category-box-count {
   display: none;
}
Image

Jan

Re: Image Count Box

Posted: 07 Nov 2023, 14:56
by info@web-4.eu
Hi there.

But i want to show it, not hide :o)

Current view:
https://web4-testserver.de/fotoclub-mai ... hp/galerie

Re: Image Count Box

Posted: 07 Nov 2023, 15:05
by Jan
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

Re: Image Count Box

Posted: 07 Nov 2023, 15:32
by info@web-4.eu
Dear Jan

Many thx for your fast reply.

I use Phoca Gallery Version 4.5.5 + Theme Standard.css

Re: Image Count Box

Posted: 07 Nov 2023, 20:16
by christine
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:

Code: Select all

<div class="pg-category-box-title"><svg class="ph-si ph-si-category"><use xlink:href="#ph-si-category"> etc.
<div class="pg-category-box-title">

Image

Nadine has:

Code: Select all

<div class="pg-item-box-title category"> etc.
<div class="pg-item-box-title category">
missing:

Code: Select all

<span class="pg-category-box-count">(2)</span>
-------------------------------------------------------------------
Nadine:
Menue Typ is: List of Categories (Categories View)?

Kind regards,
Christine

Re: Image Count Box

Posted: 07 Nov 2023, 23:57
by Jan
Hi, the code

Code: Select all

<span class="pg-category-box-count">...</span>
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 :idea:

Re: Image Count Box

Posted: 08 Nov 2023, 14:16
by christine
Hi Nadine,
Jan wrote: 07 Nov 2023, 23:57 Hi, the code

Code: Select all

<span class="pg-category-box-count">...</span>
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 :idea:
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).

Kind regards
Christine

Re: Image Count Box

Posted: 09 Nov 2023, 14:58
by info@web-4.eu
Hi

I changed to default joomla template. Still no counting box.

https://prnt.sc/5596h99fobp2

Sorry
Nadine

Re: Image Count Box

Posted: 10 Nov 2023, 23:31
by Jan
Are you really sure, you run the version 4.5.5?

Jan