Page 1 of 1
Categories-category
Posted: 29 Jan 2019, 11:43
by viragzod
Hi guys !
The Phoca cart categories frontend view is clean and pretty in my site :
https://www.viragzodunakanyar.hu/novenyeink
but the subcategories is not :
https://www.viragzodunakanyar.hu/noveny ... eg-palanta
I'd like to look both in the same way.
I would like thin line circle around the subcategory item and of the same size pictures as categories .
Can help someone ?
Thank you !
Re: Categories-category
Posted: 29 Jan 2019, 12:16
by christine
Hi,
viragzod wrote: ↑29 Jan 2019, 11:43
I would like thin line circle around the subcategory item
Try following to add e.g. into your custom.css:
Code: Select all
.ph-item-subcategory-box {
border:1px solid #ddd;
padding:10px;
margin-top:15px;
}
and of the same size pictures as categories
categories are medium (m) size: 300x200
category have small size (s) 180x120
Kind regards
Christine
Re: Categories-category
Posted: 29 Jan 2019, 13:21
by viragzod
Dear Christine !
Thank you very much , the the line problem is solved with by overwriting css file .
But the image size is not overwritten in the Settings->Main->Images and Thumbnails , i'm change the small images values 300x200 and save . But nothing happens .
You have idea ?
Re: Categories-category
Posted: 29 Jan 2019, 13:31
by christine
Hi,
Thats' fine with the CSS Code.
Sizes: OK - but the system is "still loading" the previous sizes. So, I think, you have to re-create the thumbnails.
Kind regards
Christine
Re: Categories-category
Posted: 29 Jan 2019, 16:16
by jrjr
How do we re-create thumbnails?
Never mind, I found it!
Re: Categories-category
Posted: 29 Jan 2019, 16:37
by Jan
Ok
Re: Categories-category
Posted: 29 Jan 2019, 16:51
by viragzod
Succeeded ! :)
I'm
-deleted the catgories thumbs
- enter the category edit general option
- grant again the pictures pathway
-the system make thumbpitcures again in correct size
-Save
-Happy
Re: Categories-category
Posted: 29 Jan 2019, 18:30
by christine
Hi,
thanks for your infos & feedback.
Kind regards
Christine