Further problems after updating to 6.0
-
Hi,
I have problems with my logo on mobile too. I sort of fixed it for now, but good to hear you are working on a fix.
Further problems after updating to 6.0:
– product title is bigger then normal (on product detail page)
– category titles are suddenly very large
– Shopping cart icon in header is different (both on mobile and desktop)
– filter button on category page is aligned to left (should be right)
– text in ajax shopping cart (drawer) is aligned in a wrong way
I have quite some custom CSS, which seem to be still working fine. But should I replace it in the future?
Hello,
1. Product and category title size is not changed. Probably, it was affected by some of the custom CSS.
2. You need to install the Transients manager plugin and remove rocket_get_refreshed_fragments_cache
transient there.
3. Filter button was always on the left side. Here is a custom CSS to move it to the right
.wccc-content-block {
--wd-tags-margin-bottom: 0;
}
.shop-content-area:not(.col-lg-12) .wd-show-sidebar-btn {
margin-left: auto;
margin-right: 0!important;
}
Kind Regards
Hi,
I got a lot of custom CSS, so the last update propably affected most of the CSS. This means my webshop is looking different now. How can I replace the customer CSS? Most of the CSS is done through the forum here, so I don’t know would be the best way to replace it.
Could you help out?
Hello,
You need to read our 6.0 changelog carefully and update all the custom CSS if needed https://xtemos.com/docs/woodmart/faq-guides/woodmart-update-6-0-explained/
Let us know if you have difficulties with some particular code and we would help you.
Kind Regards