Page 1 of 1

design

Posted: 22 Mar 2022, 12:45
by jacoline-DK
How can I remove those image and folder icons?

Next question - how can I get pagnation to work in all galleries (using muli parent with sub categories only works if I choose all categories)

Re: design

Posted: 22 Mar 2022, 23:30
by Benno
Hi,
can you please post screenshots which view and which folder icon(s) exactly you mean.

Kind regards,
Benno

Re: design

Posted: 23 Mar 2022, 06:30
by jacoline-DK
the small folder and image icons to the left of the description. https://jaconelli.dk.php80serv1.workzon ... folder.png

Re: design

Posted: 23 Mar 2022, 08:47
by Benno
Hi,
for categories view & category view:
theme_standard.css line: 26
change from:

Code: Select all

.ph-si-category {
    color: #F9C74F;
}
to:

Code: Select all

.ph-si-category {
    color: #F9C74F;
    display: none;
}
or copy the second code to the custom.css of your template.

Kind regards,
Benno

Re: design

Posted: 23 Mar 2022, 14:09
by jacoline-DK
Thank you. But it does not change anything. I actually prefer the old way where you could only see the beginning of the name (some of my book titles are long and it make a huge space between the rows)

Re: design

Posted: 24 Mar 2022, 23:22
by Benno
Hi,
Thank you. But it does not change anything.
What does it mean? The folder icons are not removed with the code?
Where did you paste the code?
Have you cleared the browser cache?
:idea:

Kind regards,
Benno

Re: design

Posted: 25 Mar 2022, 04:55
by jacoline-DK
Sorry Benno - oh it did remove the folder icon. TYVM. But it did not change the view. Had to rename all the folders. You removed the way it dotted (......) long titles from the gallery.

Had another question too about the pagnation. Since it is only working in the top of the food chain. (meaning I have ex. 6 parent categories containing alot of subcats) And the pagnation not working like this

Re: design

Posted: 25 Mar 2022, 11:27
by Benno
Hi,
regarding pagination, I'm not sure if I understood you correctly.
You can enable pagination for category view and for categories view in the options of your menu link to Phoca Gallery Component.
This article describe how Joomla! pagination works:
https://www.phoca.cz/documents/16-jooml ... tion-works

Kind regards,
Benno

Re: design

Posted: 27 Mar 2022, 03:20
by jacoline-DK
I know how to make the setup. But.... I have category A, B, C, D, E, F, G, H as parent with a1, a2, a3 and b1, b2, b3 subcategories for each parent. (talking about more than 8000 images). In my menues I call for each parent category. And here it does not work. If I only have one parent - then it will work. It is like I have 7 galleries in one system. Meaning those 7 are not integrated to each other.