ResolvedA few minor visual changes
- This topic has 7 replies, 2 voices, and was last updated 2 years, 5 months ago by
Althemist.
- AuthorPosts
- June 16, 2021 at 8:26 pm #30724
swiezastrona71
Participant1. How to disable breadcrumb in the title of a product category?
2. How to reduce the height of the section with breadcrumbs, titles and subtitles?
3. How to disable the “choose options” button that is added next to the “order now” button under the product thumbnail?
June 17, 2021 at 5:09 pm #30734Althemist
KeymasterHi swiezastrona71,
The breadcrumbs are controlled on global level. They can be either ON or OFF> If you need to hide them on product pages only, the only option would be to visually hide them with CSS.
2. CSS would be the only option here. Please, note that it’s controlled by JS on pages with title image background, so you’d need to address them with “!important” in the CSS rules.
3. Not really sure which button are you talking about. Could you, please explain more or give us a link?
June 17, 2021 at 6:05 pm #30749swiezastrona71
Participant1/2
I used the code below but the box did not go away. Can I ask for advice where am I making a mistake?
.lafka_title_holder.centered_title .inner .breadcrumb {
display: none !important;
}3.
The button is included in this category
https://maikosushi.pl/kategoria/lunch/The button is included in this category. To the left of the “ZAMÓW TERAZ” button is a piece of the “Wybierz” button. I want to remove it.
June 18, 2021 at 4:50 pm #30761Althemist
KeymasterThe CSS rule you used will only hide the breadcrumb on pages with centered title. If you need to hide it on product pages it must be like this:
body.single.single-product .breadcrumb { display: none !important; }
I can’t see such button there. It’s just the “ZAMÓW TERAZ” button on that page.
June 23, 2021 at 10:31 am #30798swiezastrona71
ParticipantUnfortunately, the code you provided does not work either.
The path still appears in the header.I would like to remove only part of the header – “HOME” / LUNCH
As for this button, it turns out that it is not always there.
The “lunch” category has a product timer set to disable availability at certain times. When the item is available the buttons are OK, but when disabled, the woocommerce “select options” button appears.June 23, 2021 at 11:03 am #30802Althemist
KeymasterI still can’t see the button. There are just 2 products there and none of them have such button.
I have just tested the code I gave you and it works absolutely fine. It completely hides the breadcrumb on product pages. I am afraid there is no way to hide just parts of the breadcrumb. It’s either fully visible OR fully hidden.
June 30, 2021 at 4:10 pm #30911swiezastrona71
ParticipantHi,
The button we talked about no longer appears. I think the update has resolved this.
When I enter the CSS code I sent in the safari console it works fine, I paste it into “custom css” and the site doesn’t respond.
I have a few more small problems:
1. The clock informing about the end of the promotion does not appear in the quick preview of the product.
2. The quantity of products cannot be changed in the basket preview.
This can be confusing to customers. Maybe you will add such options in the next update?3. In the cart, cross-sell products are displayed above the order summary. When we have a lot of products in cross-selling, it causes a lot of scrolling, which is quite problematic for the customer. May change in the next update so that cross-sell products show under the base cart tables.
The link contains screenshots of the issues discussed.
https://www.dropbox.com/sh/4i2qxo9uschvust/AABfGRkwF0NjdSxEBdh6sqlIa?dl=0
Thank you in advance for your help.
greetings,
EricJuly 2, 2021 at 1:05 pm #30920Althemist
KeymasterHi swiezastrona71,
The code I gave you is just not present on your website. One possible reason could be the previous snippet where for some reason you placed the “!important” in wrong place. If your entire CSS is OK with no errors it should work.
1. We are checking this now. Please, allow a bit more time. If it’s a theme bug we will release an update later today.
2. This is the standard WooCommerce minicart widget. It just doesn’t have quantity selector. It works the same with any theme. Quantities can only be edited in the cart page.
3. Again, this is the standard position where woocommerce would display cross-sell products. It can’t be moved. Also it wasn’t meant to be used with lots of products. it’s main purpose is to make a “do you want fries with your burger” offers – e.g. 1-2 products.
- AuthorPosts
You must be logged in and have valid license to reply to this topic.