Categories-category

Phoca Cart - complex e-commerce extension
viragzod
Phoca Newbie
Phoca Newbie
Posts: 3
Joined: 29 Jan 2019, 00:29

Categories-category

Post 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 !
Last edited by christine on 29 Jan 2019, 18:32, edited 1 time in total.

Tags:
christine
Phoca Hero
Phoca Hero
Posts: 2728
Joined: 28 Nov 2010, 17:20

Re: Categories-category

Post 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
viragzod
Phoca Newbie
Phoca Newbie
Posts: 3
Joined: 29 Jan 2019, 00:29

Re: Categories-category

Post 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 ?
christine
Phoca Hero
Phoca Hero
Posts: 2728
Joined: 28 Nov 2010, 17:20

Re: Categories-category

Post 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
User avatar
jrjr
Phoca Professional
Phoca Professional
Posts: 114
Joined: 30 Nov 2018, 23:56

Re: Categories-category

Post by jrjr »

How do we re-create thumbnails?
Never mind, I found it! :-)
User avatar
Jan
Phoca Hero
Phoca Hero
Posts: 47821
Joined: 10 Nov 2007, 18:23
Location: Czech Republic
Contact:

Re: Categories-category

Post by Jan »

Ok
If you find Phoca extensions useful, please support the project
viragzod
Phoca Newbie
Phoca Newbie
Posts: 3
Joined: 29 Jan 2019, 00:29

Re: Categories-category

Post 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
christine
Phoca Hero
Phoca Hero
Posts: 2728
Joined: 28 Nov 2010, 17:20

Re: Categories-category

Post by christine »

Hi,

thanks for your infos & feedback.

Kind regards
Christine
Post Reply