This looks awesome! Will give it a whirl and report back!
EDIT: Just installed it and tested it on a category that already had a category logo set. When I turn on the category banner theme, I get the banner, but also the category logo and description right below it. Is this normal?
Yeah that’s normal, I didn’t do anything to hide the default header that appears if you add a logo. To hide it you can remove the category logo or add this CSS to you theme:
.category-heading {
display: none;
}
Should be possible, I can look at adding that option in the near future.
Было бы здорово отображать логотип категории слева от заголовка и описания.
А если есть фоновое изображение, использовать его только для фона баннера, а не для фона всего окна, как это происходит по умолчанию.
Логотип категории по умолчанию должен скрываться этим компонентом, так как отображение обоих занимает слишком много места, или хотя бы предоставить возможность скрыть его без изменения темы.