Page 1 of 1

Header (Text) of Categories / Image Boxes of Subcategories

Posted: 27 Feb 2024, 10:23
by adm
Phoca Cart 5 Beta 30:
Display on the Frontpage:

Categories:
The images are displayed centered in the category, but the text is aligned on the left.

Sub-Categorys are displayed exactly in the other way (images: left, text: center). Please display the images and the text in both cases centered.

You can choose in the "Phoca Cart Configuration" under Tab "Display" - "Categories View" - "Display Category Header (Categories View)" h1, h2, h3,...
However, the setting is only used in the category, but not in the subcategory.

Re: Header (Text) of Categories / Image Boxes of Subcategories

Posted: 27 Feb 2024, 17:16
by Jan
Hi, can you paste a screenshot of what do you exactly mean?

Mostly there is some default option (and mostly categories are displayed in bootstrap cards, subcategories not) and such is mostly overriden by template

Image

Jan

Re: Header (Text) of Categories / Image Boxes of Subcategories

Posted: 04 Mar 2024, 17:31
by adm
Category:
https://imgur.com/a/4PfmKn6

Subcategory:
https://imgur.com/MZPmVaV

It doesn't matter whether Cassiopeia or nature is used.

Re: Header (Text) of Categories / Image Boxes of Subcategories

Posted: 05 Mar 2024, 23:54
by Jan
Hi, and if you test some Phoca Cart child template, like e.g. Toys:

https://www.phoca.cz/phocacart-extensio ... emplate-j5

Jan

Re: Header (Text) of Categories / Image Boxes of Subcategories

Posted: 08 Mar 2024, 13:34
by adm
tmpl_child_cassiopeia_phocacart_beauty_v5.0.0

Categories:
The images and text are displayed centered. OK!

Sub-Categorys:
images: left / text: center -> Same result as template nature ans cassiopeia

Re: Header (Text) of Categories / Image Boxes of Subcategories

Posted: 11 Mar 2024, 02:16
by Jan
Hi, thank you for the info, the subcategories image should be centered, will be added to next version.

Now, just add following to your user.css:

Code: Select all

.ph-item-subcategory-box {
   text-align: center;
}
Thank you, Jan