This topic has 16 replies, 3 voices, and was last updated 5 years, 1 months ago ago by Rose Tyler
Dear Support,
1. After disabled breadcrumbs style in theme options on my HOME page (my start page is shop) lower content stick to header. In theme options Header margin bottom value is 30 px. Please help me to find where is the problem ?
Now it looks: https://prnt.sc/ohj3ly
Correct look should be: http://prnt.sc/ohj43b
2. How Can I remove this items from my HOME page: http://prnt.sc/ohj4ep
3. How Can I disabled “categories” info from below product: http://prnt.sc/ohj4ps
4. Main sidebar CETGORIES on my HOME page is translate, but when I go to any product or subcategorie his back to english translate: http://prnt.sc/ohj82n -> http://prnt.sc/ohj865
5. Where can I change of colors of links from Main sidebar: http://prnt.sc/ohj92b
Thank you!
Hello,
Thanks for contacting us.
1) By default, the mentioned margin doesn’t affect the Home page. Add this code in Theme Options > Custom CSS:
.home.breadcrumbs-type-disable.et-header-not-overlap .header-wrapper {
margin-bottom: 30px;
}
2, 4) Please provide temporary wp-admin access http://prntscr.com/ohmbrr , so I can take a closer look at your settings.
3) Theme Options > Shop > Products style > Product content elements > http://prntscr.com/ohmc20
5) You need to use custom CSS code:
.widget_product_categories.sidebar-widget ul li a:hover, .wpb_widgetised_column .widget_product_categories ul li a:hover, .sidebar-widget ul li a:hover {
color: #ff9100;
}
.widget_product_categories.sidebar-widget ul li a, .wpb_widgetised_column .widget_product_categories ul li a, .sidebar-widget ul li a {
color: black;
}
Regards
Hi Tyler,
Thank you very much, your solutions works great.
Will be grateful for help with 4 and 2 point.
Regards
Hello,
2) Remove this content from the Shop page http://prntscr.com/oi1m06 , enable sidebar here – http://prntscr.com/oi1m9z and add desired widgets to the Shop sidebar (Appearance > Widgets https://youtu.be/4SfPPuwPCVI). Categories style you can change in Theme Options > Shop elements > Categories.
4) Go to Appearance > Widgets > add Product categories widget to the Shop sidebar and edit title – https://prnt.sc/oi1oct
Regards
Dear Rose,
Thank you for your solutions, works great.
I have new case. I would like to edit cart and “checkout” on inquiry of product.
So, I need to disable of “checkout” button and leave only shopping cart button: http://prnt.sc/oj39m4 and http://prnt.sc/oj39rv
When the customer choose one or more products, he choose quantity + variants and follow to the cart site, I would like to client can send to me inquiry with this stuff without payment/buying options. Can you help me how can I do it ?
BTW – I was trying do this with Quotify plugin (https://codecanyon.net/item/quotify/23172738)
Regards
Hello,
There is no such option by default in WooCommerce settings or in our theme options.
You may look for third-party plugins or submit additional customization request here.
Regards
Thank you for response Olga. I will try to do it with YITH WooCommerce Request a Quote plugin and should be fine.
1. I would like to disable this content from categorys and subcategories -> http://prnt.sc/ojlecg
2. I have really no idea where can I translate of this -> http://prnt.sc/ojlfsc
Regards
Hello,
1) Add the following code to the custom CSS to hide that text because there is no special option for this
.category-grid .categories-mask .count {
display: none;
}
2) Use XStore theme and XStore core plugin translation files https://www.8theme.com/documentation/xstore/theme-translation/base-theme-translation/
Make sure that both translations are up to date https://www.8theme.com/documentation/xstore/theme-translation/translation-files-update/
Regards
Hello Olga,
1. I can’t translate following words on product site like: TAGS, Categories and Share -> https://prnt.sc/p9s6ua
I was even change these words in meta.php (woocommerce->templates->single-product) and they still ENG. Off course plugin is translate with Loco.
2. Second case is word “product-category” on my website address bar -> https://prnt.sc/p9s8ia
How Can I change to this to my “kategoria-produktu”.
Regards
Hello,
1) Contact your hosting provider and fix the problem with the server permission. Once we try to save transaltion we get the 403 error https://gyazo.com/8eed561d20d6ff677aaeb02ebbf6bc36
2) Once you solve the problem with saving of the translation files finish the translation of missing strings http://prntscr.com/p9xafn
Regards
Dear Olga,
I think than I fixed the problem. Interested, because when I translate “Tags” hes permanently disappeared 🙂 -> https://prnt.sc/pa8kdg
And problem with product-category on my website address bar still is.
Please, check these out again.
Hello,
1) “Other” form was empty, I have filled it by translation of the plural form but I’m not sure if it’s correct because I don’t speak your language http://prntscr.com/pabqdm
2) Settings > Permalinks http://prntscr.com/pabsay
Regards
Hello Olga,
Is great, everythings is correct. I almost finished work with technical aspects in template.
Now I have 4 last (I hope) things to repare;
1. I would like to add separate line between categories on my products category sidebar like -> https://prnt.sc/pafcup
2. In second case I would like to do more free space between title of single product and woocommerce atribute section -> https://prnt.sc/pafepl Now it look’s -> https://prnt.sc/paff59
3. Button “DODAJ DO ZAPYTANIA” = “ADD TO QUOTE” is replace for original “Add to Cart” button (YITH Request to Quote Plugin). Position of this button is uneven, how can I correct that -> https://prnt.sc/pafhiz
4. Is it possible to add left sidebar with product categories on single product site, like that? -> https://prnt.sc/pafmfl
Hello,
1) Here is the custom CSS code:
.widget_product_categories.sidebar-widget ul > li {
border-bottom: 1px solid black;
}
2)
.single-product .product-content .product_title {
margin-bottom: 2vw;
}
3) Please describe the desired result in more details.
4) Every page can have only 1 sidebar. Content of the Single product sidebar can be changed via Appearance > Widgets, the position of the sidebar > Theme Options > WooCommerce (Shop) > Single product page > Single product layout.
Regards
Dear Rose,
Thank you very much for help.
About case 4) – I mean that this orange button should be a little higher and I don’t know how can do it. See on the picture-> https://prnt.sc/paq2jp
Hello,
Here is a custom CSS code:
.single-product .product-information .cart {
margin-bottom: 0px;
}
.yith-ywraq-add-to-quote .button {
line-height: 1.2;
}
Regards
You must be logged in to reply to this topic.Log in/Sign up