bene25
Forum Replies Created
-
Forum: Plugins
In reply to: [WooCommerce] Add category description with Advanced Custom FieldShop page URL is https://viveska911.com.ua/produkcyia/
And I use product categories for shop page.
And I want to make like this
Thanks!
Forum: Plugins
In reply to: [WooCommerce] Add category description with Advanced Custom FieldI created topic here, but no one asked((
Forum: Plugins
In reply to: [WooCommerce] Add category description with Advanced Custom Field@mdshak doesnt help, nothing changed at all.
I added code to archive-product.php after<?php if ( apply_filters( 'woocommerce_show_page_title', true ) ) : ?> <h1 class="woocommerce-products-header__title page-title"><?php woocommerce_page_title(); ?></h1> <?php endif; ?>
as described here
- This reply was modified 6 years, 8 months ago by bene25.
Forum: Plugins
In reply to: [WooCommerce] Add category description with Advanced Custom Field@mdshak I saw this article, but there are last two questions in this article without reply. I want do the same.
I am having the same problem as Michele. I only want the category description to display on the category pages and not the shop page. I will be most grateful for any tips on how to resolve it.
Great article by the way!Forum: Plugins
In reply to: [WooCommerce] Add category description with Advanced Custom Field@mdshak Thanks, this helps. But I want to display custom field value for specific cetegory by using this plugin:
https://ru.www.ads-software.com/plugins/advanced-custom-fields/
I have added and filled this field:
But couldnt display it in categories blocks
- This reply was modified 6 years, 8 months ago by bene25.
Forum: Fixing WordPress
In reply to: Customize Woocommerce product category page(@ketanumretiya030) Thanks for response. But as I understand this page is for displaying products in categories, but I want to customize category page. For example – https://viveska911.com.ua/magazin/
I have found that
gs_logo_container style=”width: 2215% cause this issue, but how to reduce it?
I didnt find this width in plugin CSS.Hello. You could just give me code, and I insert it myself. Thanks!
Понял спасибо за ответ. Ок, так и сделаю. Для инфо:
Вот этот плагин поддерживает мультиязычность для подобных строк, при условии если оставить эти строки по дефолту, т.е. какие они есть при установке плагина и тогда их можно локализовать.
https://www.ads-software.com/plugins/saphali-woocommerce-lite/Вот к примеру их ответ:
“Здравствуйте.
Чтобы поля поддерживали мультиязычность нужно, чтобы в настройках они назывались в оригинале на английском языке. Для этого достаточно настройку производить, когда в админке выбран английский язык, и название полей при этом Вы не должны менять. Если Вы уже производили настройку на русском языке, то нужно сбросить настройки, и проделать эту операцию, когда в админке язык английский. После сохранения настроек в дальнейшем настраивать плагин можно на любом языке.”Я уже пробовал сделать тоже самое с Вашим плагином, но не получилось.
Forum: Plugins
In reply to: [Bazz CallBack widget] Строки нельзя перевести на второй языкДа, но я могу сделать эти строки только на одном языке, то что я указываю в настройках плагина https://yadi.sk/i/BNIn4sGC3SzkPg
Если я меняю эти строки в loco translate, они не меняются. Как мне сделать их на двух языках?Forum: Themes and Templates
In reply to: [Flash] Show filters on certain category page onlyHello.
You could see here
https://viveska911.com.ua/shop/
Test1 is a filter of this category products:
https://viveska911.com.ua/product-category/ugolok-potrebitelja/Test2 is a filter of this category products:
https://viveska911.com.ua/product-category/shtender/But in https://viveska911.com.ua/shop/ they both appeared.
Forum: Plugins
In reply to: [Bazz CallBack widget] Увеличить радиус виджета 2Не помогло, пробовал указывать свойство в стилях темы и в стилях виджета bazz-widget.css.
После Ctrl+F5, и ничего не поменялось.Forum: Plugins
In reply to: [Bazz CallBack widget] Увеличить радиус виджетаНе помогло, пробовал указывать свойство в стилях темы и в стилях виджета bazz-widget.css.
После Ctrl+F5, и ничего не поменялось.Forum: Themes and Templates
In reply to: [Flash] WooCommerce sidebar widget shows products unalignedThanks. After some investigation I have made this one:
#secondary .widget ul li a { overflow: inherit; } /*Comment out theme css fiatures of this widget*/ #secondary .widget ul li::after { /* color: #000; content: "\f105"; font-family: fontawesome; left: 0; position: absolute; top: 0; */ } #secondary .widget ul li { position: relative; padding: 0 0 8px/*10px 20px*/ 0; font-size: 12px; line-height: 25px; }
I think it would be better in my case.
- This reply was modified 6 years, 10 months ago by bene25.
Forum: Themes and Templates
In reply to: [Flash] Breadcrumbs not aligned on woocommerce pagesThanks!
Minor fix needs to be added to separate breadcrumbs for example for 6 px:.woocommerce-breadcrumb span{
padding: 0 0 0 6px;
}