This topic has 8 replies, 2 voices, and was last updated 8 years, 4 months ago ago by Eva Kemp
Hi,
I would like to know how the extra information in the product categories are used in the layout, in particular as you can see here http://www.teasoul.net/categoria-prodotto/te/tipi-di-te/te-al-gelsomino/
description:
bla bla in the page , i see it is used between breadcrumb and products
thumbnail:
is it used somewhere ?
category header:
I put an image there hoping to have a different header for each category but nothing is shown
tipe o visualization
choosing between default, product, sub categories or both does change anything ?
Thanks
Hello,
Please provide us with WP Dashboard credentials in Private Content.
Regards,
Eva Kemp.
here they are.
we are of course waiting for the WC2.6 compatibility to update all the plugins
Fabio
Hello,
Thumbnail will be shown as a category image if you display products categories in category loop (for example using Product Categories element in Visual Composer editor).
To show image from Category Header use this code in Theme Options > Custom CSS > Global Custom CSS:
.category-description {
display: block;
}
If you select “sub categories” as type of visualization you’ll see child categories of a parent category page.
Regards,
Eva Kemp.
Hi Eva,
thanks, the css directive works but the result is not what i was expecting.
There is the chance to dynamically change the background of the title/breadcrumb bar using a category image ? So that each category has its own “title/breadcrumb” styled bar.
I think its possible using some php but I don’t know where
Many thanks
Fabio
Hello,
Sorry, but there is no such option for breadcrumbs.
You can only add image for Category Header.
Regards,
Eva Kemp.
If you can just point out where I can find that (which php file and line) I’ll make a child theme to change that beaviour.
Thanks
Hello,
Sorry, but it can’t be changed for different categories because one Woocommerce template is loading for all categories pages.
Regards,
Eva Kemp.
Tagged: customization, design, layout, product categories, templates, woocommerce, wordpress
You must be logged in to reply to this topic.Log in/Sign up